4 #include "G4VPhysicalVolume.hh"
5 #include "G4PVPlacement.hh"
6 #include "G4HCofThisEvent.hh"
7 #include "G4TouchableHistory.hh"
10 #include "G4VSolid.hh"
11 #include "G4DynamicParticle.hh"
12 #include "G4ParticleDefinition.hh"
13 #include "G4SDManager.hh"
16 #include "G4PhysicalConstants.hh"
17 #include "G4SystemOfUnits.hh"
31 edm::LogVerbatim(
"FiberSim") <<
"HFChamberSD : Initialize called for " << GetName() <<
" in collection " << HCE;
41 double charge = aStep->GetTrack()->GetDefinition()->GetPDGCharge();
42 int trackID = aStep->GetTrack()->GetTrackID();
43 if (charge == 0. || trackID != 1 || aStep->GetTrack()->GetParentID() != 0 ||
44 aStep->GetTrack()->GetCreatorProcess() !=
nullptr)
49 G4StepPoint* preStepPoint = aStep->GetPreStepPoint();
50 const G4VTouchable* touch = preStepPoint->GetTouchable();
53 double edep = aStep->GetTotalEnergyDeposit();
54 double time = (preStepPoint->GetGlobalTime()) / ns;
56 const G4ThreeVector& globalPos = preStepPoint->GetPosition();
57 G4ThreeVector localPos = touch->GetHistory()->GetTopTransform().TransformPoint(globalPos);
58 const G4DynamicParticle* particle = aStep->GetTrack()->GetDynamicParticle();
59 const G4ThreeVector& momDir = particle->GetMomentumDirection();
67 edm::LogVerbatim(
"FiberSim") <<
"HFChamberSD: Hit created in (" << touch->GetVolume(0)->GetLogicalVolume()->GetName() <<
") ID " << detID <<
" Track " << trackID <<
" Edep: " << edep / CLHEP::MeV <<
" MeV; Time: " << time <<
" ns; Position (local) " << localPos <<
" (global ) " << globalPos <<
" direction " << momDir;
87 const G4VTouchable* touch = aStep->GetPreStepPoint()->GetTouchable();
88 return (touch->GetReplicaNumber(0));
Log< level::Info, true > LogVerbatim
std::vector< PCaloHit > PCaloHitContainer
void clearHits() override
void setLocalPos(const G4ThreeVector &xyz)
HFChamberSD(const std::string &, const SensitiveDetectorCatalog &, const SimTrackManager *)
uint32_t setDetUnitId(const G4Step *) override
HFShowerG4HitsCollection * theHC
std::string const collectionName[nCollections]
void Initialize(G4HCofThisEvent *HCE) override
void fillHits(edm::PCaloHitContainer &, const std::string &) override
void setPrimMomDir(const G4ThreeVector &xyz)
G4bool ProcessHits(G4Step *aStep, G4TouchableHistory *ROhist) override
void EndOfEvent(G4HCofThisEvent *HCE) override
void setGlobalPos(const G4ThreeVector &xyz)
G4THitsCollection< HFShowerG4Hit > HFShowerG4HitsCollection