ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ExP01TrackerSD Class Reference

Sensitive detector implementation for the ROOT hits persistency example. More...

#include <geant4/tree/geant4-10.6-release/examples/extended/persistency/P01/include/ExP01TrackerSD.hh>

+ Inheritance diagram for ExP01TrackerSD:
+ Collaboration diagram for ExP01TrackerSD:

Public Member Functions

 ExP01TrackerSD (G4String)
 
 ~ExP01TrackerSD ()
 
virtual void Initialize (G4HCofThisEvent *)
 
virtual G4bool ProcessHits (G4Step *, G4TouchableHistory *)
 
virtual void EndOfEvent (G4HCofThisEvent *)
 
- Public Member Functions inherited from G4VSensitiveDetector
 G4VSensitiveDetector (G4String name)
 
 G4VSensitiveDetector (const G4VSensitiveDetector &right)
 
virtual ~G4VSensitiveDetector ()
 
G4VSensitiveDetectoroperator= (const G4VSensitiveDetector &right)
 
G4bool operator== (const G4VSensitiveDetector &right) const
 
G4bool operator!= (const G4VSensitiveDetector &right) const
 
virtual void clear ()
 
virtual void DrawAll ()
 
virtual void PrintAll ()
 
G4bool Hit (G4Step *aStep)
 
void SetROgeometry (G4VReadOutGeometry *value)
 
void SetFilter (G4VSDFilter *value)
 
G4int GetNumberOfCollections () const
 
G4String GetCollectionName (G4int id) const
 
void SetVerboseLevel (G4int vl)
 
void Activate (G4bool activeFlag)
 
G4bool isActive () const
 
G4String GetName () const
 
G4String GetPathName () const
 
G4String GetFullPathName () const
 
G4VReadOutGeometryGetROgeometry () const
 
G4VSDFilterGetFilter () const
 
virtual G4VSensitiveDetectorClone () const
 

Private Attributes

ExP01TrackerHitsCollectionfTrackerCollection
 
G4int fHCID
 

Additional Inherited Members

- Protected Member Functions inherited from G4VSensitiveDetector
virtual G4int GetCollectionID (G4int i)
 
- Protected Attributes inherited from G4VSensitiveDetector
G4CollectionNameVector collectionName
 
G4String SensitiveDetectorName
 
G4String thePathName
 
G4String fullPathName
 
G4int verboseLevel
 
G4bool active
 
G4VReadOutGeometryROgeometry
 
G4VSDFilterfilter
 

Detailed Description

Sensitive detector implementation for the ROOT hits persistency example.

Definition at line 47 of file ExP01TrackerSD.hh.

View newest version in sPHENIX GitHub at line 47 of file ExP01TrackerSD.hh

Constructor & Destructor Documentation

ExP01TrackerSD::ExP01TrackerSD ( G4String  name)

Definition at line 45 of file ExP01TrackerSD.cc.

View newest version in sPHENIX GitHub at line 45 of file ExP01TrackerSD.cc

References G4VSensitiveDetector::collectionName, fHCID, G4cout, G4endl, and G4CollectionNameVector::insert().

+ Here is the call graph for this function:

ExP01TrackerSD::~ExP01TrackerSD ( )

Definition at line 57 of file ExP01TrackerSD.cc.

View newest version in sPHENIX GitHub at line 57 of file ExP01TrackerSD.cc

References RootIO::Close(), and RootIO::GetInstance().

+ Here is the call graph for this function:

Member Function Documentation

void ExP01TrackerSD::EndOfEvent ( G4HCofThisEvent )
virtual

Reimplemented from G4VSensitiveDetector.

Definition at line 101 of file ExP01TrackerSD.cc.

View newest version in sPHENIX GitHub at line 101 of file ExP01TrackerSD.cc

References G4THitsCollection< T >::entries(), fTrackerCollection, G4cout, G4endl, RootIO::GetInstance(), and RootIO::Write().

+ Here is the call graph for this function:

void ExP01TrackerSD::Initialize ( G4HCofThisEvent HCE)
virtual

Reimplemented from G4VSensitiveDetector.

Definition at line 64 of file ExP01TrackerSD.cc.

View newest version in sPHENIX GitHub at line 64 of file ExP01TrackerSD.cc

References G4HCofThisEvent::AddHitsCollection(), G4VSensitiveDetector::collectionName, fHCID, fTrackerCollection, G4cout, G4endl, G4SDManager::GetCollectionID(), G4SDManager::GetSDMpointer(), and G4VSensitiveDetector::SensitiveDetectorName.

+ Here is the call graph for this function:

G4bool ExP01TrackerSD::ProcessHits ( G4Step aStep,
G4TouchableHistory  
)
virtual

Implements G4VSensitiveDetector.

Definition at line 79 of file ExP01TrackerSD.cc.

View newest version in sPHENIX GitHub at line 79 of file ExP01TrackerSD.cc

References edep, fTrackerCollection, G4StepPoint::GetPosition(), G4Step::GetPostStepPoint(), G4Step::GetPreStepPoint(), G4VTouchable::GetReplicaNumber(), G4Step::GetTotalEnergyDeposit(), G4StepPoint::GetTouchable(), G4Step::GetTrack(), G4Track::GetTrackID(), G4THitsCollection< T >::insert(), ExP01TrackerHit::SetChamberNb(), ExP01TrackerHit::SetEdep(), ExP01TrackerHit::SetPos(), and ExP01TrackerHit::SetTrackID().

+ Here is the call graph for this function:

Member Data Documentation

G4int ExP01TrackerSD::fHCID
private

Definition at line 59 of file ExP01TrackerSD.hh.

View newest version in sPHENIX GitHub at line 59 of file ExP01TrackerSD.hh

Referenced by ExP01TrackerSD(), and Initialize().

ExP01TrackerHitsCollection* ExP01TrackerSD::fTrackerCollection
private

Definition at line 58 of file ExP01TrackerSD.hh.

View newest version in sPHENIX GitHub at line 58 of file ExP01TrackerSD.hh

Referenced by EndOfEvent(), Initialize(), and ProcessHits().


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