#include <Lukas/TestPythiaDecays/plugins/TestPythiaDecays.cc>
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
Static Public Member Functions inherited from edm::stream::EDAnalyzerBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Private Member Functions | |
void | analyze (const edm::Event &, const edm::EventSetup &) override |
Private Attributes | |
std::map< int, TH1D * > | h_br |
std::map< int, TH1D * > | h_br_ref |
std::map< int, TH1D * > | h_decayVertexRho |
std::map< int, TH1D * > | h_decayVertexZ |
std::map< int, TH1D * > | h_mass |
std::map< int, TH1D * > | h_mass_ref |
std::map< int, TH1D * > | h_originVertexRho |
std::map< int, TH1D * > | h_originVertexZ |
std::map< int, TH1D * > | h_p |
std::map< int, TH1D * > | h_plt |
std::map< int, TH1D * > | h_plt_ref |
std::map< int, TH1D * > | h_v |
std::map< int, std::vector< std::string > > | knownDecayModes |
std::string | outputFile |
std::vector< int > | pids |
Pythia8::Pythia * | pythia |
Additional Inherited Members | |
Public Types inherited from edm::stream::EDAnalyzer<> | |
using | CacheTypes = CacheContexts< T... > |
using | GlobalCache = typename CacheTypes::GlobalCache |
using | HasAbility = AbilityChecker< T... > |
using | InputProcessBlockCache = typename CacheTypes::InputProcessBlockCache |
using | LuminosityBlockCache = typename CacheTypes::LuminosityBlockCache |
using | LuminosityBlockContext = LuminosityBlockContextT< LuminosityBlockCache, RunCache, GlobalCache > |
using | LuminosityBlockSummaryCache = typename CacheTypes::LuminosityBlockSummaryCache |
using | RunCache = typename CacheTypes::RunCache |
using | RunContext = RunContextT< RunCache, GlobalCache > |
using | RunSummaryCache = typename CacheTypes::RunSummaryCache |
Public Types inherited from edm::stream::EDAnalyzerBase | |
typedef EDAnalyzerAdaptorBase | ModuleType |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
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) |
Description: [one line class summary]
Implementation: [Notes on implementation]
Definition at line 52 of file TestPythiaDecays.cc.
|
explicit |
Definition at line 99 of file TestPythiaDecays.cc.
References funct::abs(), b, gather_cfg::cout, ztail::d, beamvalidation::exit(), edm::ParameterSet::getParameter(), h_br, h_br_ref, h_decayVertexRho, h_decayVertexZ, h_mass, h_mass_ref, h_originVertexRho, h_originVertexZ, h_p, h_plt, h_plt_ref, h_v, mps_fire::i, knownDecayModes, label, min(), outputFile, AlCaHLTBitMon_ParallelJobs::p, pids, dumpMFGeometry_cfg::prod, pythia, jetUpdater_cfi::sort, AlCaHLTBitMon_QueryRunRegistry::string, and w.
|
override |
Definition at line 225 of file TestPythiaDecays.cc.
References f, h_br, h_br_ref, h_decayVertexRho, h_decayVertexZ, h_mass, h_mass_ref, h_originVertexRho, h_originVertexZ, h_p, h_plt, h_plt_ref, h_v, mps_fire::i, outputFile, and pids.
|
overrideprivatevirtual |
Implements edm::stream::EDAnalyzerBase.
Definition at line 257 of file TestPythiaDecays.cc.
References funct::abs(), ztail::d, relativeConstraints::empty, mps_fire::end, spr::find(), h_br, h_br_ref, h_decayVertexRho, h_decayVertexZ, h_mass, h_originVertexRho, h_originVertexZ, h_p, h_plt, h_v, iEvent, createfilelist::int, dqmiolumiharvest::j, knownDecayModes, label, genParticles_cff::map, EgHLTOffHistBins_cfi::mass, AlCaHLTBitMon_ParallelJobs::p, class-composition::parent, pids, CoreSimVertex::position(), dumpMFGeometry_cfg::prod, jetUpdater_cfi::sort, AlCaHLTBitMon_QueryRunRegistry::string, bphysicsOniaDQM_cfi::vertex, and SimTrack::vertIndex().
|
static |
Definition at line 401 of file TestPythiaDecays.cc.
References edm::ConfigurationDescriptions::addDefault(), and submitPVResolutionJobs::desc.
|
private |
Definition at line 79 of file TestPythiaDecays.cc.
Referenced by analyze(), TestPythiaDecays(), and ~TestPythiaDecays().
|
private |
Definition at line 80 of file TestPythiaDecays.cc.
Referenced by analyze(), TestPythiaDecays(), and ~TestPythiaDecays().
|
private |
Definition at line 76 of file TestPythiaDecays.cc.
Referenced by analyze(), TestPythiaDecays(), and ~TestPythiaDecays().
|
private |
Definition at line 77 of file TestPythiaDecays.cc.
Referenced by analyze(), TestPythiaDecays(), and ~TestPythiaDecays().
|
private |
Definition at line 69 of file TestPythiaDecays.cc.
Referenced by analyze(), TestPythiaDecays(), and ~TestPythiaDecays().
|
private |
Definition at line 72 of file TestPythiaDecays.cc.
Referenced by TestPythiaDecays(), and ~TestPythiaDecays().
|
private |
Definition at line 74 of file TestPythiaDecays.cc.
Referenced by analyze(), TestPythiaDecays(), and ~TestPythiaDecays().
|
private |
Definition at line 75 of file TestPythiaDecays.cc.
Referenced by analyze(), TestPythiaDecays(), and ~TestPythiaDecays().
|
private |
Definition at line 70 of file TestPythiaDecays.cc.
Referenced by analyze(), TestPythiaDecays(), and ~TestPythiaDecays().
|
private |
Definition at line 73 of file TestPythiaDecays.cc.
Referenced by analyze(), TestPythiaDecays(), and ~TestPythiaDecays().
|
private |
Definition at line 78 of file TestPythiaDecays.cc.
Referenced by TestPythiaDecays(), and ~TestPythiaDecays().
|
private |
Definition at line 71 of file TestPythiaDecays.cc.
Referenced by analyze(), TestPythiaDecays(), and ~TestPythiaDecays().
|
private |
Definition at line 82 of file TestPythiaDecays.cc.
Referenced by analyze(), and TestPythiaDecays().
|
private |
Definition at line 85 of file TestPythiaDecays.cc.
Referenced by TestPythiaDecays(), and ~TestPythiaDecays().
|
private |
Definition at line 68 of file TestPythiaDecays.cc.
Referenced by analyze(), TestPythiaDecays(), and ~TestPythiaDecays().
|
private |
Definition at line 84 of file TestPythiaDecays.cc.
Referenced by TestPythiaDecays().