ACTARSim
ACTAR TPC Simulation Reference Guide
|
SD for the Scintillators
Definition at line 19 of file ActarSimSciRingSD.hh.
Public Member Functions | |
ActarSimSciRingSD (G4String) | |
Constructor, just naming the Hit collection. More... | |
~ActarSimSciRingSD () | |
Destructor, nothing to do. More... | |
void | Initialize (G4HCofThisEvent *) |
G4bool | ProcessHits (G4Step *, G4TouchableHistory *) |
void | EndOfEvent (G4HCofThisEvent *) |
Private Attributes | |
ActarSimSciRingGeantHitsCollection * | hitsCollection |
Geant step-like hits collect. More... | |
#include <ActarSimSciRingSD.hh>
ActarSimSciRingSD::ActarSimSciRingSD | ( | G4String | name | ) |
Constructor, just naming the Hit collection.
Definition at line 30 of file ActarSimSciRingSD.cc.
ActarSimSciRingSD::~ActarSimSciRingSD | ( | ) |
Destructor, nothing to do.
Definition at line 38 of file ActarSimSciRingSD.cc.
void ActarSimSciRingSD::EndOfEvent | ( | G4HCofThisEvent * | ) |
Just prints and draws the event hits (class ActarSimSciGeantHit) The recollection of the hits energy deposition in the plastic is done in the ActarSimROOTAnalysis::EndOfEventAction()
Definition at line 107 of file ActarSimSciRingSD.cc.
void ActarSimSciRingSD::Initialize | ( | G4HCofThisEvent * | HCE | ) |
Initializing the ActarSimSciGeantHitsCollection object Invoked automatically at the beggining of each event
Definition at line 44 of file ActarSimSciRingSD.cc.
G4bool ActarSimSciRingSD::ProcessHits | ( | G4Step * | aStep, |
G4TouchableHistory * | |||
) |
Filling the ActarSimSciGeantHit information with the step info Invoked by G4SteppingManager for each step
Definition at line 57 of file ActarSimSciRingSD.cc.
|
private |
Geant step-like hits collect.
Definition at line 21 of file ActarSimSciRingSD.hh.
Referenced by EndOfEvent(), Initialize(), and ProcessHits().