Geant4  10.00.p02
eRositaTrackerHit Class Reference

#include <eRositaTrackerHit.hh>

+ Inheritance diagram for eRositaTrackerHit:
+ Collaboration diagram for eRositaTrackerHit:

Public Member Functions

 eRositaTrackerHit ()
 
 ~eRositaTrackerHit ()
 
 eRositaTrackerHit (const eRositaTrackerHit &)
 
const eRositaTrackerHitoperator= (const eRositaTrackerHit &)
 
G4int operator== (const eRositaTrackerHit &) const
 
void * operator new (size_t)
 
void operator delete (void *)
 
void Draw ()
 
void Print ()
 
void PrintToFile ()
 
void SetTrackID (G4int track)
 
void SetChamberNb (G4int chamb)
 
void SetEdep (G4double de)
 
void SetPos (G4ThreeVector xyz)
 
G4int GetTrackID ()
 
G4int GetChamberNb ()
 
G4double GetEdep ()
 
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

G4int trackID
 
G4int chamberNb
 
G4double edep
 
G4ThreeVector pos
 

Detailed Description

Definition at line 44 of file eRositaTrackerHit.hh.

Constructor & Destructor Documentation

eRositaTrackerHit::eRositaTrackerHit ( )

Definition at line 42 of file eRositaTrackerHit.cc.

eRositaTrackerHit::~eRositaTrackerHit ( )

Definition at line 45 of file eRositaTrackerHit.cc.

eRositaTrackerHit::eRositaTrackerHit ( const eRositaTrackerHit right)

Definition at line 48 of file eRositaTrackerHit.cc.

References chamberNb, edep, pos, and trackID.

Member Function Documentation

void eRositaTrackerHit::Draw ( )
virtual

Reimplemented from G4VHit.

Definition at line 74 of file eRositaTrackerHit.cc.

References G4VVisManager::Draw(), G4VMarker::filled, G4VVisManager::GetConcreteInstance(), pos, G4VMarker::SetFillStyle(), G4VMarker::SetScreenSize(), and G4Visible::SetVisAttributes().

+ Here is the call graph for this function:

G4int eRositaTrackerHit::GetChamberNb ( )
inline

Definition at line 69 of file eRositaTrackerHit.hh.

G4double eRositaTrackerHit::GetEdep ( )
inline

Definition at line 70 of file eRositaTrackerHit.hh.

G4ThreeVector eRositaTrackerHit::GetPos ( )
inline

Definition at line 71 of file eRositaTrackerHit.hh.

G4int eRositaTrackerHit::GetTrackID ( )
inline

Definition at line 68 of file eRositaTrackerHit.hh.

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

Definition at line 95 of file eRositaTrackerHit.hh.

References G4Allocator< Type >::FreeSingle().

+ Here is the call graph for this function:

void * eRositaTrackerHit::operator new ( size_t  )
inline

Definition at line 87 of file eRositaTrackerHit.hh.

References G4Allocator< Type >::MallocSingle().

+ Here is the call graph for this function:

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

Definition at line 58 of file eRositaTrackerHit.cc.

References chamberNb, edep, pos, and trackID.

G4int eRositaTrackerHit::operator== ( const eRositaTrackerHit right) const

Definition at line 68 of file eRositaTrackerHit.cc.

void eRositaTrackerHit::Print ( void  )
virtual

Reimplemented from G4VHit.

Definition at line 90 of file eRositaTrackerHit.cc.

References edep, G4BestUnit, G4cout, G4endl, pos, and trackID.

void eRositaTrackerHit::PrintToFile ( )

Definition at line 98 of file eRositaTrackerHit.cc.

References edep, AnalysisManager::Instance(), and AnalysisManager::Score().

+ Here is the call graph for this function:

void eRositaTrackerHit::SetChamberNb ( G4int  chamb)
inline

Definition at line 64 of file eRositaTrackerHit.hh.

void eRositaTrackerHit::SetEdep ( G4double  de)
inline

Definition at line 65 of file eRositaTrackerHit.hh.

Referenced by eRositaTrackerSD::ProcessHits().

+ Here is the caller graph for this function:

void eRositaTrackerHit::SetPos ( G4ThreeVector  xyz)
inline

Definition at line 66 of file eRositaTrackerHit.hh.

References pos.

Referenced by eRositaTrackerSD::ProcessHits().

+ Here is the caller graph for this function:

void eRositaTrackerHit::SetTrackID ( G4int  track)
inline

Definition at line 63 of file eRositaTrackerHit.hh.

Referenced by eRositaTrackerSD::ProcessHits().

+ Here is the caller graph for this function:

Member Data Documentation

G4int eRositaTrackerHit::chamberNb
private

Definition at line 76 of file eRositaTrackerHit.hh.

Referenced by eRositaTrackerHit(), and operator=().

G4double eRositaTrackerHit::edep
private

Definition at line 77 of file eRositaTrackerHit.hh.

Referenced by eRositaTrackerHit(), operator=(), Print(), and PrintToFile().

G4ThreeVector eRositaTrackerHit::pos
private

Definition at line 78 of file eRositaTrackerHit.hh.

Referenced by Draw(), eRositaTrackerHit(), operator=(), and Print().

G4int eRositaTrackerHit::trackID
private

Definition at line 71 of file eRositaTrackerHit.hh.

Referenced by eRositaTrackerHit(), operator=(), and Print().


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