30 #include "G4SDManager.hh" 31 #include "G4VProcess.hh" 32 #include "G4EventManager.hh" 34 #include "G4ParticleTable.hh" 36 #include "G4SystemOfUnits.hh" 69 SetVerboseLevel(verbn);
73 if (name ==
"FP420SI") {
75 edm::LogInfo(
"FP420Sim") <<
"name = FP420SI and new FP420NumberingSchem";
92 LogDebug(
"FP420Sim") <<
"FP420SD : Initialize called for " <<
name << std::endl;
108 if (aStep ==
nullptr) {
116 LogDebug(
"FP420Sim") <<
"FP420SD : number of hits = " <<
theHC->entries() << std::endl;
138 G4int particleCode =
theTrack->GetDefinition()->GetPDGEncoding();
146 edeposit = aStep->GetTotalEnergyDeposit();
155 Pabs = aStep->GetPreStepPoint()->GetMomentum().mag() /
GeV;
157 Tof = aStep->GetPostStepPoint()->GetGlobalTime() / nanosecond;
158 Eloss = aStep->GetTotalEnergyDeposit() /
GeV;
160 ThetaAtEntry = aStep->GetPreStepPoint()->GetPosition().theta() / deg;
161 PhiAtEntry = aStep->GetPreStepPoint()->GetPosition().phi() / deg;
195 G4bool
found =
false;
199 for (
int j = 0; j <
theHC->entries() && !
found; j++) {
226 if (hit ==
nullptr) {
237 LogDebug(
"FP420Sim") <<
"FP420SD CreateNewHit for" 241 <<
theTrack->GetTrackID() <<
" which is a " <<
theTrack->GetDefinition()->GetParticleName();
249 LogDebug(
"FP420Sim") <<
" and created by ";
253 LogDebug(
"FP420Sim") <<
"NO process";
300 LogDebug(
"FP420Sim") <<
"updateHit: add eloss " <<
Eloss << std::endl;
316 const G4VTouchable* touch =
preStepPoint->GetTouchable();
317 theEntryPoint = touch->GetHistory()->GetTopTransform().TransformPoint(global);
323 theExitPoint = touch->GetHistory()->GetTopTransform().TransformPoint(globalPoint);
336 for (
int j = 0; j <
theHC->entries(); j++) {
338 if ((fabs(aHit->
getTof()) > 780. && fabs(aHit->
getTof()) < 840.))
340 if ((fabs(aHit->
getTof()) > 1380. && fabs(aHit->
getTof()) < 1450.))
343 if ((fabs(aHit->
getTof()) > 780. && fabs(aHit->
getTof()) < 840. && nhitsHPS240 < 200.) ||
344 (fabs(aHit->
getTof()) > 1380. && fabs(aHit->
getTof()) < 1450. && nhitsFP420 < 200.)) {
347 LogDebug(
"FP420Sim") <<
"hit number" << j <<
"unit ID = " << aHit->
getUnitID() <<
"\n";
407 LogDebug(
"FP420Sim") <<
"FP420SD: Collection " <<
theHC->GetName() <<
"\n";
408 theHC->PrintAllHits();
426 LogDebug(
"ForwardSim") <<
" Dispatched BeginOfEvent for " << GetName() <<
" !";
428 eventno = (*i)()->GetEventID();
432 G4ParticleTable* theParticleTable = G4ParticleTable::GetParticleTable();
434 emPDG = theParticleTable->FindParticle(particleName =
"e-")->GetPDGEncoding();
435 epPDG = theParticleTable->FindParticle(particleName =
"e+")->GetPDGEncoding();
436 gammaPDG = theParticleTable->FindParticle(particleName =
"gamma")->GetPDGEncoding();
T getParameter(std::string const &) const
T getUntrackedParameter(std::string const &, T const &) const
G4ThreeVector theExitPoint
G4ThreeVector SetToLocalExit(const G4ThreeVector &globalPoint)
void setPhiAtEntry(float f)
void setEntry(const G4ThreeVector &xyz)
virtual double getEnergyDeposit(G4Step *step)
G4ThreeVector hitPointExit
G4ThreeVector getExitLocalP() const
G4StepPoint * preStepPoint
void ResetForNewPrimary()
Compact representation of the geometrical detector hierarchy.
unsigned int getTrackID() const
void addEnergyDeposit(double em, double hd)
static TrackerG4SimHitNumberingScheme & numberingScheme(const DDCompactView &cpv, const GeometricDet &det)
float getPhiAtEntry() const
unsigned int getUnitID() const
void setEnergyLoss(float e)
std::vector< PSimHit > & hits()
void clearHits() override
std::string const collectionName[nCollections]
G4ThreeVector theEntryPoint
virtual void Initialize()
void GetStepInfo(G4Step *aStep)
void fillHits(edm::PSimHitContainer &, const std::string &) override
FP420G4HitCollection * theHC
G4ThreeVector getEntryLocalP() const
void update(const BeginOfRun *) override
This routine will be called when the appropriate signal arrives.
void setTimeSlice(double d)
virtual unsigned int getUnitID(const G4Step *aStep) const
float getEnergyLoss() const
void setEntryLocalP(const G4ThreeVector &xyz1)
uint32_t setDetUnitId(const G4Step *) override
G4THitsCollection< FP420G4Hit > FP420G4HitCollection
void setIncidentEnergy(double e)
int getTimeSliceID() const
G4VPhysicalVolume * currentPV
void Initialize(G4HCofThisEvent *HCE) override
FP420SD(const std::string &, const DDCompactView &, const SensitiveDetectorCatalog &, edm::ParameterSet const &, const SimTrackManager *)
void setExitLocalP(const G4ThreeVector &xyz1)
int getParticleType() const
void setParticleType(short i)
void setThetaAtEntry(float t)
G4ThreeVector hitPointLocalExit
FP420NumberingScheme * numberingScheme
bool ProcessHits(G4Step *, G4TouchableHistory *) override
G4ThreeVector SetToLocal(const G4ThreeVector &global)
void setUnitID(unsigned int i)
G4ThreeVector entrancePoint
virtual bool processHits(const PSimHit &)
std::vector< PSimHit > PSimHitContainer
G4ThreeVector getEntry() const
G4StepPoint * postStepPoint
G4ThreeVector hitPointLocal
void addEnergyLoss(float e)
float getThetaAtEntry() const
void StoreHit(FP420G4Hit *)
void EndOfEvent(G4HCofThisEvent *eventHC) override