CMS 3D CMS Logo

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

#include <EcalPreshowerSimHitsValidation.h>

Inheritance diagram for EcalPreshowerSimHitsValidation:
DQMEDAnalyzer edm::stream::EDProducer< edm::GlobalCache< DQMEDAnalyzerGlobalCache >, edm::EndRunProducer, edm::EndLuminosityBlockProducer, edm::Accumulator >

Public Member Functions

 EcalPreshowerSimHitsValidation (const edm::ParameterSet &ps)
 Constructor. More...
 
- Public Member Functions inherited from DQMEDAnalyzer
void accumulate (edm::Event const &event, edm::EventSetup const &setup) final
 
void beginLuminosityBlock (edm::LuminosityBlock const &lumi, edm::EventSetup const &setup) final
 
void beginRun (edm::Run const &run, edm::EventSetup const &setup) final
 
void beginStream (edm::StreamID id) final
 
virtual void dqmBeginRun (edm::Run const &, edm::EventSetup const &)
 
 DQMEDAnalyzer ()
 
void endLuminosityBlock (edm::LuminosityBlock const &lumi, edm::EventSetup const &setup) final
 
void endRun (edm::Run const &run, edm::EventSetup const &setup) final
 
virtual bool getCanSaveByLumi ()
 
- Public Member Functions inherited from edm::stream::EDProducer< edm::GlobalCache< DQMEDAnalyzerGlobalCache >, edm::EndRunProducer, edm::EndLuminosityBlockProducer, edm::Accumulator >
 EDProducer ()=default
 
bool hasAbilityToProduceInBeginLumis () const final
 
bool hasAbilityToProduceInBeginRuns () const final
 
bool hasAbilityToProduceInEndLumis () const final
 
bool hasAbilityToProduceInEndRuns () const final
 

Protected Member Functions

void analyze (const edm::Event &e, const edm::EventSetup &c) override
 Analyze. More...
 
void bookHistograms (DQMStore::IBooker &ib, edm::Run const &, edm::EventSetup const &c) override
 
- Protected Member Functions inherited from DQMEDAnalyzer
uint64_t meId () const
 

Private Types

typedef std::map< uint32_t, float, std::less< uint32_t > > MapType
 

Private Attributes

std::string EEHitsCollection
 
edm::EDGetTokenT< edm::PCaloHitContainerEEHitsToken
 
std::string ESHitsCollection
 
edm::EDGetTokenT< edm::PCaloHitContainerESHitsToken
 
std::string g4InfoLabel
 
std::string HepMCLabel
 
edm::EDGetTokenT< edm::HepMCProductHepMCToken
 
MonitorElementme2eszmOver1eszm_
 
MonitorElementme2eszpOver1eszp_
 
MonitorElementmeE1alphaE2zm_
 
MonitorElementmeE1alphaE2zp_
 
MonitorElementmeEEoverESzm_
 
MonitorElementmeEEoverESzp_
 
MonitorElementmeESEnergyHits1zm_
 
MonitorElementmeESEnergyHits1zp_
 
MonitorElementmeESEnergyHits2zm_
 
MonitorElementmeESEnergyHits2zp_
 
MonitorElementmeEShitLog10Energy_
 
MonitorElementmeEShitLog10EnergyNorm_
 
MonitorElementmenESHits1zm_
 
MonitorElementmenESHits1zp_
 
MonitorElementmenESHits2zm_
 
MonitorElementmenESHits2zp_
 
bool verbose_
 

Additional Inherited Members

- Public Types inherited from DQMEDAnalyzer
typedef dqm::reco::DQMStore DQMStore
 
typedef dqm::reco::MonitorElement MonitorElement
 
- Public Types inherited from edm::stream::EDProducer< edm::GlobalCache< DQMEDAnalyzerGlobalCache >, edm::EndRunProducer, edm::EndLuminosityBlockProducer, edm::Accumulator >
typedef CacheContexts< T... > CacheTypes
 
typedef CacheTypes::GlobalCache GlobalCache
 
typedef AbilityChecker< T... > HasAbility
 
typedef CacheTypes::LuminosityBlockCache LuminosityBlockCache
 
typedef LuminosityBlockContextT< LuminosityBlockCache, RunCache, GlobalCacheLuminosityBlockContext
 
typedef CacheTypes::LuminosityBlockSummaryCache LuminosityBlockSummaryCache
 
typedef CacheTypes::RunCache RunCache
 
typedef RunContextT< RunCache, GlobalCacheRunContext
 
typedef CacheTypes::RunSummaryCache RunSummaryCache
 
- Static Public Member Functions inherited from DQMEDAnalyzer
static void globalEndJob (DQMEDAnalyzerGlobalCache const *)
 
static void globalEndLuminosityBlockProduce (edm::LuminosityBlock &lumi, edm::EventSetup const &setup, LuminosityBlockContext const *context)
 
static void globalEndRunProduce (edm::Run &run, edm::EventSetup const &setup, RunContext const *context)
 
static std::unique_ptr< DQMEDAnalyzerGlobalCacheinitializeGlobalCache (edm::ParameterSet const &)
 
- Protected Attributes inherited from DQMEDAnalyzer
edm::EDPutTokenT< DQMTokenlumiToken_
 
edm::EDPutTokenT< DQMTokenrunToken_
 
unsigned int streamId_
 

Detailed Description

Definition at line 34 of file EcalPreshowerSimHitsValidation.h.

Member Typedef Documentation

◆ MapType

typedef std::map<uint32_t, float, std::less<uint32_t> > EcalPreshowerSimHitsValidation::MapType
private

Definition at line 35 of file EcalPreshowerSimHitsValidation.h.

Constructor & Destructor Documentation

◆ EcalPreshowerSimHitsValidation()

EcalPreshowerSimHitsValidation::EcalPreshowerSimHitsValidation ( const edm::ParameterSet ps)

Constructor.

Definition at line 18 of file EcalPreshowerSimHitsValidation.cc.

19  :
20 
21  HepMCLabel(ps.getParameter<std::string>("moduleLabelMC")),
22  g4InfoLabel(ps.getParameter<std::string>("moduleLabelG4")),
23  EEHitsCollection(ps.getParameter<std::string>("EEHitsCollection")),
24  ESHitsCollection(ps.getParameter<std::string>("ESHitsCollection")) {
25  HepMCToken = consumes<edm::HepMCProduct>(HepMCLabel);
26  EEHitsToken =
27  consumes<edm::PCaloHitContainer>(edm::InputTag(std::string(g4InfoLabel), std::string(EEHitsCollection)));
28  ESHitsToken =
29  consumes<edm::PCaloHitContainer>(edm::InputTag(std::string(g4InfoLabel), std::string(ESHitsCollection)));
30  // verbosity switch
31  verbose_ = ps.getUntrackedParameter<bool>("verbose", false);
32 }

References EEHitsCollection, EEHitsToken, ESHitsCollection, ESHitsToken, g4InfoLabel, edm::ParameterSet::getUntrackedParameter(), HepMCLabel, HepMCToken, AlCaHLTBitMon_QueryRunRegistry::string, and verbose_.

Member Function Documentation

◆ analyze()

void EcalPreshowerSimHitsValidation::analyze ( const edm::Event e,
const edm::EventSetup c 
)
overrideprotectedvirtual

Analyze.

Reimplemented from DQMEDAnalyzer.

Definition at line 87 of file EcalPreshowerSimHitsValidation.cc.

87  {
88  edm::LogInfo("EventInfo") << " Run = " << e.id().run() << " Event = " << e.id().event();
89 
91  e.getByToken(HepMCToken, MCEvt);
92 
94  e.getByToken(EEHitsToken, EcalHitsEE);
95 
97  e.getByToken(ESHitsToken, EcalHitsES);
98 
99  std::vector<PCaloHit> theEECaloHits;
100  if (EcalHitsEE.isValid()) {
101  theEECaloHits.insert(theEECaloHits.end(), EcalHitsEE->begin(), EcalHitsEE->end());
102  }
103 
104  std::vector<PCaloHit> theESCaloHits;
105  if (EcalHitsES.isValid()) {
106  theESCaloHits.insert(theESCaloHits.end(), EcalHitsES->begin(), EcalHitsES->end());
107  }
108 
109  double ESEnergy_ = 0.;
110  // std::map<unsigned int, std::vector<PCaloHit>,std::less<unsigned int> >
111  // CaloHitMap;
112 
113  // endcap
114  double EEetzp_ = 0.;
115  double EEetzm_ = 0.;
116  for (std::vector<PCaloHit>::iterator isim = theEECaloHits.begin(); isim != theEECaloHits.end(); ++isim) {
117  EEDetId eeid(isim->id());
118  if (eeid.zside() > 0)
119  EEetzp_ += isim->energy();
120  if (eeid.zside() < 0)
121  EEetzm_ += isim->energy();
122  }
123 
124  uint32_t nESHits1zp = 0;
125  uint32_t nESHits1zm = 0;
126  uint32_t nESHits2zp = 0;
127  uint32_t nESHits2zm = 0;
128  double ESet1zp_ = 0.;
129  double ESet2zp_ = 0.;
130  double ESet1zm_ = 0.;
131  double ESet2zm_ = 0.;
132  std::vector<double> econtr(140, 0.);
133 
134  for (std::vector<PCaloHit>::iterator isim = theESCaloHits.begin(); isim != theESCaloHits.end(); ++isim) {
135  // CaloHitMap[(*isim).id()].push_back((*isim));
136 
137  ESDetId esid(isim->id());
138 
139  LogDebug("HitInfo") << " CaloHit " << isim->getName() << "\n"
140  << " DetID = " << isim->id() << " ESDetId: z side " << esid.zside() << " plane "
141  << esid.plane() << esid.six() << ',' << esid.siy() << ':' << esid.strip() << "\n"
142  << " Time = " << isim->time() << "\n"
143  << " Track Id = " << isim->geantTrackId() << "\n"
144  << " Energy = " << isim->energy();
145 
146  ESEnergy_ += isim->energy();
147  if (isim->energy() > 0) {
148  meEShitLog10Energy_->Fill(log10(isim->energy()));
149  int log10i = int((log10(isim->energy()) + 10.) * 10.);
150  if (log10i >= 0 && log10i < 140)
151  econtr[log10i] += isim->energy();
152  }
153 
154  if (esid.plane() == 1) {
155  if (esid.zside() > 0) {
156  nESHits1zp++;
157  ESet1zp_ += isim->energy();
158  meESEnergyHits1zp_->Fill(isim->energy());
159  } else if (esid.zside() < 0) {
160  nESHits1zm++;
161  ESet1zm_ += isim->energy();
162  meESEnergyHits1zm_->Fill(isim->energy());
163  }
164  } else if (esid.plane() == 2) {
165  if (esid.zside() > 0) {
166  nESHits2zp++;
167  ESet2zp_ += isim->energy();
168  meESEnergyHits2zp_->Fill(isim->energy());
169  } else if (esid.zside() < 0) {
170  nESHits2zm++;
171  ESet2zm_ += isim->energy();
172  meESEnergyHits2zm_->Fill(isim->energy());
173  }
174  }
175  }
176 
177  menESHits1zp_->Fill(nESHits1zp);
178  menESHits1zm_->Fill(nESHits1zm);
179 
180  menESHits2zp_->Fill(nESHits2zp);
181  menESHits2zm_->Fill(nESHits2zm);
182 
183  if (ESEnergy_ != 0) {
184  for (int i = 0; i < 140; i++) {
185  meEShitLog10EnergyNorm_->Fill(-10. + (float(i) + 0.5) / 10., econtr[i] / ESEnergy_);
186  }
187  }
188 
189  for (HepMC::GenEvent::particle_const_iterator p = MCEvt->GetEvent()->particles_begin();
190  p != MCEvt->GetEvent()->particles_end();
191  ++p) {
192  double htheta = (*p)->momentum().theta();
193  double heta = -99999.;
194  if (tan(htheta * 0.5) > 0) {
195  heta = -log(tan(htheta * 0.5));
196  }
197 
198  if (heta > 1.653 && heta < 2.6) {
199  meE1alphaE2zp_->Fill(ESet1zp_ + 0.7 * ESet2zp_);
200  meEEoverESzp_->Fill((ESet1zp_ + 0.7 * ESet2zp_) / 0.00009, EEetzp_);
201  if (ESet1zp_ != 0.)
202  me2eszpOver1eszp_->Fill(ESet2zp_ / ESet1zp_);
203  }
204  if (heta < -1.653 && heta > -2.6) {
205  meE1alphaE2zm_->Fill(ESet1zm_ + 0.7 * ESet2zm_);
206  meEEoverESzm_->Fill((ESet1zm_ + 0.7 * ESet2zm_) / 0.00009, EEetzm_);
207  if (ESet1zm_ != 0.)
208  me2eszmOver1eszm_->Fill(ESet2zm_ / ESet1zm_);
209  }
210  }
211 }

References MillePedeFileConverter_cfg::e, EEHitsToken, ESHitsToken, dqm::impl::MonitorElement::Fill(), edm::HepMCProduct::GetEvent(), HepMCToken, mps_fire::i, createfilelist::int, edm::HandleBase::isValid(), dqm-mbProfile::log, LogDebug, me2eszmOver1eszm_, me2eszpOver1eszp_, meE1alphaE2zm_, meE1alphaE2zp_, meEEoverESzm_, meEEoverESzp_, meESEnergyHits1zm_, meESEnergyHits1zp_, meESEnergyHits2zm_, meESEnergyHits2zp_, meEShitLog10Energy_, meEShitLog10EnergyNorm_, menESHits1zm_, menESHits1zp_, menESHits2zm_, menESHits2zp_, AlCaHLTBitMon_ParallelJobs::p, and funct::tan().

◆ bookHistograms()

void EcalPreshowerSimHitsValidation::bookHistograms ( DQMStore::IBooker ib,
edm::Run const &  ,
edm::EventSetup const &  c 
)
overrideprotectedvirtual

Implements DQMEDAnalyzer.

Definition at line 34 of file EcalPreshowerSimHitsValidation.cc.

34  {
35  ib.setCurrentFolder("EcalHitsV/EcalSimHitsValidation");
36  ib.setScope(MonitorElementData::Scope::RUN);
37 
38  std::string histo = "ES hits layer 1 multiplicity z+";
39  menESHits1zp_ = ib.book1D(histo, histo, 50, 0., 50.);
40 
41  histo = "ES hits layer 2 multiplicity z+";
42  menESHits2zp_ = ib.book1D(histo, histo, 50, 0., 50.);
43 
44  histo = "ES hits layer 1 multiplicity z-";
45  menESHits1zm_ = ib.book1D(histo, histo, 50, 0., 50.);
46 
47  histo = "ES hits layer 2 multiplicity z-";
48  menESHits2zm_ = ib.book1D(histo, histo, 50, 0., 50.);
49 
50  histo = "ES hits energy layer 1 z+";
51  meESEnergyHits1zp_ = ib.book1D(histo, histo, 100, 0., 0.05);
52 
53  histo = "ES hits energy layer 2 z+";
54  meESEnergyHits2zp_ = ib.book1D(histo, histo, 100, 0., 0.05);
55 
56  histo = "ES hits energy layer 1 z-";
57  meESEnergyHits1zm_ = ib.book1D(histo, histo, 100, 0., 0.05);
58 
59  histo = "ES hits energy layer 2 z-";
60  meESEnergyHits2zm_ = ib.book1D(histo, histo, 100, 0., 0.05);
61 
62  histo = "ES hits log10energy spectrum";
63  meEShitLog10Energy_ = ib.book1D(histo, histo, 140, -10., 4.);
64 
65  histo = "ES hits log10energy spectrum vs normalized energy";
66  meEShitLog10EnergyNorm_ = ib.bookProfile(histo, histo, 140, -10., 4., 100, 0., 1.);
67 
68  histo = "ES E1+07E2 z+";
69  meE1alphaE2zp_ = ib.book1D(histo, histo, 100, 0., 0.05);
70 
71  histo = "ES E1+07E2 z-";
72  meE1alphaE2zm_ = ib.book1D(histo, histo, 100, 0., 0.05);
73 
74  histo = "EE vs ES z+";
75  meEEoverESzp_ = ib.bookProfile(histo, histo, 250, 0., 500., 200, 0., 200.);
76 
77  histo = "EE vs ES z-";
78  meEEoverESzm_ = ib.bookProfile(histo, histo, 250, 0., 500., 200, 0., 200.);
79 
80  histo = "ES ene2oEne1 z+";
81  me2eszpOver1eszp_ = ib.book1D(histo, histo, 50, 0., 10.);
82 
83  histo = "ES ene2oEne1 z-";
84  me2eszmOver1eszm_ = ib.book1D(histo, histo, 50, 0., 10.);
85 }

References timingPdfMaker::histo, cuy::ib, me2eszmOver1eszm_, me2eszpOver1eszp_, meE1alphaE2zm_, meE1alphaE2zp_, meEEoverESzm_, meEEoverESzp_, meESEnergyHits1zm_, meESEnergyHits1zp_, meESEnergyHits2zm_, meESEnergyHits2zp_, meEShitLog10Energy_, meEShitLog10EnergyNorm_, menESHits1zm_, menESHits1zp_, menESHits2zm_, menESHits2zp_, and AlCaHLTBitMon_QueryRunRegistry::string.

Member Data Documentation

◆ EEHitsCollection

std::string EcalPreshowerSimHitsValidation::EEHitsCollection
private

Definition at line 50 of file EcalPreshowerSimHitsValidation.h.

Referenced by EcalPreshowerSimHitsValidation().

◆ EEHitsToken

edm::EDGetTokenT<edm::PCaloHitContainer> EcalPreshowerSimHitsValidation::EEHitsToken
private

Definition at line 54 of file EcalPreshowerSimHitsValidation.h.

Referenced by analyze(), and EcalPreshowerSimHitsValidation().

◆ ESHitsCollection

std::string EcalPreshowerSimHitsValidation::ESHitsCollection
private

Definition at line 51 of file EcalPreshowerSimHitsValidation.h.

Referenced by EcalPreshowerSimHitsValidation().

◆ ESHitsToken

edm::EDGetTokenT<edm::PCaloHitContainer> EcalPreshowerSimHitsValidation::ESHitsToken
private

Definition at line 55 of file EcalPreshowerSimHitsValidation.h.

Referenced by analyze(), and EcalPreshowerSimHitsValidation().

◆ g4InfoLabel

std::string EcalPreshowerSimHitsValidation::g4InfoLabel
private

Definition at line 49 of file EcalPreshowerSimHitsValidation.h.

Referenced by EcalPreshowerSimHitsValidation().

◆ HepMCLabel

std::string EcalPreshowerSimHitsValidation::HepMCLabel
private

Definition at line 48 of file EcalPreshowerSimHitsValidation.h.

Referenced by EcalPreshowerSimHitsValidation().

◆ HepMCToken

edm::EDGetTokenT<edm::HepMCProduct> EcalPreshowerSimHitsValidation::HepMCToken
private

Definition at line 53 of file EcalPreshowerSimHitsValidation.h.

Referenced by analyze(), and EcalPreshowerSimHitsValidation().

◆ me2eszmOver1eszm_

MonitorElement* EcalPreshowerSimHitsValidation::me2eszmOver1eszm_
private

Definition at line 81 of file EcalPreshowerSimHitsValidation.h.

Referenced by analyze(), and bookHistograms().

◆ me2eszpOver1eszp_

MonitorElement* EcalPreshowerSimHitsValidation::me2eszpOver1eszp_
private

Definition at line 80 of file EcalPreshowerSimHitsValidation.h.

Referenced by analyze(), and bookHistograms().

◆ meE1alphaE2zm_

MonitorElement* EcalPreshowerSimHitsValidation::meE1alphaE2zm_
private

Definition at line 75 of file EcalPreshowerSimHitsValidation.h.

Referenced by analyze(), and bookHistograms().

◆ meE1alphaE2zp_

MonitorElement* EcalPreshowerSimHitsValidation::meE1alphaE2zp_
private

Definition at line 74 of file EcalPreshowerSimHitsValidation.h.

Referenced by analyze(), and bookHistograms().

◆ meEEoverESzm_

MonitorElement* EcalPreshowerSimHitsValidation::meEEoverESzm_
private

Definition at line 78 of file EcalPreshowerSimHitsValidation.h.

Referenced by analyze(), and bookHistograms().

◆ meEEoverESzp_

MonitorElement* EcalPreshowerSimHitsValidation::meEEoverESzp_
private

Definition at line 77 of file EcalPreshowerSimHitsValidation.h.

Referenced by analyze(), and bookHistograms().

◆ meESEnergyHits1zm_

MonitorElement* EcalPreshowerSimHitsValidation::meESEnergyHits1zm_
private

Definition at line 71 of file EcalPreshowerSimHitsValidation.h.

Referenced by analyze(), and bookHistograms().

◆ meESEnergyHits1zp_

MonitorElement* EcalPreshowerSimHitsValidation::meESEnergyHits1zp_
private

Definition at line 68 of file EcalPreshowerSimHitsValidation.h.

Referenced by analyze(), and bookHistograms().

◆ meESEnergyHits2zm_

MonitorElement* EcalPreshowerSimHitsValidation::meESEnergyHits2zm_
private

Definition at line 72 of file EcalPreshowerSimHitsValidation.h.

Referenced by analyze(), and bookHistograms().

◆ meESEnergyHits2zp_

MonitorElement* EcalPreshowerSimHitsValidation::meESEnergyHits2zp_
private

Definition at line 69 of file EcalPreshowerSimHitsValidation.h.

Referenced by analyze(), and bookHistograms().

◆ meEShitLog10Energy_

MonitorElement* EcalPreshowerSimHitsValidation::meEShitLog10Energy_
private

Definition at line 65 of file EcalPreshowerSimHitsValidation.h.

Referenced by analyze(), and bookHistograms().

◆ meEShitLog10EnergyNorm_

MonitorElement* EcalPreshowerSimHitsValidation::meEShitLog10EnergyNorm_
private

Definition at line 66 of file EcalPreshowerSimHitsValidation.h.

Referenced by analyze(), and bookHistograms().

◆ menESHits1zm_

MonitorElement* EcalPreshowerSimHitsValidation::menESHits1zm_
private

Definition at line 62 of file EcalPreshowerSimHitsValidation.h.

Referenced by analyze(), and bookHistograms().

◆ menESHits1zp_

MonitorElement* EcalPreshowerSimHitsValidation::menESHits1zp_
private

Definition at line 59 of file EcalPreshowerSimHitsValidation.h.

Referenced by analyze(), and bookHistograms().

◆ menESHits2zm_

MonitorElement* EcalPreshowerSimHitsValidation::menESHits2zm_
private

Definition at line 63 of file EcalPreshowerSimHitsValidation.h.

Referenced by analyze(), and bookHistograms().

◆ menESHits2zp_

MonitorElement* EcalPreshowerSimHitsValidation::menESHits2zp_
private

Definition at line 60 of file EcalPreshowerSimHitsValidation.h.

Referenced by analyze(), and bookHistograms().

◆ verbose_

bool EcalPreshowerSimHitsValidation::verbose_
private

Definition at line 57 of file EcalPreshowerSimHitsValidation.h.

Referenced by EcalPreshowerSimHitsValidation().

mps_fire.i
i
Definition: mps_fire.py:355
EcalPreshowerSimHitsValidation::ESHitsToken
edm::EDGetTokenT< edm::PCaloHitContainer > ESHitsToken
Definition: EcalPreshowerSimHitsValidation.h:55
EcalPreshowerSimHitsValidation::meEShitLog10Energy_
MonitorElement * meEShitLog10Energy_
Definition: EcalPreshowerSimHitsValidation.h:65
EcalPreshowerSimHitsValidation::meESEnergyHits2zm_
MonitorElement * meESEnergyHits2zm_
Definition: EcalPreshowerSimHitsValidation.h:72
EcalPreshowerSimHitsValidation::verbose_
bool verbose_
Definition: EcalPreshowerSimHitsValidation.h:57
EcalPreshowerSimHitsValidation::meEEoverESzm_
MonitorElement * meEEoverESzm_
Definition: EcalPreshowerSimHitsValidation.h:78
AlCaHLTBitMon_ParallelJobs.p
p
Definition: AlCaHLTBitMon_ParallelJobs.py:153
EcalPreshowerSimHitsValidation::meEEoverESzp_
MonitorElement * meEEoverESzp_
Definition: EcalPreshowerSimHitsValidation.h:77
edm::LogInfo
Definition: MessageLogger.h:254
timingPdfMaker.histo
histo
Definition: timingPdfMaker.py:279
edm::ParameterSet::getUntrackedParameter
T getUntrackedParameter(std::string const &, T const &) const
ESDetId
Definition: ESDetId.h:15
edm::Handle< edm::HepMCProduct >
EcalPreshowerSimHitsValidation::EEHitsCollection
std::string EEHitsCollection
Definition: EcalPreshowerSimHitsValidation.h:50
EcalPreshowerSimHitsValidation::HepMCToken
edm::EDGetTokenT< edm::HepMCProduct > HepMCToken
Definition: EcalPreshowerSimHitsValidation.h:53
EcalPreshowerSimHitsValidation::meESEnergyHits1zp_
MonitorElement * meESEnergyHits1zp_
Definition: EcalPreshowerSimHitsValidation.h:68
EcalPreshowerSimHitsValidation::meE1alphaE2zm_
MonitorElement * meE1alphaE2zm_
Definition: EcalPreshowerSimHitsValidation.h:75
dqm::impl::MonitorElement::Fill
void Fill(long long x)
Definition: MonitorElement.h:290
EcalPreshowerSimHitsValidation::EEHitsToken
edm::EDGetTokenT< edm::PCaloHitContainer > EEHitsToken
Definition: EcalPreshowerSimHitsValidation.h:54
EcalPreshowerSimHitsValidation::meESEnergyHits2zp_
MonitorElement * meESEnergyHits2zp_
Definition: EcalPreshowerSimHitsValidation.h:69
EcalPreshowerSimHitsValidation::meE1alphaE2zp_
MonitorElement * meE1alphaE2zp_
Definition: EcalPreshowerSimHitsValidation.h:74
EEDetId
Definition: EEDetId.h:14
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition: AlCaHLTBitMon_QueryRunRegistry.py:256
LogDebug
#define LogDebug(id)
Definition: MessageLogger.h:670
funct::tan
Tan< T >::type tan(const T &t)
Definition: Tan.h:22
EcalPreshowerSimHitsValidation::me2eszpOver1eszp_
MonitorElement * me2eszpOver1eszp_
Definition: EcalPreshowerSimHitsValidation.h:80
createfilelist.int
int
Definition: createfilelist.py:10
EcalPreshowerSimHitsValidation::g4InfoLabel
std::string g4InfoLabel
Definition: EcalPreshowerSimHitsValidation.h:49
cuy.ib
ib
Definition: cuy.py:662
edm::HepMCProduct::GetEvent
const HepMC::GenEvent * GetEvent() const
Definition: HepMCProduct.h:34
EcalPreshowerSimHitsValidation::menESHits2zm_
MonitorElement * menESHits2zm_
Definition: EcalPreshowerSimHitsValidation.h:63
edm::ParameterSet::getParameter
T getParameter(std::string const &) const
EcalPreshowerSimHitsValidation::menESHits2zp_
MonitorElement * menESHits2zp_
Definition: EcalPreshowerSimHitsValidation.h:60
EcalPreshowerSimHitsValidation::HepMCLabel
std::string HepMCLabel
Definition: EcalPreshowerSimHitsValidation.h:48
EcalPreshowerSimHitsValidation::menESHits1zm_
MonitorElement * menESHits1zm_
Definition: EcalPreshowerSimHitsValidation.h:62
EcalPreshowerSimHitsValidation::menESHits1zp_
MonitorElement * menESHits1zp_
Definition: EcalPreshowerSimHitsValidation.h:59
EcalPreshowerSimHitsValidation::meESEnergyHits1zm_
MonitorElement * meESEnergyHits1zm_
Definition: EcalPreshowerSimHitsValidation.h:71
dqm-mbProfile.log
log
Definition: dqm-mbProfile.py:17
edm::HandleBase::isValid
bool isValid() const
Definition: HandleBase.h:70
EcalPreshowerSimHitsValidation::me2eszmOver1eszm_
MonitorElement * me2eszmOver1eszm_
Definition: EcalPreshowerSimHitsValidation.h:81
edm::InputTag
Definition: InputTag.h:15
EcalPreshowerSimHitsValidation::meEShitLog10EnergyNorm_
MonitorElement * meEShitLog10EnergyNorm_
Definition: EcalPreshowerSimHitsValidation.h:66
EcalPreshowerSimHitsValidation::ESHitsCollection
std::string ESHitsCollection
Definition: EcalPreshowerSimHitsValidation.h:51
MillePedeFileConverter_cfg.e
e
Definition: MillePedeFileConverter_cfg.py:37