#include <HypothesisAnalyzer.h>
Public Member Functions | |
HypothesisAnalyzer (const edm::ParameterSet &) | |
~HypothesisAnalyzer () | |
Public Member Functions inherited from edm::EDAnalyzer | |
EDAnalyzer () | |
std::string | workerType () const |
virtual | ~EDAnalyzer () |
Public Member Functions inherited from edm::EDConsumerBase | |
EDConsumerBase () | |
ProductHolderIndex | indexFrom (EDGetToken, BranchType, TypeID const &) const |
void | itemsMayGet (BranchType, std::vector< ProductHolderIndex > &) const |
void | itemsToGet (BranchType, std::vector< ProductHolderIndex > &) const |
void | labelsForToken (EDGetToken iToken, Labels &oLabels) const |
void | updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &) |
virtual | ~EDConsumerBase () |
Private Member Functions | |
virtual void | analyze (const edm::Event &, const edm::EventSetup &) |
virtual void | beginJob () |
virtual void | endJob () |
Private Attributes | |
TH1F * | genMatchDr_ |
TH2F * | genMatchDrVsHadTopPullMass_ |
TH1F * | hadTopEta_ |
TH1F * | hadTopMass_ |
TH1F * | hadTopPt_ |
TH1F * | hadTopPullEta_ |
TH1F * | hadTopPullMass_ |
TH1F * | hadTopPullPt_ |
TH1F * | hadWEta_ |
TH1F * | hadWMass_ |
TH1F * | hadWPt_ |
TH1F * | hadWPullEta_ |
TH1F * | hadWPullMass_ |
TH1F * | hadWPullPt_ |
const std::string | hypoClassKey_ |
TH1F * | kinFitProb_ |
TH2F * | kinFitProbVsHadTopPullMass_ |
TH1F * | lepTopEta_ |
TH1F * | lepTopMass_ |
TH1F * | lepTopPt_ |
TH1F * | lepTopPullEta_ |
TH1F * | lepTopPullMass_ |
TH1F * | lepTopPullPt_ |
TH1F * | lepWEta_ |
TH1F * | lepWMass_ |
TH1F * | lepWPt_ |
TH1F * | lepWPullEta_ |
TH1F * | lepWPullMass_ |
TH1F * | lepWPullPt_ |
TH1F * | neutrinoEta_ |
TH1F * | neutrinoPullEta_ |
const edm::InputTag | semiLepEvt_ |
TH1F * | topPairMass_ |
TH1F * | topPairPullMass_ |
Additional Inherited Members | |
Public Types inherited from edm::EDAnalyzer | |
typedef EDAnalyzer | ModuleType |
typedef WorkerT< EDAnalyzer > | WorkerType |
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::EDAnalyzer | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
CurrentProcessingContext const * | currentContext () const |
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) |
Definition at line 9 of file HypothesisAnalyzer.h.
|
explicit |
Definition at line 11 of file HypothesisAnalyzer.cc.
|
inline |
Definition at line 14 of file HypothesisAnalyzer.h.
|
privatevirtual |
Implements edm::EDAnalyzer.
Definition at line 18 of file HypothesisAnalyzer.cc.
References reco::Candidate::eta(), genMatchDr_, genMatchDrVsHadTopPullMass_, hadTopEta_, hadTopMass_, hadTopPt_, hadTopPullEta_, hadTopPullMass_, hadTopPullPt_, hadWEta_, hadWMass_, hadWPt_, hadWPullEta_, hadWPullMass_, hadWPullPt_, hypoClassKey_, kinFitProb_, kinFitProbVsHadTopPullMass_, lepTopEta_, lepTopMass_, lepTopPt_, lepTopPullEta_, lepTopPullMass_, lepTopPullPt_, lepWEta_, lepWMass_, lepWPt_, lepWPullEta_, lepWPullMass_, lepWPullPt_, reco::Candidate::mass(), neutrinoEta_, neutrinoPullEta_, reco::Candidate::pt(), semiLepEvt_, topPairMass_, and topPairPullMass_.
|
privatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 133 of file HypothesisAnalyzer.cc.
References edm::errors::Configuration, edm::hlt::Exception, genMatchDr_, genMatchDrVsHadTopPullMass_, hadTopEta_, hadTopMass_, hadTopPt_, hadTopPullEta_, hadTopPullMass_, hadTopPullPt_, hadWEta_, hadWMass_, hadWPt_, hadWPullEta_, hadWPullMass_, hadWPullPt_, kinFitProb_, kinFitProbVsHadTopPullMass_, lepTopEta_, lepTopMass_, lepTopPt_, lepTopPullEta_, lepTopPullMass_, lepTopPullPt_, lepWEta_, lepWMass_, lepWPt_, lepWPullEta_, lepWPullMass_, lepWPullPt_, TFileDirectory::make(), neutrinoEta_, neutrinoPullEta_, topPairMass_, and topPairPullMass_.
|
privatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 192 of file HypothesisAnalyzer.cc.
|
private |
Definition at line 63 of file HypothesisAnalyzer.h.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 66 of file HypothesisAnalyzer.h.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 37 of file HypothesisAnalyzer.h.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 38 of file HypothesisAnalyzer.h.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 36 of file HypothesisAnalyzer.h.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 41 of file HypothesisAnalyzer.h.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 42 of file HypothesisAnalyzer.h.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 40 of file HypothesisAnalyzer.h.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 29 of file HypothesisAnalyzer.h.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 30 of file HypothesisAnalyzer.h.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 28 of file HypothesisAnalyzer.h.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 33 of file HypothesisAnalyzer.h.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 34 of file HypothesisAnalyzer.h.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 32 of file HypothesisAnalyzer.h.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 23 of file HypothesisAnalyzer.h.
Referenced by analyze().
|
private |
Definition at line 64 of file HypothesisAnalyzer.h.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 67 of file HypothesisAnalyzer.h.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 53 of file HypothesisAnalyzer.h.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 54 of file HypothesisAnalyzer.h.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 52 of file HypothesisAnalyzer.h.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 60 of file HypothesisAnalyzer.h.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 61 of file HypothesisAnalyzer.h.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 59 of file HypothesisAnalyzer.h.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 45 of file HypothesisAnalyzer.h.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 46 of file HypothesisAnalyzer.h.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 44 of file HypothesisAnalyzer.h.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 49 of file HypothesisAnalyzer.h.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 50 of file HypothesisAnalyzer.h.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 48 of file HypothesisAnalyzer.h.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 25 of file HypothesisAnalyzer.h.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 26 of file HypothesisAnalyzer.h.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 22 of file HypothesisAnalyzer.h.
Referenced by analyze().
|
private |
Definition at line 56 of file HypothesisAnalyzer.h.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 57 of file HypothesisAnalyzer.h.
Referenced by analyze(), and beginJob().