29 #include "G4SDManager.hh" 30 #include "G4VProcess.hh" 31 #include "G4EventManager.hh" 33 #include "G4ParticleTable.hh" 35 #include "G4SystemOfUnits.hh" 51 currentPV(
nullptr), unitID(0), previousUnitID(0), preStepPoint(
nullptr),
52 postStepPoint(
nullptr), eventno(0){
59 SetVerboseLevel(verbn);
63 if (name ==
"FP420SI") {
65 edm::LogInfo(
"FP420Sim") <<
"name = FP420SI and new FP420NumberingSchem";
79 return aStep->GetTotalEnergyDeposit();
84 LogDebug(
"FP420Sim") <<
"FP420SD : Initialize called for " <<
name << std::endl;
102 if (aStep ==
nullptr) {
110 LogDebug(
"FP420Sim") <<
"FP420SD : number of hits = " <<
theHC->entries() << std::endl;
134 G4int particleCode =
theTrack->GetDefinition()->GetPDGEncoding();
135 if (particleCode ==
emPDG ||
136 particleCode ==
epPDG ||
142 edeposit = aStep->GetTotalEnergyDeposit();
151 Pabs = aStep->GetPreStepPoint()->GetMomentum().mag()/
GeV;
153 Tof = aStep->GetPostStepPoint()->GetGlobalTime()/nanosecond;
154 Eloss = aStep->GetTotalEnergyDeposit()/
GeV;
156 ThetaAtEntry = aStep->GetPreStepPoint()->GetPosition().theta()/deg;
157 PhiAtEntry = aStep->GetPreStepPoint()->GetPosition().phi()/deg;
177 <<
" maybe detector name changed";
194 G4bool
found =
false;
198 for (
int j=0; j<
theHC->entries()&&!
found; j++) {
231 if (hit ==
nullptr ) {
236 theHC->insert( hit );
244 LogDebug(
"FP420Sim") <<
"FP420SD CreateNewHit for" 247 <<
" Unit " <<
unitID <<std::endl;
250 <<
" For Track " <<
theTrack->GetTrackID()
251 <<
" which is a " <<
theTrack->GetDefinition()->GetParticleName();
259 LogDebug(
"FP420Sim") <<
" and created by " ;
263 LogDebug(
"FP420Sim") <<
"NO process";
312 LogDebug(
"FP420Sim") <<
"updateHit: add eloss " <<
Eloss <<std::endl;
314 <<
", PostStepPoint=" <<
postStepPoint->GetPosition() << std::endl;
332 const G4VTouchable* touch=
preStepPoint->GetTouchable();
333 theEntryPoint = touch->GetHistory()->GetTopTransform().TransformPoint(global);
341 theExitPoint = touch->GetHistory()->GetTopTransform().TransformPoint(globalPoint);
356 for (
int j=0; j<
theHC->entries(); j++) {
358 if((fabs(aHit->
getTof())> 780. && fabs(aHit->
getTof())< 840.)) ++nhitsHPS240;
359 if((fabs(aHit->
getTof())>1380. && fabs(aHit->
getTof())<1450.)) ++nhitsFP420;
361 if((fabs(aHit->
getTof())>780. && fabs(aHit->
getTof())<840. && nhitsHPS240<200.) || ( fabs(aHit->
getTof())>1380. && fabs(aHit->
getTof())<1450. && nhitsFP420<200.)) {
366 LogDebug(
"FP420Sim") <<
"hit number" << j <<
"unit ID = "<<aHit->
getUnitID()<<
"\n";
437 LogDebug(
"FP420Sim") <<
"FP420SD: Collection " <<
theHC->GetName() <<
"\n";
438 theHC->PrintAllHits();
455 LogDebug(
"ForwardSim") <<
" Dispatched BeginOfEvent for " << GetName()
458 eventno = (*i)()->GetEventID();
463 G4ParticleTable * theParticleTable = G4ParticleTable::GetParticleTable();
465 emPDG = theParticleTable->FindParticle(particleName=
"e-")->GetPDGEncoding();
466 epPDG = theParticleTable->FindParticle(particleName=
"e+")->GetPDGEncoding();
467 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()
type of data representation of DDCompactView
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