Geant4  10.00.p02
FCALTestbeamSetupSD Class Reference

#include <FCALTestbeamSetupSD.hh>

+ Inheritance diagram for FCALTestbeamSetupSD:
+ Collaboration diagram for FCALTestbeamSetupSD:

Public Member Functions

 FCALTestbeamSetupSD (G4String)
 
 ~FCALTestbeamSetupSD ()
 
void Initialize (G4HCofThisEvent *)
 
G4bool ProcessHits (G4Step *, G4TouchableHistory *)
 
void EndOfEvent (G4HCofThisEvent *)
 
void clear ()
 
void DrawAll ()
 
void PrintAll ()
 
- Public Member Functions inherited from G4VSensitiveDetector
 G4VSensitiveDetector (G4String name)
 
 G4VSensitiveDetector (const G4VSensitiveDetector &right)
 
virtual ~G4VSensitiveDetector ()
 
const G4VSensitiveDetectoroperator= (const G4VSensitiveDetector &right)
 
G4int operator== (const G4VSensitiveDetector &right) const
 
G4int operator!= (const G4VSensitiveDetector &right) const
 
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
 

Public Attributes

G4double EBeamS1
 
G4double EBeamS2
 
G4double EBeamS3
 
G4double EHoleScint
 
G4double EBeamHole
 
G4double EBeamDead
 
G4int TailCatcherID
 
G4double ETailVis [8]
 
G4double ETailDep [7]
 

Private Attributes

G4int InitBeam
 

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

Definition at line 46 of file FCALTestbeamSetupSD.hh.

Constructor & Destructor Documentation

FCALTestbeamSetupSD::FCALTestbeamSetupSD ( G4String  name)

Definition at line 54 of file FCALTestbeamSetupSD.cc.

FCALTestbeamSetupSD::~FCALTestbeamSetupSD ( )

Definition at line 59 of file FCALTestbeamSetupSD.cc.

Member Function Documentation

void FCALTestbeamSetupSD::clear ( void  )
virtual

Reimplemented from G4VSensitiveDetector.

Definition at line 175 of file FCALTestbeamSetupSD.cc.

void FCALTestbeamSetupSD::DrawAll ( void  )
virtual

Reimplemented from G4VSensitiveDetector.

Definition at line 180 of file FCALTestbeamSetupSD.cc.

void FCALTestbeamSetupSD::EndOfEvent ( G4HCofThisEvent )
virtual

Reimplemented from G4VSensitiveDetector.

Definition at line 130 of file FCALTestbeamSetupSD.cc.

References EBeamDead, EBeamHole, EBeamS1, EBeamS2, EBeamS3, EHoleScint, ETailDep, ETailVis, G4cout, G4endl, InitBeam, and MeV.

void FCALTestbeamSetupSD::Initialize ( G4HCofThisEvent )
virtual

Reimplemented from G4VSensitiveDetector.

Definition at line 64 of file FCALTestbeamSetupSD.cc.

References EBeamDead, EBeamHole, EBeamS1, EBeamS2, EBeamS3, EHoleScint, ETailDep, ETailVis, and TailCatcherID.

void FCALTestbeamSetupSD::PrintAll ( void  )
virtual

Reimplemented from G4VSensitiveDetector.

Definition at line 185 of file FCALTestbeamSetupSD.cc.

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

Implements G4VSensitiveDetector.

Definition at line 77 of file FCALTestbeamSetupSD.cc.

References EBeamDead, EBeamHole, EBeamS1, EBeamS2, EBeamS3, EHoleScint, ETailDep, ETailVis, G4VPhysicalVolume::GetCopyNo(), G4VPhysicalVolume::GetName(), G4Step::GetPreStepPoint(), G4Step::GetTotalEnergyDeposit(), G4StepPoint::GetTouchable(), G4TouchableHistory::GetVolume(), and TailCatcherID.

+ Here is the call graph for this function:

Member Data Documentation

G4double FCALTestbeamSetupSD::EBeamDead

Definition at line 73 of file FCALTestbeamSetupSD.hh.

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

G4double FCALTestbeamSetupSD::EBeamHole

Definition at line 72 of file FCALTestbeamSetupSD.hh.

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

G4double FCALTestbeamSetupSD::EBeamS1

Definition at line 71 of file FCALTestbeamSetupSD.hh.

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

G4double FCALTestbeamSetupSD::EBeamS2

Definition at line 71 of file FCALTestbeamSetupSD.hh.

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

G4double FCALTestbeamSetupSD::EBeamS3

Definition at line 71 of file FCALTestbeamSetupSD.hh.

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

G4double FCALTestbeamSetupSD::EHoleScint

Definition at line 72 of file FCALTestbeamSetupSD.hh.

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

G4double FCALTestbeamSetupSD::ETailDep[7]

Definition at line 75 of file FCALTestbeamSetupSD.hh.

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

G4double FCALTestbeamSetupSD::ETailVis[8]

Definition at line 75 of file FCALTestbeamSetupSD.hh.

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

G4int FCALTestbeamSetupSD::InitBeam
private

Definition at line 67 of file FCALTestbeamSetupSD.hh.

Referenced by EndOfEvent().

G4int FCALTestbeamSetupSD::TailCatcherID

Definition at line 74 of file FCALTestbeamSetupSD.hh.

Referenced by Initialize(), and ProcessHits().


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