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