#include <src/L1RCTTestAnalyzer/src/L1RCTTestAnalyzer.cc>
Public Member Functions | |
virtual void | analyze (const edm::Event &, const edm::EventSetup &) |
L1RCTTestAnalyzer (const edm::ParameterSet &) | |
~L1RCTTestAnalyzer () | |
Public Member Functions inherited from edm::EDAnalyzer | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
EDAnalyzer () | |
ModuleDescription const & | moduleDescription () const |
std::string | workerType () const |
virtual | ~EDAnalyzer () |
Public Member Functions inherited from edm::EDConsumerBase | |
std::vector< ConsumesInfo > | consumesInfo () const |
EDConsumerBase () | |
ProductHolderIndexAndSkipBit | indexFrom (EDGetToken, BranchType, TypeID const &) const |
void | itemsMayGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const |
void | itemsToGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const |
std::vector < ProductHolderIndexAndSkipBit > const & | itemsToGetFromEvent () const |
void | labelsForToken (EDGetToken iToken, Labels &oLabels) const |
void | modulesDependentUpon (const std::string &iProcessName, std::vector< const char * > &oModuleLabels) const |
void | modulesWhoseProductsAreConsumed (std::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const |
bool | registeredToConsume (ProductHolderIndex, bool, BranchType) const |
bool | registeredToConsumeMany (TypeID const &, BranchType) const |
void | updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &) |
virtual | ~EDConsumerBase () |
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 &) |
Protected Member Functions inherited from edm::EDConsumerBase | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
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 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) |
Description: <one line="" class="" summary>="">
Implementation: <Notes on="" implementation>="">
Definition at line 55 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().
L1RCTTestAnalyzer::~L1RCTTestAnalyzer | ( | ) |
Definition at line 83 of file L1RCTTestAnalyzer.cc.
|
virtual |
Implements edm::EDAnalyzer.
Definition at line 98 of file L1RCTTestAnalyzer.cc.
References compareEmCands(), gather_cfg::cout, patCandidatesForDimuonsSequences_cff::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, patCandidatesForDimuonsSequences_cff::hcal, hcalDigisLabel, rctDigisLabel, compare_using_db::sample, showEmCands, showRegionSums, and python.multivaluedict::sort().
|
staticprivate |
Definition at line 288 of file L1RCTTestAnalyzer.cc.
References L1CaloEmCand::rank().
Referenced by analyze().
|
private |
Definition at line 69 of file L1RCTTestAnalyzer.h.
Referenced by analyze().
|
private |
Definition at line 79 of file L1RCTTestAnalyzer.h.
Referenced by analyze(), and L1RCTTestAnalyzer().
|
private |
Definition at line 80 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 78 of file L1RCTTestAnalyzer.h.
Referenced by analyze(), and L1RCTTestAnalyzer().
|
private |
Definition at line 73 of file L1RCTTestAnalyzer.h.
Referenced by analyze(), and L1RCTTestAnalyzer().
|
private |
Definition at line 105 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 85 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 87 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 91 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 88 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 106 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 95 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 97 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 98 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 70 of file L1RCTTestAnalyzer.h.
Referenced by analyze().
|
private |
Definition at line 66 of file L1RCTTestAnalyzer.h.
|
private |
Definition at line 71 of file L1RCTTestAnalyzer.h.
Referenced by analyze().
|
private |
Definition at line 67 of file L1RCTTestAnalyzer.h.
Referenced by analyze().
|
private |
Definition at line 68 of file L1RCTTestAnalyzer.h.
Referenced by analyze().