#include <RecoJets/DijetRatio/src/DijetRatio.cc>
Public Types | |
typedef std::vector< Jet > | JetCollection |
Public Types inherited from edm::EDAnalyzer | |
typedef EDAnalyzer | ModuleType |
Public Member Functions | |
virtual void | analyze (const edm::Event &, const edm::EventSetup &) |
virtual void | beginJob () |
DijetRatio (const edm::ParameterSet &) | |
virtual void | endJob () |
~DijetRatio () | |
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 () |
Public Attributes | |
std::string | fOutputFileName |
TH1F * | hCalo [hisotNumber] |
TH1F * | hCor [hisotNumber] |
TFile * | hOutputFile |
double | m_eta3 |
double | m_eta4 |
std::string | m_Mid5CaloJetsSrc |
std::string | m_Mid5CorRecJetsSrc |
Static Public Attributes | |
static const int | hisotNumber = 10 |
Additional Inherited Members | |
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 131 of file DijetRatio.h.
typedef std::vector<Jet> DijetRatio< Jet >::JetCollection |
Definition at line 137 of file DijetRatio.h.
|
explicit |
Definition at line 24 of file DijetRatio.cc.
References edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), and AlCaHLTBitMon_QueryRunRegistry::string.
DijetRatio< Jet >::~DijetRatio | ( | ) |
Definition at line 44 of file DijetRatio.cc.
|
virtual |
Implements edm::EDAnalyzer.
Definition at line 60 of file DijetRatio.cc.
References edm::Event::getByLabel(), and histoFill().
|
virtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 79 of file DijetRatio.cc.
References hInit().
|
virtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 93 of file DijetRatio.cc.
References histoSize, i, and mathSSE::return().
std::string DijetRatio< Jet >::fOutputFileName |
Definition at line 144 of file DijetRatio.h.
TH1F* DijetRatio< Jet >::hCalo[hisotNumber] |
Definition at line 157 of file DijetRatio.h.
TH1F* DijetRatio< Jet >::hCor[hisotNumber] |
Definition at line 158 of file DijetRatio.h.
|
static |
Definition at line 155 of file DijetRatio.h.
TFile* DijetRatio< Jet >::hOutputFile |
Definition at line 161 of file DijetRatio.h.
double DijetRatio< Jet >::m_eta3 |
Definition at line 151 of file DijetRatio.h.
double DijetRatio< Jet >::m_eta4 |
Definition at line 152 of file DijetRatio.h.
std::string DijetRatio< Jet >::m_Mid5CaloJetsSrc |
Definition at line 148 of file DijetRatio.h.
std::string DijetRatio< Jet >::m_Mid5CorRecJetsSrc |
Definition at line 147 of file DijetRatio.h.