CMS 3D CMS Logo

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

#include <ECalSD.h>

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

Public Member Functions

 ECalSD (const std::string &, const DDCompactView &, const SensitiveDetectorCatalog &, edm::ParameterSet const &p, const SimTrackManager *)
 
double getEnergyDeposit (G4Step *) override
 
virtual uint16_t getLayerIDForTimeSim (const G4Step *)
 
virtual uint16_t getRadiationLength (const G4Step *)
 
uint32_t setDetUnitId (const G4Step *) override
 
void setNumberingScheme (EcalNumberingScheme *)
 
 ~ECalSD () override
 
- Public Member Functions inherited from CaloSD
 CaloSD (const std::string &aSDname, const DDCompactView &cpv, const SensitiveDetectorCatalog &clg, edm::ParameterSet const &p, const SimTrackManager *, float timeSlice=1., bool ignoreTkID=false)
 
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
 
void PrintAll () override
 
bool ProcessHits (G4Step *step, G4TouchableHistory *tHistory) override
 
bool ProcessHits (G4GFlashSpot *aSpot, G4TouchableHistory *) override
 
 ~CaloSD () override
 
- Public Member Functions inherited from SensitiveCaloDetector
 SensitiveCaloDetector (const std::string &iname, const DDCompactView &cpv, const SensitiveDetectorCatalog &clg, edm::ParameterSet const &p)
 
- Public Member Functions inherited from SensitiveDetector
void EndOfEvent (G4HCofThisEvent *eventHC) override
 
const std::vector< std::string > & getNames () const
 
void Initialize (G4HCofThisEvent *eventHC) override
 
 SensitiveDetector (const std::string &iname, const DDCompactView &cpv, const SensitiveDetectorCatalog &, edm::ParameterSet const &p)
 
 ~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

uint16_t getDepth (const G4Step *) override
 
int getTrackID (const G4Track *) override
 
- Protected Member Functions inherited from CaloSD
G4bool checkHit ()
 
CaloG4HitcreateNewHit ()
 
virtual bool filterHit (CaloG4Hit *, double)
 
double getAttenuation (const G4Step *aStep, double birk1, double birk2, double birk3)
 
int getNumberOfHits ()
 
double getResponseWt (const G4Track *)
 
virtual G4bool getStepInfo (G4Step *aStep)
 
G4bool hitExists ()
 
virtual void initRun ()
 
void resetForNewPrimary (const G4ThreeVector &, double)
 
G4ThreeVector setToGlobal (const G4ThreeVector &, const G4VTouchable *)
 
G4ThreeVector setToLocal (const G4ThreeVector &, const G4VTouchable *)
 
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 *)
 
- Protected Member Functions inherited from SensitiveDetector
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 Member Functions

double crystalDepth (const G4LogicalVolume *, const G4ThreeVector &)
 
double crystalLength (const G4LogicalVolume *)
 
double curve_LY (const G4Step *)
 
void getBaseNumber (const G4Step *)
 
double getBirkL3 (const G4Step *)
 
std::vector< double > getDDDArray (const std::string &, const DDsvalues_type &)
 
std::vector< std::string > getStringArray (const std::string &, const DDsvalues_type &)
 
void initMap (const G4String &, const DDCompactView &)
 

Private Attributes

EnergyResolutionVsLumi ageing
 
bool ageingWithSlopeLY
 
double birk1
 
double birk2
 
double birk3
 
double birkCut
 
double birkSlope
 
std::string crystalMat
 
std::string depth1Name
 
std::string depth2Name
 
bool isEB
 
bool isEE
 
std::vector< const G4LogicalVolume * > noWeight
 
EcalNumberingSchemenumberingScheme
 
double scaleRL
 
double slopeLY
 
bool storeLayerTimeSim
 
bool storeRL
 
bool storeTrack
 
EcalBaseNumber theBaseNumber
 
bool useBirk
 
bool useBirkL3
 
std::vector< const G4LogicalVolume * > useDepth1
 
std::vector< const G4LogicalVolume * > useDepth2
 
bool useWeight
 
std::map< const G4LogicalVolume *, double > xtalLMap
 

Additional Inherited Members

- Protected Types inherited from SensitiveDetector
enum  coordinates { WorldCoordinates, LocalCoordinates }
 
- Protected Attributes inherited from CaloSD
int checkHits
 
double correctT
 
bool corrTOFBeam
 
CaloG4HitcurrentHit
 
CaloHitID currentID
 
float edepositEM
 
float edepositHAD
 
double eminHit
 
double eminHitD
 
G4int emPDG
 
double energyCut
 
G4ThreeVector entranceLocal
 
G4ThreeVector entrancePoint
 
G4int epPDG
 
bool forceSave
 
G4int gammaPDG
 
float incidentEnergy
 
double kmaxIon
 
double kmaxNeutron
 
double kmaxProton
 
const SimTrackManagerm_trackManager
 
G4ThreeVector posGlobal
 
G4StepPoint * preStepPoint
 
CaloHitID previousID
 
int primIDSaved
 
bool runInit
 
bool suppressHeavy
 
G4Track * theTrack
 
double tmaxHit
 
bool useMap
 

Detailed Description

Definition at line 30 of file ECalSD.h.

Constructor & Destructor Documentation

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

Definition at line 41 of file ECalSD.cc.

References ageing, ageingWithSlopeLY, birk1, birk2, birk3, birkCut, birkSlope, crystalMat, depth1Name, depth2Name, ALCARECOTkAlBeamHalo_cff::filter, DDFilteredView::firstChild(), g, getDDDArray(), edm::ParameterSet::getParameter(), getStringArray(), edm::ParameterSet::getUntrackedParameter(), initMap(), edm::Service< T >::isAvailable(), isEB, isEE, gen::k, CaloSD::kmaxIon, CaloSD::kmaxNeutron, CaloSD::kmaxProton, TFileDirectory::make(), DDFilteredView::mergedSpecifics(), MeV, TFileService::mkdir(), scaleRL, EnergyResolutionVsLumi::setLumies(), setNumberingScheme(), slopeLY, storeLayerTimeSim, storeRL, storeTrack, AlCaHLTBitMon_QueryRunRegistry::string, CaloSD::suppressHeavy, compare::tfile, fftjetcommon_cfi::title, useBirk, useBirkL3, useWeight, and TrackerOfflineValidation_Dqm_cff::xmin.

43  :
44  CaloSD(name, cpv, clg, p, manager,
45  (float)(p.getParameter<edm::ParameterSet>("ECalSD").getParameter<double>("TimeSliceUnit")),
46  p.getParameter<edm::ParameterSet>("ECalSD").getParameter<bool>("IgnoreTrackID")),
47  numberingScheme(nullptr){
48 
49  // static SimpleConfigurable<bool> on1(false, "ECalSD:UseBirkLaw");
50  // static SimpleConfigurable<double> bk1(0.00463,"ECalSD:BirkC1");
51  // static SimpleConfigurable<double> bk2(-0.03, "ECalSD:BirkC2");
52  // static SimpleConfigurable<double> bk3(1.0, "ECalSD:BirkC3");
53  // Values from NIM A484 (2002) 239-244: as implemented in Geant3
54  // useBirk = on1.value();
55  // birk1 = bk1.value()*(g/(MeV*cm2));
56  // birk2 = bk2.value()*(g/(MeV*cm2))*(g/(MeV*cm2));
57 
58  edm::ParameterSet m_EC = p.getParameter<edm::ParameterSet>("ECalSD");
59  useBirk = m_EC.getParameter<bool>("UseBirkLaw");
60  useBirkL3 = m_EC.getParameter<bool>("BirkL3Parametrization");
61  birk1 = m_EC.getParameter<double>("BirkC1")*(g/(MeV*cm2));
62  birk2 = m_EC.getParameter<double>("BirkC2");
63  birk3 = m_EC.getParameter<double>("BirkC3");
64  birkSlope = m_EC.getParameter<double>("BirkSlope");
65  birkCut = m_EC.getParameter<double>("BirkCut");
66  slopeLY = m_EC.getParameter<double>("SlopeLightYield");
67  storeTrack = m_EC.getParameter<bool>("StoreSecondary");
68  crystalMat = m_EC.getUntrackedParameter<std::string>("XtalMat","E_PbWO4");
69  bool isItTB = m_EC.getUntrackedParameter<bool>("TestBeam", false);
70  bool nullNS = m_EC.getUntrackedParameter<bool>("NullNumbering", false);
71  storeRL = m_EC.getUntrackedParameter<bool>("StoreRadLength", false);
72  scaleRL = m_EC.getUntrackedParameter<double>("ScaleRadLength",1.0);
73 
74  //Changes for improved timing simulation
75  storeLayerTimeSim = m_EC.getUntrackedParameter<bool>("StoreLayerTimeSim", false);
76 
77  ageingWithSlopeLY = m_EC.getUntrackedParameter<bool>("AgeingWithSlopeLY", false);
78  if(ageingWithSlopeLY) ageing.setLumies(p.getParameter<edm::ParameterSet>("ECalSD").getParameter<double>("DelivLuminosity"),
79  p.getParameter<edm::ParameterSet>("ECalSD").getParameter<double>("InstLuminosity"));
80 
81  //Material list for HB/HE/HO sensitive detectors
82  std::string attribute = "ReadOutName";
84  DDFilteredView fv(cpv,filter);
85  fv.firstChild();
86  DDsvalues_type sv(fv.mergedSpecifics());
87  // Use of Weight
88  useWeight= true;
89  std::vector<double> tempD = getDDDArray("EnergyWeight",sv);
90  if (!tempD.empty()) { if (tempD[0] < 0.1) useWeight = false; }
91 #ifdef EDM_ML_DEBUG
92  edm::LogInfo("EcalSim") << "ECalSD:: useWeight " << tempD.size() << ":"
93  << useWeight << std::endl;
94 #endif
95  std::vector<std::string> tempS = getStringArray("Depth1Name",sv);
96  if (!tempS.empty()) depth1Name = tempS[0];
97  else depth1Name = " ";
98  tempS = getStringArray("Depth2Name",sv);
99  if (!tempS.empty()) depth2Name = tempS[0];
100  else depth2Name = " ";
101 #ifdef EDM_ML_DEBUG
102  edm::LogInfo("EcalSim") << "Names (Depth 1):" << depth1Name << " (Depth 2):"
103  << depth2Name << std::endl;
104 #endif
105  EcalNumberingScheme* scheme=nullptr;
106  if (nullNS) {
107  scheme = nullptr;
108  } else if (name == "EcalHitsEB") {
109  scheme = dynamic_cast<EcalNumberingScheme*>(new EcalBarrelNumberingScheme());
110  isEB=true;
111  } else if (name == "EcalHitsEE") {
112  scheme = dynamic_cast<EcalNumberingScheme*>(new EcalEndcapNumberingScheme());
113  isEE=true;
114  } else if (name == "EcalHitsES") {
115  if (isItTB) scheme = dynamic_cast<EcalNumberingScheme*>(new ESTBNumberingScheme());
116  else scheme = dynamic_cast<EcalNumberingScheme*>(new EcalPreshowerNumberingScheme());
117  useWeight = false;
118  } else {
119  edm::LogWarning("EcalSim") << "ECalSD: ReadoutName not supported";
120  }
121 
122  if (scheme) setNumberingScheme(scheme);
123 #ifdef EDM_ML_DEBUG
124  edm::LogInfo("EcalSim") << "Constructing a ECalSD with name " << GetName();
125 #endif
126  if (useWeight) {
127  edm::LogInfo("EcalSim") << "ECalSD:: Use of Birks law is set to "
128  << useBirk << " with three constants kB = "
129  << birk1 << ", C1 = " << birk2 << ", C2 = "
130  << birk3 <<"\n Use of L3 parametrization "
131  << useBirkL3 << " with slope " << birkSlope
132  << " and cut off " << birkCut << "\n"
133  << " Slope for Light yield is set to "
134  << slopeLY;
135  } else {
136  edm::LogInfo("EcalSim") << "ECalSD:: energy deposit is not corrected "
137  << " by Birk or light yield curve";
138  }
139 
140  edm::LogInfo("EcalSim") << "ECalSD:: Suppression Flag " << suppressHeavy
141  << "\tprotons below " << kmaxProton << " MeV,"
142  << "\tneutrons below " << kmaxNeutron << " MeV"
143  << "\tions below " << kmaxIon << " MeV"
144  << "\n\tDepth1 Name = " << depth1Name
145  << "\tDepth2 Name = " << depth2Name
146  << "\n\tstoreRL" << storeRL << ":" << scaleRL
147  << "\tstoreLayerTimeSim " << storeLayerTimeSim
148  << "\n\ttime Granularity " << p.getParameter<edm::ParameterSet>("ECalSD").getParameter<double>("TimeSliceUnit") << " ns";
149  if (useWeight) initMap(name,cpv);
150 #ifdef plotDebug
152  if ( tfile.isAvailable() ) {
153  TFileDirectory ecDir = tfile->mkdir("ProfileFromECalSD");
154  static const std::string ctype[4] = {"EB","EBref","EE","EERef"};
155  for (int k=0; k<4; ++k) {
156  std::string name = "ECLL_"+ctype[k];
157  std::string title= "Local vs Global for "+ctype[k];
158  double xmin = (k > 1) ? 3000.0 : 1000.0;
159  g2L_[k] = ecDir.make<TH2F>(name.c_str(),title.c_str(),100,xmin,
160  xmin+1000.,100,0.0,3000.);
161  }
162  } else {
163  for (int k=0; k<4; ++k) g2L_[k] = 0;
164  }
165 #endif
166 
167 }
T getParameter(std::string const &) const
T getUntrackedParameter(std::string const &, T const &) const
bool useBirkL3
Definition: ECalSD.h:65
double kmaxNeutron
Definition: CaloSD.h:135
std::vector< std::string > getStringArray(const std::string &, const DDsvalues_type &)
Definition: ECalSD.cc:597
double birkSlope
Definition: ECalSD.h:66
double slopeLY
Definition: ECalSD.h:67
void setLumies(double x, double y)
double birk1
Definition: ECalSD.h:66
bool useWeight
Definition: ECalSD.h:64
double kmaxProton
Definition: CaloSD.h:135
bool storeLayerTimeSim
Definition: ECalSD.h:64
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
bool storeRL
Definition: ECalSD.h:64
const double MeV
std::string depth1Name
Definition: ECalSD.h:68
bool storeTrack
Definition: ECalSD.h:64
double kmaxIon
Definition: CaloSD.h:135
bool suppressHeavy
Definition: CaloSD.h:133
std::vector< std::pair< unsigned int, DDValue > > DDsvalues_type
std::maps an index to a DDValue. The index corresponds to the index assigned to the name of the std::...
Definition: DDsvalues.h:20
double scaleRL
Definition: ECalSD.h:67
bool isAvailable() const
Definition: Service.h:46
T * make(const Args &...args) const
make new ROOT object
CaloSD(const std::string &aSDname, const DDCompactView &cpv, const SensitiveDetectorCatalog &clg, edm::ParameterSet const &p, const SimTrackManager *, float timeSlice=1., bool ignoreTkID=false)
Definition: CaloSD.cc:24
int k[5][pyjets_maxn]
std::string depth2Name
Definition: ECalSD.h:68
void initMap(const G4String &, const DDCompactView &)
Definition: ECalSD.cc:366
bool ageingWithSlopeLY
Definition: ECalSD.h:73
bool useBirk
Definition: ECalSD.h:65
bool isEE
Definition: ECalSD.h:62
TFileDirectory mkdir(const std::string &dir, const std::string &descr="")
create a new subdirectory
Definition: TFileService.h:69
std::vector< double > getDDDArray(const std::string &, const DDsvalues_type &)
Definition: ECalSD.cc:578
bool isEB
Definition: ECalSD.h:61
double birk2
Definition: ECalSD.h:66
EcalNumberingScheme * numberingScheme
Definition: ECalSD.h:63
EnergyResolutionVsLumi ageing
Definition: ECalSD.h:72
void setNumberingScheme(EcalNumberingScheme *)
Definition: ECalSD.cc:357
double birkCut
Definition: ECalSD.h:66
std::string crystalMat
Definition: ECalSD.h:68
double birk3
Definition: ECalSD.h:66
ECalSD::~ECalSD ( )
override

Definition at line 169 of file ECalSD.cc.

References numberingScheme.

169  {
170  if (numberingScheme) delete numberingScheme;
171 }
EcalNumberingScheme * numberingScheme
Definition: ECalSD.h:63

Member Function Documentation

double ECalSD::crystalDepth ( const G4LogicalVolume *  lv,
const G4ThreeVector &  localPoint 
)
private

Definition at line 523 of file ECalSD.cc.

References funct::abs(), particleFlowClusterECALTimeSelected_cfi::depth, and xtalLMap.

Referenced by curve_LY(), getLayerIDForTimeSim(), and getRadiationLength().

524  {
525 
526  auto ite = xtalLMap.find(lv);
527  double depth = (ite == xtalLMap.end()) ? 0 :
528  (std::abs(0.5*(ite->second)+localPoint.z()));
529 // (0.5*std::abs(ite->second)+localPoint.z());
530  return depth;
531 }
Abs< T >::type abs(const T &t)
Definition: Abs.h:22
std::map< const G4LogicalVolume *, double > xtalLMap
Definition: ECalSD.h:69
double ECalSD::crystalLength ( const G4LogicalVolume *  lv)
private

Definition at line 516 of file ECalSD.cc.

References funct::abs(), and xtalLMap.

Referenced by curve_LY(), and getRadiationLength().

516  {
517 
518  auto ite = xtalLMap.find(lv);
519  double length = (ite == xtalLMap.end()) ? 230.0 : std::abs(ite->second);
520  return length;
521 }
Abs< T >::type abs(const T &t)
Definition: Abs.h:22
std::map< const G4LogicalVolume *, double > xtalLMap
Definition: ECalSD.h:69
double ECalSD::curve_LY ( const G4Step *  aStep)
private

Definition at line 485 of file ECalSD.cc.

References ageing, ageingWithSlopeLY, EnergyResolutionVsLumi::calcLightCollectionEfficiencyWeighted(), crystalDepth(), crystalLength(), CaloSD::currentID, particleFlowClusterECALTimeSelected_cfi::depth, CaloSD::preStepPoint, CaloSD::setToLocal(), slopeLY, CaloHitID::unitID(), and mps_merge::weight.

Referenced by getEnergyDeposit().

485  {
486 
487  const G4LogicalVolume* lv = preStepPoint->GetTouchable()->GetVolume(0)->GetLogicalVolume();
488 
489  double weight = 1.;
490  const G4ThreeVector localPoint = setToLocal(preStepPoint->GetPosition(),
491  preStepPoint->GetTouchable());
492 
493  double crlength = crystalLength(lv);
494  double depth = crystalDepth(lv,localPoint);
495 
496  if (ageingWithSlopeLY) {
497  //position along the crystal in mm from 0 to 230 (in EB)
498  if (depth >= -0.1 || depth <= crlength+0.1)
499  weight = ageing.calcLightCollectionEfficiencyWeighted(currentID.unitID(), depth/crlength);
500  } else {
501  double dapd = crlength - depth;
502  if (dapd >= -0.1 || dapd <= crlength+0.1) {
503  if (dapd <= 100.)
504  weight = 1.0 + slopeLY - dapd * 0.01 * slopeLY;
505  } else {
506  edm::LogWarning("EcalSim") << "ECalSD: light coll curve : wrong distance "
507  << "to APD " << dapd << " crlength = "
508  << crlength <<" crystal name = " <<lv->GetName()
509  << " z of localPoint = " << localPoint.z()
510  << " take weight = " << weight;
511  }
512  }
513  return weight;
514 }
double slopeLY
Definition: ECalSD.h:67
Definition: weight.py:1
double crystalLength(const G4LogicalVolume *)
Definition: ECalSD.cc:516
G4StepPoint * preStepPoint
Definition: CaloSD.h:121
bool ageingWithSlopeLY
Definition: ECalSD.h:73
CaloHitID currentID
Definition: CaloSD.h:118
double calcLightCollectionEfficiencyWeighted(DetId id, double z)
double crystalDepth(const G4LogicalVolume *, const G4ThreeVector &)
Definition: ECalSD.cc:523
EnergyResolutionVsLumi ageing
Definition: ECalSD.h:72
uint32_t unitID() const
Definition: CaloHitID.h:22
G4ThreeVector setToLocal(const G4ThreeVector &, const G4VTouchable *)
Definition: CaloSD.cc:270
void ECalSD::getBaseNumber ( const G4Step *  aStep)
private

Definition at line 533 of file ECalSD.cc.

References EcalBaseNumber::addLevel(), EcalBaseNumber::getCapacity(), cuy::ii, CaloSD::preStepPoint, EcalBaseNumber::reset(), EcalBaseNumber::setSize(), and theBaseNumber.

Referenced by setDetUnitId().

533  {
534 
536  const G4VTouchable* touch = preStepPoint->GetTouchable();
537  int theSize = touch->GetHistoryDepth()+1;
538  if ( theBaseNumber.getCapacity() < theSize ) theBaseNumber.setSize(theSize);
539  //Get name and copy numbers
540  if ( theSize > 1 ) {
541  for (int ii = 0; ii < theSize ; ii++) {
542  theBaseNumber.addLevel(touch->GetVolume(ii)->GetName(),touch->GetReplicaNumber(ii));
543 #ifdef EDM_ML_DEBUG
544  edm::LogInfo("EcalSim") << "ECalSD::getBaseNumber(): Adding level " << ii
545  << ": " << touch->GetVolume(ii)->GetName() << "["
546  << touch->GetReplicaNumber(ii) << "]";
547 #endif
548  }
549  }
550 }
void addLevel(const std::string &name, const int &copyNumber)
EcalBaseNumber theBaseNumber
Definition: ECalSD.h:71
ii
Definition: cuy.py:588
G4StepPoint * preStepPoint
Definition: CaloSD.h:121
void setSize(const int &size)
double ECalSD::getBirkL3 ( const G4Step *  aStep)
private

Definition at line 552 of file ECalSD.cc.

References birk1, birkCut, birkSlope, ALCARECOTkAlJpsiMuMu_cff::charge, cmsBatch::log, CaloSD::preStepPoint, and mps_merge::weight.

Referenced by getEnergyDeposit().

552  {
553 
554  double weight = 1.;
555  double charge = preStepPoint->GetCharge();
556 
557  if (charge != 0. && aStep->GetStepLength() > 0.) {
558  const G4Material* mat = preStepPoint->GetMaterial();
559  double density = mat->GetDensity();
560  double dedx = aStep->GetTotalEnergyDeposit()/aStep->GetStepLength();
561  double rkb = birk1/density;
562  if (dedx > 0) {
563  weight = 1. - birkSlope*log(rkb*dedx);
564  if (weight < birkCut) weight = birkCut;
565  else if (weight > 1.) weight = 1.;
566  }
567 #ifdef EDM_ML_DEBUG
568  edm::LogInfo("EcalSim") << "ECalSD::getBirkL3 in " << mat->GetName()
569  << " Charge " << charge << " dE/dx " << dedx
570  << " Birk Const " << rkb << " Weight = " << weight
571  << " dE " << aStep->GetTotalEnergyDeposit();
572 #endif
573  }
574  return weight;
575 
576 }
double birkSlope
Definition: ECalSD.h:66
double birk1
Definition: ECalSD.h:66
Definition: weight.py:1
G4StepPoint * preStepPoint
Definition: CaloSD.h:121
double birkCut
Definition: ECalSD.h:66
std::vector< double > ECalSD::getDDDArray ( const std::string &  str,
const DDsvalues_type sv 
)
private

Definition at line 578 of file ECalSD.cc.

References DDfetch(), DDValue::doubles(), harvestTrackValidationPlots::str, and relativeConstraints::value.

Referenced by ECalSD().

579  {
580 
581 #ifdef EDM_ML_DEBUG
582  edm::LogInfo("EcalSim") << "ECalSD:getDDDArray called for " << str;
583 #endif
584  DDValue value(str);
585  if (DDfetch(&sv,value)) {
586 #ifdef EDM_ML_DEBUG
587  edm::LogInfo("EcalSim") << value;
588 #endif
589  const std::vector<double> & fvec = value.doubles();
590  return fvec;
591  } else {
592  std::vector<double> fvec;
593  return fvec;
594  }
595 }
bool DDfetch(const DDsvalues_type *, DDValue &)
helper for retrieving DDValues from DDsvalues_type *.
Definition: DDsvalues.cc:81
Definition: value.py:1
uint16_t ECalSD::getDepth ( const G4Step *  aStep)
overrideprotectedvirtual

Reimplemented from CaloSD.

Definition at line 267 of file ECalSD.cc.

References any(), TauDecayModes::dec, particleFlowClusterECALTimeSelected_cfi::depth, getLayerIDForTimeSim(), getRadiationLength(), PCaloHit::kEcalDepthMask, PCaloHit::kEcalDepthOffset, PCaloHit::kEcalDepthRefz, storeLayerTimeSim, storeRL, useDepth1, useDepth2, and xtalLMap.

267  {
268  const G4StepPoint* hitPoint = aStep->GetPreStepPoint();
269  const G4LogicalVolume* lv = hitPoint->GetTouchable()->GetVolume(0)->GetLogicalVolume();
270  uint16_t depth = any(useDepth1,lv) ? 1 : (any(useDepth2,lv) ? 2 : 0);
271  if (storeRL) {
272  auto ite = xtalLMap.find(lv);
273  uint16_t depth1 = (ite == xtalLMap.end()) ? 0 : (((ite->second) >= 0) ? 0 :
275  uint16_t depth2 = getRadiationLength(aStep);
276  depth |= (((depth2&PCaloHit::kEcalDepthMask) << PCaloHit::kEcalDepthOffset) | depth1);
277  } else if (storeLayerTimeSim) {
278  uint16_t depth2 = getLayerIDForTimeSim(aStep);
280  }
281 #ifdef EDM_ML_DEBUG
282  edm::LogVerbatim("EcalSim") << "ECalSD::Depth " << std::hex << depth1 << ":"
283  << depth2 << ":" << depth << std::dec << " L "
284  << (ite == xtalLMap.end()) << ":" <<ite->second;
285 #endif
286  return depth;
287 }
virtual uint16_t getRadiationLength(const G4Step *)
Definition: ECalSD.cc:289
static const int kEcalDepthRefz
Definition: PCaloHit.h:70
bool any(const std::vector< T > &v, const T &what)
Definition: ECalSD.cc:37
std::vector< const G4LogicalVolume * > useDepth2
Definition: ECalSD.h:70
bool storeLayerTimeSim
Definition: ECalSD.h:64
bool storeRL
Definition: ECalSD.h:64
static const int kEcalDepthMask
Definition: PCaloHit.h:68
static const int kEcalDepthOffset
Definition: PCaloHit.h:69
std::map< const G4LogicalVolume *, double > xtalLMap
Definition: ECalSD.h:69
std::vector< const G4LogicalVolume * > useDepth1
Definition: ECalSD.h:70
virtual uint16_t getLayerIDForTimeSim(const G4Step *)
Definition: ECalSD.cc:331
double ECalSD::getEnergyDeposit ( G4Step *  aStep)
overridevirtual

Reimplemented from CaloSD.

Definition at line 173 of file ECalSD.cc.

References any(), birk1, birk2, birk3, curve_LY(), CaloSD::getAttenuation(), getBirkL3(), CaloSD::getResponseWt(), TrackInformation::isPrimary(), ke, CaloSD::kmaxIon, CaloSD::kmaxNeutron, CaloSD::kmaxProton, MeV, noWeight, CaloSD::preStepPoint, CaloSD::suppressHeavy, CaloSD::theTrack, useBirk, useBirkL3, and useWeight.

173  {
174 
175  if (aStep == nullptr) {
176  return 0;
177  } else {
178  preStepPoint = aStep->GetPreStepPoint();
179  theTrack = aStep->GetTrack();
180  double wt2 = theTrack->GetWeight();
181  const G4String nameVolume = preStepPoint->GetPhysicalVolume()->GetName();
182 
183  // take into account light collection curve for crystals
184  double weight = 1.;
185  if (suppressHeavy) {
186  TrackInformation * trkInfo = (TrackInformation *)(theTrack->GetUserInformation());
187  if (trkInfo) {
188  int pdg = theTrack->GetDefinition()->GetPDGEncoding();
189  if (!(trkInfo->isPrimary())) { // Only secondary particles
190  double ke = theTrack->GetKineticEnergy()/MeV;
191  if (((pdg/1000000000 == 1 && ((pdg/10000)%100) > 0 &&
192  ((pdg/10)%100) > 0)) && (ke<kmaxIon)) weight = 0;
193  if ((pdg == 2212) && (ke < kmaxProton)) weight = 0;
194  if ((pdg == 2112) && (ke < kmaxNeutron)) weight = 0;
195 #ifdef EDM_ML_DEBUG
196  if (weight == 0)
197  edm::LogInfo("EcalSim") << "Ignore Track " << theTrack->GetTrackID()
198  << " Type " << theTrack->GetDefinition()->GetParticleName()
199  << " Kinetic Energy " << ke << " MeV";
200 #endif
201  }
202  }
203  }
204  const G4LogicalVolume* lv = preStepPoint->GetTouchable()->GetVolume(0)->GetLogicalVolume();
205  if (useWeight && !any(noWeight,lv)) {
206  weight *= curve_LY(aStep);
207  if (useBirk) {
208  if (useBirkL3) weight *= getBirkL3(aStep);
209  else weight *= getAttenuation(aStep, birk1, birk2, birk3);
210  }
211  }
212  double wt1 = getResponseWt(theTrack);
213  double edep = aStep->GetTotalEnergyDeposit()*weight*wt1;
214  /*
215  if(wt2 != 1.0) {
216  edm::LogInfo("EcalSim") << "ECalSD:: " << nameVolume
217  <<" LightWeight= " <<weight << " wt1= " <<wt1
218  << " wt2= " << wt2 << " "
219  << " Weighted Energy Deposit " << edep/MeV
220  << " MeV";
221  const G4VProcess* pr = theTrack->GetCreatorProcess();
222  if (pr)
223  edm::LogInfo("EcalSim") << theTrack->GetDefinition()->GetParticleName()
224  << " " << theTrack->GetKineticEnergy()
225  << " Id=" << theTrack->GetTrackID()
226  << " IdP=" << theTrack->GetParentID()
227  << " from " << pr->GetProcessName();
228  else
229  edm::LogInfo("EcalSim") << theTrack->GetDefinition()->GetParticleName()
230  << " " << theTrack->GetKineticEnergy()
231  << " Id=" << theTrack->GetTrackID()
232  << " IdP=" << theTrack->GetParentID();
233  }
234  */
235  if(wt2 > 0.0) { edep *= wt2; }
236 #ifdef EDM_ML_DEBUG
237  edm::LogInfo("EcalSim") << "ECalSD:: " << nameVolume
238  << " Light Collection Efficiency " << weight << ":"
239  << wt1 << " Weighted Energy Deposit " << edep/MeV
240  << " MeV";
241 #endif
242  return edep;
243  }
244 }
double getAttenuation(const G4Step *aStep, double birk1, double birk2, double birk3)
Definition: CaloSD.cc:439
bool useBirkL3
Definition: ECalSD.h:65
double curve_LY(const G4Step *)
Definition: ECalSD.cc:485
double kmaxNeutron
Definition: CaloSD.h:135
std::vector< const G4LogicalVolume * > noWeight
Definition: ECalSD.h:70
bool any(const std::vector< T > &v, const T &what)
Definition: ECalSD.cc:37
double birk1
Definition: ECalSD.h:66
bool useWeight
Definition: ECalSD.h:64
Definition: weight.py:1
double kmaxProton
Definition: CaloSD.h:135
double getBirkL3(const G4Step *)
Definition: ECalSD.cc:552
const double MeV
double kmaxIon
Definition: CaloSD.h:135
bool suppressHeavy
Definition: CaloSD.h:133
G4Track * theTrack
Definition: CaloSD.h:119
G4StepPoint * preStepPoint
Definition: CaloSD.h:121
bool useBirk
Definition: ECalSD.h:65
int ke
bool isPrimary() const
double birk2
Definition: ECalSD.h:66
double getResponseWt(const G4Track *)
Definition: CaloSD.cc:581
double birk3
Definition: ECalSD.h:66
uint16_t ECalSD::getLayerIDForTimeSim ( const G4Step *  aStep)
virtual

Definition at line 331 of file ECalSD.cc.

References crystalDepth(), isEB, isEE, and CaloSD::setToLocal().

Referenced by getDepth(), and getRadiationLength().

332 {
333  float layerSize = 1*cm; //layer size in cm
334  if (!isEB && !isEE) return 0;
335 
336  if (aStep != nullptr ) {
337  const G4StepPoint* hitPoint = aStep->GetPreStepPoint();
338  const G4LogicalVolume* lv = hitPoint->GetTouchable()->GetVolume(0)->GetLogicalVolume();
339  const G4ThreeVector localPoint = setToLocal(hitPoint->GetPosition(),
340  hitPoint->GetTouchable());
341  double detz = crystalDepth(lv,localPoint);
342  if (detz<0) detz= 0;
343  return (int)detz/layerSize;
344  }
345  return 0;
346 }
bool isEE
Definition: ECalSD.h:62
bool isEB
Definition: ECalSD.h:61
double crystalDepth(const G4LogicalVolume *, const G4ThreeVector &)
Definition: ECalSD.cc:523
G4ThreeVector setToLocal(const G4ThreeVector &, const G4VTouchable *)
Definition: CaloSD.cc:270
uint16_t ECalSD::getRadiationLength ( const G4Step *  aStep)
virtual

Definition at line 289 of file ECalSD.cc.

References funct::abs(), crystalDepth(), crystalLength(), particleFlowClusterECALTimeSelected_cfi::depth, getLayerIDForTimeSim(), GetRecoTauVFromDQM_MC_cff::kk, CaloSD::preStepPoint, rho, scaleRL, CaloSD::setToLocal(), AlCaHLTBitMon_QueryRunRegistry::string, useWeight, and z.

Referenced by getDepth().

289  {
290 
291  uint16_t thisX0 = 0;
292  if (aStep != nullptr) {
293  const G4StepPoint* hitPoint = aStep->GetPreStepPoint();
294  const G4LogicalVolume* lv = hitPoint->GetTouchable()->GetVolume(0)->GetLogicalVolume();
295 #ifdef EDM_ML_DEBUG
296  edm::LogInfo("EcalSim") << lv->GetName() << " useWight " << useWeight;
297 #endif
298  if (useWeight) {
299  const G4ThreeVector localPoint = setToLocal(hitPoint->GetPosition(),
300  hitPoint->GetTouchable());
301  double radl = preStepPoint->GetMaterial()->GetRadlen();
302  double depth = crystalDepth(lv,localPoint);
303  thisX0 = (uint16_t)floor(scaleRL*depth/radl);
304 #ifdef plotDebug
305  std::string lvname = lv->GetName();
306  int k1 = (lvname.find("EFRY")!=std::string::npos) ? 2 : 0;
307  int k2 = (lvname.find("refl")!=std::string::npos) ? 1 : 0;
308  int kk = k1+k2;
309  double rz = (k1 == 0) ? (hitPoint->GetPosition()).rho() :
310  std::abs((hitPoint->GetPosition()).z());
311  edm::LogVerbatim("EcalSim") << lvname << " # " << k1 << ":" << k2 << ":"
312  << kk << " rz " << rz << " D " << thisX0;
313  g2L_[kk]->Fill(rz,thisX0);
314 #endif
315 #ifdef EDM_ML_DEBUG
316  double crlength = crystalLength(lv);
317  edm::LogVerbatim("EcalSim") << lv->GetName() << " Global "
318  << hitPoint->GetPosition() << ":"
319  << (hitPoint->GetPosition()).rho()
320  << " Local " << localPoint
321  << " Crystal Length " << crlength
322  << " Radl " << radl << " DetZ " << detz
323  << " Index " << thisX0
324  << " : " << getLayerIDForTimeSim(aStep);
325 #endif
326  }
327  }
328  return thisX0;
329 }
bool useWeight
Definition: ECalSD.h:64
double scaleRL
Definition: ECalSD.h:67
Abs< T >::type abs(const T &t)
Definition: Abs.h:22
double crystalLength(const G4LogicalVolume *)
Definition: ECalSD.cc:516
G4StepPoint * preStepPoint
Definition: CaloSD.h:121
double crystalDepth(const G4LogicalVolume *, const G4ThreeVector &)
Definition: ECalSD.cc:523
virtual uint16_t getLayerIDForTimeSim(const G4Step *)
Definition: ECalSD.cc:331
G4ThreeVector setToLocal(const G4ThreeVector &, const G4VTouchable *)
Definition: CaloSD.cc:270
std::vector< std::string > ECalSD::getStringArray ( const std::string &  str,
const DDsvalues_type sv 
)
private

Definition at line 597 of file ECalSD.cc.

References DDfetch(), harvestTrackValidationPlots::str, DDValue::strings(), and relativeConstraints::value.

Referenced by ECalSD().

598  {
599 
600 #ifdef EDM_ML_DEBUG
601  edm::LogInfo("EcalSim") << "ECalSD:getStringArray called for " << str;
602 #endif
603  DDValue value(str);
604  if (DDfetch(&sv,value)) {
605 #ifdef EDM_ML_DEBUG
606  edm::LogInfo("EcalSim") << value;
607 #endif
608  const std::vector<std::string> & fvec = value.strings();
609  return fvec;
610  } else {
611  std::vector<std::string> fvec;
612  return fvec;
613  }
614 }
bool DDfetch(const DDsvalues_type *, DDValue &)
helper for retrieving DDValues from DDsvalues_type *.
Definition: DDsvalues.cc:81
Definition: value.py:1
int ECalSD::getTrackID ( const G4Track *  aTrack)
overrideprotectedvirtual

Reimplemented from CaloSD.

Definition at line 246 of file ECalSD.cc.

References any(), RemoveAddSevLevel::flag, CaloSD::forceSave, CaloSD::getTrackID(), CaloSD::preStepPoint, storeTrack, useDepth1, and useDepth2.

246  {
247 
248  int primaryID(0);
249  bool flag(false);
250  if (storeTrack) {
251  const G4LogicalVolume* lv = preStepPoint->GetTouchable()->GetVolume(0)->GetLogicalVolume();
252  if (any(useDepth1,lv)) {
253  flag = true;
254  } else if (any(useDepth2,lv)) {
255  flag = true;
256  }
257  }
258  if (flag) {
259  forceSave = true;
260  primaryID = aTrack->GetTrackID();
261  } else {
262  primaryID = CaloSD::getTrackID(aTrack);
263  }
264  return primaryID;
265 }
bool any(const std::vector< T > &v, const T &what)
Definition: ECalSD.cc:37
std::vector< const G4LogicalVolume * > useDepth2
Definition: ECalSD.h:70
virtual int getTrackID(const G4Track *)
Definition: CaloSD.cc:548
bool forceSave
Definition: CaloSD.h:138
bool storeTrack
Definition: ECalSD.h:64
G4StepPoint * preStepPoint
Definition: CaloSD.h:121
std::vector< const G4LogicalVolume * > useDepth1
Definition: ECalSD.h:70
void ECalSD::initMap ( const G4String &  sd,
const DDCompactView cpv 
)
private

Definition at line 366 of file ECalSD.cc.

References any(), crystalMat, ddtrap, depth1Name, depth2Name, PVValHelper::dz, ALCARECOTkAlBeamHalo_cff::filter, DDFilteredView::firstChild(), mps_fire::i, DDFilteredView::logicalPart(), DDLogicalPart::material(), DDName::name(), dataset::name, DDBase< N, C >::name(), DDFilteredView::next(), noWeight, DDSolid::parameters(), DDSolid::shape(), DDLogicalPart::solid(), AlCaHLTBitMon_QueryRunRegistry::string, useDepth1, useDepth2, and xtalLMap.

Referenced by ECalSD().

366  {
367 
368  G4String attribute = "ReadOutName";
370  DDFilteredView fv(cpv,filter);
371  fv.firstChild();
372 
373  std::vector<const G4LogicalVolume*> lvused;
374  const G4LogicalVolumeStore * lvs = G4LogicalVolumeStore::GetInstance();
375  std::vector<const G4LogicalVolume *>::const_iterator lvcite;
376  std::map<const std::string, const G4LogicalVolume *> nameMap;
377  for (auto lvi = lvs->begin(), lve = lvs->end(); lvi != lve; ++lvi)
378  nameMap.insert(std::make_pair((*lvi)->GetName(), *lvi));
379 
380  bool dodet=true;
381  while (dodet) {
382  const std::string &matname = fv.logicalPart().material().name().name();
383  const std::string &lvname = fv.logicalPart().name().name();
384  const G4LogicalVolume* lv = nameMap[lvname];
385  int ibec = (lvname.find("EFRY") == std::string::npos) ? 0 : 1;
386  int iref = (lvname.find("refl") == std::string::npos) ? 0 : 1;
387  int type = (ibec+iref == 1) ? 1 : -1;
388  if (depth1Name != " ") {
389  if (strncmp(lvname.c_str(), depth1Name.c_str(), 4) == 0) {
390  if (!any(useDepth1, lv)) {
391  useDepth1.push_back(lv);
392 #ifdef EDM_ML_DEBUG
393  edm::LogInfo("EcalSim") << "ECalSD::initMap Logical Volume "
394  << lvname <<" in Depth 1 volume list";
395 #endif
396  }
397  const G4LogicalVolume* lvr = nameMap[lvname + "_refl"];
398  if (lvr != nullptr && !any(useDepth1, lvr)) {
399  useDepth1.push_back(lvr);
400 #ifdef EDM_ML_DEBUG
401  edm::LogInfo("EcalSim") << "ECalSD::initMap Logical Volume "
402  << lvname << "_refl"
403  <<" in Depth 1 volume list";
404 #endif
405  }
406  }
407  }
408  if (depth2Name != " ") {
409  if (strncmp(lvname.c_str(), depth2Name.c_str(), 4) == 0) {
410  if (!any(useDepth2, lv)) {
411  useDepth2.push_back(lv);
412 #ifdef EDM_ML_DEBUG
413  edm::LogInfo("EcalSim") << "ECalSD::initMap Logical Volume "
414  << lvname <<" in Depth 2 volume list";
415 #endif
416  }
417  const G4LogicalVolume* lvr = nameMap[lvname + "_refl"];
418  if (lvr != nullptr && !any(useDepth2,lvr)) {
419  useDepth2.push_back(lvr);
420 #ifdef EDM_ML_DEBUG
421  edm::LogInfo("EcalSim") << "ECalSD::initMap Logical Volume "
422  << lvname << "_refl"
423  <<" in Depth 2 volume list";
424 #endif
425  }
426  }
427  }
428  if (lv != nullptr) {
429  if (crystalMat.size() == matname.size() && !strcmp(crystalMat.c_str(), matname.c_str())) {
430  if (!any(lvused,lv)) {
431  lvused.push_back(lv);
432  const DDSolid & sol = fv.logicalPart().solid();
433  const std::vector<double> & paras = sol.parameters();
434 #ifdef EDM_ML_DEBUG
435  edm::LogInfo("EcalSim") << "ECalSD::initMap (for " << sd
436  << "): Solid " << lvname << " Shape "
437  << sol.shape() << " Parameter 0 = "
438  << paras[0] << " Logical Volume " << lv;
439 #endif
440  if (sol.shape() == ddtrap) {
441  double dz = 2*paras[0];
442  xtalLMap.insert(std::pair<const G4LogicalVolume*,double>(lv,dz*type));
443  lv = nameMap[lvname + "_refl"];
444  if (lv != nullptr) {
445  xtalLMap.insert(std::pair<const G4LogicalVolume*,double>(lv,-dz*type));
446  }
447  }
448  }
449  } else {
450  if (!any(noWeight,lv)) {
451  noWeight.push_back(lv);
452 #ifdef EDM_ML_DEBUG
453  edm::LogInfo("EcalSim") << "ECalSD::initMap Logical Volume "
454  << lvname << " Material " << matname
455  << " in noWeight list";
456 #endif
457  }
458  lv = nameMap[lvname];
459  if (lv != nullptr && !any(noWeight,lv)) {
460  noWeight.push_back(lv);
461 #ifdef EDM_ML_DEBUG
462  edm::LogInfo("EcalSim") << "ECalSD::initMap Logical Volume "
463  << lvname << " Material " << matname
464  << " in noWeight list";
465 #endif
466  }
467  }
468  }
469  dodet = fv.next();
470  }
471 #ifdef EDM_ML_DEBUG
472  edm::LogInfo("EcalSim") << "ECalSD: Length Table for " << attribute << " = "
473  << sd << ":";
474  int i=0;
475  for (auto ite : xtalLMap) {
476  G4String name("Unknown");
477  if (ite.first != 0) name = (ite.first)->GetName();
478  edm::LogInfo("EcalSim") << " " << i << " " << ite.first << " " << name
479  << " L = " << ite.second;
480  ++i;
481  }
482 #endif
483 }
type
Definition: HCALResponse.h:21
const std::vector< double > & parameters(void) const
Give the parameters of the solid.
Definition: DDSolid.cc:150
std::vector< const G4LogicalVolume * > noWeight
Definition: ECalSD.h:70
bool any(const std::vector< T > &v, const T &what)
Definition: ECalSD.cc:37
std::vector< const G4LogicalVolume * > useDepth2
Definition: ECalSD.h:70
A DDSolid represents the shape of a part.
Definition: DDSolid.h:38
std::string depth1Name
Definition: ECalSD.h:68
DDSolidShape shape(void) const
The type of the solid.
Definition: DDSolid.cc:144
std::string depth2Name
Definition: ECalSD.h:68
double sd
std::map< const G4LogicalVolume *, double > xtalLMap
Definition: ECalSD.h:69
std::vector< const G4LogicalVolume * > useDepth1
Definition: ECalSD.h:70
std::string crystalMat
Definition: ECalSD.h:68
uint32_t ECalSD::setDetUnitId ( const G4Step *  aStep)
overridevirtual

Implements CaloSD.

Definition at line 348 of file ECalSD.cc.

References getBaseNumber(), EcalNumberingScheme::getUnitID(), numberingScheme, and theBaseNumber.

348  {
349  if (numberingScheme == nullptr) {
350  return EBDetId(1,1)();
351  } else {
352  getBaseNumber(aStep);
354  }
355 }
void getBaseNumber(const G4Step *)
Definition: ECalSD.cc:533
EcalBaseNumber theBaseNumber
Definition: ECalSD.h:71
virtual uint32_t getUnitID(const EcalBaseNumber &baseNumber) const =0
EcalNumberingScheme * numberingScheme
Definition: ECalSD.h:63
void ECalSD::setNumberingScheme ( EcalNumberingScheme scheme)

Definition at line 357 of file ECalSD.cc.

References numberingScheme.

Referenced by ECalSD(), and HcalTB04Analysis::update().

357  {
358  if (scheme != nullptr) {
359  edm::LogInfo("EcalSim") << "EcalSD: updates numbering scheme for "
360  << GetName();
361  if (numberingScheme) delete numberingScheme;
362  numberingScheme = scheme;
363  }
364 }
EcalNumberingScheme * numberingScheme
Definition: ECalSD.h:63

Member Data Documentation

EnergyResolutionVsLumi ECalSD::ageing
private

Definition at line 72 of file ECalSD.h.

Referenced by curve_LY(), and ECalSD().

bool ECalSD::ageingWithSlopeLY
private

Definition at line 73 of file ECalSD.h.

Referenced by curve_LY(), and ECalSD().

double ECalSD::birk1
private

Definition at line 66 of file ECalSD.h.

Referenced by ECalSD(), getBirkL3(), and getEnergyDeposit().

double ECalSD::birk2
private

Definition at line 66 of file ECalSD.h.

Referenced by ECalSD(), and getEnergyDeposit().

double ECalSD::birk3
private

Definition at line 66 of file ECalSD.h.

Referenced by ECalSD(), and getEnergyDeposit().

double ECalSD::birkCut
private

Definition at line 66 of file ECalSD.h.

Referenced by ECalSD(), and getBirkL3().

double ECalSD::birkSlope
private

Definition at line 66 of file ECalSD.h.

Referenced by ECalSD(), and getBirkL3().

std::string ECalSD::crystalMat
private

Definition at line 68 of file ECalSD.h.

Referenced by ECalSD(), and initMap().

std::string ECalSD::depth1Name
private

Definition at line 68 of file ECalSD.h.

Referenced by ECalSD(), and initMap().

std::string ECalSD::depth2Name
private

Definition at line 68 of file ECalSD.h.

Referenced by ECalSD(), and initMap().

bool ECalSD::isEB
private

Definition at line 61 of file ECalSD.h.

Referenced by Electron.Electron::absIsoWithFSR(), ECalSD(), and getLayerIDForTimeSim().

bool ECalSD::isEE
private

Definition at line 62 of file ECalSD.h.

Referenced by ECalSD(), and getLayerIDForTimeSim().

std::vector<const G4LogicalVolume*> ECalSD::noWeight
private

Definition at line 70 of file ECalSD.h.

Referenced by getEnergyDeposit(), and initMap().

EcalNumberingScheme* ECalSD::numberingScheme
private

Definition at line 63 of file ECalSD.h.

Referenced by setDetUnitId(), setNumberingScheme(), and ~ECalSD().

double ECalSD::scaleRL
private

Definition at line 67 of file ECalSD.h.

Referenced by ECalSD(), and getRadiationLength().

double ECalSD::slopeLY
private

Definition at line 67 of file ECalSD.h.

Referenced by curve_LY(), and ECalSD().

bool ECalSD::storeLayerTimeSim
private

Definition at line 64 of file ECalSD.h.

Referenced by ECalSD(), and getDepth().

bool ECalSD::storeRL
private

Definition at line 64 of file ECalSD.h.

Referenced by ECalSD(), and getDepth().

bool ECalSD::storeTrack
private

Definition at line 64 of file ECalSD.h.

Referenced by ECalSD(), and getTrackID().

EcalBaseNumber ECalSD::theBaseNumber
private

Definition at line 71 of file ECalSD.h.

Referenced by getBaseNumber(), and setDetUnitId().

bool ECalSD::useBirk
private

Definition at line 65 of file ECalSD.h.

Referenced by ECalSD(), and getEnergyDeposit().

bool ECalSD::useBirkL3
private

Definition at line 65 of file ECalSD.h.

Referenced by ECalSD(), and getEnergyDeposit().

std::vector<const G4LogicalVolume*> ECalSD::useDepth1
private

Definition at line 70 of file ECalSD.h.

Referenced by getDepth(), getTrackID(), and initMap().

std::vector<const G4LogicalVolume*> ECalSD::useDepth2
private

Definition at line 70 of file ECalSD.h.

Referenced by getDepth(), getTrackID(), and initMap().

bool ECalSD::useWeight
private

Definition at line 64 of file ECalSD.h.

Referenced by ECalSD(), getEnergyDeposit(), and getRadiationLength().

std::map<const G4LogicalVolume*,double> ECalSD::xtalLMap
private

Definition at line 69 of file ECalSD.h.

Referenced by crystalDepth(), crystalLength(), getDepth(), and initMap().