CMS 3D CMS Logo

List of all members | Public Member Functions | Protected Member Functions | Private Attributes
gen::Pythia6PartonEGun Class Reference

#include <Pythia6PartonEGun.h>

Inheritance diagram for gen::Pythia6PartonEGun:
gen::Pythia6PartonGun gen::Pythia6Gun edm::EDProducer edm::ProducerBase edm::EDConsumerBase edm::ProductRegistryHelper

Public Member Functions

 Pythia6PartonEGun (const edm::ParameterSet &)
 
 ~Pythia6PartonEGun () override
 
- Public Member Functions inherited from gen::Pythia6PartonGun
 Pythia6PartonGun (const edm::ParameterSet &)
 
 ~Pythia6PartonGun () override
 
- Public Member Functions inherited from gen::Pythia6Gun
void beginJob () override
 
void beginLuminosityBlock (edm::LuminosityBlock const &, edm::EventSetup const &) override
 
void beginRun (edm::Run const &, edm::EventSetup const &) override
 
void endRun (edm::Run const &, edm::EventSetup const &) override
 
void produce (edm::Event &, const edm::EventSetup &) override
 
 Pythia6Gun (const edm::ParameterSet &)
 
 ~Pythia6Gun () override
 
- Public Member Functions inherited from edm::EDProducer
 EDProducer ()
 
SerialTaskQueueglobalLuminosityBlocksQueue ()
 
SerialTaskQueueglobalRunsQueue ()
 
ModuleDescription const & moduleDescription () const
 
 ~EDProducer () 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
 
std::vector< ESProxyIndex > const & esGetTokenIndicesVector (edm::Transition iTrans) const
 
std::vector< ESRecordIndex > const & esGetTokenRecordIndicesVector (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)
 

Protected Member Functions

void generateEvent (CLHEP::HepRandomEngine *) override
 
- Protected Member Functions inherited from gen::Pythia6PartonGun
void joinPartons (double qmax)
 
- Protected Member Functions inherited from gen::Pythia6Gun
HepMC::GenParticle * addAntiParticle (int &, int &, double &, double &, double &)
 
void attachPy6DecaysToGenEvent ()
 
void loadEvent (edm::Event &)
 
- 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 = 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)
 

Private Attributes

double fMaxE
 
double fMaxEta
 
double fMinE
 
double fMinEta
 

Additional Inherited Members

- Public Types inherited from edm::EDProducer
typedef EDProducer 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::EDProducer
static const std::string & baseType ()
 
static void fillDescriptions (ConfigurationDescriptions &descriptions)
 
static void prevalidate (ConfigurationDescriptions &descriptions)
 
static bool wantsGlobalLuminosityBlocks ()
 
static bool wantsGlobalRuns ()
 
static bool wantsInputProcessBlocks ()
 
static bool wantsProcessBlocks ()
 
static bool wantsStreamLuminosityBlocks ()
 
static bool wantsStreamRuns ()
 
- Protected Attributes inherited from gen::Pythia6PartonGun
int fPartonID
 
- Protected Attributes inherited from gen::Pythia6Gun
HepMC::GenEventfEvt
 
bool fHepMCVerbosity
 
int fMaxEventsToPrint
 
double fMaxPhi
 
double fMinPhi
 
std::vector< int > fPartIDs
 
Pythia6ServicefPy6Service
 
int fPylistVerbosity
 

Detailed Description

Definition at line 12 of file Pythia6PartonEGun.h.

Constructor & Destructor Documentation

◆ Pythia6PartonEGun()

Pythia6PartonEGun::Pythia6PartonEGun ( const edm::ParameterSet pset)

Definition at line 18 of file Pythia6PartonEGun.cc.

19  // ParameterSet defpset ;
20  ParameterSet pgun_params = pset.getParameter<ParameterSet>("PGunParameters"); //, defpset ) ;
21  fMinEta = pgun_params.getParameter<double>("MinEta"); // ,-2.2);
22  fMaxEta = pgun_params.getParameter<double>("MaxEta"); // , 2.2);
23  fMinE = pgun_params.getParameter<double>("MinE"); // , 20.);
24  fMaxE = pgun_params.getParameter<double>("MaxE"); // , 420.);
25 }

References fMaxE, fMaxEta, fMinE, fMinEta, edm::ParameterSet::getParameter(), and muonDTDigis_cfi::pset.

◆ ~Pythia6PartonEGun()

Pythia6PartonEGun::~Pythia6PartonEGun ( )
override

Definition at line 27 of file Pythia6PartonEGun.cc.

27 {}

Member Function Documentation

◆ generateEvent()

void Pythia6PartonEGun::generateEvent ( CLHEP::HepRandomEngine *  )
overrideprotectedvirtual

Implements gen::Pythia6Gun.

Definition at line 29 of file Pythia6PartonEGun.cc.

29  {
30  Pythia6Service::InstanceWrapper guard(fPy6Service); // grab Py6 instance
31 
32  // now actualy, start cooking up the event gun
33  //
34 
35  // 1st, primary vertex
36  //
37  HepMC::GenVertex* Vtx = new HepMC::GenVertex(HepMC::FourVector(0., 0., 0.));
38 
39  // here re-create fEvt (memory)
40  //
41  fEvt = new HepMC::GenEvent();
42 
43  int ip = 1;
44 
45  int py6PID = HepPID::translatePDTtoPythia(fPartonID);
46  int dum = 0;
47  double ee = 0, the = 0, eta = 0;
48  double mass = pymass_(py6PID);
49 
50  // fill p(ip,5) (in PYJETS) with mass value right now,
51  // because the (hardcoded) mstu(10)=1 will make py1ent
52  // pick the mass from there
53  pyjets.p[4][ip - 1] = mass;
54 
55  double phi = (fMaxPhi - fMinPhi) * pyr_(&dum) + fMinPhi;
56  ee = (fMaxE - fMinE) * pyr_(&dum) + fMinE;
57  eta = (fMaxEta - fMinEta) * pyr_(&dum) + fMinEta;
58  the = 2. * atan(exp(-eta));
59 
60  py1ent_(ip, py6PID, ee, the, phi);
61 
62  double px = pyjets.p[0][ip - 1]; // pt*cos(phi) ;
63  double py = pyjets.p[1][ip - 1]; // pt*sin(phi) ;
64  double pz = pyjets.p[2][ip - 1]; // mom*cos(the) ;
65 
66  HepMC::FourVector p(px, py, pz, ee);
68  Part->suggest_barcode(ip);
69  Vtx->add_particle_out(Part);
70 
71  // now add anti-quark
72  ip = ip + 1;
74  if (APart) {
75  Vtx->add_particle_out(APart);
76  } else {
77  // otherwise it should throw !
78  }
79 
80  // this should probably be configurable...
81  //
82  double qmax = 2. * ee;
83 
84  joinPartons(qmax);
85 
86  fEvt->add_vertex(Vtx);
87 
88  // run pythia
89  pyexec_();
90 
91  return;
92 }

References gen::Pythia6Gun::addAntiParticle(), PVValHelper::eta, JetChargeProducer_cfi::exp, gen::Pythia6Gun::fEvt, fMaxE, fMaxEta, gen::Pythia6Gun::fMaxPhi, fMinE, fMinEta, gen::Pythia6Gun::fMinPhi, gen::Pythia6PartonGun::fPartonID, gen::Pythia6Gun::fPy6Service, GenParticle::GenParticle, gen::Pythia6PartonGun::joinPartons(), EgHLTOffHistBins_cfi::mass, gen::p, multPhiCorr_741_25nsDY_cfi::px, multPhiCorr_741_25nsDY_cfi::py, gen::py1ent_(), gen::pyexec_(), gen::pymass_(), and gen::pyr_().

Member Data Documentation

◆ fMaxE

double gen::Pythia6PartonEGun::fMaxE
private

Definition at line 24 of file Pythia6PartonEGun.h.

Referenced by generateEvent(), and Pythia6PartonEGun().

◆ fMaxEta

double gen::Pythia6PartonEGun::fMaxEta
private

Definition at line 22 of file Pythia6PartonEGun.h.

Referenced by generateEvent(), and Pythia6PartonEGun().

◆ fMinE

double gen::Pythia6PartonEGun::fMinE
private

Definition at line 23 of file Pythia6PartonEGun.h.

Referenced by generateEvent(), and Pythia6PartonEGun().

◆ fMinEta

double gen::Pythia6PartonEGun::fMinEta
private

Definition at line 21 of file Pythia6PartonEGun.h.

Referenced by generateEvent(), and Pythia6PartonEGun().

gen::pymass_
double pymass_(int &)
multPhiCorr_741_25nsDY_cfi.py
py
Definition: multPhiCorr_741_25nsDY_cfi.py:12
gen::pyr_
double pyr_(int *idummy)
Definition: Pythia6Service.cc:60
gen::Pythia6Gun::fEvt
HepMC::GenEvent * fEvt
Definition: Pythia6Gun.h:66
HepMC::GenEvent
Definition: hepmc_rootio.cc:9
gen::pyexec_
void pyexec_()
gen::py1ent_
void py1ent_(int &ip, int &kf, double &pe, double &the, double &phi)
gen::Pythia6Gun::addAntiParticle
HepMC::GenParticle * addAntiParticle(int &, int &, double &, double &, double &)
Definition: Pythia6Gun.cc:198
PVValHelper::eta
Definition: PVValidationHelpers.h:69
gen::p
double p[5][pyjets_maxn]
Definition: Cascade2Hadronizer.cc:76
gen::Pythia6Gun::fMaxPhi
double fMaxPhi
Definition: Pythia6Gun.h:62
edm::ParameterSet
Definition: ParameterSet.h:47
gen::Pythia6PartonGun::joinPartons
void joinPartons(double qmax)
Definition: Pythia6PartonGun.cc:23
gen::Pythia6PartonEGun::fMaxE
double fMaxE
Definition: Pythia6PartonEGun.h:24
gen::Pythia6Gun::fMinPhi
double fMinPhi
Definition: Pythia6Gun.h:61
gen::Pythia6Gun::fPy6Service
Pythia6Service * fPy6Service
Definition: Pythia6Gun.h:56
DDAxes::phi
gen::Pythia6PartonEGun::fMinE
double fMinE
Definition: Pythia6PartonEGun.h:23
gen::Pythia6PartonEGun::fMinEta
double fMinEta
Definition: Pythia6PartonEGun.h:21
multPhiCorr_741_25nsDY_cfi.px
px
Definition: multPhiCorr_741_25nsDY_cfi.py:10
GenParticle.GenParticle
GenParticle
Definition: GenParticle.py:18
gen::Pythia6PartonGun::Pythia6PartonGun
Pythia6PartonGun(const edm::ParameterSet &)
Definition: Pythia6PartonGun.cc:16
gen::Pythia6PartonEGun::fMaxEta
double fMaxEta
Definition: Pythia6PartonEGun.h:22
EgHLTOffHistBins_cfi.mass
mass
Definition: EgHLTOffHistBins_cfi.py:34
edm::ParameterSet::getParameter
T getParameter(std::string const &) const
Definition: ParameterSet.h:303
JetChargeProducer_cfi.exp
exp
Definition: JetChargeProducer_cfi.py:6
gen::Pythia6PartonGun::fPartonID
int fPartonID
Definition: Pythia6PartonGun.h:29
muonDTDigis_cfi.pset
pset
Definition: muonDTDigis_cfi.py:27