Public Member Functions | |
LHEAnalyzer (const edm::ParameterSet ¶ms) | |
virtual | ~LHEAnalyzer () |
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 () |
Protected Member Functions | |
virtual void | analyze (const edm::Event &event, const edm::EventSetup &es) override |
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) |
Private Member Functions | |
void | fillDJRSched (unsigned int min, unsigned int max) |
Private Attributes | |
unsigned int | binsDelta |
unsigned int | binsPt |
double | defaultDeltaCut |
double | defaultPtCut |
boost::ptr_vector< JetClustering > | deltaClustering |
std::vector< unsigned int > | djrSched |
std::vector< TH1 * > | histoDelta |
std::vector< TH1 * > | histoPt |
JetInput | jetInput |
double | maxDelta |
unsigned int | maxDJR |
double | maxEta |
double | maxPt |
double | minDelta |
unsigned int | minDJR |
double | minPt |
std::auto_ptr< JetClustering > | ptClustering |
double | ptFraction |
edm::InputTag | sourceLabel |
bool | useEt |
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 &) |
Definition at line 38 of file LHEAnalyzer.cc.
|
explicit |
Definition at line 77 of file LHEAnalyzer.cc.
References edm::ParameterSet::addParameter(), binsDelta, binsPt, defaultDeltaCut, defaultPtCut, deltaClustering, fillDJRSched(), edm::ParameterSet::getParameter(), h, histoDelta, histoPt, i, TFileService::make(), maxDelta, maxDJR, maxPt, minDelta, minDJR, minPt, ptClustering, ptFraction, contentValuesCheck::ss, AlCaHLTBitMon_QueryRunRegistry::string, tmp, and useEt.
|
virtual |
Definition at line 143 of file LHEAnalyzer.cc.
|
overrideprotectedvirtual |
Implements edm::EDAnalyzer.
Definition at line 159 of file LHEAnalyzer.cc.
References binsDelta, defaultPtCut, deltaClustering, djrSched, plotBeamSpotDB::first, MCTruth::genEvent, h, histoDelta, histoPt, i, j, configurableAnalysis::Jet, jetInput, fwrapper::jets, maxDJR, minDJR, EnergyCorrector::pt, query::result, edm::second(), python.multivaluedict::sort(), sourceLabel, pileupCalc::upper, and useEt.
|
private |
Definition at line 147 of file LHEAnalyzer.cc.
References djrSched, and bookConverter::max.
Referenced by LHEAnalyzer().
|
private |
Definition at line 60 of file LHEAnalyzer.cc.
Referenced by analyze(), and LHEAnalyzer().
|
private |
Definition at line 63 of file LHEAnalyzer.cc.
Referenced by LHEAnalyzer().
|
private |
Definition at line 54 of file LHEAnalyzer.cc.
Referenced by LHEAnalyzer().
|
private |
Definition at line 55 of file LHEAnalyzer.cc.
Referenced by analyze(), and LHEAnalyzer().
|
private |
Definition at line 69 of file LHEAnalyzer.cc.
Referenced by analyze(), and LHEAnalyzer().
|
private |
Definition at line 71 of file LHEAnalyzer.cc.
Referenced by analyze(), and fillDJRSched().
|
private |
Definition at line 73 of file LHEAnalyzer.cc.
Referenced by analyze(), and LHEAnalyzer().
|
private |
Definition at line 74 of file LHEAnalyzer.cc.
Referenced by analyze(), and LHEAnalyzer().
|
private |
Definition at line 52 of file LHEAnalyzer.cc.
Referenced by analyze().
|
private |
Definition at line 62 of file LHEAnalyzer.cc.
Referenced by LHEAnalyzer().
|
private |
Definition at line 67 of file LHEAnalyzer.cc.
Referenced by analyze(), and LHEAnalyzer().
|
private |
Definition at line 56 of file LHEAnalyzer.cc.
|
private |
Definition at line 65 of file LHEAnalyzer.cc.
Referenced by LHEAnalyzer().
|
private |
Definition at line 61 of file LHEAnalyzer.cc.
Referenced by LHEAnalyzer().
|
private |
Definition at line 66 of file LHEAnalyzer.cc.
Referenced by analyze(), and LHEAnalyzer().
|
private |
Definition at line 64 of file LHEAnalyzer.cc.
Referenced by LHEAnalyzer().
|
private |
Definition at line 70 of file LHEAnalyzer.cc.
Referenced by LHEAnalyzer().
|
private |
Definition at line 58 of file LHEAnalyzer.cc.
Referenced by LHEAnalyzer().
|
private |
Definition at line 51 of file LHEAnalyzer.cc.
Referenced by analyze().
|
private |
Definition at line 57 of file LHEAnalyzer.cc.
Referenced by analyze(), and LHEAnalyzer().