#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<> | |
typedef CacheContexts< T... > | CacheTypes |
typedef CacheTypes::GlobalCache | GlobalCache |
typedef AbilityChecker< T... > | HasAbility |
typedef CacheTypes::LuminosityBlockCache | LuminosityBlockCache |
typedef LuminosityBlockContextT< LuminosityBlockCache, RunCache, GlobalCache > | LuminosityBlockContext |
typedef CacheTypes::LuminosityBlockSummaryCache | LuminosityBlockSummaryCache |
typedef CacheTypes::RunCache | RunCache |
typedef RunContextT< RunCache, GlobalCache > | RunContext |
typedef CacheTypes::RunSummaryCache | 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 | |
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 ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes () |
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag const &tag) |
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 48 of file TestPythiaDecays.cc.
|
explicit |
Definition at line 96 of file TestPythiaDecays.cc.
References funct::abs(), b, gather_cfg::cout, edmIntegrityCheck::d, cmsRelvalreport::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, sysUtil::pid, pids, parseEventContent::prod, pythia, AlCaHLTBitMon_QueryRunRegistry::string, and w.
|
override |
Definition at line 232 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, sysUtil::pid, and pids.
|
overrideprivate |
Definition at line 268 of file TestPythiaDecays.cc.
References funct::abs(), begin, edmIntegrityCheck::d, relativeConstraints::empty, end, spr::find(), edm::Event::getByLabel(), h_br, h_br_ref, h_decayVertexRho, h_decayVertexZ, h_mass, h_originVertexRho, h_originVertexZ, h_p, h_plt, h_v, createfilelist::int, knownDecayModes, label, genParticles_cff::map, ResonanceBuilder::mass, CoreSimTrack::momentum(), SimVertex::noParent(), SimTrack::noVertex(), AlCaHLTBitMon_ParallelJobs::p, class-composition::parent, SimVertex::parentIndex(), sysUtil::pid, pids, CoreSimVertex::position(), parseEventContent::prod, AlCaHLTBitMon_QueryRunRegistry::string, CoreSimTrack::type(), and SimTrack::vertIndex().
|
static |
Definition at line 413 of file TestPythiaDecays.cc.
References edm::ConfigurationDescriptions::addDefault(), DEFINE_FWK_MODULE, and edm::ParameterSetDescription::setUnknown().
|
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 73 of file TestPythiaDecays.cc.
Referenced by analyze(), TestPythiaDecays(), and ~TestPythiaDecays().
|
private |
Definition at line 74 of file TestPythiaDecays.cc.
Referenced by analyze(), TestPythiaDecays(), and ~TestPythiaDecays().
|
private |
Definition at line 66 of file TestPythiaDecays.cc.
Referenced by analyze(), TestPythiaDecays(), and ~TestPythiaDecays().
|
private |
Definition at line 69 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 72 of file TestPythiaDecays.cc.
Referenced by analyze(), TestPythiaDecays(), and ~TestPythiaDecays().
|
private |
Definition at line 67 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 75 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 79 of file TestPythiaDecays.cc.
Referenced by analyze(), and TestPythiaDecays().
|
private |
Definition at line 82 of file TestPythiaDecays.cc.
Referenced by TestPythiaDecays(), and ~TestPythiaDecays().
|
private |
Definition at line 65 of file TestPythiaDecays.cc.
Referenced by analyze(), TestPythiaDecays(), and ~TestPythiaDecays().
|
private |
Definition at line 81 of file TestPythiaDecays.cc.
Referenced by TestPythiaDecays().