ATLAS Offline Software
|
#include <LArG4TBECBeamChSensitiveDetector.h>
Public Types | |
typedef std::vector< LArG4TBECBeamChHit * > | m_Hit_t |
typedef m_Hit_t::iterator | m_Hit_pointer |
Public Member Functions | |
LArG4TBECBeamChSensitiveDetector (const G4String &name) | |
~LArG4TBECBeamChSensitiveDetector () | |
void | Initialize (G4HCofThisEvent *HCE) |
G4bool | ProcessHits (G4Step *step, G4TouchableHistory *ROhist) |
void | EndOfEvent (G4HCofThisEvent *HCE) |
LArG4TBECBeamChCalculator * | GetCalculator () |
Public Attributes | |
m_Hit_t | m_Hits |
Private Member Functions | |
LArG4TBECBeamChSensitiveDetector (const LArG4TBECBeamChSensitiveDetector &) | |
LArG4TBECBeamChSensitiveDetector & | operator= (const LArG4TBECBeamChSensitiveDetector &) |
Private Attributes | |
LArG4TBECBeamChCalculator * | m_calculator |
G4String | m_detectorName |
G4String | m_HCname |
Definition at line 22 of file LArG4TBECBeamChSensitiveDetector.h.
typedef m_Hit_t::iterator LArG4TBECBeamChSensitiveDetector::m_Hit_pointer |
Definition at line 49 of file LArG4TBECBeamChSensitiveDetector.h.
typedef std::vector< LArG4TBECBeamChHit*> LArG4TBECBeamChSensitiveDetector::m_Hit_t |
Definition at line 48 of file LArG4TBECBeamChSensitiveDetector.h.
LArG4TBECBeamChSensitiveDetector::LArG4TBECBeamChSensitiveDetector | ( | const G4String & | name | ) |
LArG4TBECBeamChSensitiveDetector::~LArG4TBECBeamChSensitiveDetector | ( | ) |
|
private |
void LArG4TBECBeamChSensitiveDetector::EndOfEvent | ( | G4HCofThisEvent * | HCE | ) |
|
inline |
Definition at line 34 of file LArG4TBECBeamChSensitiveDetector.h.
void LArG4TBECBeamChSensitiveDetector::Initialize | ( | G4HCofThisEvent * | HCE | ) |
|
private |
G4bool LArG4TBECBeamChSensitiveDetector::ProcessHits | ( | G4Step * | step, |
G4TouchableHistory * | ROhist | ||
) |
|
private |
Definition at line 38 of file LArG4TBECBeamChSensitiveDetector.h.
|
private |
Definition at line 41 of file LArG4TBECBeamChSensitiveDetector.h.
|
private |
Definition at line 45 of file LArG4TBECBeamChSensitiveDetector.h.
m_Hit_t LArG4TBECBeamChSensitiveDetector::m_Hits |
Definition at line 51 of file LArG4TBECBeamChSensitiveDetector.h.