CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Protected Member Functions | Private Attributes
ZdcSimHitStudy Class Reference

#include <ZdcSimHitStudy.h>

Inheritance diagram for ZdcSimHitStudy:
edm::EDAnalyzer

Public Member Functions

 ZdcSimHitStudy (const edm::ParameterSet &ps)
 
 ~ZdcSimHitStudy ()
 
- Public Member Functions inherited from edm::EDAnalyzer
 EDAnalyzer ()
 
std::string workerType () const
 
virtual ~EDAnalyzer ()
 

Protected Member Functions

void analyze (const edm::Event &e, const edm::EventSetup &c)
 
void analyzeHits (std::vector< PCaloHit > &)
 
void beginJob ()
 
void endJob ()
 
int FillHitValHist (int side, int section, int channel, double energy, double time)
 
- Protected Member Functions inherited from edm::EDAnalyzer
CurrentProcessingContext const * currentContext () const
 

Private Attributes

bool checkHit_
 
DQMStoredbe_
 
double enetot
 
double enetotEmN
 
double enetotEmP
 
double enetotHadN
 
double enetotHadP
 
double enetotN
 
double enetotP
 
std::string g4Label
 
MonitorElementmeAllZdcNHit_
 
MonitorElementmeBadZdcDetHit_
 
MonitorElementmeBadZdcIdHit_
 
MonitorElementmeBadZdcSecHit_
 
MonitorElementmeZdc10Ene_
 
MonitorElementmeZdc10EneP_
 
MonitorElementmeZdcChannelHit_
 
MonitorElementmeZdcCorEEmNEHadN_
 
MonitorElementmeZdcCorEEmPEHadP_
 
MonitorElementmeZdcCorEtotNEtotP_
 
MonitorElementmeZdcDetectHit_
 
MonitorElementmeZdcEEMCh_
 
MonitorElementmeZdcEHadCh_
 
MonitorElementmeZdcEMEnergyHit_
 
MonitorElementmeZdcEML10EneP_
 
MonitorElementmeZdcEneEmN1_
 
MonitorElementmeZdcEneEmN2_
 
MonitorElementmeZdcEneEmN3_
 
MonitorElementmeZdcEneEmN4_
 
MonitorElementmeZdcEneEmN5_
 
MonitorElementmeZdcEneEmNTot_
 
MonitorElementmeZdcEneEmP1_
 
MonitorElementmeZdcEneEmP2_
 
MonitorElementmeZdcEneEmP3_
 
MonitorElementmeZdcEneEmP4_
 
MonitorElementmeZdcEneEmP5_
 
MonitorElementmeZdcEneEmPTot_
 
MonitorElementmeZdcEneHadN1_
 
MonitorElementmeZdcEneHadN2_
 
MonitorElementmeZdcEneHadN3_
 
MonitorElementmeZdcEneHadN4_
 
MonitorElementmeZdcEneHadNTot_
 
MonitorElementmeZdcEneHadP1_
 
MonitorElementmeZdcEneHadP2_
 
MonitorElementmeZdcEneHadP3_
 
MonitorElementmeZdcEneHadP4_
 
MonitorElementmeZdcEneHadPTot_
 
MonitorElementmeZdcEneNTot_
 
MonitorElementmeZdcEnePTot_
 
MonitorElementmeZdcEnergyHit_
 
MonitorElementmeZdcEneTEmN1_
 
MonitorElementmeZdcEneTEmN2_
 
MonitorElementmeZdcEneTEmN3_
 
MonitorElementmeZdcEneTEmN4_
 
MonitorElementmeZdcEneTEmN5_
 
MonitorElementmeZdcEneTEmP1_
 
MonitorElementmeZdcEneTEmP2_
 
MonitorElementmeZdcEneTEmP3_
 
MonitorElementmeZdcEneTEmP4_
 
MonitorElementmeZdcEneTEmP5_
 
MonitorElementmeZdcEneTHadN1_
 
MonitorElementmeZdcEneTHadN2_
 
MonitorElementmeZdcEneTHadN3_
 
MonitorElementmeZdcEneTHadN4_
 
MonitorElementmeZdcEneTHadP1_
 
MonitorElementmeZdcEneTHadP2_
 
MonitorElementmeZdcEneTHadP3_
 
MonitorElementmeZdcEneTHadP4_
 
MonitorElementmeZdcEneTot_
 
MonitorElementmeZdcETime_
 
MonitorElementmeZdcHadEnergyHit_
 
MonitorElementmeZdcHadL10EneP_
 
MonitorElementmeZdcNHit_
 
MonitorElementmeZdcNHitEM_
 
MonitorElementmeZdcNHitHad_
 
MonitorElementmeZdcNHitLum_
 
MonitorElementmeZdcSectionHit_
 
MonitorElementmeZdcSideHit_
 
MonitorElementmeZdcTimeHit_
 
MonitorElementmeZdcTimeWHit_
 
std::string outFile_
 
bool verbose_
 
std::string zdcHits
 

Additional Inherited Members

- Public Types inherited from edm::EDAnalyzer
typedef EDAnalyzer ModuleType
 
typedef WorkerT< EDAnalyzerWorkerType
 
- Static Public Member Functions inherited from edm::EDAnalyzer
static const std::string & baseType ()
 
static void fillDescriptions (ConfigurationDescriptions &descriptions)
 

Detailed Description

Definition at line 28 of file ZdcSimHitStudy.h.

Constructor & Destructor Documentation

ZdcSimHitStudy::ZdcSimHitStudy ( const edm::ParameterSet ps)

Definition at line 7 of file ZdcSimHitStudy.cc.

References checkHit_, dbe_, g4Label, edm::ParameterSet::getUntrackedParameter(), cmsCodeRules.cppFunctionSkipper::operator, outFile_, DQMStore::setVerbose(), DQMStore::showDirStructure(), stor::utils::sleep(), verbose_, and zdcHits.

7  {
8 
9  g4Label = ps.getUntrackedParameter<std::string>("moduleLabel","g4SimHits");
10  zdcHits = ps.getUntrackedParameter<std::string>("HitCollection","ZdcHits");
11  outFile_ = ps.getUntrackedParameter<std::string>("outputFile", "zdcHitStudy.root");
12  verbose_ = ps.getUntrackedParameter<bool>("Verbose", false);
13  checkHit_= true;
14 
15  edm::LogInfo("ZdcSimHitStudy")
16  //std::cout
17  << "Module Label: " << g4Label << " Hits: "
18  << zdcHits << " / "<< checkHit_
19  << " Output: " << outFile_;
20 
22  if (dbe_) {
23  if (verbose_) {
24  dbe_->setVerbose(1);
25  sleep (3);
27  } else {
28  dbe_->setVerbose(0);
29  }
30  }
31 }
T getUntrackedParameter(std::string const &, T const &) const
std::string outFile_
void sleep(Duration_t)
Definition: Utils.h:163
void setVerbose(unsigned level)
Definition: DQMStore.cc:196
std::string zdcHits
std::string g4Label
DQMStore * dbe_
void showDirStructure(void) const
Definition: DQMStore.cc:2554
ZdcSimHitStudy::~ZdcSimHitStudy ( )

Definition at line 33 of file ZdcSimHitStudy.cc.

33 {}

Member Function Documentation

void ZdcSimHitStudy::analyze ( const edm::Event e,
const edm::EventSetup c 
)
protectedvirtual

Implements edm::EDAnalyzer.

Definition at line 116 of file ZdcSimHitStudy.cc.

References analyzeHits(), checkHit_, edm::EventID::event(), g4Label, edm::Event::getByLabel(), edm::EventBase::id(), edm::HandleBase::isValid(), LogDebug, edm::EventID::run(), and zdcHits.

116  {
117 
118  LogDebug("ZdcSimHitStudy")
119  //std::cout
120  << "Run = " << e.id().run() << " Event = "
121  << e.id().event();
122  //std::cout<<std::endl;
123 
124  std::vector<PCaloHit> caloHits;
126 
127  bool getHits = false;
128  if (checkHit_) {
129  e.getByLabel(g4Label,zdcHits,hitsZdc);
130  if (hitsZdc.isValid()) getHits = true;
131  }
132 
133  LogDebug("ZdcSim") << "ZdcValidation: Input flags Hits " << getHits;
134 
135  if (getHits) {
136  caloHits.insert(caloHits.end(),hitsZdc->begin(),hitsZdc->end());
137  LogDebug("ZdcSimHitStudy")
138  //std::cout
139  << "ZdcValidation: Hit buffer "
140  << caloHits.size();
141  //<< std::endl;
142  analyzeHits (caloHits);
143  }
144 }
#define LogDebug(id)
RunNumber_t run() const
Definition: EventID.h:42
EventNumber_t event() const
Definition: EventID.h:44
void analyzeHits(std::vector< PCaloHit > &)
bool isValid() const
Definition: HandleBase.h:76
bool getByLabel(InputTag const &tag, Handle< PROD > &result) const
Definition: Event.h:355
std::string zdcHits
std::string g4Label
edm::EventID id() const
Definition: EventBase.h:56
void ZdcSimHitStudy::analyzeHits ( std::vector< PCaloHit > &  hits)
protected

Definition at line 146 of file ZdcSimHitStudy.cc.

References dbe_, HcalZDCDetId::EM, relval_parameters_module::energy, enetot, enetotEmN, enetotEmP, enetotHadN, enetotHadP, enetotN, enetotP, MonitorElement::Fill(), FillHitValHist(), HcalZDCDetId::HAD, i, LogDebug, HcalZDCDetId::LUM, meAllZdcNHit_, meBadZdcDetHit_, meBadZdcIdHit_, meBadZdcSecHit_, meZdc10Ene_, meZdcChannelHit_, meZdcCorEEmNEHadN_, meZdcCorEEmPEHadP_, meZdcCorEtotNEtotP_, meZdcDetectHit_, meZdcEEMCh_, meZdcEHadCh_, meZdcEMEnergyHit_, meZdcEML10EneP_, meZdcEneEmNTot_, meZdcEneEmPTot_, meZdcEneHadNTot_, meZdcEneHadPTot_, meZdcEnePTot_, meZdcEnergyHit_, meZdcEneTot_, meZdcETime_, meZdcHadEnergyHit_, meZdcHadL10EneP_, meZdcNHitEM_, meZdcNHitHad_, meZdcNHitLum_, meZdcSectionHit_, meZdcSideHit_, meZdcTimeHit_, meZdcTimeWHit_, and cond::rpcobgas::time.

Referenced by analyze().

146  {
147  int nHit = hits.size();
148  int nZdcEM = 0, nZdcHad = 0, nZdcLum = 0;
149  int nBad1=0, nBad2=0, nBad=0;
150  std::vector<double> encontZdcEM(140, 0.);
151  std::vector<double> encontZdcHad(140, 0.);
152  double entotZdcEM = 0;
153  double entotZdcHad = 0;
154 
155  enetotEmN = 0;
156  enetotHadN = 0.;
157  enetotN = 0;
158  enetotEmP = 0;
159  enetotHadP = 0;
160  enetotP = 0;
161  enetot = 0;
162 
163  for (int i=0; i<nHit; i++) {
164  double energy = hits[i].energy();
165  double log10en = log10(energy);
166  int log10i = int( (log10en+10.)*10. );
167  double time = hits[i].time();
168  unsigned int id_ = hits[i].id();
169  HcalZDCDetId id = HcalZDCDetId(id_);
170  int det = id.det();
171  int side = id.zside();
172  int section = id.section();
173  int channel = id.channel();
174 
175  FillHitValHist(side,section,channel,energy,time);
176 
177 
178  LogDebug("ZdcSimHitStudy")
179  //std::cout
180  << "Hit[" << i << "] ID " << std::hex << id_
181  << std::dec <<" DetID "<<id
182  << " Det "<< det << " side "<< side
183  << " Section " << section
184  << " channel "<< channel
185  << " E " << energy
186  << " time \n" << time;
187  //<<std::endl;
188 
189  if(det == 5) { // Check DetId.h
190  if(section == HcalZDCDetId::EM)nZdcEM++;
191  else if(section == HcalZDCDetId::HAD)nZdcHad++;
192  else if(section == HcalZDCDetId::LUM)nZdcLum++;
193  else { nBad++; nBad2++;}
194  } else { nBad++; nBad1++;}
195  if (dbe_) {
196  meZdcDetectHit_->Fill(double(det));
197  if (det == 5) {
198  meZdcSideHit_->Fill(double(side));
199  meZdcSectionHit_->Fill(double(section));
200  meZdcChannelHit_->Fill(double(channel));
201  meZdcEnergyHit_->Fill(energy);
202  if(section == HcalZDCDetId::EM){
203  meZdcEMEnergyHit_->Fill(energy);
204  meZdcEEMCh_->Fill(energy,channel);
205  if( log10i >=0 && log10i < 140 )encontZdcEM[log10i] += energy;
206  entotZdcEM += energy;
207  }
208  if(section == HcalZDCDetId::HAD){
209  meZdcHadEnergyHit_->Fill(energy);
210  meZdcEHadCh_->Fill(energy,channel);
211  if( log10i >=0 && log10i < 140 )encontZdcHad[log10i] += energy;
212  entotZdcHad += energy;
213  }
214  meZdcTimeHit_->Fill(time);
215  meZdcTimeWHit_->Fill(double(time),energy);
216  meZdc10Ene_->Fill(log10en);
217  meZdcETime_->Fill(energy, double(time));
218  }
219  }
220  }
221 
222  if( entotZdcEM != 0 ) for( int i=0; i<140; i++ ) meZdcEML10EneP_->Fill( -10.+(float(i)+0.5)/10., encontZdcEM[i]/entotZdcEM);
223  if( entotZdcHad != 0 ) for( int i=0; i<140; i++ ) meZdcHadL10EneP_->Fill( -10.+(float(i)+0.5)/10.,encontZdcHad[i]/entotZdcHad);
224 
225  if (dbe_ && nHit>0) {
226  meAllZdcNHit_->Fill(double(nHit));
227  meBadZdcDetHit_->Fill(double(nBad1));
228  meBadZdcSecHit_->Fill(double(nBad2));
229  meBadZdcIdHit_->Fill(double(nBad));
230  meZdcNHitEM_->Fill(double(nZdcEM));
231  meZdcNHitHad_->Fill(double(nZdcHad));
232  meZdcNHitLum_->Fill(double(nZdcLum));
242  }
243  LogDebug("HcalSimHitStudy")
244  //std::cout
245  <<"HcalSimHitStudy::analyzeHits: Had " << nZdcHad
246  << " EM "<< nZdcEM
247  << " Bad " << nBad << " All " << nHit;
248  //<<std::endl;
249 }
#define LogDebug(id)
MonitorElement * meZdcEnergyHit_
int i
Definition: DBlmapReader.cc:9
MonitorElement * meZdcHadL10EneP_
MonitorElement * meZdcEneEmPTot_
MonitorElement * meZdcCorEEmNEHadN_
MonitorElement * meAllZdcNHit_
void Fill(long long x)
MonitorElement * meZdcEneEmNTot_
MonitorElement * meZdcChannelHit_
MonitorElement * meZdcEML10EneP_
MonitorElement * meZdcNHitHad_
MonitorElement * meBadZdcDetHit_
MonitorElement * meZdcEnePTot_
MonitorElement * meZdcCorEEmPEHadP_
MonitorElement * meZdcSideHit_
MonitorElement * meZdcDetectHit_
MonitorElement * meZdc10Ene_
int FillHitValHist(int side, int section, int channel, double energy, double time)
MonitorElement * meZdcEneTot_
MonitorElement * meBadZdcSecHit_
MonitorElement * meZdcTimeHit_
MonitorElement * meBadZdcIdHit_
MonitorElement * meZdcEneHadNTot_
MonitorElement * meZdcCorEtotNEtotP_
MonitorElement * meZdcHadEnergyHit_
MonitorElement * meZdcSectionHit_
DQMStore * dbe_
MonitorElement * meZdcEneHadPTot_
MonitorElement * meZdcEEMCh_
MonitorElement * meZdcNHitEM_
MonitorElement * meZdcTimeWHit_
MonitorElement * meZdcEHadCh_
MonitorElement * meZdcETime_
MonitorElement * meZdcEMEnergyHit_
MonitorElement * meZdcNHitLum_
void ZdcSimHitStudy::beginJob ( void  )
protectedvirtual

Reimplemented from edm::EDAnalyzer.

Definition at line 35 of file ZdcSimHitStudy.cc.

References DQMStore::book1D(), DQMStore::book2D(), DQMStore::bookProfile(), checkHit_, dbe_, meAllZdcNHit_, meBadZdcDetHit_, meBadZdcIdHit_, meBadZdcSecHit_, meZdc10Ene_, meZdcChannelHit_, meZdcCorEEmNEHadN_, meZdcCorEEmPEHadP_, meZdcCorEtotNEtotP_, meZdcDetectHit_, meZdcEEMCh_, meZdcEHadCh_, meZdcEMEnergyHit_, meZdcEML10EneP_, meZdcEneEmN1_, meZdcEneEmN2_, meZdcEneEmN3_, meZdcEneEmN4_, meZdcEneEmN5_, meZdcEneEmNTot_, meZdcEneEmP1_, meZdcEneEmP2_, meZdcEneEmP3_, meZdcEneEmP4_, meZdcEneEmP5_, meZdcEneEmPTot_, meZdcEneHadN1_, meZdcEneHadN2_, meZdcEneHadN3_, meZdcEneHadN4_, meZdcEneHadNTot_, meZdcEneHadP1_, meZdcEneHadP2_, meZdcEneHadP3_, meZdcEneHadP4_, meZdcEneHadPTot_, meZdcEneNTot_, meZdcEnePTot_, meZdcEnergyHit_, meZdcEneTEmN1_, meZdcEneTEmN2_, meZdcEneTEmN3_, meZdcEneTEmN4_, meZdcEneTEmN5_, meZdcEneTEmP1_, meZdcEneTEmP2_, meZdcEneTEmP3_, meZdcEneTEmP4_, meZdcEneTEmP5_, meZdcEneTHadN1_, meZdcEneTHadN2_, meZdcEneTHadN3_, meZdcEneTHadN4_, meZdcEneTHadP1_, meZdcEneTHadP2_, meZdcEneTHadP3_, meZdcEneTHadP4_, meZdcEneTot_, meZdcETime_, meZdcHadEnergyHit_, meZdcHadL10EneP_, meZdcNHitEM_, meZdcNHitHad_, meZdcNHitLum_, meZdcSectionHit_, meZdcSideHit_, meZdcTimeHit_, meZdcTimeWHit_, and DQMStore::setCurrentFolder().

35  {
36  if (dbe_) {
37  dbe_->setCurrentFolder("ZdcHitsV/ZdcSimHitsTask");
38  //Histograms for Hits
39  if (checkHit_) {
40  meAllZdcNHit_ = dbe_->book1D("Hit01","Number of All Hits in Zdc",100,0.,100.);
41  meBadZdcDetHit_= dbe_->book1D("Hit02","Hits with wrong Det in Zdc",100,0.,100.);
42  meBadZdcSecHit_= dbe_->book1D("Hit03","Hits with wrong Section in Zdc",100,0.,100.);
43  meBadZdcIdHit_ = dbe_->book1D("Hit04","Hits with wrong ID in Zdc",100,0.,100.);
44  meZdcNHitEM_ = dbe_->book1D("Hit05","Number of Hits in Zdc EM",100,0.,100.);
45  meZdcNHitHad_ = dbe_->book1D("Hit06","Number of Hits in Zdc Had",100,0.,100.);
46  meZdcNHitLum_ = dbe_->book1D("Hit07","Number of Hits in Zdc Lum",100,0.,100.);
47  meZdcDetectHit_= dbe_->book1D("Hit08","Calo Detector ID",50,0.,50.);
48  meZdcSideHit_ = dbe_->book1D("Hit09","Side in Zdc",4,-2,2.);
49  meZdcSectionHit_ = dbe_->book1D("Hit10","Section in Zdc",4,0.,4.);
50  meZdcChannelHit_ = dbe_->book1D("Hit11","Channel in Zdc",10,0.,10.);
51  meZdcEnergyHit_= dbe_->book1D("Hit12","Hits Energy",4000,0.,8000.);
52  meZdcHadEnergyHit_= dbe_->book1D("Hit13","Hits Energy in Had Section",4000,0.,8000.);
53  meZdcEMEnergyHit_ = dbe_->book1D("Hit14","Hits Energy in EM Section",4000,0.,8000.);
54  meZdcTimeHit_ = dbe_->book1D("Hit15","Time in Zdc",300,0.,600.);
55  meZdcTimeWHit_ = dbe_->book1D("Hit16","Time in Zdc (E wtd)", 300,0.,600.);
56  meZdc10Ene_ = dbe_->book1D("Hit17","Log10Energy in Zdc", 140, -20., 20. );
57  meZdcHadL10EneP_ = dbe_->bookProfile("Hit18","Log10Energy in Had Zdc vs Hit contribution", 140, -1., 20., 100, 0., 1. );
58  meZdcEML10EneP_ = dbe_->bookProfile("Hit19","Log10Energy in EM Zdc vs Hit contribution", 140, -1., 20., 100, 0., 1. );
59  meZdcEHadCh_ = dbe_->book2D("Hit20","Zdc Had Section Energy vs Channel", 4000, 0., 8000., 6, 0., 6. );
60  meZdcEEMCh_ = dbe_->book2D("Hit21","Zdc EM Section Energy vs Channel", 4000, 0., 8000., 6, 0., 6. );
61  meZdcETime_ = dbe_->book2D("Hit22","Hits Zdc Energy vs Time", 4000, 0., 8000., 300, 0., 600. );
62  meZdcEneEmN1_ = dbe_->book1D("HitVal01","Energy EM module N1",4000,0.,8000.);
63  meZdcEneEmN2_ = dbe_->book1D("HitVal02","Energy EM module N2",4000,0.,8000.);
64  meZdcEneEmN3_ = dbe_->book1D("HitVal03","Energy EM module N3",4000,0.,8000.);
65  meZdcEneEmN4_ = dbe_->book1D("HitVal04","Energy EM module N4",4000,0.,8000.);
66  meZdcEneEmN5_ = dbe_->book1D("HitVal05","Energy EM module N5",4000,0.,8000.);
67  meZdcEneHadN1_ = dbe_->book1D("HitVal06","Energy HAD module N1",4000,0.,8000.);
68  meZdcEneHadN2_ = dbe_->book1D("HitVal07","Energy HAD module N2",4000,0.,8000.);
69  meZdcEneHadN3_ = dbe_->book1D("HitVal08","Energy HAD module N3",4000,0.,8000.);
70  meZdcEneHadN4_ = dbe_->book1D("HitVal09","Energy HAD module N4",4000,0.,8000.);
71  meZdcEneTEmN1_ = dbe_->book2D("HitVal11","Energy EM mod N1 vs Time", 4000, 0., 8000., 300, 0., 600. );
72  meZdcEneTEmN2_ = dbe_->book2D("HitVal12","Energy EM mod N2 vs Time", 4000, 0., 8000., 300, 0., 600. );
73  meZdcEneTEmN3_ = dbe_->book2D("HitVal13","Energy EM mod N3 vs Time", 4000, 0., 8000., 300, 0., 600. );
74  meZdcEneTEmN4_ = dbe_->book2D("HitVal14","Energy EM mod N4 vs Time", 4000, 0., 8000., 300, 0., 600. );
75  meZdcEneTEmN5_ = dbe_->book2D("HitVal15","Energy EM mod N5 vs Time", 4000, 0., 8000., 300, 0., 600. );
76  meZdcEneTHadN1_ = dbe_->book2D("HitVal16","Energy HAD mod N1 vs Time", 4000, 0., 8000., 300, 0., 600. );
77  meZdcEneTHadN2_ = dbe_->book2D("HitVal17","Energy HAD mod N2 vs Time", 4000, 0., 8000., 300, 0., 600. );
78  meZdcEneTHadN3_ = dbe_->book2D("HitVal18","Energy HAD mod N3 vs Time", 4000, 0., 8000., 300, 0., 600. );
79  meZdcEneTHadN4_ = dbe_->book2D("HitVal19","Energy HAD mod N4 vs Time", 4000, 0., 8000., 300, 0., 600. );
80  meZdcEneHadNTot_ = dbe_->book1D("HitVal20","Total HAD Energy N",4000,0.,8000.);
81  meZdcEneEmNTot_ = dbe_->book1D("HitVal21","Total EM Energy N",4000,0.,8000.);
82  meZdcEneNTot_ = dbe_->book1D("HitVal22","Total Energy N",4000,0.,8000.);
83  meZdcEneEmP1_ = dbe_->book1D("HitVal23","Energy EM module P1",4000,0.,8000.);
84  meZdcEneEmP2_ = dbe_->book1D("HitVal24","Energy EM module P2",4000,0.,8000.);
85  meZdcEneEmP3_ = dbe_->book1D("HitVal25","Energy EM module P3",4000,0.,8000.);
86  meZdcEneEmP4_ = dbe_->book1D("HitVal26","Energy EM module P4",4000,0.,8000.);
87  meZdcEneEmP5_ = dbe_->book1D("HitVal27","Energy EM module P5",4000,0.,8000.);
88  meZdcEneHadP1_ = dbe_->book1D("HitVal29","Energy HAD module P1",4000,0.,8000.);
89  meZdcEneHadP2_ = dbe_->book1D("HitVal29","Energy HAD module P2",4000,0.,8000.);
90  meZdcEneHadP3_ = dbe_->book1D("HitVal30","Energy HAD module P3",4000,0.,8000.);
91  meZdcEneHadP4_ = dbe_->book1D("HitVal31","Energy HAD module P4",4000,0.,8000.);
92  meZdcEneTEmP1_ = dbe_->book2D("HitVal32","Energy EM mod P1 vs Time", 4000, 0., 8000., 300, 0., 600. );
93  meZdcEneTEmP2_ = dbe_->book2D("HitVal33","Energy EM mod P2 vs Time", 4000, 0., 8000., 300, 0., 600. );
94  meZdcEneTEmP3_ = dbe_->book2D("HitVal34","Energy EM mod P3 vs Time", 4000, 0., 8000., 300, 0., 600. );
95  meZdcEneTEmP4_ = dbe_->book2D("HitVal35","Energy EM mod P4 vs Time", 4000, 0., 8000., 300, 0., 600. );
96  meZdcEneTEmP5_ = dbe_->book2D("HitVal36","Energy EM mod P5 vs Time", 4000, 0., 8000., 300, 0., 600. );
97  meZdcEneTHadP1_ = dbe_->book2D("HitVal37","Energy HAD mod P1 vs Time", 4000, 0., 8000., 300, 0., 600. );
98  meZdcEneTHadP2_ = dbe_->book2D("HitVal38","Energy HAD mod P2 vs Time", 4000, 0., 8000., 300, 0., 600. );
99  meZdcEneTHadP3_ = dbe_->book2D("HitVal39","Energy HAD mod P3 vs Time", 4000, 0., 8000., 300, 0., 600. );
100  meZdcEneTHadP4_ = dbe_->book2D("HitVal40","Energy HAD mod P4 vs Time", 4000, 0., 8000., 300, 0., 600. );
101  meZdcEneHadPTot_ = dbe_->book1D("HitVal41","Total HAD Energy P",4000,0.,8000.);
102  meZdcEneEmPTot_ = dbe_->book1D("HitVal42","Total EM Energy P",4000,0.,8000.);
103  meZdcEnePTot_ = dbe_->book1D("HitVal43","Total Energy P",4000,0.,8000.);
104  meZdcCorEEmNEHadN_= dbe_->book2D("HitVal47","Energy EMN vs HADN", 4000, 0., 8000.,4000, 0., 8000.);
105  meZdcCorEEmPEHadP_= dbe_->book2D("HitVal44","Energy EMP vs HADP", 4000, 0., 8000.,4000, 0., 8000.);
106  meZdcCorEtotNEtotP_ = dbe_->book2D("HitVal45","Energy N vs P", 4000, 0., 8000.,4000, 0., 8000.);
107  meZdcEneTot_ = dbe_->book1D("HitVal46","Total Energy ZDCs",4000,0.,8000.);
108  }
109  }
110 }
MonitorElement * meZdcEneTHadP3_
MonitorElement * meZdcEnergyHit_
MonitorElement * meZdcEneTEmN1_
MonitorElement * meZdcEneTEmP1_
MonitorElement * meZdcHadL10EneP_
MonitorElement * book1D(const char *name, const char *title, int nchX, double lowX, double highX)
Book 1D histogram.
Definition: DQMStore.cc:514
MonitorElement * meZdcEneEmP3_
MonitorElement * meZdcEneEmPTot_
MonitorElement * meZdcEneEmN1_
MonitorElement * meZdcEneTEmP4_
MonitorElement * meZdcEneHadN1_
MonitorElement * meZdcCorEEmNEHadN_
MonitorElement * meZdcEneEmN4_
MonitorElement * meZdcEneTHadN4_
MonitorElement * meZdcEneEmN5_
MonitorElement * meAllZdcNHit_
MonitorElement * meZdcEneTEmN2_
MonitorElement * meZdcEneHadN4_
MonitorElement * meZdcEneTHadN2_
MonitorElement * meZdcEneEmNTot_
MonitorElement * meZdcChannelHit_
MonitorElement * meZdcEneEmP2_
MonitorElement * meZdcEneHadP1_
MonitorElement * meZdcEML10EneP_
MonitorElement * meZdcEneTEmN5_
MonitorElement * meZdcEneEmN3_
MonitorElement * meZdcNHitHad_
MonitorElement * meBadZdcDetHit_
MonitorElement * meZdcEneTEmP5_
MonitorElement * meZdcEnePTot_
MonitorElement * meZdcEneTEmN4_
MonitorElement * meZdcCorEEmPEHadP_
MonitorElement * meZdcEneTHadP2_
MonitorElement * meZdcSideHit_
MonitorElement * meZdcEneHadN3_
MonitorElement * meZdcEneEmN2_
MonitorElement * meZdcEneTHadN1_
MonitorElement * meZdcEneTEmP3_
MonitorElement * bookProfile(const char *name, const char *title, int nchX, double lowX, double highX, int nchY, double lowY, double highY, const char *option="s")
Definition: DQMStore.cc:828
MonitorElement * meZdcDetectHit_
MonitorElement * meZdc10Ene_
MonitorElement * meZdcEneHadP4_
MonitorElement * meZdcEneTot_
MonitorElement * meZdcEneHadP3_
MonitorElement * meZdcEneTEmN3_
MonitorElement * meBadZdcSecHit_
MonitorElement * meZdcEneTHadP1_
MonitorElement * meZdcTimeHit_
MonitorElement * meBadZdcIdHit_
MonitorElement * meZdcEneTHadP4_
MonitorElement * meZdcEneHadNTot_
MonitorElement * meZdcCorEtotNEtotP_
MonitorElement * meZdcEneHadP2_
MonitorElement * meZdcEneEmP4_
MonitorElement * meZdcHadEnergyHit_
MonitorElement * meZdcEneEmP5_
MonitorElement * meZdcEneTEmP2_
MonitorElement * meZdcSectionHit_
DQMStore * dbe_
MonitorElement * meZdcEneNTot_
MonitorElement * meZdcEneHadN2_
MonitorElement * meZdcEneHadPTot_
MonitorElement * meZdcEEMCh_
MonitorElement * meZdcEneEmP1_
MonitorElement * book2D(const char *name, const char *title, int nchX, double lowX, double highX, int nchY, double lowY, double highY)
Book 2D histogram.
Definition: DQMStore.cc:642
MonitorElement * meZdcNHitEM_
MonitorElement * meZdcEneTHadN3_
MonitorElement * meZdcTimeWHit_
MonitorElement * meZdcEHadCh_
void setCurrentFolder(const std::string &fullpath)
Definition: DQMStore.cc:232
MonitorElement * meZdcETime_
MonitorElement * meZdcEMEnergyHit_
MonitorElement * meZdcNHitLum_
void ZdcSimHitStudy::endJob ( void  )
protectedvirtual

Reimplemented from edm::EDAnalyzer.

Definition at line 112 of file ZdcSimHitStudy.cc.

References dbe_, outFile_, and DQMStore::save().

112  {
113  if (dbe_ && outFile_.size() > 0) dbe_->save(outFile_);
114 }
void save(const std::string &filename, const std::string &path="", const std::string &pattern="", const std::string &rewrite="", SaveReferenceTag ref=SaveWithReference, int minStatus=dqm::qstatus::STATUS_OK, const std::string &fileupdate="RECREATE")
Definition: DQMStore.cc:1898
std::string outFile_
DQMStore * dbe_
int ZdcSimHitStudy::FillHitValHist ( int  side,
int  section,
int  channel,
double  energy,
double  time 
)
protected

Definition at line 251 of file ZdcSimHitStudy.cc.

References HcalZDCDetId::EM, relval_parameters_module::energy, enetot, enetotEmN, enetotEmP, enetotHadN, enetotHadP, enetotN, enetotP, MonitorElement::Fill(), HcalZDCDetId::HAD, meZdcEneEmN1_, meZdcEneEmN2_, meZdcEneEmN3_, meZdcEneEmN4_, meZdcEneEmP1_, meZdcEneEmP2_, meZdcEneEmP3_, meZdcEneEmP4_, meZdcEneHadN1_, meZdcEneHadN2_, meZdcEneHadN3_, meZdcEneHadN4_, meZdcEneHadP1_, meZdcEneHadP2_, meZdcEneHadP3_, meZdcEneHadP4_, meZdcEneTEmN1_, meZdcEneTEmN2_, meZdcEneTEmN3_, meZdcEneTEmN4_, meZdcEneTEmP1_, meZdcEneTEmP2_, meZdcEneTEmP3_, meZdcEneTEmP4_, meZdcEneTHadN1_, meZdcEneTHadN2_, meZdcEneTHadN3_, meZdcEneTHadN4_, meZdcEneTHadP1_, meZdcEneTHadP2_, meZdcEneTHadP3_, and meZdcEneTHadP4_.

Referenced by analyzeHits().

251  {
252  enetot += enetot;
253  if(side == -1){
254  enetotN += energy;
255  if(section == HcalZDCDetId::EM){
256  enetotEmN += energy;
257  switch(channel){
258  case 1 :
261  break;
262  case 2 :
265  break;
266  case 3 :
269  break;
270  case 4 :
273  break;
274  case 5 :
277  break;
278  }
279  }
280  if(section == HcalZDCDetId::HAD){
281  enetotHadN += energy;
282  switch(channel){
283  case 1 :
286  break;
287  case 2 :
290  break;
291  case 3 :
294  break;
295  case 4 :
298  break;
299  }
300  }
301  }
302  if(side == 1){
303  enetotP += energy;
304  if(section == HcalZDCDetId::EM){
305  enetotEmP += energy;
306  switch(channel){
307  case 1 :
310  break;
311  case 2 :
314  break;
315  case 3 :
318  break;
319  case 4 :
322  break;
323  case 5 :
326  break;
327  }
328  }
329  if(section == HcalZDCDetId::HAD){
330  enetotHadP += energy;
331  switch(channel){
332  case 1 :
335  break;
336  case 2 :
339  break;
340  case 3 :
343  break;
344  case 4 :
347  break;
348  }
349  }
350  }
351  return 0;
352 }
MonitorElement * meZdcEneTHadP3_
MonitorElement * meZdcEneTEmN1_
MonitorElement * meZdcEneTEmP1_
MonitorElement * meZdcEneEmP3_
MonitorElement * meZdcEneEmN1_
MonitorElement * meZdcEneTEmP4_
MonitorElement * meZdcEneHadN1_
MonitorElement * meZdcEneEmN4_
MonitorElement * meZdcEneTHadN4_
MonitorElement * meZdcEneTEmN2_
MonitorElement * meZdcEneHadN4_
MonitorElement * meZdcEneTHadN2_
void Fill(long long x)
MonitorElement * meZdcEneEmP2_
MonitorElement * meZdcEneHadP1_
MonitorElement * meZdcEneEmN3_
MonitorElement * meZdcEneTEmN4_
MonitorElement * meZdcEneTHadP2_
MonitorElement * meZdcEneHadN3_
MonitorElement * meZdcEneEmN2_
MonitorElement * meZdcEneTHadN1_
MonitorElement * meZdcEneTEmP3_
MonitorElement * meZdcEneHadP4_
MonitorElement * meZdcEneHadP3_
MonitorElement * meZdcEneTEmN3_
MonitorElement * meZdcEneTHadP1_
MonitorElement * meZdcEneTHadP4_
MonitorElement * meZdcEneHadP2_
MonitorElement * meZdcEneEmP4_
MonitorElement * meZdcEneTEmP2_
MonitorElement * meZdcEneHadN2_
MonitorElement * meZdcEneEmP1_
MonitorElement * meZdcEneTHadN3_

Member Data Documentation

bool ZdcSimHitStudy::checkHit_
private

Definition at line 49 of file ZdcSimHitStudy.h.

Referenced by analyze(), beginJob(), and ZdcSimHitStudy().

DQMStore* ZdcSimHitStudy::dbe_
private

Definition at line 50 of file ZdcSimHitStudy.h.

Referenced by analyzeHits(), beginJob(), endJob(), and ZdcSimHitStudy().

double ZdcSimHitStudy::enetot
private

Definition at line 45 of file ZdcSimHitStudy.h.

Referenced by analyzeHits(), and FillHitValHist().

double ZdcSimHitStudy::enetotEmN
private

Definition at line 43 of file ZdcSimHitStudy.h.

Referenced by analyzeHits(), and FillHitValHist().

double ZdcSimHitStudy::enetotEmP
private

Definition at line 44 of file ZdcSimHitStudy.h.

Referenced by analyzeHits(), and FillHitValHist().

double ZdcSimHitStudy::enetotHadN
private

Definition at line 43 of file ZdcSimHitStudy.h.

Referenced by analyzeHits(), and FillHitValHist().

double ZdcSimHitStudy::enetotHadP
private

Definition at line 44 of file ZdcSimHitStudy.h.

Referenced by analyzeHits(), and FillHitValHist().

double ZdcSimHitStudy::enetotN
private

Definition at line 43 of file ZdcSimHitStudy.h.

Referenced by analyzeHits(), and FillHitValHist().

double ZdcSimHitStudy::enetotP
private

Definition at line 44 of file ZdcSimHitStudy.h.

Referenced by analyzeHits(), and FillHitValHist().

std::string ZdcSimHitStudy::g4Label
private

Definition at line 48 of file ZdcSimHitStudy.h.

Referenced by analyze(), and ZdcSimHitStudy().

MonitorElement* ZdcSimHitStudy::meAllZdcNHit_
private

Definition at line 52 of file ZdcSimHitStudy.h.

Referenced by analyzeHits(), and beginJob().

MonitorElement * ZdcSimHitStudy::meBadZdcDetHit_
private

Definition at line 52 of file ZdcSimHitStudy.h.

Referenced by analyzeHits(), and beginJob().

MonitorElement * ZdcSimHitStudy::meBadZdcIdHit_
private

Definition at line 52 of file ZdcSimHitStudy.h.

Referenced by analyzeHits(), and beginJob().

MonitorElement * ZdcSimHitStudy::meBadZdcSecHit_
private

Definition at line 52 of file ZdcSimHitStudy.h.

Referenced by analyzeHits(), and beginJob().

MonitorElement * ZdcSimHitStudy::meZdc10Ene_
private

Definition at line 54 of file ZdcSimHitStudy.h.

Referenced by analyzeHits(), and beginJob().

MonitorElement* ZdcSimHitStudy::meZdc10EneP_
private

Definition at line 57 of file ZdcSimHitStudy.h.

MonitorElement * ZdcSimHitStudy::meZdcChannelHit_
private

Definition at line 55 of file ZdcSimHitStudy.h.

Referenced by analyzeHits(), and beginJob().

MonitorElement* ZdcSimHitStudy::meZdcCorEEmNEHadN_
private

Definition at line 63 of file ZdcSimHitStudy.h.

Referenced by analyzeHits(), and beginJob().

MonitorElement* ZdcSimHitStudy::meZdcCorEEmPEHadP_
private

Definition at line 69 of file ZdcSimHitStudy.h.

Referenced by analyzeHits(), and beginJob().

MonitorElement * ZdcSimHitStudy::meZdcCorEtotNEtotP_
private

Definition at line 69 of file ZdcSimHitStudy.h.

Referenced by analyzeHits(), and beginJob().

MonitorElement * ZdcSimHitStudy::meZdcDetectHit_
private

Definition at line 53 of file ZdcSimHitStudy.h.

Referenced by analyzeHits(), and beginJob().

MonitorElement * ZdcSimHitStudy::meZdcEEMCh_
private

Definition at line 57 of file ZdcSimHitStudy.h.

Referenced by analyzeHits(), and beginJob().

MonitorElement * ZdcSimHitStudy::meZdcEHadCh_
private

Definition at line 57 of file ZdcSimHitStudy.h.

Referenced by analyzeHits(), and beginJob().

MonitorElement * ZdcSimHitStudy::meZdcEMEnergyHit_
private

Definition at line 56 of file ZdcSimHitStudy.h.

Referenced by analyzeHits(), and beginJob().

MonitorElement * ZdcSimHitStudy::meZdcEML10EneP_
private

Definition at line 57 of file ZdcSimHitStudy.h.

Referenced by analyzeHits(), and beginJob().

MonitorElement* ZdcSimHitStudy::meZdcEneEmN1_
private

Definition at line 58 of file ZdcSimHitStudy.h.

Referenced by beginJob(), and FillHitValHist().

MonitorElement * ZdcSimHitStudy::meZdcEneEmN2_
private

Definition at line 58 of file ZdcSimHitStudy.h.

Referenced by beginJob(), and FillHitValHist().

MonitorElement * ZdcSimHitStudy::meZdcEneEmN3_
private

Definition at line 58 of file ZdcSimHitStudy.h.

Referenced by beginJob(), and FillHitValHist().

MonitorElement * ZdcSimHitStudy::meZdcEneEmN4_
private

Definition at line 58 of file ZdcSimHitStudy.h.

Referenced by beginJob(), and FillHitValHist().

MonitorElement * ZdcSimHitStudy::meZdcEneEmN5_
private

Definition at line 58 of file ZdcSimHitStudy.h.

Referenced by beginJob().

MonitorElement * ZdcSimHitStudy::meZdcEneEmNTot_
private

Definition at line 62 of file ZdcSimHitStudy.h.

Referenced by analyzeHits(), and beginJob().

MonitorElement* ZdcSimHitStudy::meZdcEneEmP1_
private

Definition at line 64 of file ZdcSimHitStudy.h.

Referenced by beginJob(), and FillHitValHist().

MonitorElement * ZdcSimHitStudy::meZdcEneEmP2_
private

Definition at line 64 of file ZdcSimHitStudy.h.

Referenced by beginJob(), and FillHitValHist().

MonitorElement * ZdcSimHitStudy::meZdcEneEmP3_
private

Definition at line 64 of file ZdcSimHitStudy.h.

Referenced by beginJob(), and FillHitValHist().

MonitorElement * ZdcSimHitStudy::meZdcEneEmP4_
private

Definition at line 64 of file ZdcSimHitStudy.h.

Referenced by beginJob(), and FillHitValHist().

MonitorElement * ZdcSimHitStudy::meZdcEneEmP5_
private

Definition at line 64 of file ZdcSimHitStudy.h.

Referenced by beginJob().

MonitorElement * ZdcSimHitStudy::meZdcEneEmPTot_
private

Definition at line 68 of file ZdcSimHitStudy.h.

Referenced by analyzeHits(), and beginJob().

MonitorElement* ZdcSimHitStudy::meZdcEneHadN1_
private

Definition at line 59 of file ZdcSimHitStudy.h.

Referenced by beginJob(), and FillHitValHist().

MonitorElement * ZdcSimHitStudy::meZdcEneHadN2_
private

Definition at line 59 of file ZdcSimHitStudy.h.

Referenced by beginJob(), and FillHitValHist().

MonitorElement * ZdcSimHitStudy::meZdcEneHadN3_
private

Definition at line 59 of file ZdcSimHitStudy.h.

Referenced by beginJob(), and FillHitValHist().

MonitorElement * ZdcSimHitStudy::meZdcEneHadN4_
private

Definition at line 59 of file ZdcSimHitStudy.h.

Referenced by beginJob(), and FillHitValHist().

MonitorElement* ZdcSimHitStudy::meZdcEneHadNTot_
private

Definition at line 62 of file ZdcSimHitStudy.h.

Referenced by analyzeHits(), and beginJob().

MonitorElement* ZdcSimHitStudy::meZdcEneHadP1_
private

Definition at line 65 of file ZdcSimHitStudy.h.

Referenced by beginJob(), and FillHitValHist().

MonitorElement * ZdcSimHitStudy::meZdcEneHadP2_
private

Definition at line 65 of file ZdcSimHitStudy.h.

Referenced by beginJob(), and FillHitValHist().

MonitorElement * ZdcSimHitStudy::meZdcEneHadP3_
private

Definition at line 65 of file ZdcSimHitStudy.h.

Referenced by beginJob(), and FillHitValHist().

MonitorElement * ZdcSimHitStudy::meZdcEneHadP4_
private

Definition at line 65 of file ZdcSimHitStudy.h.

Referenced by beginJob(), and FillHitValHist().

MonitorElement* ZdcSimHitStudy::meZdcEneHadPTot_
private

Definition at line 68 of file ZdcSimHitStudy.h.

Referenced by analyzeHits(), and beginJob().

MonitorElement * ZdcSimHitStudy::meZdcEneNTot_
private

Definition at line 62 of file ZdcSimHitStudy.h.

Referenced by beginJob().

MonitorElement * ZdcSimHitStudy::meZdcEnePTot_
private

Definition at line 68 of file ZdcSimHitStudy.h.

Referenced by analyzeHits(), and beginJob().

MonitorElement * ZdcSimHitStudy::meZdcEnergyHit_
private

Definition at line 55 of file ZdcSimHitStudy.h.

Referenced by analyzeHits(), and beginJob().

MonitorElement* ZdcSimHitStudy::meZdcEneTEmN1_
private

Definition at line 60 of file ZdcSimHitStudy.h.

Referenced by beginJob(), and FillHitValHist().

MonitorElement * ZdcSimHitStudy::meZdcEneTEmN2_
private

Definition at line 60 of file ZdcSimHitStudy.h.

Referenced by beginJob(), and FillHitValHist().

MonitorElement * ZdcSimHitStudy::meZdcEneTEmN3_
private

Definition at line 60 of file ZdcSimHitStudy.h.

Referenced by beginJob(), and FillHitValHist().

MonitorElement * ZdcSimHitStudy::meZdcEneTEmN4_
private

Definition at line 60 of file ZdcSimHitStudy.h.

Referenced by beginJob(), and FillHitValHist().

MonitorElement * ZdcSimHitStudy::meZdcEneTEmN5_
private

Definition at line 60 of file ZdcSimHitStudy.h.

Referenced by beginJob().

MonitorElement* ZdcSimHitStudy::meZdcEneTEmP1_
private

Definition at line 66 of file ZdcSimHitStudy.h.

Referenced by beginJob(), and FillHitValHist().

MonitorElement * ZdcSimHitStudy::meZdcEneTEmP2_
private

Definition at line 66 of file ZdcSimHitStudy.h.

Referenced by beginJob(), and FillHitValHist().

MonitorElement * ZdcSimHitStudy::meZdcEneTEmP3_
private

Definition at line 66 of file ZdcSimHitStudy.h.

Referenced by beginJob(), and FillHitValHist().

MonitorElement * ZdcSimHitStudy::meZdcEneTEmP4_
private

Definition at line 66 of file ZdcSimHitStudy.h.

Referenced by beginJob(), and FillHitValHist().

MonitorElement * ZdcSimHitStudy::meZdcEneTEmP5_
private

Definition at line 66 of file ZdcSimHitStudy.h.

Referenced by beginJob().

MonitorElement* ZdcSimHitStudy::meZdcEneTHadN1_
private

Definition at line 61 of file ZdcSimHitStudy.h.

Referenced by beginJob(), and FillHitValHist().

MonitorElement * ZdcSimHitStudy::meZdcEneTHadN2_
private

Definition at line 61 of file ZdcSimHitStudy.h.

Referenced by beginJob(), and FillHitValHist().

MonitorElement * ZdcSimHitStudy::meZdcEneTHadN3_
private

Definition at line 61 of file ZdcSimHitStudy.h.

Referenced by beginJob(), and FillHitValHist().

MonitorElement * ZdcSimHitStudy::meZdcEneTHadN4_
private

Definition at line 61 of file ZdcSimHitStudy.h.

Referenced by beginJob(), and FillHitValHist().

MonitorElement* ZdcSimHitStudy::meZdcEneTHadP1_
private

Definition at line 67 of file ZdcSimHitStudy.h.

Referenced by beginJob(), and FillHitValHist().

MonitorElement * ZdcSimHitStudy::meZdcEneTHadP2_
private

Definition at line 67 of file ZdcSimHitStudy.h.

Referenced by beginJob(), and FillHitValHist().

MonitorElement * ZdcSimHitStudy::meZdcEneTHadP3_
private

Definition at line 67 of file ZdcSimHitStudy.h.

Referenced by beginJob(), and FillHitValHist().

MonitorElement * ZdcSimHitStudy::meZdcEneTHadP4_
private

Definition at line 67 of file ZdcSimHitStudy.h.

Referenced by beginJob(), and FillHitValHist().

MonitorElement * ZdcSimHitStudy::meZdcEneTot_
private

Definition at line 69 of file ZdcSimHitStudy.h.

Referenced by analyzeHits(), and beginJob().

MonitorElement * ZdcSimHitStudy::meZdcETime_
private

Definition at line 53 of file ZdcSimHitStudy.h.

Referenced by analyzeHits(), and beginJob().

MonitorElement* ZdcSimHitStudy::meZdcHadEnergyHit_
private

Definition at line 56 of file ZdcSimHitStudy.h.

Referenced by analyzeHits(), and beginJob().

MonitorElement * ZdcSimHitStudy::meZdcHadL10EneP_
private

Definition at line 56 of file ZdcSimHitStudy.h.

Referenced by analyzeHits(), and beginJob().

MonitorElement* ZdcSimHitStudy::meZdcNHit_
private

Definition at line 53 of file ZdcSimHitStudy.h.

MonitorElement* ZdcSimHitStudy::meZdcNHitEM_
private

Definition at line 54 of file ZdcSimHitStudy.h.

Referenced by analyzeHits(), and beginJob().

MonitorElement * ZdcSimHitStudy::meZdcNHitHad_
private

Definition at line 54 of file ZdcSimHitStudy.h.

Referenced by analyzeHits(), and beginJob().

MonitorElement * ZdcSimHitStudy::meZdcNHitLum_
private

Definition at line 54 of file ZdcSimHitStudy.h.

Referenced by analyzeHits(), and beginJob().

MonitorElement* ZdcSimHitStudy::meZdcSectionHit_
private

Definition at line 55 of file ZdcSimHitStudy.h.

Referenced by analyzeHits(), and beginJob().

MonitorElement * ZdcSimHitStudy::meZdcSideHit_
private

Definition at line 53 of file ZdcSimHitStudy.h.

Referenced by analyzeHits(), and beginJob().

MonitorElement * ZdcSimHitStudy::meZdcTimeHit_
private

Definition at line 56 of file ZdcSimHitStudy.h.

Referenced by analyzeHits(), and beginJob().

MonitorElement * ZdcSimHitStudy::meZdcTimeWHit_
private

Definition at line 55 of file ZdcSimHitStudy.h.

Referenced by analyzeHits(), and beginJob().

std::string ZdcSimHitStudy::outFile_
private

Definition at line 48 of file ZdcSimHitStudy.h.

Referenced by endJob(), and ZdcSimHitStudy().

bool ZdcSimHitStudy::verbose_
private

Definition at line 49 of file ZdcSimHitStudy.h.

Referenced by ZdcSimHitStudy().

std::string ZdcSimHitStudy::zdcHits
private

Definition at line 48 of file ZdcSimHitStudy.h.

Referenced by analyze(), and ZdcSimHitStudy().