LArSoft  v09_90_00
Liquid Argon Software toolkit - https://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 41 of file pyG4VSensitiveDetector.cc.

Constructor & Destructor Documentation

pyG4VSensitiveDetector::CB_G4VSensitiveDetector::CB_G4VSensitiveDetector ( )
inline

Definition at line 46 of file pyG4VSensitiveDetector.cc.

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

Definition at line 47 of file pyG4VSensitiveDetector.cc.

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

Definition at line 49 of file pyG4VSensitiveDetector.cc.

49 { }

Member Function Documentation

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

Definition at line 51 of file pyG4VSensitiveDetector.cc.

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

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