#include <JetAnaPythia.h>
Private Types | |
typedef std::vector< Jet > | JetCollection |
Private Member Functions | |
void | analyze (edm::Event const &e, edm::EventSetup const &iSetup) override |
void | beginJob () override |
void | endJob () override |
void | FillHist1D (const TString &histName, const Double_t &x, const Double_t &wt) |
Private Attributes | |
std::string | anaLevel |
bool | debug |
float | diJetMass |
float | diPartMass |
float | etaJet1 |
float | etaJet2 |
float | etaPart1 |
float | etaPart2 |
int | eventsGen |
std::string | HistoFileName |
std::string | JetAlgorithm |
TFile * | m_file |
std::map< TString, TH1 * > | m_HistNames1D |
TTree * | mcTruthTree_ |
int | nJets |
int | NJets |
float | pt_hat |
std::vector< double > | ptHatEdges |
float | ptJet1 |
float | ptJet2 |
float | ptPart1 |
float | ptPart2 |
float | weight |
float | xsec |
std::vector< double > | xsecGen |
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 &) |
static bool | wantsGlobalLuminosityBlocks () |
static bool | wantsGlobalRuns () |
static bool | wantsInputProcessBlocks () |
static bool | wantsProcessBlocks () |
static bool | wantsStreamLuminosityBlocks () |
static bool | wantsStreamRuns () |
Protected Member Functions inherited from edm::EDConsumerBase | |
EDGetToken | consumes (const TypeToGet &id, edm::InputTag const &tag) |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
template<BranchType B = InEvent> | |
EDConsumerBaseAdaptor< B > | consumes (edm::InputTag tag) noexcept |
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 ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes () |
template<Transition Tr = Transition::Event> | |
constexpr auto | esConsumes () noexcept |
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag const &tag) |
template<Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag tag) noexcept |
template<Transition Tr = Transition::Event> | |
ESGetTokenGeneric | esConsumes (eventsetup::EventSetupRecordKey const &iRecord, eventsetup::DataKey const &iKey) |
Used with EventSetupRecord::doGet. More... | |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | mayConsume (edm::InputTag const &tag) |
Definition at line 16 of file JetAnaPythia.h.
|
private |
Definition at line 21 of file JetAnaPythia.h.
JetAnaPythia< Jet >::JetAnaPythia | ( | edm::ParameterSet const & | cfg | ) |
Definition at line 27 of file JetAnaPythia.cc.
References looper::cfg, debug, and AlCaHLTBitMon_QueryRunRegistry::string.
|
overrideprivatevirtual |
evt.getRun().getByLabel("generator", genInfoProduct );
Histograms for Dijet Mass Analysis ////
Histograms for Dijet Ratio Analysis: Inner region ///
Histograms for Dijet Ratio Analysis: Outer region ////
We are looking at dijet resonances. ////
We are looking at QCD ////
Diparton mass for dijet mass analysis ////
Diparton mass for dijet ratio analysis: inner region ///
Diparton mass for dijet ratio analysis: outer region ///
Implements edm::EDAnalyzer.
Definition at line 142 of file JetAnaPythia.cc.
References funct::abs(), gather_cfg::cout, debug, dqmMemoryStats::float, edm::Event::getByLabel(), edm::HepMCProduct::GetEvent(), mps_fire::i, singleTopDQM_cfi::jets, EgHLTOffHistBins_cfi::mass, AlCaHLTBitMon_ParallelJobs::p, submitPVResolutionJobs::q, and alignCSCRings::r.
|
overrideprivatevirtual |
|
overrideprivatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 333 of file JetAnaPythia.cc.
|
private |
|
private |
Analysis level string. Can speed up job by looking at less /// PtHatOnly: only get PtHat and make PtHat histos Jets: do histogram analysis of jets, but not partons all: do analysis of everything and make histos and root tree generating: analysis of everything, make histos and root tree
Definition at line 56 of file JetAnaPythia.h.
|
private |
Definition at line 48 of file JetAnaPythia.h.
Referenced by runTauIdMVA.TauIDEmbedder::loadMVA_WPs_run2_2017(), and runTauIdMVA.TauIDEmbedder::runTauID().
|
private |
Definition at line 37 of file JetAnaPythia.h.
|
private |
Definition at line 38 of file JetAnaPythia.h.
|
private |
Definition at line 33 of file JetAnaPythia.h.
|
private |
Definition at line 33 of file JetAnaPythia.h.
|
private |
Definition at line 35 of file JetAnaPythia.h.
|
private |
Definition at line 35 of file JetAnaPythia.h.
|
private |
Definition at line 50 of file JetAnaPythia.h.
|
private |
Definition at line 44 of file JetAnaPythia.h.
|
private |
Definition at line 42 of file JetAnaPythia.h.
|
private |
Definition at line 39 of file JetAnaPythia.h.
|
private |
Definition at line 26 of file JetAnaPythia.h.
|
private |
Definition at line 28 of file JetAnaPythia.h.
|
private |
Definition at line 32 of file JetAnaPythia.h.
|
private |
Definition at line 46 of file JetAnaPythia.h.
|
private |
Definition at line 31 of file JetAnaPythia.h.
|
private |
Definition at line 61 of file JetAnaPythia.h.
|
private |
Definition at line 34 of file JetAnaPythia.h.
|
private |
Definition at line 34 of file JetAnaPythia.h.
|
private |
Definition at line 36 of file JetAnaPythia.h.
|
private |
Definition at line 36 of file JetAnaPythia.h.
|
private |
Definition at line 30 of file JetAnaPythia.h.
Referenced by dirstructure.Directory::calcStats(), dirstructure.Directory::get_fail_rate(), dirstructure.Directory::get_null_rate(), dirstructure.Directory::get_skiped_rate(), dirstructure.Directory::get_success_rate(), and dirstructure.Directory::print_report().
|
private |
Definition at line 29 of file JetAnaPythia.h.
|
private |
Generator cross section Only 1 entry in case analysis level is "generating" //// Multiple entries when analyzing ///
Definition at line 60 of file JetAnaPythia.h.