LArSoft  v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
pyG4VSensitiveDetector::CB_G4VSensitiveDetector Class Reference
Inheritance diagram for pyG4VSensitiveDetector::CB_G4VSensitiveDetector:

Public Member Functions

 CB_G4VSensitiveDetector ()
 
 CB_G4VSensitiveDetector (const G4String &name)
 
 ~CB_G4VSensitiveDetector ()
 
G4bool ProcessHits (G4Step *aStep, G4TouchableHistory *ROhist)
 

Detailed Description

Definition at line 42 of file pyG4VSensitiveDetector.cc.

Constructor & Destructor Documentation

pyG4VSensitiveDetector::CB_G4VSensitiveDetector::CB_G4VSensitiveDetector ( )
inline

Definition at line 47 of file pyG4VSensitiveDetector.cc.

47 : G4VSensitiveDetector("") { }
pyG4VSensitiveDetector::CB_G4VSensitiveDetector::CB_G4VSensitiveDetector ( const G4String name)
inline

Definition at line 48 of file pyG4VSensitiveDetector.cc.

49  : G4VSensitiveDetector(name) { }
pyG4VSensitiveDetector::CB_G4VSensitiveDetector::~CB_G4VSensitiveDetector ( )
inline

Definition at line 50 of file pyG4VSensitiveDetector.cc.

50 { }

Member Function Documentation

G4bool pyG4VSensitiveDetector::CB_G4VSensitiveDetector::ProcessHits ( G4Step *  aStep,
G4TouchableHistory *  ROhist 
)
inline

Definition at line 52 of file pyG4VSensitiveDetector.cc.

52  {
53  return get_override("ProcessHits")(&aStep, &ROhist);
54  }

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