CMS 3D CMS Logo

List of all members | Public Member Functions | Protected Member Functions | Private Attributes
AHCalSD Class Reference

#include <AHCalSD.h>

Inheritance diagram for AHCalSD:
CaloSD SensitiveCaloDetector Observer< const BeginOfRun *> Observer< const BeginOfEvent *> Observer< const BeginOfTrack *> Observer< const EndOfTrack *> Observer< const EndOfEvent *> SensitiveDetector

Public Member Functions

 AHCalSD (const std::string &, const SensitiveDetectorCatalog &, edm::ParameterSet const &, const SimTrackManager *)
 
uint32_t setDetUnitId (const G4Step *step) override
 
bool unpackIndex (const uint32_t &idx, int &row, int &col, int &depth)
 
 ~AHCalSD () override=default
 
- Public Member Functions inherited from CaloSD
 CaloSD (const std::string &aSDname, const SensitiveDetectorCatalog &clg, edm::ParameterSet const &p, const SimTrackManager *, float timeSlice=1., bool ignoreTkID=false, const std::string &newcolname="")
 
void clear () override
 
void clearHits () override
 
void DrawAll () override
 
void EndOfEvent (G4HCofThisEvent *eventHC) override
 
void fillHits (edm::PCaloHitContainer &, const std::string &) override
 
void Initialize (G4HCofThisEvent *HCE) override
 
bool isItFineCalo (const G4VTouchable *touch)
 
void newCollection (const std::string &name, edm::ParameterSet const &p)
 
void PrintAll () override
 
G4bool ProcessHits (G4Step *step, G4TouchableHistory *) override
 
bool ProcessHits (G4GFlashSpot *aSpot, G4TouchableHistory *) override
 
void reset () override
 
 ~CaloSD () override
 
- Public Member Functions inherited from SensitiveCaloDetector
 SensitiveCaloDetector (const std::string &iname, const SensitiveDetectorCatalog &clg, const std::string &newcollname="")
 
- Public Member Functions inherited from SensitiveDetector
void EndOfEvent (G4HCofThisEvent *eventHC) override
 
const std::vector< std::string > & getNames () const
 
void Initialize (G4HCofThisEvent *eventHC) override
 
bool isCaloSD () const
 
 SensitiveDetector (const std::string &iname, const SensitiveDetectorCatalog &, bool calo, const std::string &newcollname="")
 
 ~SensitiveDetector () override
 
- Public Member Functions inherited from Observer< const BeginOfRun *>
 Observer ()
 
void slotForUpdate (const BeginOfRun * iT)
 
virtual ~Observer ()
 
- Public Member Functions inherited from Observer< const BeginOfEvent *>
 Observer ()
 
void slotForUpdate (const BeginOfEvent * iT)
 
virtual ~Observer ()
 
- Public Member Functions inherited from Observer< const BeginOfTrack *>
 Observer ()
 
void slotForUpdate (const BeginOfTrack * iT)
 
virtual ~Observer ()
 
- Public Member Functions inherited from Observer< const EndOfTrack *>
 Observer ()
 
void slotForUpdate (const EndOfTrack * iT)
 
virtual ~Observer ()
 
- Public Member Functions inherited from Observer< const EndOfEvent *>
 Observer ()
 
void slotForUpdate (const EndOfEvent * iT)
 
virtual ~Observer ()
 

Protected Member Functions

bool filterHit (CaloG4Hit *, double) override
 
double getEnergyDeposit (const G4Step *) override
 
- Protected Member Functions inherited from CaloSD
bool checkHit (int k=0)
 
CaloG4HitcreateNewHit (const G4Step *, const G4Track *, int k)
 
virtual void endEvent ()
 
virtual double EnergyCorrected (const G4Step &step, const G4Track *)
 
unsigned int findBoundaryCrossingParent (const G4Track *track, bool markParentAsSaveable=true)
 
double getAttenuation (const G4Step *aStep, double birk1, double birk2, double birk3) const
 
virtual uint16_t getDepth (const G4Step *)
 
virtual bool getFromLibrary (const G4Step *step)
 
int getNumberOfHits (int k=0)
 
double getResponseWt (const G4Track *, int k=0)
 
virtual int getTrackID (const G4Track *)
 
bool hitExists (const G4Step *, int k)
 
void ignoreRejection ()
 
virtual void initEvent (const BeginOfEvent *)
 
virtual void initRun ()
 
void printDetectorLevels (const G4VTouchable *) const
 
void processHit (const G4Step *step)
 
virtual void processSecondHit (const G4Step *, const G4Track *)
 
void resetForNewPrimary (const G4Step *)
 
void setNumberCheckedHits (int val, int k=0)
 
void setParameterized (bool val)
 
G4ThreeVector setToGlobal (const G4ThreeVector &, const G4VTouchable *) const
 
G4ThreeVector setToLocal (const G4ThreeVector &, const G4VTouchable *) const
 
virtual int setTrackID (const G4Step *)
 
void setUseMap (bool val)
 
std::string shortreprID (const CaloHitID &ID)
 
std::string shortreprID (const CaloG4Hit *hit)
 
void update (const BeginOfRun *) override
 This routine will be called when the appropriate signal arrives. More...
 
void update (const BeginOfEvent *) override
 This routine will be called when the appropriate signal arrives. More...
 
void update (const BeginOfTrack *trk) override
 This routine will be called when the appropriate signal arrives. More...
 
void update (const EndOfTrack *trk) override
 This routine will be called when the appropriate signal arrives. More...
 
void update (const ::EndOfEvent *) override
 
void updateHit (CaloG4Hit *, int k)
 
- Protected Member Functions inherited from SensitiveDetector
TrackInformationcmsTrackInformation (const G4Track *aTrack)
 
Local3DPoint ConvertToLocal3DPoint (const G4ThreeVector &point) const
 
Local3DPoint FinalStepPosition (const G4Step *step, coordinates) const
 
Local3DPoint InitialStepPosition (const G4Step *step, coordinates) const
 
Local3DPoint LocalPostStepPosition (const G4Step *step) const
 
Local3DPoint LocalPreStepPosition (const G4Step *step) const
 
void NaNTrap (const G4Step *step) const
 
void setNames (const std::vector< std::string > &)
 
- Protected Member Functions inherited from Observer< const EndOfEvent *>
virtual void update (const EndOfEvent *)=0
 This routine will be called when the appropriate signal arrives. More...
 

Private Attributes

double betaThr
 
double birk1
 
double birk2
 
double birk3
 
double eminHit
 
bool useBirk
 

Additional Inherited Members

- Protected Types inherited from SensitiveDetector
enum  coordinates { WorldCoordinates, LocalCoordinates }
 
- Static Protected Member Functions inherited from CaloSD
static std::string printableDecayChain (const std::vector< unsigned int > &decayChain)
 
- Protected Attributes inherited from CaloSD
std::string collName_ [2]
 
CaloG4HitcurrentHit [2]
 
CaloHitID currentID [2]
 
std::string detName_
 
float edepositEM
 
float edepositHAD
 
double eminHit
 
double energyCut
 
G4ThreeVector entranceLocal
 
G4ThreeVector entrancePoint
 
bool forceSave
 
std::vector< std::string > hcn_
 
float incidentEnergy
 
double kmaxIon
 
double kmaxNeutron
 
double kmaxProton
 
int nHC_
 
G4ThreeVector posGlobal
 
CaloHitID previousID [2]
 
bool suppressHeavy
 
double tmaxHit
 
std::vector< int > useResMap_
 

Detailed Description

Definition at line 14 of file AHCalSD.h.

Constructor & Destructor Documentation

◆ AHCalSD()

AHCalSD::AHCalSD ( const std::string &  name,
const SensitiveDetectorCatalog clg,
edm::ParameterSet const &  p,
const SimTrackManager manager 
)

Definition at line 23 of file AHCalSD.cc.

References birk1, birk2, birk3, eminHit, g, edm::ParameterSet::getParameter(), AlCaHLTBitMon_ParallelJobs::p, and useBirk.

27  : CaloSD(name,
28  clg,
29  p,
30  manager,
31  (float)(p.getParameter<edm::ParameterSet>("AHCalSD").getParameter<double>("TimeSliceUnit")),
32  p.getParameter<edm::ParameterSet>("AHCalSD").getParameter<bool>("IgnoreTrackID")) {
33  edm::ParameterSet m_HC = p.getParameter<edm::ParameterSet>("AHCalSD");
34  useBirk = m_HC.getParameter<bool>("UseBirkLaw");
35  birk1 = m_HC.getParameter<double>("BirkC1") * (CLHEP::g / (CLHEP::MeV * CLHEP::cm2));
36  birk2 = m_HC.getParameter<double>("BirkC2");
37  birk3 = m_HC.getParameter<double>("BirkC3");
38  eminHit = m_HC.getParameter<double>("EminHit") * CLHEP::MeV;
39 
40  edm::LogVerbatim("HcalSim") << "AHCalSD:: Use of Birks law is set to " << useBirk
41  << " with three constants kB = " << birk1 << ", C1 = " << birk2 << ", C2 = " << birk3
42  << "\nAHCalSD:: Threshold for storing"
43  << " hits: " << eminHit;
44 }
Log< level::Info, true > LogVerbatim
T getParameter(std::string const &) const
Definition: ParameterSet.h:307
double birk1
Definition: AHCalSD.h:27
double birk3
Definition: AHCalSD.h:27
The Signals That Services Can Subscribe To This is based on ActivityRegistry and is current per Services can connect to the signals distributed by the ActivityRegistry in order to monitor the activity of the application Each possible callback has some defined which we here list in angle e g
Definition: Activities.doc:4
double birk2
Definition: AHCalSD.h:27
CaloSD(const std::string &aSDname, const SensitiveDetectorCatalog &clg, edm::ParameterSet const &p, const SimTrackManager *, float timeSlice=1., bool ignoreTkID=false, const std::string &newcolname="")
Definition: CaloSD.cc:33
double eminHit
Definition: AHCalSD.h:28
bool useBirk
Definition: AHCalSD.h:26

◆ ~AHCalSD()

AHCalSD::~AHCalSD ( )
overridedefault

Member Function Documentation

◆ filterHit()

bool AHCalSD::filterHit ( CaloG4Hit aHit,
double  time 
)
overrideprotectedvirtual

Reimplemented from CaloSD.

Definition at line 101 of file AHCalSD.cc.

References eminHit, CaloG4Hit::getEnergyDeposit(), hcalRecHitTable_cff::time, and CaloSD::tmaxHit.

101  {
102  return ((time <= tmaxHit) && (aHit->getEnergyDeposit() > eminHit));
103 }
double tmaxHit
Definition: CaloSD.h:148
double eminHit
Definition: AHCalSD.h:28
double getEnergyDeposit() const
Definition: CaloG4Hit.h:79

◆ getEnergyDeposit()

double AHCalSD::getEnergyDeposit ( const G4Step *  aStep)
overrideprotectedvirtual

Reimplemented from CaloSD.

Definition at line 46 of file AHCalSD.cc.

References birk1, birk2, birk3, CaloSD::getAttenuation(), useBirk, and mps_merge::weight.

46  {
47  double destep = aStep->GetTotalEnergyDeposit();
48  double wt2 = aStep->GetTrack()->GetWeight();
49  double weight = (wt2 > 0.0) ? wt2 : 1.0;
50 #ifdef EDM_ML_DEBUG
51  double weight0 = weight;
52 #endif
53  if (useBirk)
54  weight *= getAttenuation(aStep, birk1, birk2, birk3);
55 #ifdef EDM_ML_DEBUG
56  edm::LogVerbatim("HcalSim") << "AHCalSD: weight " << weight0 << " " << weight;
57 #endif
58  double edep = weight * destep;
59  return edep;
60 }
Log< level::Info, true > LogVerbatim
double birk1
Definition: AHCalSD.h:27
double birk3
Definition: AHCalSD.h:27
Definition: weight.py:1
double birk2
Definition: AHCalSD.h:27
double getAttenuation(const G4Step *aStep, double birk1, double birk2, double birk3) const
Definition: CaloSD.cc:727
bool useBirk
Definition: AHCalSD.h:26

◆ setDetUnitId()

uint32_t AHCalSD::setDetUnitId ( const G4Step *  step)
overridevirtual

Implements CaloSD.

Definition at line 62 of file AHCalSD.cc.

References cuy::col, TauDecayModes::dec, hcalRecHitTable_cff::depth, RemoveAddSevLevel::flag, HcalOther, AHCalParameters::kColumn_, AHCalParameters::kRow_, AHCalParameters::kRowColumn_, AHCalParameters::kSign_, AHCalParameters::kSignRowColumn_, DetId::rawId(), and unpackIndex().

62  {
63  const G4StepPoint* preStepPoint = aStep->GetPreStepPoint();
64  const G4VTouchable* touch = preStepPoint->GetTouchable();
65 
66  int depth = (touch->GetReplicaNumber(1));
67  int incol = ((touch->GetReplicaNumber(0)) % AHCalParameters::kColumn_);
68  int inrow = ((touch->GetReplicaNumber(0)) / AHCalParameters::kColumn_) % AHCalParameters::kRow_;
69  int jncol = ((touch->GetReplicaNumber(0)) / AHCalParameters::kRowColumn_) % AHCalParameters::kSign_;
70  int jnrow = ((touch->GetReplicaNumber(0)) / AHCalParameters::kSignRowColumn_) % AHCalParameters::kSign_;
71  int col = (jncol == 0) ? incol : -incol;
72  int row = (jnrow == 0) ? inrow : -inrow;
73  uint32_t index = AHCalDetId(row, col, depth).rawId();
74 #ifdef EDM_ML_DEBUG
75  edm::LogVerbatim("HcalSim") << "AHCalSD: det = " << HcalOther << " depth = " << depth << " row = " << row
76  << " column = " << col << " packed index = 0x" << std::hex << index << std::dec;
77  bool flag = unpackIndex(index, row, col, depth);
78  edm::LogVerbatim("HcalSim") << "Results from unpacker for 0x" << std::hex << index << std::dec << " Flag " << flag
79  << " Row " << row << " Col " << col << " Depth " << depth;
80 #endif
81  return index;
82 }
Log< level::Info, true > LogVerbatim
static constexpr int kSignRowColumn_
static constexpr int kRow_
static constexpr int kRowColumn_
constexpr uint32_t rawId() const
get the raw id
Definition: DetId.h:57
col
Definition: cuy.py:1009
static constexpr int kSign_
static constexpr int kColumn_
Constants used.
bool unpackIndex(const uint32_t &idx, int &row, int &col, int &depth)
Definition: AHCalSD.cc:84

◆ unpackIndex()

bool AHCalSD::unpackIndex ( const uint32_t &  idx,
int &  row,
int &  col,
int &  depth 
)

Definition at line 84 of file AHCalSD.cc.

References cuy::col, TauDecayModes::dec, hcalRecHitTable_cff::depth, AHCalDetId::depth(), relval_steps::gen(), DetId::Hcal, HcalOther, AHCalDetId::icol(), heavyIonCSV_trainingSettings::idx, and AHCalDetId::irow().

Referenced by setDetUnitId().

84  {
85  DetId gen(idx);
86  HcalSubdetector subdet = (HcalSubdetector(gen.subdetId()));
87  bool rcode = (gen.det() == DetId::Hcal && subdet != HcalOther);
88  row = col = depth = 0;
89  if (rcode) {
90  row = AHCalDetId(idx).irow();
91  col = AHCalDetId(idx).icol();
93  }
94 #ifdef EDM_ML_DEBUG
95  edm::LogVerbatim("HcalSim") << "AHCalSD: packed index = 0x" << std::hex << idx << std::dec << " Row " << row
96  << " Column " << col << " Depth " << depth << " OK " << rcode;
97 #endif
98  return rcode;
99 }
Log< level::Info, true > LogVerbatim
int icol() const
get the column number
Definition: AHCalDetId.cc:36
HcalSubdetector
Definition: HcalAssistant.h:31
def gen(fragment, howMuch)
Production test section ####.
Definition: DetId.h:17
int irow() const
get the row number
Definition: AHCalDetId.cc:29
col
Definition: cuy.py:1009
int depth() const
get the layer number
Definition: AHCalDetId.cc:43

Member Data Documentation

◆ betaThr

double AHCalSD::betaThr
private

Definition at line 27 of file AHCalSD.h.

◆ birk1

double AHCalSD::birk1
private

Definition at line 27 of file AHCalSD.h.

Referenced by AHCalSD(), and getEnergyDeposit().

◆ birk2

double AHCalSD::birk2
private

Definition at line 27 of file AHCalSD.h.

Referenced by AHCalSD(), and getEnergyDeposit().

◆ birk3

double AHCalSD::birk3
private

Definition at line 27 of file AHCalSD.h.

Referenced by AHCalSD(), and getEnergyDeposit().

◆ eminHit

double AHCalSD::eminHit
private

Definition at line 28 of file AHCalSD.h.

Referenced by AHCalSD(), and filterHit().

◆ useBirk

bool AHCalSD::useBirk
private

Definition at line 26 of file AHCalSD.h.

Referenced by AHCalSD(), and getEnergyDeposit().