CMS 3D CMS Logo

List of all members | Public Member Functions | Private Attributes
edm::FlatRandomMultiParticlePGunProducer Class Reference

#include <FlatRandomMultiParticlePGunProducer.h>

Inheritance diagram for edm::FlatRandomMultiParticlePGunProducer:
edm::BaseFlatGunProducer edm::one::EDProducer< one::WatchRuns, EndRunProducer > edm::one::EDProducerBase edm::ProducerBase edm::EDConsumerBase edm::ProductRegistryHelper

Public Member Functions

 FlatRandomMultiParticlePGunProducer (const ParameterSet &pset)
 
void produce (Event &e, const EventSetup &es) override
 
 ~FlatRandomMultiParticlePGunProducer () override
 
- Public Member Functions inherited from edm::BaseFlatGunProducer
 BaseFlatGunProducer (const ParameterSet &)
 
void beginRun (const edm::Run &r, const edm::EventSetup &) override
 
void endRun (edm::Run const &r, const edm::EventSetup &) override
 
void endRunProduce (edm::Run &r, const edm::EventSetup &) override
 
 ~BaseFlatGunProducer () override
 
- Public Member Functions inherited from edm::one::EDProducer< one::WatchRuns, EndRunProducer >
 EDProducer ()=default
 
SerialTaskQueueglobalLuminosityBlocksQueue () final
 
SerialTaskQueueglobalRunsQueue () final
 
bool hasAbilityToProduceInBeginLumis () const final
 
bool hasAbilityToProduceInBeginRuns () const final
 
bool hasAbilityToProduceInEndLumis () const final
 
bool hasAbilityToProduceInEndRuns () const final
 
bool wantsGlobalLuminosityBlocks () const final
 
bool wantsGlobalRuns () const final
 
- Public Member Functions inherited from edm::one::EDProducerBase
 EDProducerBase ()
 
ModuleDescription const & moduleDescription () const
 
bool wantsStreamLuminosityBlocks () const
 
bool wantsStreamRuns () const
 
 ~EDProducerBase () override
 
- Public Member Functions inherited from edm::ProducerBase
void callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func)
 
std::vector< edm::ProductResolverIndex > const & indiciesForPutProducts (BranchType iBranchType) const
 
 ProducerBase ()
 
std::vector< edm::ProductResolverIndex > const & putTokenIndexToProductResolverIndex () const
 
std::vector< bool > const & recordProvenanceList () const
 
void registerProducts (ProducerBase *, ProductRegistry *, ModuleDescription const &)
 
std::function< void(BranchDescription const &)> registrationCallback () const
 used by the fwk to register list of products More...
 
void resolvePutIndicies (BranchType iBranchType, ModuleToResolverIndicies const &iIndicies, std::string const &moduleLabel)
 
TypeLabelList const & typeLabelList () const
 used by the fwk to register the list of products of this module More...
 
 ~ProducerBase () noexcept(false) override
 
- Public Member Functions inherited from edm::EDConsumerBase
std::vector< ConsumesInfoconsumesInfo () const
 
void convertCurrentProcessAlias (std::string const &processName)
 Convert "@currentProcess" in InputTag process names to the actual current process name. More...
 
 EDConsumerBase ()
 
 EDConsumerBase (EDConsumerBase &&)=default
 
 EDConsumerBase (EDConsumerBase const &)=delete
 
ESProxyIndex const * esGetTokenIndices (edm::Transition iTrans) const
 
ProductResolverIndexAndSkipBit indexFrom (EDGetToken, BranchType, TypeID const &) const
 
void itemsMayGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const
 
void itemsToGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const
 
std::vector< ProductResolverIndexAndSkipBit > const & itemsToGetFrom (BranchType iType) const
 
void labelsForToken (EDGetToken iToken, Labels &oLabels) const
 
void modulesWhoseProductsAreConsumed (std::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const
 
EDConsumerBaseoperator= (EDConsumerBase &&)=default
 
EDConsumerBase const & operator= (EDConsumerBase const &)=delete
 
bool registeredToConsume (ProductResolverIndex, bool, BranchType) const
 
bool registeredToConsumeMany (TypeID const &, BranchType) const
 
ProductResolverIndexAndSkipBit uncheckedIndexFrom (EDGetToken) const
 
void updateLookup (BranchType iBranchType, ProductResolverIndexHelper const &, bool iPrefetchMayGet)
 
void updateLookup (eventsetup::ESRecordsToProxyIndices const &)
 
virtual ~EDConsumerBase () noexcept(false)
 

Private Attributes

double fMaxP_
 
double fMinP_
 
std::vector< double > fProbParticle_
 

Additional Inherited Members

- Public Types inherited from edm::one::EDProducerBase
typedef EDProducerBase ModuleType
 
- Public Types inherited from edm::ProducerBase
using ModuleToResolverIndicies = std::unordered_multimap< std::string, std::tuple< edm::TypeID const *, const char *, edm::ProductResolverIndex > >
 
typedef ProductRegistryHelper::TypeLabelList TypeLabelList
 
- Public Types inherited from edm::EDConsumerBase
typedef ProductLabels Labels
 
- Static Public Member Functions inherited from edm::one::EDProducerBase
static const std::string & baseType ()
 
static void fillDescriptions (ConfigurationDescriptions &descriptions)
 
static void prevalidate (ConfigurationDescriptions &descriptions)
 
- Protected Member Functions inherited from edm::ProducerBase
template<class ProductType >
BranchAliasSetterT< ProductType > produces ()
 declare what type of product will make and with which optional label More...
 
template<typename ProductType , BranchType B>
BranchAliasSetterT< ProductType > produces ()
 
template<typename ProductType , Transition B>
BranchAliasSetterT< ProductType > produces ()
 
BranchAliasSetter produces (const TypeID &id, std::string instanceName=std::string(), bool recordProvenance=true)
 
template<BranchType B>
BranchAliasSetter produces (const TypeID &id, std::string instanceName=std::string(), bool recordProvenance=true)
 
template<Transition B>
BranchAliasSetter produces (const TypeID &id, std::string instanceName=std::string(), bool recordProvenance=true)
 
template<typename ProductType , Transition B>
BranchAliasSetterT< ProductType > produces (std::string instanceName)
 
template<class ProductType >
BranchAliasSetterT< ProductType > produces (std::string instanceName)
 
template<typename ProductType , BranchType B>
BranchAliasSetterT< ProductType > produces (std::string instanceName)
 
ProducesCollector producesCollector ()
 
- 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>
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)
 
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)
 
- Protected Attributes inherited from edm::BaseFlatGunProducer
bool fAddAntiParticle
 
HepMC::GenEventfEvt
 
double fMaxEta
 
double fMaxPhi
 
double fMinEta
 
double fMinPhi
 
std::vector< int > fPartIDs
 
ESHandle< HepPDT::ParticleDataTablefPDGTable
 
int fVerbosity
 

Detailed Description

Definition at line 9 of file FlatRandomMultiParticlePGunProducer.h.

Constructor & Destructor Documentation

◆ FlatRandomMultiParticlePGunProducer()

FlatRandomMultiParticlePGunProducer::FlatRandomMultiParticlePGunProducer ( const ParameterSet pset)

Definition at line 18 of file FlatRandomMultiParticlePGunProducer.cc.

20  ParameterSet pgunParams = pset.getParameter<ParameterSet>("PGunParameters");
21  fProbParticle_ = pgunParams.getParameter<std::vector<double> >("ProbParts");
22  fMinP_ = pgunParams.getParameter<double>("MinP");
23  fMaxP_ = pgunParams.getParameter<double>("MaxP");
24  if (fProbParticle_.size() != fPartIDs.size())
25  throw cms::Exception("Configuration") << "Not all probabilities given for all particle types "
26  << fProbParticle_.size() << ":" << fPartIDs.size() << " need them to match\n";
27 
28  produces<HepMCProduct>("unsmeared");
29  produces<GenEventInfoProduct>();
30 #ifdef DebugLog
31  std::cout << "Internal FlatRandomPGun is initialzed for " << fPartIDs.size() << " particles in momentum range "
32  << fMinP_ << ":" << fMaxP_ << std::endl;
33  for (unsigned int k = 0; k < fPartIDs.size(); ++k)
34  std::cout << " [" << k << "] " << fPartIDs[k] << ":" << fProbParticle_[k];
35  std::cout << std::endl;
36 #endif
37  for (unsigned int k = 1; k < fProbParticle_.size(); ++k)
39  for (unsigned int k = 0; k < fProbParticle_.size(); ++k)
41 #ifdef DebugLog
42  std::cout << "Corrected probabilities:";
43  for (unsigned int k = 0; k < fProbParticle_.size(); ++k)
44  std::cout << " " << fProbParticle_[k];
45  std::cout << std::endl;
46 #endif
47 }

References gather_cfg::cout, fMaxP_, fMinP_, edm::BaseFlatGunProducer::fPartIDs, fProbParticle_, edm::ParameterSet::getParameter(), dqmdumpme::k, and muonDTDigis_cfi::pset.

◆ ~FlatRandomMultiParticlePGunProducer()

FlatRandomMultiParticlePGunProducer::~FlatRandomMultiParticlePGunProducer ( )
override

Definition at line 49 of file FlatRandomMultiParticlePGunProducer.cc.

49 {}

Member Function Documentation

◆ produce()

void FlatRandomMultiParticlePGunProducer::produce ( edm::Event e,
const EventSetup es 
)
overridevirtual

Implements edm::one::EDProducerBase.

Definition at line 51 of file FlatRandomMultiParticlePGunProducer.cc.

51  {
53  CLHEP::HepRandomEngine* engine = &rng->getEngine(e.streamID());
54 
55 #ifdef DebugLog
56  if (fVerbosity > 0)
57  std::cout << "FlatRandomMultiParticlePGunProducer: Begin New Event Generation" << std::endl;
58 #endif
59 
60  // event loop (well, another step in it...)
61  // no need to clean up GenEvent memory - done in HepMCProduct
62  // here re-create fEvt (memory)
63  //
64  fEvt = new HepMC::GenEvent();
65 
66  // now actualy, cook up the event from PDGTable and gun parameters
67  //
68 
69  // 1st, primary vertex
70  //
71  HepMC::GenVertex* Vtx = new HepMC::GenVertex(HepMC::FourVector(0., 0., 0.));
72 
73  // loop over particles
74  //
75  int barcode(0), PartID(fPartIDs[0]);
76  double r1 = CLHEP::RandFlat::shoot(engine, 0., 1.);
77  for (unsigned int ip = 0; ip < fPartIDs.size(); ip++) {
78  if (r1 <= fProbParticle_[ip]) {
79  PartID = fPartIDs[ip];
80  break;
81  }
82  }
83 #ifdef DebugLog
84  if (fVerbosity > 0)
85  std::cout << "Random " << r1 << " PartID " << PartID << std::endl;
86 #endif
87  double mom = CLHEP::RandFlat::shoot(engine, fMinP_, fMaxP_);
88  double eta = CLHEP::RandFlat::shoot(engine, fMinEta, fMaxEta);
89  double phi = CLHEP::RandFlat::shoot(engine, fMinPhi, fMaxPhi);
90  const HepPDT::ParticleData* PData = fPDGTable->particle(HepPDT::ParticleID(abs(PartID)));
91  double mass = PData->mass().value();
92  double energy = sqrt(mom * mom + mass * mass);
93  double theta = 2. * atan(exp(-eta));
94  double px = mom * sin(theta) * cos(phi);
95  double py = mom * sin(theta) * sin(phi);
96  double pz = mom * cos(theta);
97 
98  HepMC::FourVector p(px, py, pz, energy);
100  barcode++;
101  Part->suggest_barcode(barcode);
102  Vtx->add_particle_out(Part);
103 
104  if (fAddAntiParticle) {
105  HepMC::FourVector ap(-px, -py, -pz, energy);
106  int APartID = (PartID == 22 || PartID == 23) ? PartID : -PartID;
107  HepMC::GenParticle* APart = new HepMC::GenParticle(ap, APartID, 1);
108  barcode++;
109  APart->suggest_barcode(barcode);
110  Vtx->add_particle_out(APart);
111  }
112 
113  fEvt->add_vertex(Vtx);
114  fEvt->set_event_number(e.id().event());
115  fEvt->set_signal_process_id(20);
116 
117 #ifdef DebugLog
118  if (fVerbosity > 0)
119  fEvt->print();
120 #endif
121 
122  std::unique_ptr<HepMCProduct> BProduct(new HepMCProduct());
123  BProduct->addHepMCData(fEvt);
124  e.put(std::move(BProduct), "unsmeared");
125 
126  std::unique_ptr<GenEventInfoProduct> genEventInfo(new GenEventInfoProduct(fEvt));
127  e.put(std::move(genEventInfo));
128 #ifdef DebugLog
129  if (fVerbosity > 0)
130  std::cout << " FlatRandomMultiParticlePGunProducer : Event Generation Done " << std::endl;
131 #endif
132 }

References funct::abs(), funct::cos(), gather_cfg::cout, MillePedeFileConverter_cfg::e, HCALHighEnergyHPDFilter_cfi::energy, PVValHelper::eta, JetChargeProducer_cfi::exp, edm::BaseFlatGunProducer::fAddAntiParticle, edm::BaseFlatGunProducer::fEvt, edm::BaseFlatGunProducer::fMaxEta, fMaxP_, edm::BaseFlatGunProducer::fMaxPhi, edm::BaseFlatGunProducer::fMinEta, fMinP_, edm::BaseFlatGunProducer::fMinPhi, edm::BaseFlatGunProducer::fPartIDs, edm::BaseFlatGunProducer::fPDGTable, fProbParticle_, edm::BaseFlatGunProducer::fVerbosity, genParticles2HepMC_cfi::genEventInfo, GenParticle::GenParticle, edm::RandomNumberGenerator::getEngine(), ZgammaFilter_cfi::HepMCProduct, EgHLTOffHistBins_cfi::mass, eostools::move(), AlCaHLTBitMon_ParallelJobs::p, LHEGenericFilter_cfi::ParticleID, genfragment_ptgun_cfg::PartID, phi, multPhiCorr_741_25nsDY_cfi::px, multPhiCorr_741_25nsDY_cfi::py, diffTwoXMLs::r1, funct::sin(), mathSSE::sqrt(), and theta().

Member Data Documentation

◆ fMaxP_

double edm::FlatRandomMultiParticlePGunProducer::fMaxP_
private

◆ fMinP_

double edm::FlatRandomMultiParticlePGunProducer::fMinP_
private

◆ fProbParticle_

std::vector<double> edm::FlatRandomMultiParticlePGunProducer::fProbParticle_
private
edm::BaseFlatGunProducer::fMaxPhi
double fMaxPhi
Definition: BaseFlatGunProducer.h:45
GenEventInfoProduct
Definition: GenEventInfoProduct.h:17
edm::RandomNumberGenerator::getEngine
virtual CLHEP::HepRandomEngine & getEngine(StreamID const &)=0
Use this engine in event methods.
edm::FlatRandomMultiParticlePGunProducer::fProbParticle_
std::vector< double > fProbParticle_
Definition: FlatRandomMultiParticlePGunProducer.h:18
edm::BaseFlatGunProducer::fAddAntiParticle
bool fAddAntiParticle
Definition: BaseFlatGunProducer.h:61
edm::BaseFlatGunProducer::fMaxEta
double fMaxEta
Definition: BaseFlatGunProducer.h:43
multPhiCorr_741_25nsDY_cfi.py
py
Definition: multPhiCorr_741_25nsDY_cfi.py:12
AlCaHLTBitMon_ParallelJobs.p
p
Definition: AlCaHLTBitMon_ParallelJobs.py:153
edm::BaseFlatGunProducer::fEvt
HepMC::GenEvent * fEvt
Definition: BaseFlatGunProducer.h:48
ZgammaFilter_cfi.HepMCProduct
HepMCProduct
Definition: ZgammaFilter_cfi.py:9
gather_cfg.cout
cout
Definition: gather_cfg.py:144
edm::BaseFlatGunProducer::fMinPhi
double fMinPhi
Definition: BaseFlatGunProducer.h:44
edm::FlatRandomMultiParticlePGunProducer::fMaxP_
double fMaxP_
Definition: FlatRandomMultiParticlePGunProducer.h:20
HepMC::GenEvent
Definition: hepmc_rootio.cc:9
ParticleData
HepPDT::ParticleData ParticleData
Definition: ParticleDataTable.h:9
edm::BaseFlatGunProducer::BaseFlatGunProducer
BaseFlatGunProducer(const ParameterSet &)
Definition: BaseFlatGunProducer.cc:29
funct::sin
Sin< T >::type sin(const T &t)
Definition: Sin.h:22
edm::BaseFlatGunProducer::fPartIDs
std::vector< int > fPartIDs
Definition: BaseFlatGunProducer.h:41
funct::cos
Cos< T >::type cos(const T &t)
Definition: Cos.h:22
PVValHelper::eta
Definition: PVValidationHelpers.h:69
mathSSE::sqrt
T sqrt(T t)
Definition: SSEVec.h:19
theta
Geom::Theta< T > theta() const
Definition: Basic3DVectorLD.h:150
HCALHighEnergyHPDFilter_cfi.energy
energy
Definition: HCALHighEnergyHPDFilter_cfi.py:5
dqmdumpme.k
k
Definition: dqmdumpme.py:60
edm::ParameterSet
Definition: ParameterSet.h:36
PVValHelper::phi
Definition: PVValidationHelpers.h:68
edm::Service< edm::RandomNumberGenerator >
genfragment_ptgun_cfg.PartID
PartID
Definition: genfragment_ptgun_cfg.py:6
edm::BaseFlatGunProducer::fPDGTable
ESHandle< HepPDT::ParticleDataTable > fPDGTable
Definition: BaseFlatGunProducer.h:57
edm::ParameterSet::getParameter
T getParameter(std::string const &) const
multPhiCorr_741_25nsDY_cfi.px
px
Definition: multPhiCorr_741_25nsDY_cfi.py:10
GenParticle.GenParticle
GenParticle
Definition: GenParticle.py:18
eostools.move
def move(src, dest)
Definition: eostools.py:511
genParticles2HepMC_cfi.genEventInfo
genEventInfo
Definition: genParticles2HepMC_cfi.py:6
diffTwoXMLs.r1
r1
Definition: diffTwoXMLs.py:53
edm::FlatRandomMultiParticlePGunProducer::fMinP_
double fMinP_
Definition: FlatRandomMultiParticlePGunProducer.h:19
EgHLTOffHistBins_cfi.mass
mass
Definition: EgHLTOffHistBins_cfi.py:34
edm::BaseFlatGunProducer::fVerbosity
int fVerbosity
Definition: BaseFlatGunProducer.h:59
cms::Exception
Definition: Exception.h:70
funct::abs
Abs< T >::type abs(const T &t)
Definition: Abs.h:22
JetChargeProducer_cfi.exp
exp
Definition: JetChargeProducer_cfi.py:6
LHEGenericFilter_cfi.ParticleID
ParticleID
Definition: LHEGenericFilter_cfi.py:6
edm::BaseFlatGunProducer::fMinEta
double fMinEta
Definition: BaseFlatGunProducer.h:42
muonDTDigis_cfi.pset
pset
Definition: muonDTDigis_cfi.py:27
MillePedeFileConverter_cfg.e
e
Definition: MillePedeFileConverter_cfg.py:37