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::Py8PtGun Class Reference
Inheritance diagram for gen::Py8PtGun:
gen::Py8GunBase gen::Py8InterfaceBase gen::BaseHadronizer

Public Member Functions

const char * classname () const override
 
bool generatePartonsAndHadronize () override
 
 Py8PtGun (edm::ParameterSet const &)
 
 ~Py8PtGun ()
 
- 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 fMaxEta
 
double fMaxPt
 
double fMinEta
 
double fMinPt
 

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 9 of file Py8PtGun.cc.

Constructor & Destructor Documentation

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

Definition at line 32 of file Py8PtGun.cc.

References fAddAntiParticle, fMaxEta, fMaxPt, fMinEta, fMinPt, and edm::ParameterSet::getParameter().

33  : Py8GunBase(ps)
34 {
35 
36  // ParameterSet defpset ;
37  edm::ParameterSet pgun_params =
38  ps.getParameter<edm::ParameterSet>("PGunParameters"); // , defpset ) ;
39  fMinEta = pgun_params.getParameter<double>("MinEta"); // ,-2.2);
40  fMaxEta = pgun_params.getParameter<double>("MaxEta"); // , 2.2);
41  fMinPt = pgun_params.getParameter<double>("MinPt"); // , 0.);
42  fMaxPt = pgun_params.getParameter<double>("MaxPt"); // , 0.);
43  fAddAntiParticle = pgun_params.getParameter<bool>("AddAntiParticle"); //, false) ;
44 
45 }
T getParameter(std::string const &) const
bool fAddAntiParticle
Definition: Py8PtGun.cc:26
double fMinPt
Definition: Py8PtGun.cc:24
double fMinEta
Definition: Py8PtGun.cc:22
Py8GunBase(edm::ParameterSet const &ps)
Definition: Py8GunBase.cc:15
double fMaxPt
Definition: Py8PtGun.cc:25
double fMaxEta
Definition: Py8PtGun.cc:23
gen::Py8PtGun::~Py8PtGun ( )
inline

Definition at line 14 of file Py8PtGun.cc.

14 {}

Member Function Documentation

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

Implements gen::Py8InterfaceBase.

Definition at line 115 of file Py8PtGun.cc.

116 {
117  return "Py8PtGun";
118 }
bool gen::Py8PtGun::generatePartonsAndHadronize ( )
overridevirtual

Implements gen::Py8InterfaceBase.

Definition at line 47 of file Py8PtGun.cc.

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

48 {
49 
50  fMasterGen->event.reset();
51 
52  for ( size_t i=0; i<fPartIDs.size(); i++ )
53  {
54 
55  int particleID = fPartIDs[i]; // this is PDG - need to convert to Py8 ???
56 
57  double phi = (fMaxPhi-fMinPhi) * randomEngine().flat() + fMinPhi;
58  double eta = (fMaxEta-fMinEta) * randomEngine().flat() + fMinEta;
59  double the = 2.*atan(exp(-eta));
60 
61  double pt = (fMaxPt-fMinPt) * randomEngine().flat() + fMinPt;
62 
63  double mass = (fMasterGen->particleData).m0( particleID );
64 
65  double pp = pt / sin(the); // sqrt( ee*ee - mass*mass );
66  double ee = sqrt( pp*pp + mass*mass );
67 
68  double px = pt * cos(phi);
69  double py = pt * sin(phi);
70  double pz = pp * cos(the);
71 
72  if ( !((fMasterGen->particleData).isParticle( particleID )) )
73  {
74  particleID = std::fabs(particleID) ;
75  }
76  if( 1<= fabs(particleID) && fabs(particleID) <= 6) // quarks
77  (fMasterGen->event).append( particleID, 23, 101, 0, px, py, pz, ee, mass );
78  else if (fabs(particleID) == 21) // gluons
79  (fMasterGen->event).append( 21, 23, 101, 102, px, py, pz, ee, mass );
80  else // other
81  (fMasterGen->event).append( particleID, 1, 0, 0, px, py, pz, ee, mass );
82 
83 // Here also need to add anti-particle (if any)
84 // otherwise just add a 2nd particle of the same type
85 // (for example, gamma)
86 //
87  if ( fAddAntiParticle )
88  {
89  if( 1 <= fabs(particleID) && fabs(particleID) <= 6){ // quarks
90  (fMasterGen->event).append( -particleID, 23, 0, 101, -px, -py, -pz, ee, mass );
91  }
92  else if (fabs(particleID) == 21){ // gluons
93  (fMasterGen->event).append( 21, 23, 102, 101, -px, -py, -pz, ee, mass );
94  }
95  else if ( (fMasterGen->particleData).isParticle( -particleID ) )
96  {
97  (fMasterGen->event).append( -particleID, 1, 0, 0, -px, -py, -pz, ee, mass );
98  }
99  else
100  {
101  (fMasterGen->event).append( particleID, 1, 0, 0, -px, -py, -pz, ee, mass );
102  }
103  }
104 
105  }
106 
107 
108  if ( !fMasterGen->next() ) return false;
109 
110  event().reset(new HepMC::GenEvent);
111  return toHepMC.fill_next_event( fMasterGen->event, event().get() );
112 
113 }
int i
Definition: DBlmapReader.cc:9
std::auto_ptr< Pythia8::Pythia > fMasterGen
tuple pp
Definition: createTree.py:15
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
virtual double flat() override
Definition: P8RndmEngine.cc:7
std::auto_ptr< HepMC::GenEvent > & event()
bool fAddAntiParticle
Definition: Py8PtGun.cc:26
T sqrt(T t)
Definition: SSEVec.h:18
Cos< T >::type cos(const T &t)
Definition: Cos.h:22
std::vector< int > fPartIDs
Definition: Py8GunBase.h:58
P8RndmEngine & randomEngine()
double fMinPt
Definition: Py8PtGun.cc:24
double fMinEta
Definition: Py8PtGun.cc:22
double fMaxPhi
Definition: Py8GunBase.h:60
HepMC::Pythia8ToHepMC toHepMC
double fMaxPt
Definition: Py8PtGun.cc:25
double fMaxEta
Definition: Py8PtGun.cc:23

Member Data Documentation

bool gen::Py8PtGun::fAddAntiParticle
private

Definition at line 26 of file Py8PtGun.cc.

Referenced by generatePartonsAndHadronize(), and Py8PtGun().

double gen::Py8PtGun::fMaxEta
private

Definition at line 23 of file Py8PtGun.cc.

Referenced by generatePartonsAndHadronize(), and Py8PtGun().

double gen::Py8PtGun::fMaxPt
private

Definition at line 25 of file Py8PtGun.cc.

Referenced by generatePartonsAndHadronize(), and Py8PtGun().

double gen::Py8PtGun::fMinEta
private

Definition at line 22 of file Py8PtGun.cc.

Referenced by generatePartonsAndHadronize(), and Py8PtGun().

double gen::Py8PtGun::fMinPt
private

Definition at line 24 of file Py8PtGun.cc.

Referenced by generatePartonsAndHadronize(), and Py8PtGun().