![]() |
![]() |
#include <L1TdeStage2CaloLayer2.h>
Public Member Functions | |
L1TdeStage2CaloLayer2 (const edm::ParameterSet &ps) | |
![]() | |
DQMEDAnalyzer ()=default | |
DQMEDAnalyzer (DQMEDAnalyzer< T... > const &)=delete | |
DQMEDAnalyzer (DQMEDAnalyzer< T... > &&)=delete | |
~DQMEDAnalyzer () override=default | |
Protected Member Functions | |
void | analyze (const edm::Event &, const edm::EventSetup &) override |
void | bookHistograms (DQMStore::IBooker &, const edm::Run &, const edm::EventSetup &) override |
Private Types | |
enum | egVars { NEGS = 1, EGGOOD, EGPOSOFF, EGETOFF, NISOEGS, ISOEGGOOD, ISOEGPOSOFF, ISOEGETOFF } |
enum | jetVars { NJETS = 1, JETGOOD, JETPOSOFF, JETETOFF } |
enum | problemCauses { NEVENTS_P = 1, JETCOLLSIZE, EGCOLLSIZE, TAUCOLLSIZE, JETMISMATCH, EGMISMATCH, TAUMISMATCH, SUMMISMATCH } |
enum | summaryBins { NEVENTS = 1, EVENTGOOD, NJETS_S, JETGOOD_S, NEGS_S, EGGOOD_S, NTAUS_S, TAUGOOD_S, NSUMS_S, SUMGOOD_S } |
enum | sumVars { NSUMS = 1, SUMGOOD, NETTSUMS, ETTSUMGOOD, NHTTSUMS, HTTSUMGOOD, NMETSUMS, METSUMGOOD, NMHTSUMS, MHTSUMGOOD, NMBHFSUMS, MBHFSUMGOOD, NTOWCOUNTS, TOWCOUNTGOOD, NASYMCOUNTS, ASYMCOUNTGOOD, NCENTRCOUNTS, CENTRCOUNTGOOD } |
enum | tauVars { NTAUS = 1, TAUGOOD, TAUPOSOFF, TAUETOFF, NISOTAUS, ISOTAUGOOD, ISOTAUPOSOFF, ISOTAUETOFF } |
Private Member Functions | |
bool | compareEGs (const edm::Handle< l1t::EGammaBxCollection > &dataCol, const edm::Handle< l1t::EGammaBxCollection > &emulCol) |
bool | compareJets (const edm::Handle< l1t::JetBxCollection > &dataCol, const edm::Handle< l1t::JetBxCollection > &emulCol) |
bool | compareSums (const edm::Handle< l1t::EtSumBxCollection > &dataCol, const edm::Handle< l1t::EtSumBxCollection > &emulCol) |
bool | compareTaus (const edm::Handle< l1t::TauBxCollection > &dataCol, const edm::Handle< l1t::TauBxCollection > &emulCol) |
Short class description.
Longer class description... ... desc continued.
Definition at line 24 of file L1TdeStage2CaloLayer2.h.
|
private |
Enumerator | |
---|---|
NEGS | |
EGGOOD | |
EGPOSOFF | |
EGETOFF | |
NISOEGS | |
ISOEGGOOD | |
ISOEGPOSOFF | |
ISOEGETOFF |
Definition at line 228 of file L1TdeStage2CaloLayer2.h.
|
private |
|
private |
Enumerator | |
---|---|
NEVENTS_P | |
JETCOLLSIZE | |
EGCOLLSIZE | |
TAUCOLLSIZE | |
JETMISMATCH | |
EGMISMATCH | |
TAUMISMATCH | |
SUMMISMATCH |
Definition at line 210 of file L1TdeStage2CaloLayer2.h.
|
private |
Enumerator | |
---|---|
NEVENTS | |
EVENTGOOD | |
NJETS_S | |
JETGOOD_S | |
NEGS_S | |
EGGOOD_S | |
NTAUS_S | |
TAUGOOD_S | |
NSUMS_S | |
SUMGOOD_S |
Definition at line 197 of file L1TdeStage2CaloLayer2.h.
|
private |
Definition at line 250 of file L1TdeStage2CaloLayer2.h.
|
private |
Enumerator | |
---|---|
NTAUS | |
TAUGOOD | |
TAUPOSOFF | |
TAUETOFF | |
NISOTAUS | |
ISOTAUGOOD | |
ISOTAUPOSOFF | |
ISOTAUETOFF |
Definition at line 239 of file L1TdeStage2CaloLayer2.h.
L1TdeStage2CaloLayer2::L1TdeStage2CaloLayer2 | ( | const edm::ParameterSet & | ps | ) |
Class constructor
Receives the set of parameters, specified by the python configuration file used to initialise the module as a part of a sequence. The contents of the set is used to configure the internal state of the objects of this class. Values from the parameter set are extracted and used to initialise bxcollections for jet, e/g, tau and sum objects reconstructed by firmware (data) and emulator. These collections are the basis of the comparisons performed by this module.
edm::ParamterSet | & ps A pointer to the parameter set used |
Definition at line 3 of file L1TdeStage2CaloLayer2.cc.
|
overrideprotected |
Main method where the analysis code resides, executed once for each run
The main body of the module code is contained in this method. The different object collections are extracted from the run and are passed to the respective comparison methods for processing of each object type.
edm::Event | const & Reference to event object |
edm::EventSetup | const & Reference to event configuration object |
Notes:
Edge cases to consider:
Questions:
Definition at line 367 of file L1TdeStage2CaloLayer2.cc.
References agreementSummary, calol2EGammaCollectionData, calol2EGammaCollectionEmul, calol2EtSumCollectionData, calol2EtSumCollectionEmul, calol2JetCollectionData, calol2JetCollectionEmul, calol2TauCollectionData, calol2TauCollectionEmul, compareEGs(), compareJets(), compareSums(), compareTaus(), EGMISMATCH, EVENTGOOD, MonitorElement::Fill(), edm::Event::getByToken(), JETMISMATCH, NEVENTS, NEVENTS_P, problemSummary, SUMMISMATCH, and TAUMISMATCH.
|
overrideprotected |
Method to declare or "book" all histograms that will be part of module
Histograms that are to be visualised as part of the DQM module should be registered with the IBooker object any additional configuration such as title or axis labels and ranges. A good rule of thumb for the amount of configuration is that it should be possible to understnand the contents of the histogram using the configuration received from this method since the plots generated by this module would later be stored into ROOT files for transfer to the DQM system and it should be possible to ...
DQMStore::IBooker& | ibooker Object that handles the creation of plots |
edm::Run | const & Reference to run object |
edm::EventSetup | const & Reference to event configuration object |
Definition at line 33 of file L1TdeStage2CaloLayer2.cc.
References agreementSummary, asymCountData, asymCountEmul, ASYMCOUNTGOOD, DQMStore::IBooker::book1D(), DQMStore::IBooker::book2D(), centrCountData, centrCountEmul, CENTRCOUNTGOOD, eg2DEtaPhiData, eg2DEtaPhiEmul, EGCOLLSIZE, egEtaData, egEtaEmul, egEtData, egEtEmul, EGETOFF, EGGOOD, EGGOOD_S, EGMISMATCH, egPhiData, egPhiEmul, EGPOSOFF, egSummary, enable2DComp, ettData, ettEmData, ettEmEmul, ettEmul, ettHFData, ettHFEmul, ETTSUMGOOD, EVENTGOOD, httData, httEmul, httHFData, httHFEmul, HTTSUMGOOD, isoEg2DEtaPhiData, isoEg2DEtaPhiEmul, isoEgEtaData, isoEgEtaEmul, isoEgEtData, isoEgEtEmul, ISOEGETOFF, ISOEGGOOD, isoEgPhiData, isoEgPhiEmul, ISOEGPOSOFF, isoTau2DEtaPhiData, isoTau2DEtaPhiEmul, isoTauEtaData, isoTauEtaEmul, isoTauEtData, isoTauEtEmul, ISOTAUETOFF, ISOTAUGOOD, isoTauPhiData, isoTauPhiEmul, ISOTAUPOSOFF, jet2DEtaPhiData, jet2DEtaPhiEmul, JETCOLLSIZE, jetEtaData, jetEtaEmul, jetEtData, jetEtEmul, JETETOFF, JETGOOD, JETGOOD_S, JETMISMATCH, jetPhiData, jetPhiEmul, JETPOSOFF, jetSummary, mbhfm0Data, mbhfm0Emul, mbhfm1Data, mbhfm1Emul, mbhfp0Data, mbhfp0Emul, mbhfp1Data, mbhfp1Emul, MBHFSUMGOOD, metEtData, metEtEmul, metHFEtData, metHFEtEmul, metHFPhiData, metHFPhiEmul, metPhiData, metPhiEmul, METSUMGOOD, mhtEtData, mhtEtEmul, mhtHFEtData, mhtHFEtEmul, mhtHFPhiData, mhtHFPhiEmul, mhtPhiData, mhtPhiEmul, MHTSUMGOOD, monitorDir, NASYMCOUNTS, NCENTRCOUNTS, NEGS, NEGS_S, NETTSUMS, NEVENTS, NEVENTS_P, NHTTSUMS, NISOEGS, NISOTAUS, NJETS, NJETS_S, NMBHFSUMS, NMETSUMS, NMHTSUMS, NSUMS, NSUMS_S, NTAUS, NTAUS_S, NTOWCOUNTS, problemSummary, MonitorElement::setAxisTitle(), MonitorElement::setBinLabel(), DQMStore::IBooker::setCurrentFolder(), SUMGOOD, SUMGOOD_S, SUMMISMATCH, sumSummary, tau2DEtaPhiData, tau2DEtaPhiEmul, TAUCOLLSIZE, tauEtaData, tauEtaEmul, tauEtData, tauEtEmul, TAUETOFF, TAUGOOD, TAUGOOD_S, TAUMISMATCH, tauPhiData, tauPhiEmul, TAUPOSOFF, tauSummary, towCountData, towCountEmul, and TOWCOUNTGOOD.
|
private |
Encapsulates the code required for performing a comparison of the e/gs contained in a given event.
Method is called once per each event with the e/g collections associated with the event being extracted for bx = 0 as the RAW information required to run the emulator is only available for bx 0. The implementation checks if the size of collections is the same and when so, compares the e/gs in the same positions within the data/emul collections. When a discrepancy is found, the properties (Et, eta, phi) of the problematic data/emul objects are stored in dedicated histograms. In cases of differences, a distinction is made between objects whose energy or position are in disagremeent. Another distinction is made between isolated and non-isolated e/g candidates and problematic objects are handled accordingly. When the length of data/emul collections is different, all of the objects are "stored" in the histograms dedicated to problematic objects.
edm::Handle<l1t::EGammaBXCollection>& | dataCol Reference to e/gamma collection from data |
edm::Handle<l1t::EGammaBXCollection>& | emulCol Reference to e/gamma collection from emulation |
Definition at line 613 of file L1TdeStage2CaloLayer2.cc.
References agreementSummary, BXVector< T >::begin(), currBx, eg2DEtaPhiData, eg2DEtaPhiEmul, EGCOLLSIZE, egEtaData, egEtaEmul, egEtData, egEtEmul, EGETOFF, EGGOOD, EGGOOD_S, egPhiData, egPhiEmul, EGPOSOFF, egSummary, enable2DComp, BXVector< T >::end(), MonitorElement::Fill(), BXVector< T >::isEmpty(), isoEg2DEtaPhiData, isoEg2DEtaPhiEmul, isoEgEtaData, isoEgEtaEmul, isoEgEtData, isoEgEtEmul, ISOEGETOFF, ISOEGGOOD, isoEgPhiData, isoEgPhiEmul, ISOEGPOSOFF, NEGS, NEGS_S, NISOEGS, problemSummary, and BXVector< T >::size().
Referenced by analyze().
|
private |
Encapsulates the code required for performing a comparison of the jets contained in a given event.
Method is called once per each event with the jet collections associated with the event being extracted for bx = 0 as the RAW information required to run the emulator is only available for bx 0. The implementation checks if the size of collections is the same and when so, compares the jets in the same positions within the data/emul collections. When a discrepancy is found, the properties (Et, eta, phi) of the problematic data/emul objects are stored in dedicated histograms. In cases of differences, a distinction is made between objects whose energy or position are in disagremeent.When the length of data/emul collections is different, all of the objects are "stored" in the histograms dedicated to problematic objects.
edm::Handle<l1t::JetBXCollection>& | dataCol Reference to jet collection from data |
edm::Handle<l1t::JetBXCollection>& | emulCol Reference to jet collection from emulation |
Definition at line 466 of file L1TdeStage2CaloLayer2.cc.
References agreementSummary, BXVector< T >::begin(), currBx, enable2DComp, BXVector< T >::end(), MonitorElement::Fill(), BXVector< T >::isEmpty(), jet2DEtaPhiData, jet2DEtaPhiEmul, JETCOLLSIZE, jetEtaData, jetEtaEmul, jetEtData, jetEtEmul, JETETOFF, JETGOOD, JETGOOD_S, jetPhiData, jetPhiEmul, JETPOSOFF, jetSummary, NJETS, NJETS_S, problemSummary, and BXVector< T >::size().
Referenced by analyze().
|
private |
Encapsulates the code required for performing a comparison of the taus contained in a given event.
Method is called once per each event with the sum collections associated with the event being extracted for bx = 0 as the RAW information required to run the emulator is only available for bx 0. The implementation loops over the collection and depending of the sum type, each variant is compared independently. If any disagreement is found, the event is marked a bad and the properties of the sum are stored in the data/emulator problematic histograms.
edm::Handle<l1t::TauBXCollection>& | dataCol Reference to tau collection from data |
edm::Handle<l1t::TauBXCollection>& | emulCol Reference to tau collection from emulation |
Definition at line 1001 of file L1TdeStage2CaloLayer2.cc.
References agreementSummary, asymCountData, asymCountEmul, ASYMCOUNTGOOD, BXVector< T >::begin(), centrCountData, centrCountEmul, CENTRCOUNTGOOD, currBx, BXVector< T >::end(), ettData, ettEmData, ettEmEmul, ettEmul, ETTSUMGOOD, MonitorElement::Fill(), httData, httEmul, HTTSUMGOOD, mps_fire::i, BXVector< T >::isEmpty(), L1Analysis::kAsymEt, L1Analysis::kCentrality, L1Analysis::kMinBiasHFM0, L1Analysis::kMinBiasHFM1, L1Analysis::kMinBiasHFP0, L1Analysis::kMinBiasHFP1, L1Analysis::kMissingEt, L1Analysis::kMissingEtHF, L1Analysis::kMissingHt, L1Analysis::kMissingHtHF, L1Analysis::kTotalEt, L1Analysis::kTotalEtEm, L1Analysis::kTotalHt, L1Analysis::kTowerCount, mbhfm0Data, mbhfm0Emul, mbhfm1Data, mbhfm1Emul, mbhfp0Data, mbhfp0Emul, mbhfp1Data, mbhfp1Emul, MBHFSUMGOOD, metEtData, metEtEmul, metHFEtData, metHFEtEmul, metHFPhiData, metHFPhiEmul, metPhiData, metPhiEmul, METSUMGOOD, mhtEtData, mhtEtEmul, mhtHFEtData, mhtHFEtEmul, mhtHFPhiData, mhtHFPhiEmul, mhtPhiData, mhtPhiEmul, MHTSUMGOOD, NASYMCOUNTS, NCENTRCOUNTS, NETTSUMS, NHTTSUMS, NMBHFSUMS, NMETSUMS, NMHTSUMS, NSUMS, NSUMS_S, NTOWCOUNTS, SUMGOOD, SUMGOOD_S, sumSummary, towCountData, towCountEmul, and TOWCOUNTGOOD.
Referenced by analyze().
|
private |
Encapsulates the code required for performing a comparison of the taus contained in a given event.
Method is called once per each event with the tau collections associated with the event being extracted for bx = 0 as the RAW information required to run the emulator is only available for bx 0. The implementation checks if the size of collections is the same and when so, compares the taus in the same positions within the data/emul collections. When a discrepancy is found, the properties (Et, eta, phi) of the problematic data/emul objects are stored in dedicated histograms. In cases of differences, a distinction is made between objects whose energy or position are in disagremeent. Another distinction is made between isolated and non-isolated tau candidates and problematic objects are handled accordingly. When the length of data/emul collections is different, all of the objects are "stored" in the histograms dedicated to problematic objects.
edm::Handle<l1t::TauBXCollection>& | dataCol Reference to tau collection from data |
edm::Handle<l1t::TauBXCollection>& | emulCol Reference to tau collection from emulation |
Definition at line 803 of file L1TdeStage2CaloLayer2.cc.
References agreementSummary, BXVector< T >::begin(), currBx, enable2DComp, BXVector< T >::end(), MonitorElement::Fill(), BXVector< T >::isEmpty(), isoTau2DEtaPhiData, isoTau2DEtaPhiEmul, isoTauEtaData, isoTauEtaEmul, isoTauEtData, isoTauEtEmul, ISOTAUETOFF, ISOTAUGOOD, isoTauPhiData, isoTauPhiEmul, ISOTAUPOSOFF, NISOTAUS, NTAUS, NTAUS_S, problemSummary, BXVector< T >::size(), tau2DEtaPhiData, tau2DEtaPhiEmul, TAUCOLLSIZE, tauEtaData, tauEtaEmul, tauEtData, tauEtEmul, TAUETOFF, TAUGOOD, TAUGOOD_S, tauPhiData, tauPhiEmul, TAUPOSOFF, and tauSummary.
Referenced by analyze().
|
private |
Definition at line 272 of file L1TdeStage2CaloLayer2.h.
Referenced by analyze(), bookHistograms(), compareEGs(), compareJets(), compareSums(), and compareTaus().
|
private |
Definition at line 379 of file L1TdeStage2CaloLayer2.h.
Referenced by bookHistograms(), and compareSums().
|
private |
Definition at line 380 of file L1TdeStage2CaloLayer2.h.
Referenced by bookHistograms(), and compareSums().
|
private |
Definition at line 190 of file L1TdeStage2CaloLayer2.h.
Referenced by analyze().
|
private |
Definition at line 191 of file L1TdeStage2CaloLayer2.h.
Referenced by analyze().
|
private |
Definition at line 194 of file L1TdeStage2CaloLayer2.h.
Referenced by analyze().
|
private |
Definition at line 195 of file L1TdeStage2CaloLayer2.h.
Referenced by analyze().
|
private |
Definition at line 188 of file L1TdeStage2CaloLayer2.h.
Referenced by analyze().
|
private |
Definition at line 189 of file L1TdeStage2CaloLayer2.h.
Referenced by analyze().
|
private |
Definition at line 192 of file L1TdeStage2CaloLayer2.h.
Referenced by analyze().
|
private |
Definition at line 193 of file L1TdeStage2CaloLayer2.h.
Referenced by analyze().
|
private |
Definition at line 384 of file L1TdeStage2CaloLayer2.h.
Referenced by bookHistograms(), and compareSums().
|
private |
Definition at line 385 of file L1TdeStage2CaloLayer2.h.
Referenced by bookHistograms(), and compareSums().
|
private |
Definition at line 393 of file L1TdeStage2CaloLayer2.h.
Referenced by compareEGs(), compareJets(), compareSums(), and compareTaus().
|
private |
Definition at line 296 of file L1TdeStage2CaloLayer2.h.
Referenced by bookHistograms(), and compareEGs().
|
private |
Definition at line 297 of file L1TdeStage2CaloLayer2.h.
Referenced by bookHistograms(), and compareEGs().
|
private |
Definition at line 291 of file L1TdeStage2CaloLayer2.h.
Referenced by bookHistograms(), and compareEGs().
|
private |
Definition at line 294 of file L1TdeStage2CaloLayer2.h.
Referenced by bookHistograms(), and compareEGs().
|
private |
Definition at line 290 of file L1TdeStage2CaloLayer2.h.
Referenced by bookHistograms(), and compareEGs().
|
private |
Definition at line 293 of file L1TdeStage2CaloLayer2.h.
Referenced by bookHistograms(), and compareEGs().
|
private |
Definition at line 292 of file L1TdeStage2CaloLayer2.h.
Referenced by bookHistograms(), and compareEGs().
|
private |
Definition at line 295 of file L1TdeStage2CaloLayer2.h.
Referenced by bookHistograms(), and compareEGs().
|
private |
Definition at line 275 of file L1TdeStage2CaloLayer2.h.
Referenced by bookHistograms(), and compareEGs().
|
private |
Definition at line 390 of file L1TdeStage2CaloLayer2.h.
Referenced by bookHistograms(), compareEGs(), compareJets(), and compareTaus().
|
private |
Definition at line 330 of file L1TdeStage2CaloLayer2.h.
Referenced by bookHistograms(), and compareSums().
|
private |
Definition at line 334 of file L1TdeStage2CaloLayer2.h.
Referenced by bookHistograms(), and compareSums().
|
private |
Definition at line 335 of file L1TdeStage2CaloLayer2.h.
Referenced by bookHistograms(), and compareSums().
|
private |
Definition at line 331 of file L1TdeStage2CaloLayer2.h.
Referenced by bookHistograms(), and compareSums().
|
private |
Definition at line 332 of file L1TdeStage2CaloLayer2.h.
Referenced by bookHistograms().
|
private |
Definition at line 333 of file L1TdeStage2CaloLayer2.h.
Referenced by bookHistograms().
|
private |
Definition at line 338 of file L1TdeStage2CaloLayer2.h.
Referenced by bookHistograms(), and compareSums().
|
private |
Definition at line 339 of file L1TdeStage2CaloLayer2.h.
Referenced by bookHistograms(), and compareSums().
|
private |
Definition at line 340 of file L1TdeStage2CaloLayer2.h.
Referenced by bookHistograms().
|
private |
Definition at line 341 of file L1TdeStage2CaloLayer2.h.
Referenced by bookHistograms().
|
private |
Definition at line 306 of file L1TdeStage2CaloLayer2.h.
Referenced by bookHistograms(), and compareEGs().
|
private |
Definition at line 307 of file L1TdeStage2CaloLayer2.h.
Referenced by bookHistograms(), and compareEGs().
|
private |
Definition at line 301 of file L1TdeStage2CaloLayer2.h.
Referenced by bookHistograms(), and compareEGs().
|
private |
Definition at line 304 of file L1TdeStage2CaloLayer2.h.
Referenced by bookHistograms(), and compareEGs().
|
private |
Definition at line 300 of file L1TdeStage2CaloLayer2.h.
Referenced by bookHistograms(), and compareEGs().
|
private |
Definition at line 303 of file L1TdeStage2CaloLayer2.h.
Referenced by bookHistograms(), and compareEGs().
|
private |
Definition at line 302 of file L1TdeStage2CaloLayer2.h.
Referenced by bookHistograms(), and compareEGs().
|
private |
Definition at line 305 of file L1TdeStage2CaloLayer2.h.
Referenced by bookHistograms(), and compareEGs().
|
private |
Definition at line 326 of file L1TdeStage2CaloLayer2.h.
Referenced by bookHistograms(), and compareTaus().
|
private |
Definition at line 327 of file L1TdeStage2CaloLayer2.h.
Referenced by bookHistograms(), and compareTaus().
|
private |
Definition at line 321 of file L1TdeStage2CaloLayer2.h.
Referenced by bookHistograms(), and compareTaus().
|
private |
Definition at line 324 of file L1TdeStage2CaloLayer2.h.
Referenced by bookHistograms(), and compareTaus().
|
private |
Definition at line 320 of file L1TdeStage2CaloLayer2.h.
Referenced by bookHistograms(), and compareTaus().
|
private |
Definition at line 323 of file L1TdeStage2CaloLayer2.h.
Referenced by bookHistograms(), and compareTaus().
|
private |
Definition at line 322 of file L1TdeStage2CaloLayer2.h.
Referenced by bookHistograms(), and compareTaus().
|
private |
Definition at line 325 of file L1TdeStage2CaloLayer2.h.
Referenced by bookHistograms(), and compareTaus().
|
private |
Definition at line 286 of file L1TdeStage2CaloLayer2.h.
Referenced by bookHistograms(), and compareJets().
|
private |
Definition at line 287 of file L1TdeStage2CaloLayer2.h.
Referenced by bookHistograms(), and compareJets().
|
private |
Definition at line 281 of file L1TdeStage2CaloLayer2.h.
Referenced by bookHistograms(), and compareJets().
|
private |
Definition at line 284 of file L1TdeStage2CaloLayer2.h.
Referenced by bookHistograms(), and compareJets().
|
private |
Definition at line 280 of file L1TdeStage2CaloLayer2.h.
Referenced by bookHistograms(), and compareJets().
|
private |
Definition at line 283 of file L1TdeStage2CaloLayer2.h.
Referenced by bookHistograms(), and compareJets().
|
private |
Definition at line 282 of file L1TdeStage2CaloLayer2.h.
Referenced by bookHistograms(), and compareJets().
|
private |
Definition at line 285 of file L1TdeStage2CaloLayer2.h.
Referenced by bookHistograms(), and compareJets().
|
private |
Definition at line 273 of file L1TdeStage2CaloLayer2.h.
Referenced by bookHistograms(), and compareJets().
|
private |
Definition at line 366 of file L1TdeStage2CaloLayer2.h.
Referenced by bookHistograms(), and compareSums().
|
private |
Definition at line 367 of file L1TdeStage2CaloLayer2.h.
Referenced by bookHistograms(), and compareSums().
|
private |
Definition at line 370 of file L1TdeStage2CaloLayer2.h.
Referenced by bookHistograms(), and compareSums().
|
private |
Definition at line 371 of file L1TdeStage2CaloLayer2.h.
Referenced by bookHistograms(), and compareSums().
|
private |
Definition at line 364 of file L1TdeStage2CaloLayer2.h.
Referenced by bookHistograms(), and compareSums().
|
private |
Definition at line 365 of file L1TdeStage2CaloLayer2.h.
Referenced by bookHistograms(), and compareSums().
|
private |
Definition at line 368 of file L1TdeStage2CaloLayer2.h.
Referenced by bookHistograms(), and compareSums().
|
private |
Definition at line 369 of file L1TdeStage2CaloLayer2.h.
Referenced by bookHistograms(), and compareSums().
|
private |
Definition at line 344 of file L1TdeStage2CaloLayer2.h.
Referenced by bookHistograms(), and compareSums().
|
private |
Definition at line 345 of file L1TdeStage2CaloLayer2.h.
Referenced by bookHistograms(), and compareSums().
|
private |
Definition at line 348 of file L1TdeStage2CaloLayer2.h.
Referenced by bookHistograms(), and compareSums().
|
private |
Definition at line 349 of file L1TdeStage2CaloLayer2.h.
Referenced by bookHistograms(), and compareSums().
|
private |
Definition at line 350 of file L1TdeStage2CaloLayer2.h.
Referenced by bookHistograms(), and compareSums().
|
private |
Definition at line 351 of file L1TdeStage2CaloLayer2.h.
Referenced by bookHistograms(), and compareSums().
|
private |
Definition at line 346 of file L1TdeStage2CaloLayer2.h.
Referenced by bookHistograms(), and compareSums().
|
private |
Definition at line 347 of file L1TdeStage2CaloLayer2.h.
Referenced by bookHistograms(), and compareSums().
|
private |
Definition at line 354 of file L1TdeStage2CaloLayer2.h.
Referenced by bookHistograms(), and compareSums().
|
private |
Definition at line 355 of file L1TdeStage2CaloLayer2.h.
Referenced by bookHistograms(), and compareSums().
|
private |
Definition at line 358 of file L1TdeStage2CaloLayer2.h.
Referenced by bookHistograms(), and compareSums().
|
private |
Definition at line 359 of file L1TdeStage2CaloLayer2.h.
Referenced by bookHistograms(), and compareSums().
|
private |
Definition at line 360 of file L1TdeStage2CaloLayer2.h.
Referenced by bookHistograms(), and compareSums().
|
private |
Definition at line 361 of file L1TdeStage2CaloLayer2.h.
Referenced by bookHistograms(), and compareSums().
|
private |
Definition at line 356 of file L1TdeStage2CaloLayer2.h.
Referenced by bookHistograms(), and compareSums().
|
private |
Definition at line 357 of file L1TdeStage2CaloLayer2.h.
Referenced by bookHistograms(), and compareSums().
|
private |
Definition at line 185 of file L1TdeStage2CaloLayer2.h.
Referenced by bookHistograms().
|
private |
Definition at line 277 of file L1TdeStage2CaloLayer2.h.
Referenced by analyze(), bookHistograms(), compareEGs(), compareJets(), and compareTaus().
|
private |
Definition at line 276 of file L1TdeStage2CaloLayer2.h.
Referenced by bookHistograms(), and compareSums().
|
private |
Definition at line 316 of file L1TdeStage2CaloLayer2.h.
Referenced by bookHistograms(), and compareTaus().
|
private |
Definition at line 317 of file L1TdeStage2CaloLayer2.h.
Referenced by bookHistograms(), and compareTaus().
|
private |
Definition at line 311 of file L1TdeStage2CaloLayer2.h.
Referenced by bookHistograms(), and compareTaus().
|
private |
Definition at line 314 of file L1TdeStage2CaloLayer2.h.
Referenced by bookHistograms(), and compareTaus().
|
private |
Definition at line 310 of file L1TdeStage2CaloLayer2.h.
Referenced by bookHistograms(), and compareTaus().
|
private |
Definition at line 313 of file L1TdeStage2CaloLayer2.h.
Referenced by bookHistograms(), and compareTaus().
|
private |
Definition at line 312 of file L1TdeStage2CaloLayer2.h.
Referenced by bookHistograms(), and compareTaus().
|
private |
Definition at line 315 of file L1TdeStage2CaloLayer2.h.
Referenced by bookHistograms(), and compareTaus().
|
private |
Definition at line 274 of file L1TdeStage2CaloLayer2.h.
Referenced by bookHistograms(), and compareTaus().
|
private |
Definition at line 374 of file L1TdeStage2CaloLayer2.h.
Referenced by bookHistograms(), and compareSums().
|
private |
Definition at line 375 of file L1TdeStage2CaloLayer2.h.
Referenced by bookHistograms(), and compareSums().
|
private |
Definition at line 389 of file L1TdeStage2CaloLayer2.h.
Referenced by python.diff_provenance.difference::list_diff(), python.diffProv.difference::list_diff(), python.diff_provenance.difference::module_diff(), python.diffProv.difference::module_diff(), python.diff_provenance.difference::onefilemodules(), python.diffProv.difference::onefilemodules(), core.TriggerMatchAnalyzer.TriggerMatchAnalyzer::process(), core.SkimAnalyzerCount.SkimAnalyzerCount::process(), objects.VertexAnalyzer.VertexAnalyzer::process(), and confdbOfflineConverter.OfflineConverter::query().