![]() |
ACTARSim
ACTAR TPC Simulation Reference Guide
|
SD for the gas volume in the detector
Definition at line 19 of file ActarSimGasSD.hh.
Public Member Functions | |
| ActarSimGasSD (G4String) | |
| Constructor. More... | |
| ~ActarSimGasSD () | |
| Destructor. More... | |
| void | Initialize (G4HCofThisEvent *) |
| G4bool | ProcessHits (G4Step *, G4TouchableHistory *) |
| void | EndOfEvent (G4HCofThisEvent *) |
Private Attributes | |
| ActarSimGasGeantHitsCollection * | hitsCollection |
| Geant step-like hits collect. More... | |
#include <ActarSimGasSD.hh>
Inheritance diagram for ActarSimGasSD:
Collaboration diagram for ActarSimGasSD:| ActarSimGasSD::ActarSimGasSD | ( | G4String | name | ) |
Constructor.
Definition at line 32 of file ActarSimGasSD.cc.
| ActarSimGasSD::~ActarSimGasSD | ( | ) |
Destructor.
Definition at line 39 of file ActarSimGasSD.cc.
| void ActarSimGasSD::EndOfEvent | ( | G4HCofThisEvent * | ) |
Just prints and draws the event hits (class ActarSimGasGeantHit). The recollection of the hits energy deposition in a crystal is done in the ActarSimAnalysis::EndOfEventAction()
Definition at line 100 of file ActarSimGasSD.cc.
| void ActarSimGasSD::Initialize | ( | G4HCofThisEvent * | HCE | ) |
Initializing the ActarSimCalGeantHitsCollection object Invoked automatically at the beggining of each event
Definition at line 45 of file ActarSimGasSD.cc.
| G4bool ActarSimGasSD::ProcessHits | ( | G4Step * | aStep, |
| G4TouchableHistory * | |||
| ) |
Filling the ActarSimCalGeantHit information with the step info. Invoked by G4SteppingManager for each step
Definition at line 59 of file ActarSimGasSD.cc.
|
private |
Geant step-like hits collect.
Definition at line 21 of file ActarSimGasSD.hh.
Referenced by EndOfEvent(), Initialize(), and ProcessHits().