CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Private Member Functions | Private Attributes | Static Private Attributes
gen::PyquenHadronizer Class Reference

#include <PyquenHadronizer.h>

Inheritance diagram for gen::PyquenHadronizer:
gen::BaseHadronizer

Public Member Functions

const char * classname () const
 
bool decay ()
 
bool declareSpecialSettings (const std::vector< std::string > &)
 
bool declareStableParticles (const std::vector< int > &)
 
void finalizeEvent ()
 
bool generatePartonsAndHadronize ()
 
bool hadronize ()
 
bool initializeForExternalPartons ()
 
bool initializeForInternalPartons ()
 
 PyquenHadronizer (const edm::ParameterSet &, edm::ConsumesCollector &&)
 
bool readSettings (int)
 
bool residualDecay ()
 
bool select (HepMC::GenEvent *evtTry) const override
 
void statistics ()
 
 ~PyquenHadronizer () override
 
- Public Member Functions inherited from gen::BaseHadronizer
 BaseHadronizer (edm::ParameterSet const &ps)
 
void cleanLHE ()
 
void generateLHE (edm::LuminosityBlock const &lumi, CLHEP::HepRandomEngine *rengine, unsigned int ncpu)
 
edm::EventgetEDMEvent () const
 
std::unique_ptr< HepMC::GenEventgetGenEvent ()
 
std::unique_ptr
< GenEventInfoProduct
getGenEventInfo ()
 
virtual std::unique_ptr
< GenLumiInfoHeader
getGenLumiInfoHeader () const
 
GenRunInfoProductgetGenRunInfo ()
 
std::unique_ptr< lhef::LHEEventgetLHEEvent ()
 
const std::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 (std::unique_ptr< HepMC::GenEvent > event)
 
void resetEventInfo (std::unique_ptr< GenEventInfoProduct > eventInfo)
 
void setEDMEvent (edm::Event &event)
 
void setLHEEvent (std::unique_ptr< lhef::LHEEvent > event)
 
void setLHERunInfo (std::unique_ptr< lhef::LHERunInfo > runInfo)
 
void setRandomEngine (CLHEP::HepRandomEngine *v)
 
std::vector< std::string > const & sharedResources () const
 
virtual ~BaseHadronizer () noexcept(false)
 

Private Member Functions

void add_heavy_ion_rec (HepMC::GenEvent *evt)
 
void doSetRandomEngine (CLHEP::HepRandomEngine *v) override
 
std::vector< std::string > const & doSharedResources () const override
 
const char * nucleon ()
 
bool pyqpythia_init (const edm::ParameterSet &pset)
 
bool pyquen_init (const edm::ParameterSet &pset)
 
void rotateEvtPlane (HepMC::GenEvent *evt, double angle)
 

Private Attributes

double abeamtarget_
 beam/target atomic mass number More...
 
unsigned int angularspecselector_
 
double bfixed_
 fixed impact param (fm); valid only if cflag_=0 More...
 
double bmax_
 max impact param (fm); valid only if cflag_!=0 More...
 
double bmin_
 min impact param (fm); valid only if cflag_!=0 More...
 
int cflag_
 centrality flag =0 fixed impact param, <>0 minbias More...
 
double comenergy
 collision energy More...
 
bool docollisionalenloss_
 DEFAULT = true. More...
 
bool doIsospin_
 Run n&p with proper ratios; if false, only p+p collisions. More...
 
bool doquench_
 if true perform quenching (default = true) More...
 
bool doradiativeenloss_
 DEFAULT = true. More...
 
bool embedding_
 
double evtPlane_
 
std::string filterType_
 
HepMC::FourVector * fVertex_
 Event signal vertex. More...
 
unsigned int maxEventsToPrint_
 Events to print if verbosity. More...
 
unsigned int nquarkflavor_
 
double pfrac_
 Proton fraction in the nucleus. More...
 
int protonSide_
 
edm::ParameterSet pset_
 
Pythia6Servicepythia6Service_
 
bool pythiaHepMCVerbosity_
 HepMC verbosity flag. More...
 
unsigned int pythiaPylistVerbosity_
 Pythia PYLIST Verbosity flag. More...
 
double qgpt0_
 
double qgptau0_
 
BaseHiGenEvtSelectorselector_
 
std::vector< double > signalVtx_
 Pset double vector to set event signal vertex. More...
 
edm::EDGetTokenT
< CrossingFrame
< edm::HepMCProduct > > 
src_
 

Static Private Attributes

static const std::vector
< std::string > 
theSharedResources
 

Additional Inherited Members

- Protected Member Functions inherited from gen::BaseHadronizer
std::unique_ptr
< HepMC::GenEvent > & 
event ()
 
std::unique_ptr
< GenEventInfoProduct > & 
eventInfo ()
 
lhef::LHEEventlheEvent ()
 
lhef::LHERunInfolheRunInfo ()
 
GenRunInfoProductrunInfo ()
 
- Protected Attributes inherited from gen::BaseHadronizer
std::string lheFile_
 
int randomIndex_
 

Detailed Description

Definition at line 35 of file PyquenHadronizer.h.

Constructor & Destructor Documentation

PyquenHadronizer::PyquenHadronizer ( const edm::ParameterSet pset,
edm::ConsumesCollector &&  iC 
)

Definition at line 32 of file PyquenHadronizer.cc.

References cflag_, embedding_, edm::ParameterSet::exists(), filterType_, fVertex_, HiGenEvtSelectorFactory::get(), edm::ParameterSet::getUntrackedParameter(), HLT_FULL_cff::InputTag, LogDebug, maxEventsToPrint_, PYQVER, pythiaHepMCVerbosity_, pythiaPylistVerbosity_, selector_, signalVtx_, and src_.

33  : BaseHadronizer(pset),
34  pset_(pset),
35  abeamtarget_(pset.getParameter<double>("aBeamTarget")),
36  angularspecselector_(pset.getParameter<int>("angularSpectrumSelector")),
37  bmin_(pset.getParameter<double>("bMin")),
38  bmax_(pset.getParameter<double>("bMax")),
39  bfixed_(pset.getParameter<double>("bFixed")),
40  cflag_(pset.getParameter<int>("cFlag")),
41  comenergy(pset.getParameter<double>("comEnergy")),
42  doquench_(pset.getParameter<bool>("doQuench")),
43  doradiativeenloss_(pset.getParameter<bool>("doRadiativeEnLoss")),
44  docollisionalenloss_(pset.getParameter<bool>("doCollisionalEnLoss")),
45  doIsospin_(pset.getParameter<bool>("doIsospin")),
46  protonSide_(pset.getUntrackedParameter<int>("protonSide", 0)),
47  embedding_(pset.getParameter<bool>("embeddingMode")),
48  evtPlane_(0),
49  nquarkflavor_(pset.getParameter<int>("qgpNumQuarkFlavor")),
50  qgpt0_(pset.getParameter<double>("qgpInitialTemperature")),
51  qgptau0_(pset.getParameter<double>("qgpProperTimeFormation")),
52  maxEventsToPrint_(pset.getUntrackedParameter<int>("maxEventsToPrint", 1)),
53  fVertex_(nullptr),
54  pythiaHepMCVerbosity_(pset.getUntrackedParameter<bool>("pythiaHepMCVerbosity", false)),
55  pythiaPylistVerbosity_(pset.getUntrackedParameter<int>("pythiaPylistVerbosity", 0)),
57  filterType_(pset.getUntrackedParameter<string>("filterType", "None")) {
58  if (pset.exists("signalVtx"))
59  signalVtx_ = pset.getUntrackedParameter<std::vector<double> >("signalVtx");
60 
61  if (signalVtx_.size() == 4) {
62  if (!fVertex_)
63  fVertex_ = new HepMC::FourVector();
64  LogDebug("EventSignalVertex") << "Setting event signal vertex "
65  << " x = " << signalVtx_.at(0) << " y = " << signalVtx_.at(1)
66  << " z= " << signalVtx_.at(2) << " t = " << signalVtx_.at(3) << endl;
67  fVertex_->set(signalVtx_.at(0), signalVtx_.at(1), signalVtx_.at(2), signalVtx_.at(3));
68  }
69 
70  // Verbosity Level
71  // Valid PYLIST arguments are: 1, 2, 3, 5, 7, 11, 12, 13
72  LogDebug("PYLISTverbosity") << "Pythia PYLIST verbosity level = " << pythiaPylistVerbosity_ << endl;
73  // HepMC event verbosity Level
74  pythiaHepMCVerbosity_ = pset.getUntrackedParameter<bool>("pythiaHepMCVerbosity", false);
75  LogDebug("HepMCverbosity") << "Pythia HepMC verbosity = " << pythiaHepMCVerbosity_ << endl;
76 
77  //Max number of events printed on verbosity level
78  maxEventsToPrint_ = pset.getUntrackedParameter<int>("maxEventsToPrint", 0);
79  LogDebug("Events2Print") << "Number of events to be printed = " << maxEventsToPrint_ << endl;
80 
81  if (embedding_) {
82  cflag_ = 0;
84  pset.getUntrackedParameter<edm::InputTag>("backgroundLabel", edm::InputTag("mix", "generatorSmeared")));
85  }
87 
88  int cm = 1, va, vb, vc;
89  PYQVER(cm, va, vb, vc);
90  //HepMC::HEPEVT_Wrapper::set_max_number_entries(4000);
91 }
EDGetTokenT< ProductType > consumes(edm::InputTag const &tag)
T getUntrackedParameter(std::string const &, T const &) const
unsigned int maxEventsToPrint_
Events to print if verbosity.
BaseHadronizer(edm::ParameterSet const &ps)
bool exists(std::string const &parameterName) const
checks if a parameter exists
bool doradiativeenloss_
DEFAULT = true.
bool docollisionalenloss_
DEFAULT = true.
#define PYQVER
Definition: PyquenWrapper.h:22
double bmax_
max impact param (fm); valid only if cflag_!=0
double abeamtarget_
beam/target atomic mass number
int cflag_
centrality flag =0 fixed impact param, &lt;&gt;0 minbias
unsigned int pythiaPylistVerbosity_
Pythia PYLIST Verbosity flag.
bool doIsospin_
Run n&amp;p with proper ratios; if false, only p+p collisions.
static BaseHiGenEvtSelector * get(std::string, const edm::ParameterSet &)
unsigned int angularspecselector_
edm::EDGetTokenT< CrossingFrame< edm::HepMCProduct > > src_
HepMC::FourVector * fVertex_
Event signal vertex.
Pythia6Service * pythia6Service_
edm::ParameterSet pset_
unsigned int nquarkflavor_
bool doquench_
if true perform quenching (default = true)
T getParameter(std::string const &) const
Definition: ParameterSet.h:303
std::vector< double > signalVtx_
Pset double vector to set event signal vertex.
double comenergy
collision energy
bool pythiaHepMCVerbosity_
HepMC verbosity flag.
BaseHiGenEvtSelector * selector_
double bmin_
min impact param (fm); valid only if cflag_!=0
double bfixed_
fixed impact param (fm); valid only if cflag_=0
#define LogDebug(id)
PyquenHadronizer::~PyquenHadronizer ( )
override

Definition at line 94 of file PyquenHadronizer.cc.

References pythia6Service_.

94  {
95  // distructor
96  call_pystat(1);
97 
98  delete pythia6Service_;
99 }
Pythia6Service * pythia6Service_

Member Function Documentation

void PyquenHadronizer::add_heavy_ion_rec ( HepMC::GenEvent evt)
private

Definition at line 105 of file PyquenHadronizer.cc.

References evtPlane_, and plfpar.

Referenced by generatePartonsAndHadronize().

105  {
106  HepMC::HeavyIon* hi = new HepMC::HeavyIon(1, // Ncoll_hard
107  -1, // Npart_proj
108  -1, // Npart_targ
109  1, // Ncoll
110  -1, // spectator_neutrons
111  -1, // spectator_protons
112  -1, // N_Nwounded_collisions
113  -1, // Nwounded_N_collisions
114  -1, // Nwounded_Nwounded_collisions
115  plfpar.bgen, // impact_parameter in [fm]
116  evtPlane_, // event_plane_angle
117  0, // eccentricity
118  -1 // sigma_inel_NN
119  );
120 
121  evt->set_heavy_ion(*hi);
122 
123  delete hi;
124 }
#define plfpar
Definition: PyquenWrapper.h:27
const char * PyquenHadronizer::classname ( ) const

Definition at line 374 of file PyquenHadronizer.cc.

374 { return "gen::PyquenHadronizer"; }
bool PyquenHadronizer::decay ( )

Definition at line 366 of file PyquenHadronizer.cc.

366 { return true; }
bool gen::PyquenHadronizer::declareSpecialSettings ( const std::vector< std::string > &  )
inline

Definition at line 48 of file PyquenHadronizer.h.

48 { return true; }
bool PyquenHadronizer::declareStableParticles ( const std::vector< int > &  _pdg)

Definition at line 349 of file PyquenHadronizer.cc.

References gen::call_pygive(), gather_cfg::cout, mps_fire::i, and gen::pycomp_().

349  {
350  std::vector<int> pdg = _pdg;
351  for (size_t i = 0; i < pdg.size(); i++) {
352  int pyCode = pycomp_(pdg[i]);
353  std::ostringstream pyCard;
354  pyCard << "MDCY(" << pyCode << ",1)=0";
355  std::cout << pyCard.str() << std::endl;
356  call_pygive(pyCard.str());
357  }
358 
359  return true;
360 }
bool call_pygive(const std::string &line)
int pycomp_(int &)
tuple cout
Definition: gather_cfg.py:144
void PyquenHadronizer::doSetRandomEngine ( CLHEP::HepRandomEngine *  v)
overrideprivatevirtual

Reimplemented from gen::BaseHadronizer.

Definition at line 102 of file PyquenHadronizer.cc.

References pythia6Service_, and gen::Pythia6Service::setRandomEngine().

double v[5][pyjets_maxn]
Pythia6Service * pythia6Service_
void setRandomEngine(CLHEP::HepRandomEngine *v)
std::vector<std::string> const& gen::PyquenHadronizer::doSharedResources ( ) const
inlineoverrideprivatevirtual

Reimplemented from gen::BaseHadronizer.

Definition at line 56 of file PyquenHadronizer.h.

References theSharedResources.

56 { return theSharedResources; }
static const std::vector< std::string > theSharedResources
void PyquenHadronizer::finalizeEvent ( )

Definition at line 370 of file PyquenHadronizer.cc.

370 {}
bool PyquenHadronizer::generatePartonsAndHadronize ( )

Definition at line 127 of file PyquenHadronizer.cc.

References abeamtarget_, add_heavy_ion_rec(), bfixed_, bmax_, bmin_, cflag_, comenergy, gather_cfg::cout, doIsospin_, doquench_, alignCSCRings::e, embedding_, gen::BaseHadronizer::event(), evtPlane_, Exception, fVertex_, edm::Event::getByToken(), gen::BaseHadronizer::getEDMEvent(), edm::HepMCProduct::GetEvent(), edm::HepMCProduct::isVtxGenApplied(), reco_application_tbsim_DetSim-Digi_cfg::mix, nucleon(), edm::Handle< T >::product(), protonSide_, gen::pyexec_(), pypars, PYQUEN, pyquen_hepevtio, pythia6Service_, rotateEvtPlane(), and src_.

127  {
128  Pythia6Service::InstanceWrapper guard(pythia6Service_);
129 
130  // Not possible to retrieve impact paramter and event plane info
131  // at this part, need to overwrite filter() in
132  // PyquenGeneratorFilter
133 
134  if (embedding_) {
135  const edm::Event& e = getEDMEvent();
136  HepMC::GenVertex* genvtx = nullptr;
137  const HepMC::GenEvent* inev = nullptr;
139  e.getByToken(src_, cf);
141  if (mix.size() < 1) {
142  throw cms::Exception("MatchVtx") << "Mixing has " << mix.size() << " sub-events, should have been at least 1"
143  << endl;
144  }
145  const HepMCProduct& bkg = mix.getObject(0);
146  if (!(bkg.isVtxGenApplied())) {
147  throw cms::Exception("MatchVtx") << "Input background does not have smeared vertex!" << endl;
148  } else {
149  inev = bkg.GetEvent();
150  }
151 
152  genvtx = inev->signal_process_vertex();
153 
154  if (!genvtx)
155  throw cms::Exception("MatchVtx") << "Input background does not have signal process vertex!" << endl;
156 
157  double aX, aY, aZ, aT;
158 
159  aX = genvtx->position().x();
160  aY = genvtx->position().y();
161  aZ = genvtx->position().z();
162  aT = genvtx->position().t();
163 
164  if (!fVertex_) {
165  fVertex_ = new HepMC::FourVector();
166  }
167 
168  //LogInfo("MatchVtx")
169  std::cout << " setting vertex "
170  << " aX " << aX << " aY " << aY << " aZ " << aZ << " aT " << aT << endl;
171  fVertex_->set(aX, aY, aZ, aT);
172 
173  const HepMC::HeavyIon* hi = inev->heavy_ion();
174 
175  if (hi) {
176  bfixed_ = hi->impact_parameter();
177  evtPlane_ = hi->event_plane_angle();
178  } else {
179  LogWarning("EventEmbedding") << "Background event does not have heavy ion record!";
180  }
181  }
182 
183  // Generate PYQUEN event
184  // generate single partonic PYTHIA jet event
185 
186  // Take into account whether it's a nn or pp or pn interaction
187  if (doIsospin_) {
188  string projN = "p";
189  string targN = "p";
190  if (protonSide_ != 1)
191  projN = nucleon();
192  if (protonSide_ != 2)
193  targN = nucleon();
194  call_pyinit("CMS", projN.data(), targN.data(), comenergy);
195  }
196  call_pyevnt();
197 
198  // call PYQUEN to apply parton rescattering and energy loss
199  // if doQuench=FALSE, it is pure PYTHIA
200  if (doquench_) {
202  edm::LogInfo("PYQUENinAction") << "##### Calling PYQUEN(" << abeamtarget_ << "," << cflag_ << "," << bfixed_
203  << ") ####";
204  } else {
205  edm::LogInfo("PYQUENinAction") << "##### Calling PYQUEN: QUENCHING OFF!! This is just PYTHIA !!!! ####";
206  }
207 
208  // call PYTHIA to finish the hadronization
209  pyexec_();
210 
211  // fill the HEPEVT with the PYJETS event record
212  call_pyhepc(1);
213 
214  // event information
215  // pyquen_hepevtio.set_trust_mothers_before_daughters(true);
216  HepMC::GenEvent* evt = pyquen_hepevtio.read_next_event();
217 
218  evt->set_signal_process_id(pypars.msti[0]); // type of the process
219  evt->set_event_scale(pypars.pari[16]); // Q^2
220 
221  if (embedding_)
223  add_heavy_ion_rec(evt);
224 
225  if (fVertex_) {
226  // Copy the HepMC::GenEvent
227  std::unique_ptr<edm::HepMCProduct> HepMCEvt(new edm::HepMCProduct(evt));
228 
229  HepMCEvt->applyVtxGen(fVertex_);
230  evt = new HepMC::GenEvent((*HepMCEvt->GetEvent()));
231  }
232 
233  // HepMC::HEPEVT_Wrapper::check_hepevt_consistency();
234 
235  event().reset(evt);
236 
237  return true;
238 }
bool getByToken(EDGetToken token, Handle< PROD > &result) const
Definition: Event.h:539
void rotateEvtPlane(HepMC::GenEvent *evt, double angle)
double bmax_
max impact param (fm); valid only if cflag_!=0
double abeamtarget_
beam/target atomic mass number
int cflag_
centrality flag =0 fixed impact param, &lt;&gt;0 minbias
bool doIsospin_
Run n&amp;p with proper ratios; if false, only p+p collisions.
edm::EDGetTokenT< CrossingFrame< edm::HepMCProduct > > src_
HepMC::FourVector * fVertex_
Event signal vertex.
void add_heavy_ion_rec(HepMC::GenEvent *evt)
Pythia6Service * pythia6Service_
std::unique_ptr< HepMC::GenEvent > & event()
Log< level::Info, false > LogInfo
#define pypars
const HepMC::GenEvent * GetEvent() const
Definition: HepMCProduct.h:37
T const * product() const
Definition: Handle.h:70
bool doquench_
if true perform quenching (default = true)
bool isVtxGenApplied() const
Definition: HepMCProduct.h:39
double comenergy
collision energy
tuple cout
Definition: gather_cfg.py:144
double bmin_
min impact param (fm); valid only if cflag_!=0
#define PYQUEN
Definition: PyquenWrapper.h:17
double bfixed_
fixed impact param (fm); valid only if cflag_=0
Log< level::Warning, false > LogWarning
edm::Event & getEDMEvent() const
HepMC::IO_HEPEVT pyquen_hepevtio
void pyexec_()
bool PyquenHadronizer::hadronize ( )

Definition at line 364 of file PyquenHadronizer.cc.

364 { return false; }
bool gen::PyquenHadronizer::initializeForExternalPartons ( )
bool PyquenHadronizer::initializeForInternalPartons ( )

Definition at line 257 of file PyquenHadronizer.cc.

References comenergy, and pythia6Service_.

257  {
258  Pythia6Service::InstanceWrapper guard(pythia6Service_);
259 
260  // Call PYTHIA
261  call_pyinit("CMS", "p", "p", comenergy);
262 
263  return true;
264 }
Pythia6Service * pythia6Service_
double comenergy
collision energy
const char * PyquenHadronizer::nucleon ( )
private

Definition at line 308 of file PyquenHadronizer.cc.

References pfrac_, and gen::pyr_().

Referenced by generatePartonsAndHadronize().

308  {
309  int* dummy = nullptr;
310  double random = gen::pyr_(dummy);
311  const char* nuc = nullptr;
312  if (random > pfrac_)
313  nuc = "n";
314  else
315  nuc = "p";
316 
317  return nuc;
318 }
double pyr_(int *idummy)
double pfrac_
Proton fraction in the nucleus.
bool PyquenHadronizer::pyqpythia_init ( const edm::ParameterSet pset)
private

Definition at line 267 of file PyquenHadronizer.cc.

References gen::call_pygive().

Referenced by readSettings().

267  {
268  //Turn Hadronization Off whether or not there is quenching
269  // PYEXEC is called later anyway
270  string sHadOff("MSTP(111)=0");
271  gen::call_pygive(sHadOff);
272 
273  return true;
274 }
bool call_pygive(const std::string &line)
bool PyquenHadronizer::pyquen_init ( const edm::ParameterSet pset)
private

Definition at line 277 of file PyquenHadronizer.cc.

References angularspecselector_, docollisionalenloss_, doradiativeenloss_, nquarkflavor_, pyqpar, qgpt0_, and qgptau0_.

Referenced by readSettings().

277  {
278  // PYQUEN initialization
279 
280  // angular emitted gluon spectrum selection
281  pyqpar.ianglu = angularspecselector_;
282 
283  // type of medium induced partonic energy loss
285  edm::LogInfo("PYQUENinEnLoss") << "##### PYQUEN: Radiative AND Collisional partonic energy loss ON ####";
286  pyqpar.ienglu = 0;
287  } else if (doradiativeenloss_) {
288  edm::LogInfo("PYQUENinRad") << "##### PYQUEN: Only RADIATIVE partonic energy loss ON ####";
289  pyqpar.ienglu = 1;
290  } else if (docollisionalenloss_) {
291  edm::LogInfo("PYQUENinColl") << "##### PYQUEN: Only COLLISIONAL partonic energy loss ON ####";
292  pyqpar.ienglu = 2;
293  } else {
294  edm::LogInfo("PYQUENinEnLoss") << "##### PYQUEN: Radiative AND Collisional partonic energy loss ON ####";
295  pyqpar.ienglu = 0;
296  }
297 
298  // number of active quark flavors in qgp
299  pyqpar.nfu = nquarkflavor_;
300  // initial temperature of QGP
301  pyqpar.T0u = qgpt0_;
302  // proper time of QGP formation
303  pyqpar.tau0u = qgptau0_;
304 
305  return true;
306 }
bool doradiativeenloss_
DEFAULT = true.
bool docollisionalenloss_
DEFAULT = true.
unsigned int angularspecselector_
Log< level::Info, false > LogInfo
unsigned int nquarkflavor_
#define pyqpar
bool PyquenHadronizer::readSettings ( int  )

Definition at line 240 of file PyquenHadronizer.cc.

References abeamtarget_, pfrac_, funct::pow(), pset_, pyqpythia_init(), pyquen_init(), pythia6Service_, gen::Pythia6Service::setCSAParams(), and gen::Pythia6Service::setGeneralParams().

240  {
241  Pythia6Service::InstanceWrapper guard(pythia6Service_);
244 
245  //Proton to Nucleon fraction
246  pfrac_ = 1. / (1.98 + 0.015 * pow(abeamtarget_, 2. / 3));
247 
248  //initialize pythia
250 
251  //initilize pyquen
253 
254  return true;
255 }
bool pyquen_init(const edm::ParameterSet &pset)
double abeamtarget_
beam/target atomic mass number
Pythia6Service * pythia6Service_
edm::ParameterSet pset_
bool pyqpythia_init(const edm::ParameterSet &pset)
double pfrac_
Proton fraction in the nucleus.
Power< A, B >::type pow(const A &a, const B &b)
Definition: Power.h:29
bool PyquenHadronizer::residualDecay ( )

Definition at line 368 of file PyquenHadronizer.cc.

368 { return true; }
void PyquenHadronizer::rotateEvtPlane ( HepMC::GenEvent evt,
double  angle 
)
private

Definition at line 320 of file PyquenHadronizer.cc.

References funct::cos(), funct::sin(), and submitPVValidationJobs::t.

Referenced by generatePartonsAndHadronize().

320  {
321  double sinphi0 = sin(angle);
322  double cosphi0 = cos(angle);
323 
324  for (HepMC::GenEvent::vertex_iterator vt = evt->vertices_begin(); vt != evt->vertices_end(); ++vt) {
325  double x0 = (*vt)->position().x();
326  double y0 = (*vt)->position().y();
327  double z = (*vt)->position().z();
328  double t = (*vt)->position().t();
329 
330  double x = x0 * cosphi0 - y0 * sinphi0;
331  double y = y0 * cosphi0 + x0 * sinphi0;
332 
333  (*vt)->set_position(HepMC::FourVector(x, y, z, t));
334  }
335 
336  for (HepMC::GenEvent::particle_iterator vt = evt->particles_begin(); vt != evt->particles_end(); ++vt) {
337  double x0 = (*vt)->momentum().x();
338  double y0 = (*vt)->momentum().y();
339  double z = (*vt)->momentum().z();
340  double t = (*vt)->momentum().t();
341 
342  double x = x0 * cosphi0 - y0 * sinphi0;
343  double y = y0 * cosphi0 + x0 * sinphi0;
344 
345  (*vt)->set_momentum(HepMC::FourVector(x, y, z, t));
346  }
347 }
Sin< T >::type sin(const T &t)
Definition: Sin.h:22
Cos< T >::type cos(const T &t)
Definition: Cos.h:22
VertexRefVector::iterator vertex_iterator
iterator over a vector of references to Vertex objects in the same collection
Definition: VertexFwd.h:19
T angle(T x1, T y1, T z1, T x2, T y2, T z2)
Definition: angle.h:11
bool gen::PyquenHadronizer::select ( HepMC::GenEvent evtTry) const
inlineoverridevirtual

Reimplemented from gen::BaseHadronizer.

Definition at line 49 of file PyquenHadronizer.h.

References BaseHiGenEvtSelector::filter(), and selector_.

49 { return selector_->filter(evtTry); }
virtual bool filter(HepMC::GenEvent *)
BaseHiGenEvtSelector * selector_
void PyquenHadronizer::statistics ( )

Definition at line 372 of file PyquenHadronizer.cc.

372 {}

Member Data Documentation

double gen::PyquenHadronizer::abeamtarget_
private

beam/target atomic mass number

Definition at line 68 of file PyquenHadronizer.h.

Referenced by generatePartonsAndHadronize(), and readSettings().

unsigned int gen::PyquenHadronizer::angularspecselector_
private

angular emitted gluon spectrum selection DEFAULT= 0 – small angular emitted gluon spectrum = 1 – broad angular emitted gluon spectrum = 2 – collinear angular emitted gluon spectrum

Definition at line 69 of file PyquenHadronizer.h.

Referenced by pyquen_init().

double gen::PyquenHadronizer::bfixed_
private

fixed impact param (fm); valid only if cflag_=0

Definition at line 75 of file PyquenHadronizer.h.

Referenced by generatePartonsAndHadronize().

double gen::PyquenHadronizer::bmax_
private

max impact param (fm); valid only if cflag_!=0

Definition at line 74 of file PyquenHadronizer.h.

Referenced by generatePartonsAndHadronize().

double gen::PyquenHadronizer::bmin_
private

min impact param (fm); valid only if cflag_!=0

Definition at line 73 of file PyquenHadronizer.h.

Referenced by generatePartonsAndHadronize().

int gen::PyquenHadronizer::cflag_
private

centrality flag =0 fixed impact param, <>0 minbias

Definition at line 76 of file PyquenHadronizer.h.

Referenced by generatePartonsAndHadronize(), and PyquenHadronizer().

double gen::PyquenHadronizer::comenergy
private

collision energy

Definition at line 77 of file PyquenHadronizer.h.

Referenced by generatePartonsAndHadronize(), and initializeForInternalPartons().

bool gen::PyquenHadronizer::docollisionalenloss_
private

DEFAULT = true.

Definition at line 80 of file PyquenHadronizer.h.

Referenced by pyquen_init().

bool gen::PyquenHadronizer::doIsospin_
private

Run n&p with proper ratios; if false, only p+p collisions.

Definition at line 81 of file PyquenHadronizer.h.

Referenced by generatePartonsAndHadronize().

bool gen::PyquenHadronizer::doquench_
private

if true perform quenching (default = true)

Definition at line 78 of file PyquenHadronizer.h.

Referenced by generatePartonsAndHadronize().

bool gen::PyquenHadronizer::doradiativeenloss_
private

DEFAULT = true.

Definition at line 79 of file PyquenHadronizer.h.

Referenced by pyquen_init().

bool gen::PyquenHadronizer::embedding_
private

Definition at line 83 of file PyquenHadronizer.h.

Referenced by generatePartonsAndHadronize(), and PyquenHadronizer().

double gen::PyquenHadronizer::evtPlane_
private

Definition at line 84 of file PyquenHadronizer.h.

Referenced by add_heavy_ion_rec(), and generatePartonsAndHadronize().

std::string gen::PyquenHadronizer::filterType_
private

Definition at line 104 of file PyquenHadronizer.h.

Referenced by PyquenHadronizer().

HepMC::FourVector* gen::PyquenHadronizer::fVertex_
private

Event signal vertex.

Definition at line 95 of file PyquenHadronizer.h.

Referenced by generatePartonsAndHadronize(), and PyquenHadronizer().

unsigned int gen::PyquenHadronizer::maxEventsToPrint_
private

Events to print if verbosity.

Definition at line 93 of file PyquenHadronizer.h.

Referenced by PyquenHadronizer().

unsigned int gen::PyquenHadronizer::nquarkflavor_
private

number of active quark flavors in qgp DEFAULT=0; allowed values: 0,1,2,3.

Definition at line 87 of file PyquenHadronizer.h.

Referenced by pyquen_init().

double gen::PyquenHadronizer::pfrac_
private

Proton fraction in the nucleus.

Definition at line 85 of file PyquenHadronizer.h.

Referenced by nucleon(), and readSettings().

int gen::PyquenHadronizer::protonSide_
private

Definition at line 82 of file PyquenHadronizer.h.

Referenced by generatePartonsAndHadronize().

edm::ParameterSet gen::PyquenHadronizer::pset_
private

Definition at line 67 of file PyquenHadronizer.h.

Referenced by readSettings().

Pythia6Service* gen::PyquenHadronizer::pythia6Service_
private
bool gen::PyquenHadronizer::pythiaHepMCVerbosity_
private

HepMC verbosity flag.

Definition at line 98 of file PyquenHadronizer.h.

Referenced by PyquenHadronizer().

unsigned int gen::PyquenHadronizer::pythiaPylistVerbosity_
private

Pythia PYLIST Verbosity flag.

Definition at line 99 of file PyquenHadronizer.h.

Referenced by PyquenHadronizer().

double gen::PyquenHadronizer::qgpt0_
private

initial temperature of QGP DEFAULT = 1GeV; allowed range [0.2,2.0]GeV;

Definition at line 89 of file PyquenHadronizer.h.

Referenced by pyquen_init().

double gen::PyquenHadronizer::qgptau0_
private

proper time of QGP formation DEFAULT = 0.1 fm/c; allowed range [0.01,10.0]fm/c;

Definition at line 91 of file PyquenHadronizer.h.

Referenced by pyquen_init().

BaseHiGenEvtSelector* gen::PyquenHadronizer::selector_
private

Definition at line 105 of file PyquenHadronizer.h.

Referenced by PyquenHadronizer(), and select().

std::vector<double> gen::PyquenHadronizer::signalVtx_
private

Pset double vector to set event signal vertex.

Definition at line 96 of file PyquenHadronizer.h.

Referenced by PyquenHadronizer().

edm::EDGetTokenT<CrossingFrame<edm::HepMCProduct> > gen::PyquenHadronizer::src_
private

Definition at line 102 of file PyquenHadronizer.h.

Referenced by generatePartonsAndHadronize(), and PyquenHadronizer().

const std::vector< std::string > PyquenHadronizer::theSharedResources
staticprivate