CMS 3D CMS Logo

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

#include <EcalPulseShapeGrapher.h>

Inheritance diagram for EcalPulseShapeGrapher:
edm::one::EDAnalyzer<> edm::one::EDAnalyzerBase edm::EDConsumerBase

Public Member Functions

 EcalPulseShapeGrapher (const edm::ParameterSet &)
 
 ~EcalPulseShapeGrapher () override=default
 
- Public Member Functions inherited from edm::one::EDAnalyzer<>
 EDAnalyzer ()=default
 
 EDAnalyzer (const EDAnalyzer &)=delete
 
SerialTaskQueueglobalLuminosityBlocksQueue () final
 
SerialTaskQueueglobalRunsQueue () final
 
const EDAnalyzeroperator= (const EDAnalyzer &)=delete
 
bool wantsGlobalLuminosityBlocks () const final
 
bool wantsGlobalRuns () const final
 
bool wantsInputProcessBlocks () const final
 
bool wantsProcessBlocks () const final
 
- Public Member Functions inherited from edm::one::EDAnalyzerBase
void callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func)
 
 EDAnalyzerBase ()
 
ModuleDescription const & moduleDescription () const
 
bool wantsStreamLuminosityBlocks () const
 
bool wantsStreamRuns () const
 
 ~EDAnalyzerBase () override
 
- Public Member Functions inherited from edm::EDConsumerBase
std::vector< ConsumesInfoconsumesInfo () const
 
void convertCurrentProcessAlias (std::string const &processName)
 Convert "@currentProcess" in InputTag process names to the actual current process name. More...
 
 EDConsumerBase ()
 
 EDConsumerBase (EDConsumerBase const &)=delete
 
 EDConsumerBase (EDConsumerBase &&)=default
 
ESResolverIndex const * esGetTokenIndices (edm::Transition iTrans) const
 
std::vector< ESResolverIndex > const & esGetTokenIndicesVector (edm::Transition iTrans) const
 
std::vector< ESRecordIndex > const & esGetTokenRecordIndicesVector (edm::Transition iTrans) const
 
ProductResolverIndexAndSkipBit indexFrom (EDGetToken, BranchType, TypeID const &) const
 
void itemsMayGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const
 
void itemsToGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const
 
std::vector< ProductResolverIndexAndSkipBit > const & itemsToGetFrom (BranchType iType) const
 
void labelsForToken (EDGetToken iToken, Labels &oLabels) const
 
void modulesWhoseProductsAreConsumed (std::array< std::vector< ModuleDescription const *> *, NumBranchTypes > &modulesAll, std::vector< ModuleProcessName > &modulesInPreviousProcesses, ProductRegistry const &preg, std::map< std::string, ModuleDescription const *> const &labelsToDesc, std::string const &processName) const
 
EDConsumerBase const & operator= (EDConsumerBase const &)=delete
 
EDConsumerBaseoperator= (EDConsumerBase &&)=default
 
bool registeredToConsume (ProductResolverIndex, bool, BranchType) const
 
void selectInputProcessBlocks (ProductRegistry const &productRegistry, ProcessBlockHelperBase const &processBlockHelperBase)
 
ProductResolverIndexAndSkipBit uncheckedIndexFrom (EDGetToken) const
 
void updateLookup (BranchType iBranchType, ProductResolverIndexHelper const &, bool iPrefetchMayGet)
 
void updateLookup (eventsetup::ESRecordsToProductResolverIndices const &)
 
virtual ~EDConsumerBase () noexcept(false)
 

Private Member Functions

void analyze (const edm::Event &, const edm::EventSetup &) override
 
void endJob () override
 
std::string intToString (int)
 

Private Attributes

int abscissa [10]
 
int ampCut_
 
std::map< int, TH1F * > ampHistMap_
 
std::map< int, TH1F * > cutAmpHistMap_
 
const edm::EDGetTokenT< EBDigiCollectionEBDigis_
 
const edm::EDGetTokenT< EcalUncalibratedRecHitCollectionEBUncalibratedRecHitCollection_
 
const edm::EDGetTokenT< EEDigiCollectionEEDigis_
 
const edm::EDGetTokenT< EcalUncalibratedRecHitCollectionEEUncalibratedRecHitCollection_
 
EcalFedMapfedMap_
 
TFile * file_
 
std::map< int, TH1F * > firstSampleHistMap_
 
std::vector< int > listChannels_
 
int ordinate [10]
 
std::map< int, TH2F * > pulseShapeHistMap_
 
std::map< int, TH2F * > rawPulseShapeHistMap_
 
std::string rootFilename_
 

Additional Inherited Members

- Public Types inherited from edm::one::EDAnalyzerBase
typedef EDAnalyzerBase ModuleType
 
- Public Types inherited from edm::EDConsumerBase
typedef ProductLabels Labels
 
- Static Public Member Functions inherited from edm::one::EDAnalyzerBase
static const std::string & baseType ()
 
static void fillDescriptions (ConfigurationDescriptions &descriptions)
 
static void prevalidate (ConfigurationDescriptions &descriptions)
 
- Protected Member Functions inherited from edm::EDConsumerBase
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > consumes (edm::InputTag const &tag)
 
template<BranchType B = InEvent>
EDConsumerBaseAdaptor< Bconsumes (edm::InputTag tag) noexcept
 
EDGetToken consumes (const TypeToGet &id, edm::InputTag const &tag)
 
template<BranchType B>
EDGetToken consumes (TypeToGet const &id, edm::InputTag const &tag)
 
ConsumesCollector consumesCollector ()
 Use a ConsumesCollector to gather consumes information from helper functions. More...
 
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event>
auto esConsumes ()
 
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event>
auto esConsumes (ESInputTag const &tag)
 
template<Transition Tr = Transition::Event>
constexpr auto esConsumes ()
 
template<Transition Tr = Transition::Event>
auto esConsumes (ESInputTag tag)
 
template<Transition Tr = Transition::Event>
ESGetTokenGeneric esConsumes (eventsetup::EventSetupRecordKey const &iRecord, eventsetup::DataKey const &iKey)
 Used with EventSetupRecord::doGet. More...
 
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > mayConsume (edm::InputTag const &tag)
 
EDGetToken mayConsume (const TypeToGet &id, edm::InputTag const &tag)
 
template<BranchType B>
EDGetToken mayConsume (const TypeToGet &id, edm::InputTag const &tag)
 
void resetItemsToGetFrom (BranchType iType)
 

Detailed Description

Description: <one line="" class="" summary>="">

Implementation: <Notes on="" implementation>="">

Definition at line 46 of file EcalPulseShapeGrapher.h.

Constructor & Destructor Documentation

◆ EcalPulseShapeGrapher()

EcalPulseShapeGrapher::EcalPulseShapeGrapher ( const edm::ParameterSet iConfig)
explicit

Definition at line 32 of file EcalPulseShapeGrapher.cc.

References abscissa, ampHistMap_, cutAmpHistMap_, fedMap_, firstSampleHistMap_, edm::ParameterSet::getUntrackedParameter(), mps_fire::i, intToString(), listChannels_, Skims_PA_cff::name, pulseShapeHistMap_, rawPulseShapeHistMap_, AlCaHLTBitMon_QueryRunRegistry::string, and runGCPTkAlMap::title.

33  : EBUncalibratedRecHitCollection_(consumes<EcalUncalibratedRecHitCollection>(
34  iConfig.getParameter<edm::InputTag>("EBUncalibratedRecHitCollection"))),
35  EBDigis_(consumes<EBDigiCollection>(iConfig.getParameter<edm::InputTag>("EBDigiCollection"))),
36  EEUncalibratedRecHitCollection_(consumes<EcalUncalibratedRecHitCollection>(
37  iConfig.getParameter<edm::InputTag>("EEUncalibratedRecHitCollection"))),
38  EEDigis_(consumes<EEDigiCollection>(iConfig.getParameter<edm::InputTag>("EEDigiCollection"))),
39  ampCut_(iConfig.getUntrackedParameter<int>("AmplitudeCutADC", 13)),
40  rootFilename_(iConfig.getUntrackedParameter<std::string>("rootFilename", "pulseShapeGrapher")) {
41  //now do what ever initialization is needed
42 
43  std::vector<int> listDefaults;
44  listDefaults.push_back(-1);
45  listChannels_ = iConfig.getUntrackedParameter<std::vector<int> >("listChannels", listDefaults);
46 
47  for (std::vector<int>::const_iterator itr = listChannels_.begin(); itr != listChannels_.end(); ++itr) {
48  std::string title = "Amplitude of cry " + intToString(*itr);
49  std::string name = "ampOfCry" + intToString(*itr);
50  ampHistMap_[*itr] = new TH1F(name.c_str(), title.c_str(), 100, 0, 100);
51  ampHistMap_[*itr]->GetXaxis()->SetTitle("ADC");
52 
53  title = "Amplitude (over 13 ADC) of cry " + intToString(*itr);
54  name = "cutAmpOfCry" + intToString(*itr);
55  cutAmpHistMap_[*itr] = new TH1F(name.c_str(), title.c_str(), 100, 0, 100);
56  cutAmpHistMap_[*itr]->GetXaxis()->SetTitle("ADC");
57 
58  title = "Pulse shape of cry " + intToString(*itr);
59  name = "PulseShapeCry" + intToString(*itr);
60  pulseShapeHistMap_[*itr] = new TH2F(name.c_str(), title.c_str(), 10, 0, 10, 220, -20, 2);
61  pulseShapeHistMap_[*itr]->GetXaxis()->SetTitle("sample");
62 
63  title = "Raw Pulse shape of cry " + intToString(*itr);
64  name = "RawPulseShapeCry" + intToString(*itr);
65  rawPulseShapeHistMap_[*itr] = new TH2F(name.c_str(), title.c_str(), 10, 0, 10, 500, 0, 500);
66  rawPulseShapeHistMap_[*itr]->GetXaxis()->SetTitle("sample");
67 
68  title = "Amplitude of first sample, cry " + intToString(*itr);
69  name = "AmpOfFirstSampleCry" + intToString(*itr);
70  firstSampleHistMap_[*itr] = new TH1F(name.c_str(), title.c_str(), 300, 100, 400);
71  firstSampleHistMap_[*itr]->GetXaxis()->SetTitle("ADC");
72  }
73 
74  fedMap_ = new EcalFedMap();
75 
76  for (int i = 0; i < 10; i++)
77  abscissa[i] = i;
78 }
std::map< int, TH1F * > ampHistMap_
T getParameter(std::string const &) const
Definition: ParameterSet.h:303
std::map< int, TH1F * > cutAmpHistMap_
T getUntrackedParameter(std::string const &, T const &) const
std::vector< int > listChannels_
const edm::EDGetTokenT< EcalUncalibratedRecHitCollection > EEUncalibratedRecHitCollection_
const edm::EDGetTokenT< EEDigiCollection > EEDigis_
std::map< int, TH1F * > firstSampleHistMap_
std::map< int, TH2F * > pulseShapeHistMap_
std::map< int, TH2F * > rawPulseShapeHistMap_
const edm::EDGetTokenT< EcalUncalibratedRecHitCollection > EBUncalibratedRecHitCollection_
const edm::EDGetTokenT< EBDigiCollection > EBDigis_

◆ ~EcalPulseShapeGrapher()

EcalPulseShapeGrapher::~EcalPulseShapeGrapher ( )
overridedefault

Member Function Documentation

◆ analyze()

void EcalPulseShapeGrapher::analyze ( const edm::Event iEvent,
const edm::EventSetup iSetup 
)
overrideprivatevirtual

Implements edm::one::EDAnalyzerBase.

Definition at line 85 of file EcalPulseShapeGrapher.cc.

References ampCut_, ampHistMap_, CustomPhysics_cfi::amplitude, edm::SortedCollection< T, SORT >::begin(), edm::DataFrameContainer::begin(), cutAmpHistMap_, EcalElectronicsId::dccId(), hgcalPerformanceValidation::df, EBDigis_, EBUncalibratedRecHitCollection_, EEDigis_, EEUncalibratedRecHitCollection_, edm::SortedCollection< T, SORT >::end(), edm::DataFrameContainer::end(), fedMap_, firstSampleHistMap_, PedestalClient_cfi::gain, EcalFedMap::getSliceFromFed(), EBDetId::hashedIndex(), EEDetId::hashedIndex(), mps_fire::i, hit::id, iEvent, createfilelist::int, listChannels_, EcalCondDBWriter_cfi::pedestal, pulseShapeHistMap_, rawPulseShapeHistMap_, and findQualityFiles::size.

85  {
86  using namespace edm;
87  using namespace std;
88 
91  const Handle<EBDigiCollection>& EBdigis = iEvent.getHandle(EBDigis_);
92  const Handle<EEDigiCollection>& EEdigis = iEvent.getHandle(EEDigis_);
93 
94  unique_ptr<EcalElectronicsMapping> ecalElectronicsMap(new EcalElectronicsMapping);
95 
96  // Loop over the hits
97  for (EcalUncalibratedRecHitCollection::const_iterator hitItr = EBHits->begin(); hitItr != EBHits->end(); ++hitItr) {
98  EcalUncalibratedRecHit hit = (*hitItr);
99  float amplitude = hit.amplitude();
100  EBDetId hitDetId = hit.id();
101 
102  // Get the Fedid
103  EcalElectronicsId elecId = ecalElectronicsMap->getElectronicsId(hitDetId);
104  int FEDid = 600 + elecId.dccId();
105  string SMname = fedMap_->getSliceFromFed(FEDid);
106 
107  vector<int>::const_iterator itr = listChannels_.begin();
108  while (itr != listChannels_.end() && (*itr) != hitDetId.hashedIndex()) {
109  itr++;
110  }
111  if (itr == listChannels_.end())
112  continue;
113 
114  ampHistMap_[hitDetId.hashedIndex()]->Fill(amplitude);
115  if (amplitude < ampCut_)
116  continue;
117 
118  cutAmpHistMap_[hitDetId.hashedIndex()]->Fill(amplitude);
119  EBDigiCollection::const_iterator digiItr = EBdigis->begin();
120  while (digiItr != EBdigis->end() && digiItr->id() != hitItr->id()) {
121  digiItr++;
122  }
123  if (digiItr == EBdigis->end())
124  continue;
125 
126  double sampleADC[10];
127  EBDataFrame df(*digiItr);
128  double pedestal = 200;
129 
130  if (df.sample(0).gainId() != 1 || df.sample(1).gainId() != 1)
131  continue; //goes to the next digi
132  else {
133  sampleADC[0] = df.sample(0).adc();
134  sampleADC[1] = df.sample(1).adc();
135  pedestal = (double)(sampleADC[0] + sampleADC[1]) / (double)2;
136  }
137 
138  for (int i = 0; (unsigned int)i < digiItr->size(); ++i) {
139  EBDataFrame df(*digiItr);
140  double gain = 12.;
141  if (df.sample(i).gainId() == 1)
142  gain = 1.;
143  else if (df.sample(i).gainId() == 2)
144  gain = 2.;
145  sampleADC[i] = pedestal + (df.sample(i).adc() - pedestal) * gain;
146  }
147 
148  for (int i = 0; i < 10; ++i) {
149  pulseShapeHistMap_[hitDetId.hashedIndex()]->Fill(i, (float)(sampleADC[i] - pedestal) / amplitude);
150  rawPulseShapeHistMap_[hitDetId.hashedIndex()]->Fill(i, (float)(sampleADC[i]));
151  }
152  firstSampleHistMap_[hitDetId.hashedIndex()]->Fill(sampleADC[0]);
153  }
154 
155  // Now do the same for the EE hits
156  for (EcalUncalibratedRecHitCollection::const_iterator hitItr = EEHits->begin(); hitItr != EEHits->end(); ++hitItr) {
157  EcalUncalibratedRecHit hit = (*hitItr);
158  float amplitude = hit.amplitude();
159  EEDetId hitDetId = hit.id();
160 
161  // Get the Fedid
162  EcalElectronicsId elecId = ecalElectronicsMap->getElectronicsId(hitDetId);
163  int FEDid = 600 + elecId.dccId();
164  string SMname = fedMap_->getSliceFromFed(FEDid);
165 
166  vector<int>::const_iterator itr = listChannels_.begin();
167  while (itr != listChannels_.end() && (*itr) != hitDetId.hashedIndex()) {
168  itr++;
169  }
170  if (itr == listChannels_.end())
171  continue;
172 
173  ampHistMap_[hitDetId.hashedIndex()]->Fill(amplitude);
174  if (amplitude < ampCut_)
175  continue;
176 
177  cutAmpHistMap_[hitDetId.hashedIndex()]->Fill(amplitude);
178  EEDigiCollection::const_iterator digiItr = EEdigis->begin();
179  while (digiItr != EEdigis->end() && digiItr->id() != hitItr->id()) {
180  digiItr++;
181  }
182  if (digiItr == EEdigis->end())
183  continue;
184 
185  double sampleADC[10];
186  EEDataFrame df(*digiItr);
187  double pedestal = 200;
188 
189  if (df.sample(0).gainId() != 1 || df.sample(1).gainId() != 1)
190  continue; //goes to the next digi
191  else {
192  sampleADC[0] = df.sample(0).adc();
193  sampleADC[1] = df.sample(1).adc();
194  pedestal = (double)(sampleADC[0] + sampleADC[1]) / (double)2;
195  }
196 
197  for (int i = 0; (unsigned int)i < digiItr->size(); ++i) {
198  EEDataFrame df(*digiItr);
199  double gain = 12.;
200  if (df.sample(i).gainId() == 1)
201  gain = 1.;
202  else if (df.sample(i).gainId() == 2)
203  gain = 2.;
204  sampleADC[i] = pedestal + (df.sample(i).adc() - pedestal) * gain;
205  }
206 
207  for (int i = 0; i < 10; ++i) {
208  pulseShapeHistMap_[hitDetId.hashedIndex()]->Fill(i, (float)(sampleADC[i] - pedestal) / amplitude);
209  rawPulseShapeHistMap_[hitDetId.hashedIndex()]->Fill(i, (float)(sampleADC[i]));
210  }
211  firstSampleHistMap_[hitDetId.hashedIndex()]->Fill(sampleADC[0]);
212  }
213 }
size
Write out results.
std::map< int, TH1F * > ampHistMap_
Ecal readout channel identification [32:20] Unused (so far) [19:13] DCC id [12:6] tower [5:3] strip [...
int dccId() const
get the DCC (Ecal Local DCC value not global one) id
std::vector< T >::const_iterator const_iterator
std::map< int, TH1F * > cutAmpHistMap_
std::string getSliceFromFed(int)
Definition: EcalFedMap.cc:86
std::vector< int > listChannels_
int iEvent
Definition: GenABIO.cc:224
const_iterator begin() const
const edm::EDGetTokenT< EcalUncalibratedRecHitCollection > EEUncalibratedRecHitCollection_
const edm::EDGetTokenT< EEDigiCollection > EEDigis_
std::map< int, TH1F * > firstSampleHistMap_
const_iterator end() const
unsigned int id
const_iterator end() const
std::map< int, TH2F * > pulseShapeHistMap_
const_iterator begin() const
The iterator returned can not safely be used across threads.
std::map< int, TH2F * > rawPulseShapeHistMap_
boost::transform_iterator< IterHelp, boost::counting_iterator< int > > const_iterator
HLT enums.
const edm::EDGetTokenT< EcalUncalibratedRecHitCollection > EBUncalibratedRecHitCollection_
int hashedIndex() const
get a compact index for arrays
Definition: EBDetId.h:82
int hashedIndex() const
Definition: EEDetId.h:183
const edm::EDGetTokenT< EBDigiCollection > EBDigis_

◆ endJob()

void EcalPulseShapeGrapher::endJob ( void  )
overrideprivatevirtual

Reimplemented from edm::one::EDAnalyzerBase.

Definition at line 216 of file EcalPulseShapeGrapher.cc.

References ampHistMap_, cutAmpHistMap_, file_, firstSampleHistMap_, listChannels_, rawPulseShapeHistMap_, rootFilename_, and RandomServiceHelper::t2.

Referenced by o2olib.O2ORunMgr::executeJob().

216  {
217  rootFilename_ += ".root";
218  file_ = new TFile(rootFilename_.c_str(), "RECREATE");
219  TH1::AddDirectory(false);
220 
221  for (std::vector<int>::const_iterator itr = listChannels_.begin(); itr != listChannels_.end(); ++itr) {
222  ampHistMap_[*itr]->Write();
223  cutAmpHistMap_[*itr]->Write();
224  firstSampleHistMap_[*itr]->Write();
225 
226  rawPulseShapeHistMap_[*itr]->Write();
227  TProfile* t2 = (TProfile*)(rawPulseShapeHistMap_[*itr]->ProfileX());
228  t2->Write();
229  //TODO: fix the normalization so these are correct
230  }
231 
232  file_->Write();
233  file_->Close();
234 }
std::map< int, TH1F * > ampHistMap_
std::map< int, TH1F * > cutAmpHistMap_
std::vector< int > listChannels_
std::map< int, TH1F * > firstSampleHistMap_
std::map< int, TH2F * > rawPulseShapeHistMap_

◆ intToString()

std::string EcalPulseShapeGrapher::intToString ( int  num)
private

Definition at line 236 of file EcalPulseShapeGrapher.cc.

References EgammaValidation_cff::num.

Referenced by EcalPulseShapeGrapher().

236  {
237  using namespace std;
238  ostringstream myStream;
239  myStream << num << flush;
240  return (myStream.str()); //returns the string form of the stringstream object
241 }

Member Data Documentation

◆ abscissa

int EcalPulseShapeGrapher::abscissa[10]
private

Definition at line 62 of file EcalPulseShapeGrapher.h.

Referenced by EcalPulseShapeGrapher().

◆ ampCut_

int EcalPulseShapeGrapher::ampCut_
private

Definition at line 71 of file EcalPulseShapeGrapher.h.

Referenced by analyze().

◆ ampHistMap_

std::map<int, TH1F*> EcalPulseShapeGrapher::ampHistMap_
private

Definition at line 65 of file EcalPulseShapeGrapher.h.

Referenced by analyze(), EcalPulseShapeGrapher(), and endJob().

◆ cutAmpHistMap_

std::map<int, TH1F*> EcalPulseShapeGrapher::cutAmpHistMap_
private

Definition at line 69 of file EcalPulseShapeGrapher.h.

Referenced by analyze(), EcalPulseShapeGrapher(), and endJob().

◆ EBDigis_

const edm::EDGetTokenT<EBDigiCollection> EcalPulseShapeGrapher::EBDigis_
private

Definition at line 58 of file EcalPulseShapeGrapher.h.

Referenced by analyze().

◆ EBUncalibratedRecHitCollection_

const edm::EDGetTokenT<EcalUncalibratedRecHitCollection> EcalPulseShapeGrapher::EBUncalibratedRecHitCollection_
private

Definition at line 57 of file EcalPulseShapeGrapher.h.

Referenced by analyze().

◆ EEDigis_

const edm::EDGetTokenT<EEDigiCollection> EcalPulseShapeGrapher::EEDigis_
private

Definition at line 60 of file EcalPulseShapeGrapher.h.

Referenced by analyze().

◆ EEUncalibratedRecHitCollection_

const edm::EDGetTokenT<EcalUncalibratedRecHitCollection> EcalPulseShapeGrapher::EEUncalibratedRecHitCollection_
private

Definition at line 59 of file EcalPulseShapeGrapher.h.

Referenced by analyze().

◆ fedMap_

EcalFedMap* EcalPulseShapeGrapher::fedMap_
private

Definition at line 76 of file EcalPulseShapeGrapher.h.

Referenced by analyze(), and EcalPulseShapeGrapher().

◆ file_

TFile* EcalPulseShapeGrapher::file_
private

Definition at line 74 of file EcalPulseShapeGrapher.h.

Referenced by endJob().

◆ firstSampleHistMap_

std::map<int, TH1F*> EcalPulseShapeGrapher::firstSampleHistMap_
private

Definition at line 67 of file EcalPulseShapeGrapher.h.

Referenced by analyze(), EcalPulseShapeGrapher(), and endJob().

◆ listChannels_

std::vector<int> EcalPulseShapeGrapher::listChannels_
private

Definition at line 64 of file EcalPulseShapeGrapher.h.

Referenced by analyze(), EcalPulseShapeGrapher(), and endJob().

◆ ordinate

int EcalPulseShapeGrapher::ordinate[10]
private

Definition at line 63 of file EcalPulseShapeGrapher.h.

◆ pulseShapeHistMap_

std::map<int, TH2F*> EcalPulseShapeGrapher::pulseShapeHistMap_
private

Definition at line 66 of file EcalPulseShapeGrapher.h.

Referenced by analyze(), and EcalPulseShapeGrapher().

◆ rawPulseShapeHistMap_

std::map<int, TH2F*> EcalPulseShapeGrapher::rawPulseShapeHistMap_
private

Definition at line 68 of file EcalPulseShapeGrapher.h.

Referenced by analyze(), EcalPulseShapeGrapher(), and endJob().

◆ rootFilename_

std::string EcalPulseShapeGrapher::rootFilename_
private

Definition at line 72 of file EcalPulseShapeGrapher.h.

Referenced by endJob().