CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Private Attributes
gen::Py8EGun Class Reference
Inheritance diagram for gen::Py8EGun:
gen::Py8GunBase gen::Py8InterfaceBase gen::BaseHadronizer

Public Member Functions

const char * classname () const override
 
bool generatePartonsAndHadronize () override
 
 Py8EGun (edm::ParameterSet const &)
 
 ~Py8EGun ()
 
- Public Member Functions inherited from gen::Py8GunBase
void finalizeEvent ()
 
bool initializeForInternalPartons ()
 
 Py8GunBase (edm::ParameterSet const &ps)
 
virtual bool residualDecay ()
 
void setRandomEngine (CLHEP::HepRandomEngine *v)
 
std::vector< std::string > const & sharedResources () const
 
void statistics ()
 
 ~Py8GunBase ()
 
- Public Member Functions inherited from gen::Py8InterfaceBase
bool decay ()
 
bool declareSpecialSettings (const std::vector< std::string > &)
 
bool declareStableParticles (const std::vector< int > &)
 
void p8SetRandomEngine (CLHEP::HepRandomEngine *v)
 
 Py8InterfaceBase (edm::ParameterSet const &ps)
 
P8RndmEnginerandomEngine ()
 
bool readSettings (int)
 
 ~Py8InterfaceBase ()
 
- Public Member Functions inherited from gen::BaseHadronizer
 BaseHadronizer (edm::ParameterSet const &ps)
 
void cleanLHE ()
 
void generateLHE (edm::LuminosityBlock const &lumi, CLHEP::HepRandomEngine *rengine)
 
edm::EventgetEDMEvent () const
 
HepMC::GenEvent * getGenEvent ()
 
GenEventInfoProductgetGenEventInfo ()
 
virtual GenLumiInfoHeadergetGenLumiInfoHeader () const
 
GenRunInfoProductgetGenRunInfo ()
 
const boost::shared_ptr
< lhef::LHERunInfo > & 
getLHERunInfo () const
 
const std::string & gridpackPath () const
 
int randomIndex () const
 
const std::string & randomInitConfigDescription () const
 
void randomizeIndex (edm::LuminosityBlock const &lumi, CLHEP::HepRandomEngine *rengine)
 
void resetEvent (HepMC::GenEvent *event)
 
void resetEventInfo (GenEventInfoProduct *eventInfo)
 
virtual bool select (HepMC::GenEvent *) const
 
void setEDMEvent (edm::Event &event)
 
void setLHEEvent (lhef::LHEEvent *event)
 
void setLHERunInfo (lhef::LHERunInfo *runInfo)
 
void setRandomEngine (CLHEP::HepRandomEngine *v)
 
std::vector< std::string > const & sharedResources () const
 
 ~BaseHadronizer ()
 

Private Attributes

bool fAddAntiParticle
 
double fMaxE
 
double fMaxEta
 
double fMinE
 
double fMinEta
 

Additional Inherited Members

- Protected Member Functions inherited from gen::BaseHadronizer
std::auto_ptr< HepMC::GenEvent > & event ()
 
std::auto_ptr
< GenEventInfoProduct > & 
eventInfo ()
 
lhef::LHEEventlheEvent ()
 
lhef::LHERunInfolheRunInfo ()
 
GenRunInfoProductrunInfo ()
 
- Protected Attributes inherited from gen::Py8GunBase
double fMaxPhi
 
double fMinPhi
 
std::vector< int > fPartIDs
 
- Protected Attributes inherited from gen::Py8InterfaceBase
HepMC::IO_AsciiParticles * ascii_io
 
std::auto_ptr< EvtGenDecays > evtgenDecays
 
std::string evtgenDecFile
 
std::string evtgenPdlFile
 
std::vector< std::string > evtgenUserFiles
 
std::auto_ptr< Pythia8::Pythia > fDecayer
 
std::auto_ptr< Pythia8::Pythia > fMasterGen
 
edm::ParameterSet fParameters
 
unsigned int maxEventsToPrint
 
bool pythiaHepMCVerbosity
 
bool pythiaHepMCVerbosityParticles
 
unsigned int pythiaPylistVerbosity
 
std::string slhafile_
 
HepMC::Pythia8ToHepMC toHepMC
 
bool useEvtGen
 
- Protected Attributes inherited from gen::BaseHadronizer
std::string lheFile_
 
int randomIndex_
 

Detailed Description

Definition at line 13 of file Py8EGun.cc.

Constructor & Destructor Documentation

gen::Py8EGun::Py8EGun ( edm::ParameterSet const &  ps)

Definition at line 36 of file Py8EGun.cc.

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

37  : Py8GunBase(ps)
38 {
39 
40  // ParameterSet defpset ;
41  edm::ParameterSet pgun_params =
42  ps.getParameter<edm::ParameterSet>("PGunParameters"); // , defpset ) ;
43  fMinEta = pgun_params.getParameter<double>("MinEta"); // ,-2.2);
44  fMaxEta = pgun_params.getParameter<double>("MaxEta"); // , 2.2);
45  fMinE = pgun_params.getParameter<double>("MinE"); // , 0.);
46  fMaxE = pgun_params.getParameter<double>("MaxE"); // , 0.);
47  fAddAntiParticle = pgun_params.getParameter<bool>("AddAntiParticle"); //, false) ;
48 
49 }
T getParameter(std::string const &) const
bool fAddAntiParticle
Definition: Py8EGun.cc:30
double fMinE
Definition: Py8EGun.cc:28
double fMinEta
Definition: Py8EGun.cc:26
double fMaxEta
Definition: Py8EGun.cc:27
double fMaxE
Definition: Py8EGun.cc:29
Py8GunBase(edm::ParameterSet const &ps)
Definition: Py8GunBase.cc:15
gen::Py8EGun::~Py8EGun ( )
inline

Definition at line 18 of file Py8EGun.cc.

18 {}

Member Function Documentation

const char * gen::Py8EGun::classname ( ) const
overridevirtual

Implements gen::Py8InterfaceBase.

Definition at line 106 of file Py8EGun.cc.

107 {
108  return "Py8EGun";
109 }
bool gen::Py8EGun::generatePartonsAndHadronize ( )
overridevirtual

Implements gen::Py8InterfaceBase.

Definition at line 51 of file Py8EGun.cc.

References bitset_utilities::append(), funct::cos(), eta, gen::BaseHadronizer::event(), gen::Py8InterfaceBase::evtgenDecays, create_public_lumi_plots::exp, fAddAntiParticle, gen::P8RndmEngine::flat(), gen::Py8InterfaceBase::fMasterGen, fMaxE, fMaxEta, gen::Py8GunBase::fMaxPhi, fMinE, fMinEta, gen::Py8GunBase::fMinPhi, gen::Py8GunBase::fPartIDs, i, ResonanceBuilder::mass, phi(), createTree::pp, gen::Py8InterfaceBase::randomEngine(), funct::sin(), mathSSE::sqrt(), and gen::Py8InterfaceBase::toHepMC.

52 {
53 
54  fMasterGen->event.reset();
55 
56  for ( size_t i=0; i<fPartIDs.size(); i++ )
57  {
58 
59  int particleID = fPartIDs[i]; // this is PDG - need to convert to Py8 ???
60 
61  double phi = (fMaxPhi-fMinPhi) * randomEngine().flat() + fMinPhi;
62  double ee = (fMaxE-fMinE) * randomEngine().flat() + fMinE;
63  double eta = (fMaxEta-fMinEta) * randomEngine().flat() + fMinEta;
64  double the = 2.*atan(exp(-eta));
65 
66  double mass = (fMasterGen->particleData).m0( particleID );
67 
68  double pp = sqrt( ee*ee - mass*mass );
69  double px = pp * sin(the) * cos(phi);
70  double py = pp * sin(the) * sin(phi);
71  double pz = pp * cos(the);
72 
73  if ( !((fMasterGen->particleData).isParticle( particleID )) )
74  {
75  particleID = std::fabs(particleID) ;
76  }
77  (fMasterGen->event).append( particleID, 1, 0, 0, px, py, pz, ee, mass );
78 
79 // Here also need to add anti-particle (if any)
80 // otherwise just add a 2nd particle of the same type
81 // (for example, gamma)
82 //
83  if ( fAddAntiParticle )
84  {
85  if ( (fMasterGen->particleData).isParticle( -particleID ) )
86  {
87  (fMasterGen->event).append( -particleID, 1, 0, 0, -px, -py, -pz, ee, mass );
88  }
89  else
90  {
91  (fMasterGen->event).append( particleID, 1, 0, 0, -px, -py, -pz, ee, mass );
92  }
93  }
94 
95  }
96 
97  if ( !fMasterGen->next() ) return false;
98 
99  if (evtgenDecays.get()) evtgenDecays->decay();
100 
101  event().reset(new HepMC::GenEvent);
102  return toHepMC.fill_next_event( fMasterGen->event, event().get() );
103 
104 }
int i
Definition: DBlmapReader.cc:9
bool fAddAntiParticle
Definition: Py8EGun.cc:30
std::auto_ptr< Pythia8::Pythia > fMasterGen
std::auto_ptr< EvtGenDecays > evtgenDecays
tuple pp
Definition: createTree.py:15
double fMinE
Definition: Py8EGun.cc:28
boost::dynamic_bitset append(const boost::dynamic_bitset<> &bs1, const boost::dynamic_bitset<> &bs2)
this method takes two bitsets bs1 and bs2 and returns result of bs2 appended to the end of bs1 ...
Sin< T >::type sin(const T &t)
Definition: Sin.h:22
double fMinPhi
Definition: Py8GunBase.h:59
double fMinEta
Definition: Py8EGun.cc:26
virtual double flat() override
Definition: P8RndmEngine.cc:7
std::auto_ptr< HepMC::GenEvent > & event()
T sqrt(T t)
Definition: SSEVec.h:18
double fMaxEta
Definition: Py8EGun.cc:27
Cos< T >::type cos(const T &t)
Definition: Cos.h:22
std::vector< int > fPartIDs
Definition: Py8GunBase.h:58
P8RndmEngine & randomEngine()
double fMaxE
Definition: Py8EGun.cc:29
Geom::Phi< T > phi() const
double fMaxPhi
Definition: Py8GunBase.h:60
HepMC::Pythia8ToHepMC toHepMC

Member Data Documentation

bool gen::Py8EGun::fAddAntiParticle
private

Definition at line 30 of file Py8EGun.cc.

Referenced by generatePartonsAndHadronize(), and Py8EGun().

double gen::Py8EGun::fMaxE
private

Definition at line 29 of file Py8EGun.cc.

Referenced by generatePartonsAndHadronize(), and Py8EGun().

double gen::Py8EGun::fMaxEta
private

Definition at line 27 of file Py8EGun.cc.

Referenced by generatePartonsAndHadronize(), and Py8EGun().

double gen::Py8EGun::fMinE
private

Definition at line 28 of file Py8EGun.cc.

Referenced by generatePartonsAndHadronize(), and Py8EGun().

double gen::Py8EGun::fMinEta
private

Definition at line 26 of file Py8EGun.cc.

Referenced by generatePartonsAndHadronize(), and Py8EGun().