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