CMS 3D CMS Logo

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

#include <src/L1RCTTestAnalyzer/src/L1RCTTestAnalyzer.cc>

Inheritance diagram for L1RCTTestAnalyzer:
edm::EDAnalyzer edm::EDConsumerBase

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< ConsumesInfoconsumesInfo () 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 (std::string const &iProcessName, std::string const &iModuleLabel, bool iPrint, std::vector< char const * > &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)
 

Detailed Description

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

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

Definition at line 55 of file L1RCTTestAnalyzer.h.

Constructor & Destructor Documentation

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

Definition at line 27 of file L1RCTTestAnalyzer.cc.

L1RCTTestAnalyzer::~L1RCTTestAnalyzer ( )

Definition at line 83 of file L1RCTTestAnalyzer.cc.

Member Function Documentation

void L1RCTTestAnalyzer::analyze ( const edm::Event iEvent,
const edm::EventSetup iSetup 
)
virtual

Implements edm::EDAnalyzer.

Definition at line 98 of file L1RCTTestAnalyzer.cc.

bool L1RCTTestAnalyzer::compareEmCands ( const L1CaloEmCand cand1,
const L1CaloEmCand cand2 
)
staticprivate

Definition at line 288 of file L1RCTTestAnalyzer.cc.

Member Data Documentation

edm::InputTag L1RCTTestAnalyzer::ecalDigisLabel
private

Definition at line 69 of file L1RCTTestAnalyzer.h.

std::vector<int> L1RCTTestAnalyzer::emIeta
private

Definition at line 79 of file L1RCTTestAnalyzer.h.

std::vector<int> L1RCTTestAnalyzer::emIphi
private

Definition at line 80 of file L1RCTTestAnalyzer.h.

std::vector<int> L1RCTTestAnalyzer::emIso
private

Definition at line 81 of file L1RCTTestAnalyzer.h.

std::vector<int> L1RCTTestAnalyzer::emRank
private

Definition at line 78 of file L1RCTTestAnalyzer.h.

TTree* L1RCTTestAnalyzer::emTree
private

Definition at line 73 of file L1RCTTestAnalyzer.h.

TH1F* L1RCTTestAnalyzer::h_ecalTimeSample
private

Definition at line 105 of file L1RCTTestAnalyzer.h.

TH1F* L1RCTTestAnalyzer::h_emCandTimeSample
private

Definition at line 92 of file L1RCTTestAnalyzer.h.

TH1F* L1RCTTestAnalyzer::h_emIeta
private

Definition at line 85 of file L1RCTTestAnalyzer.h.

TH1F* L1RCTTestAnalyzer::h_emIphi
private

Definition at line 86 of file L1RCTTestAnalyzer.h.

TH1F* L1RCTTestAnalyzer::h_emIso
private

Definition at line 87 of file L1RCTTestAnalyzer.h.

TH2F* L1RCTTestAnalyzer::h_emIsoInIetaIphi
private

Definition at line 90 of file L1RCTTestAnalyzer.h.

TH2F* L1RCTTestAnalyzer::h_emNonIsoInIetaIphi
private

Definition at line 91 of file L1RCTTestAnalyzer.h.

TH1F* L1RCTTestAnalyzer::h_emRank
private

Definition at line 83 of file L1RCTTestAnalyzer.h.

TH2F* L1RCTTestAnalyzer::h_emRankInIetaIphi
private

Definition at line 88 of file L1RCTTestAnalyzer.h.

TH1F* L1RCTTestAnalyzer::h_emRankOutOfTime
private

Definition at line 84 of file L1RCTTestAnalyzer.h.

TH1F* L1RCTTestAnalyzer::h_hcalTimeSample
private

Definition at line 106 of file L1RCTTestAnalyzer.h.

TH2F* L1RCTTestAnalyzer::h_regionFGInIetaIphi
private

Definition at line 101 of file L1RCTTestAnalyzer.h.

TH1F* L1RCTTestAnalyzer::h_regionIeta
private

Definition at line 95 of file L1RCTTestAnalyzer.h.

TH1F* L1RCTTestAnalyzer::h_regionIphi
private

Definition at line 96 of file L1RCTTestAnalyzer.h.

TH1F* L1RCTTestAnalyzer::h_regionMip
private

Definition at line 97 of file L1RCTTestAnalyzer.h.

TH1F* L1RCTTestAnalyzer::h_regionSum
private

Definition at line 94 of file L1RCTTestAnalyzer.h.

TH2F* L1RCTTestAnalyzer::h_regionSumInIetaIphi
private

Definition at line 98 of file L1RCTTestAnalyzer.h.

TH1F* L1RCTTestAnalyzer::h_towerMip
private

Definition at line 103 of file L1RCTTestAnalyzer.h.

edm::InputTag L1RCTTestAnalyzer::hcalDigisLabel
private

Definition at line 70 of file L1RCTTestAnalyzer.h.

std::string L1RCTTestAnalyzer::m_HepMCProduct
private

Definition at line 66 of file L1RCTTestAnalyzer.h.

edm::InputTag L1RCTTestAnalyzer::rctDigisLabel
private

Definition at line 71 of file L1RCTTestAnalyzer.h.

bool L1RCTTestAnalyzer::showEmCands
private

Definition at line 67 of file L1RCTTestAnalyzer.h.

bool L1RCTTestAnalyzer::showRegionSums
private

Definition at line 68 of file L1RCTTestAnalyzer.h.