Geant4  10.02.p03
GammaRayTelAnticoincidenceHit Class Reference

#include <GammaRayTelAnticoincidenceHit.hh>

Inheritance diagram for GammaRayTelAnticoincidenceHit:
Collaboration diagram for GammaRayTelAnticoincidenceHit:

Public Member Functions

 GammaRayTelAnticoincidenceHit ()
 
 ~GammaRayTelAnticoincidenceHit ()
 
 GammaRayTelAnticoincidenceHit (const GammaRayTelAnticoincidenceHit &)
 
const GammaRayTelAnticoincidenceHitoperator= (const GammaRayTelAnticoincidenceHit &)
 
int operator== (const GammaRayTelAnticoincidenceHit &) const
 
void * operator new (size_t)
 
void operator delete (void *)
 
void Draw ()
 
void Print ()
 
void AddEnergy (G4double de)
 
void SetACDTileNumber (G4int i)
 
void SetACDType (G4int i)
 
void SetPos (G4ThreeVector xyz)
 
G4double GetEdepACD ()
 
G4int GetACDTileNumber ()
 
G4int GetACDType ()
 
G4ThreeVector GetPos ()
 
- Public Member Functions inherited from G4VHit
 G4VHit ()
 
virtual ~G4VHit ()
 
G4int operator== (const G4VHit &right) const
 
virtual const std::map< G4String, G4AttDef > * GetAttDefs () const
 
virtual std::vector< G4AttValue > * CreateAttValues () const
 

Private Attributes

G4double EdepACD
 
G4ThreeVector pos
 
G4int ACDTileNumber
 
G4int IsACDPlane
 

Detailed Description

Definition at line 50 of file GammaRayTelAnticoincidenceHit.hh.

Constructor & Destructor Documentation

◆ GammaRayTelAnticoincidenceHit() [1/2]

GammaRayTelAnticoincidenceHit::GammaRayTelAnticoincidenceHit ( )

◆ ~GammaRayTelAnticoincidenceHit()

GammaRayTelAnticoincidenceHit::~GammaRayTelAnticoincidenceHit ( )

Definition at line 56 of file GammaRayTelAnticoincidenceHit.cc.

57 {;}

◆ GammaRayTelAnticoincidenceHit() [2/2]

GammaRayTelAnticoincidenceHit::GammaRayTelAnticoincidenceHit ( const GammaRayTelAnticoincidenceHit right)

Member Function Documentation

◆ AddEnergy()

void GammaRayTelAnticoincidenceHit::AddEnergy ( G4double  de)
inline

Definition at line 76 of file GammaRayTelAnticoincidenceHit.hh.

Here is the caller graph for this function:

◆ Draw()

void GammaRayTelAnticoincidenceHit::Draw ( )
virtual

Reimplemented from G4VHit.

Definition at line 90 of file GammaRayTelAnticoincidenceHit.cc.

91 {;}

◆ GetACDTileNumber()

G4int GammaRayTelAnticoincidenceHit::GetACDTileNumber ( )
inline

◆ GetACDType()

G4int GammaRayTelAnticoincidenceHit::GetACDType ( )
inline

◆ GetEdepACD()

G4double GammaRayTelAnticoincidenceHit::GetEdepACD ( )
inline

Definition at line 81 of file GammaRayTelAnticoincidenceHit.hh.

◆ GetPos()

G4ThreeVector GammaRayTelAnticoincidenceHit::GetPos ( )
inline

Definition at line 84 of file GammaRayTelAnticoincidenceHit.hh.

84 { return pos; };

◆ operator delete()

void GammaRayTelAnticoincidenceHit::operator delete ( void *  aHit)
inline

Definition at line 105 of file GammaRayTelAnticoincidenceHit.hh.

106 {
108 }
G4ThreadLocal G4Allocator< GammaRayTelAnticoincidenceHit > * GammaRayTelAnticoincidenceHitAllocator

◆ operator new()

void * GammaRayTelAnticoincidenceHit::operator new ( size_t  )
inline

Definition at line 96 of file GammaRayTelAnticoincidenceHit.hh.

97 {
100  return (void*) GammaRayTelAnticoincidenceHitAllocator->MallocSingle();
101 }
G4ThreadLocal G4Allocator< GammaRayTelAnticoincidenceHit > * GammaRayTelAnticoincidenceHitAllocator

◆ operator=()

const GammaRayTelAnticoincidenceHit & GammaRayTelAnticoincidenceHit::operator= ( const GammaRayTelAnticoincidenceHit right)

◆ operator==()

int GammaRayTelAnticoincidenceHit::operator== ( const GammaRayTelAnticoincidenceHit right) const

◆ Print()

void GammaRayTelAnticoincidenceHit::Print ( void  )
virtual

Reimplemented from G4VHit.

Definition at line 95 of file GammaRayTelAnticoincidenceHit.cc.

96 {;}

◆ SetACDTileNumber()

void GammaRayTelAnticoincidenceHit::SetACDTileNumber ( G4int  i)
inline

Definition at line 77 of file GammaRayTelAnticoincidenceHit.hh.

Here is the caller graph for this function:

◆ SetACDType()

void GammaRayTelAnticoincidenceHit::SetACDType ( G4int  i)
inline

Definition at line 78 of file GammaRayTelAnticoincidenceHit.hh.

Here is the caller graph for this function:

◆ SetPos()

void GammaRayTelAnticoincidenceHit::SetPos ( G4ThreeVector  xyz)
inline

Definition at line 79 of file GammaRayTelAnticoincidenceHit.hh.

Here is the caller graph for this function:

Member Data Documentation

◆ ACDTileNumber

G4int GammaRayTelAnticoincidenceHit::ACDTileNumber
private

Definition at line 71 of file GammaRayTelAnticoincidenceHit.hh.

◆ EdepACD

G4double GammaRayTelAnticoincidenceHit::EdepACD
private

Definition at line 69 of file GammaRayTelAnticoincidenceHit.hh.

◆ IsACDPlane

G4int GammaRayTelAnticoincidenceHit::IsACDPlane
private

Definition at line 72 of file GammaRayTelAnticoincidenceHit.hh.

◆ pos

G4ThreeVector GammaRayTelAnticoincidenceHit::pos
private

Definition at line 70 of file GammaRayTelAnticoincidenceHit.hh.


The documentation for this class was generated from the following files: