#include <L1RCTTestAnalyzer.h>
Static Private Member Functions | |
static bool | compareEmCands (const L1CaloEmCand &cand1, const L1CaloEmCand &cand2) |
Private Attributes | |
edm::InputTag | ecalDigisLabel |
std::vector< int > | emIeta |
std::vector< int > | emIphi |
std::vector< int > | emIso |
std::vector< int > | emRank |
TTree * | emTree |
TH1F * | h_ecalTimeSample |
TH1F * | h_emCandTimeSample |
TH1F * | h_emIeta |
TH1F * | h_emIphi |
TH1F * | h_emIso |
TH2F * | h_emIsoInIetaIphi |
TH2F * | h_emNonIsoInIetaIphi |
TH1F * | h_emRank |
TH2F * | h_emRankInIetaIphi |
TH1F * | h_emRankOutOfTime |
TH1F * | h_hcalTimeSample |
TH2F * | h_regionFGInIetaIphi |
TH1F * | h_regionIeta |
TH1F * | h_regionIphi |
TH1F * | h_regionMip |
TH1F * | h_regionSum |
TH2F * | h_regionSumInIetaIphi |
TH1F * | h_towerMip |
edm::InputTag | hcalDigisLabel |
std::string | m_HepMCProduct |
edm::InputTag | rctDigisLabel |
bool | showEmCands |
bool | showRegionSums |
Additional Inherited Members | |
Public Types inherited from edm::EDAnalyzer | |
typedef EDAnalyzer | ModuleType |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Static Public Member Functions inherited from edm::EDAnalyzer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &) |
static bool | wantsGlobalLuminosityBlocks () |
static bool | wantsGlobalRuns () |
static bool | wantsInputProcessBlocks () |
static bool | wantsProcessBlocks () |
static bool | wantsStreamLuminosityBlocks () |
static bool | wantsStreamRuns () |
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< B > | consumes (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 ProductType , BranchType B = InEvent> | |
void | consumesMany () |
void | consumesMany (const TypeToGet &id) |
template<BranchType B> | |
void | consumesMany (const TypeToGet &id) |
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 () noexcept |
template<Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag tag) noexcept |
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) |
src/L1RCTTestAnalyzer/src/L1RCTTestAnalyzer.cc
Description: <one line="" class="" summary>="">
Implementation: <Notes on="" implementation>="">
Definition at line 53 of file L1RCTTestAnalyzer.h.
|
explicit |
Definition at line 27 of file L1RCTTestAnalyzer.cc.
References emIeta, emIphi, emIso, emRank, emTree, h_ecalTimeSample, h_emCandTimeSample, h_emIeta, h_emIphi, h_emIso, h_emIsoInIetaIphi, h_emNonIsoInIetaIphi, h_emRank, h_emRankInIetaIphi, h_emRankOutOfTime, h_hcalTimeSample, h_regionFGInIetaIphi, h_regionIeta, h_regionIphi, h_regionMip, h_regionSum, h_regionSumInIetaIphi, h_towerMip, and TFileService::make().
|
override |
Definition at line 72 of file L1RCTTestAnalyzer.cc.
|
overridevirtual |
Implements edm::EDAnalyzer.
Definition at line 82 of file L1RCTTestAnalyzer.cc.
References compareEmCands(), gather_cfg::cout, digitizers_cfi::ecal, ecalDigisLabel, emIeta, emIphi, emIso, emRank, emTree, edm::EventSetup::get(), edm::Event::getByLabel(), h_ecalTimeSample, h_emCandTimeSample, h_emIeta, h_emIphi, h_emIso, h_emIsoInIetaIphi, h_emNonIsoInIetaIphi, h_emRank, h_emRankInIetaIphi, h_emRankOutOfTime, h_hcalTimeSample, h_regionFGInIetaIphi, h_regionIeta, h_regionIphi, h_regionMip, h_regionSum, h_regionSumInIetaIphi, h_towerMip, digitizers_cfi::hcal, hcalDigisLabel, rctDigisLabel, compare_using_db::sample, showEmCands, and showRegionSums.
|
staticprivate |
Definition at line 237 of file L1RCTTestAnalyzer.cc.
References L1CaloEmCand::rank().
Referenced by analyze().
|
private |
Definition at line 67 of file L1RCTTestAnalyzer.h.
Referenced by analyze().
|
private |
Definition at line 77 of file L1RCTTestAnalyzer.h.
Referenced by analyze(), and L1RCTTestAnalyzer().
|
private |
Definition at line 78 of file L1RCTTestAnalyzer.h.
Referenced by analyze(), and L1RCTTestAnalyzer().
|
private |
Definition at line 79 of file L1RCTTestAnalyzer.h.
Referenced by analyze(), and L1RCTTestAnalyzer().
|
private |
Definition at line 76 of file L1RCTTestAnalyzer.h.
Referenced by analyze(), and L1RCTTestAnalyzer().
|
private |
Definition at line 71 of file L1RCTTestAnalyzer.h.
Referenced by analyze(), and L1RCTTestAnalyzer().
|
private |
Definition at line 103 of file L1RCTTestAnalyzer.h.
Referenced by analyze(), and L1RCTTestAnalyzer().
|
private |
Definition at line 90 of file L1RCTTestAnalyzer.h.
Referenced by analyze(), and L1RCTTestAnalyzer().
|
private |
Definition at line 83 of file L1RCTTestAnalyzer.h.
Referenced by analyze(), and L1RCTTestAnalyzer().
|
private |
Definition at line 84 of file L1RCTTestAnalyzer.h.
Referenced by analyze(), and L1RCTTestAnalyzer().
|
private |
Definition at line 85 of file L1RCTTestAnalyzer.h.
Referenced by analyze(), and L1RCTTestAnalyzer().
|
private |
Definition at line 88 of file L1RCTTestAnalyzer.h.
Referenced by analyze(), and L1RCTTestAnalyzer().
|
private |
Definition at line 89 of file L1RCTTestAnalyzer.h.
Referenced by analyze(), and L1RCTTestAnalyzer().
|
private |
Definition at line 81 of file L1RCTTestAnalyzer.h.
Referenced by analyze(), and L1RCTTestAnalyzer().
|
private |
Definition at line 86 of file L1RCTTestAnalyzer.h.
Referenced by analyze(), and L1RCTTestAnalyzer().
|
private |
Definition at line 82 of file L1RCTTestAnalyzer.h.
Referenced by analyze(), and L1RCTTestAnalyzer().
|
private |
Definition at line 104 of file L1RCTTestAnalyzer.h.
Referenced by analyze(), and L1RCTTestAnalyzer().
|
private |
Definition at line 99 of file L1RCTTestAnalyzer.h.
Referenced by analyze(), and L1RCTTestAnalyzer().
|
private |
Definition at line 93 of file L1RCTTestAnalyzer.h.
Referenced by analyze(), and L1RCTTestAnalyzer().
|
private |
Definition at line 94 of file L1RCTTestAnalyzer.h.
Referenced by analyze(), and L1RCTTestAnalyzer().
|
private |
Definition at line 95 of file L1RCTTestAnalyzer.h.
Referenced by analyze(), and L1RCTTestAnalyzer().
|
private |
Definition at line 92 of file L1RCTTestAnalyzer.h.
Referenced by analyze(), and L1RCTTestAnalyzer().
|
private |
Definition at line 96 of file L1RCTTestAnalyzer.h.
Referenced by analyze(), and L1RCTTestAnalyzer().
|
private |
Definition at line 101 of file L1RCTTestAnalyzer.h.
Referenced by analyze(), and L1RCTTestAnalyzer().
|
private |
Definition at line 68 of file L1RCTTestAnalyzer.h.
Referenced by analyze().
|
private |
Definition at line 64 of file L1RCTTestAnalyzer.h.
|
private |
Definition at line 69 of file L1RCTTestAnalyzer.h.
Referenced by analyze().
|
private |
Definition at line 65 of file L1RCTTestAnalyzer.h.
Referenced by analyze().
|
private |
Definition at line 66 of file L1RCTTestAnalyzer.h.
Referenced by analyze().