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 Member Functions | Private Attributes
gen::AMPTHadronizer Class Reference

#include <AMPTHadronizer.h>

Inheritance diagram for gen::AMPTHadronizer:
gen::BaseHadronizer

Public Member Functions

 AMPTHadronizer (const edm::ParameterSet &)
 
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 ()
 
bool readSettings (int)
 
bool residualDecay ()
 
void statistics ()
 
virtual ~AMPTHadronizer ()
 
- Public Member Functions inherited from gen::BaseHadronizer
 BaseHadronizer (edm::ParameterSet const &ps)
 
edm::EventgetEDMEvent () const
 
HepMC::GenEvent * getGenEvent ()
 
GenEventInfoProductgetGenEventInfo ()
 
GenRunInfoProductgetGenRunInfo ()
 
const boost::shared_ptr
< lhef::LHERunInfo > & 
getLHERunInfo () const
 
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)
 
 ~BaseHadronizer ()
 

Private Member Functions

void add_heavy_ion_rec (HepMC::GenEvent *evt)
 
bool ampt_init (const edm::ParameterSet &pset)
 
HepMC::GenParticle * build_ampt (int index, int barcode)
 
HepMC::GenVertex * build_ampt_vertex (int i, int id)
 
bool call_amptset (double efrm, std::string frame, std::string proj, std::string targ, int iap, int izp, int iat, int izt)
 
bool get_particles (HepMC::GenEvent *evt)
 
void rotateEvtPlane ()
 

Private Attributes

double alpha_
 
int amptmode_
 
double bmax_
 
double bmin_
 
double cosphi0_
 
int deuteronfactor_
 
int deuteronmode_
 
int deuteronxsec_
 
int diquarkembedding_
 
double diquarkpx_
 
double diquarkpy_
 
double diquarkx_
 
double diquarky_
 
int doInitialAndFinalRadiation_
 
double dpcoal_
 
double drcoal_
 
double dt_
 
double efrm_
 
HepMC::GenEvent * evt
 
std::string frame_
 
int iap_
 
int iat_
 
int izp_
 
int izpc_
 
int izt_
 
bool ks0decay_
 
int ktkick_
 
int maxmiss_
 
double minijetpt_
 
double mu_
 
int nsembd_
 
int ntmax_
 
double phi0_
 
bool phidecay_
 
bool popcornmode_
 
double popcornpar_
 
std::string proj_
 
double psembd_
 
edm::ParameterSet pset_
 
double pthard_
 
bool quenchingmode_
 
double quenchingpar_
 
bool rotate_
 
double shadowingfactor_
 
bool shadowingmode_
 
bool shadowingmodflag_
 
double sinphi0_
 
double stringFragA_
 
double stringFragB_
 
std::string targ_
 
double tmaxembd_
 

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 ()
 

Detailed Description

Definition at line 32 of file AMPTHadronizer.h.

Constructor & Destructor Documentation

AMPTHadronizer::AMPTHadronizer ( const edm::ParameterSet pset)

Definition at line 54 of file AMPTHadronizer.cc.

References _amptRandomEngine, and edm::RandomNumberGenerator::getEngine().

54  :
55  BaseHadronizer(pset),
56  evt(0),
57  pset_(pset),
58  bmax_(pset.getParameter<double>("bMax")),
59  bmin_(pset.getParameter<double>("bMin")),
60  efrm_(pset.getParameter<double>("comEnergy")),
61  frame_(pset.getParameter<string>("frame")),
62  proj_(pset.getParameter<string>("proj")),
63  targ_(pset.getParameter<string>("targ")),
64  iap_(pset.getParameter<int>("iap")),
65  izp_(pset.getParameter<int>("izp")),
66  iat_(pset.getParameter<int>("iat")),
67  izt_(pset.getParameter<int>("izt")),
68  amptmode_(pset.getParameter<int>("amptmode")),
69  ntmax_(pset.getParameter<int>("ntmax")),
70  dt_(pset.getParameter<double>("dt")),
71  stringFragA_(pset.getParameter<double>("stringFragA")),
72  stringFragB_(pset.getParameter<double>("stringFragB")),
73  popcornmode_(pset.getParameter<bool>("popcornmode")),
74  popcornpar_(pset.getParameter<double>("popcornpar")),
75  shadowingmode_(pset.getParameter<bool>("shadowingmode")),
76  quenchingmode_(pset.getParameter<bool>("quenchingmode")),
77  quenchingpar_(pset.getParameter<double>("quenchingpar")),
78  pthard_(pset.getParameter<double>("pthard")),
79  mu_(pset.getParameter<double>("mu")),
80  izpc_(pset.getParameter<int>("izpc")),
81  alpha_(pset.getParameter<double>("alpha")),
82  dpcoal_(pset.getParameter<double>("dpcoal")),
83  drcoal_(pset.getParameter<double>("drcoal")),
84  ks0decay_(pset.getParameter<bool>("ks0decay")),
85  phidecay_(pset.getParameter<bool>("phidecay")),
86  deuteronmode_(pset.getParameter<int>("deuteronmode")),
87  deuteronfactor_(pset.getParameter<int>("deuteronfactor")),
88  deuteronxsec_(pset.getParameter<int>("deuteronxsec")),
89  minijetpt_(pset.getParameter<double>("minijetpt")),
90  maxmiss_(pset.getParameter<int>("maxmiss")),
91  doInitialAndFinalRadiation_(pset.getParameter<int>("doInitialAndFinalRadiation")),
92  ktkick_(pset.getParameter<int>("ktkick")),
93  diquarkembedding_(pset.getParameter<int>("diquarkembedding")),
94  diquarkpx_(pset.getParameter<double>("diquarkpx")),
95  diquarkpy_(pset.getParameter<double>("diquarkpy")),
96  diquarkx_(pset.getParameter<double>("diquarkx")),
97  diquarky_(pset.getParameter<double>("diquarky")),
98  phi0_(0.),
99  sinphi0_(0.),
100  cosphi0_(1.),
101  rotate_(pset.getParameter<bool>("rotateEventPlane"))
102 {
103  // Default constructor
105  _amptRandomEngine = &(rng->getEngine());
106 }
T getParameter(std::string const &) const
HepMC::GenEvent * evt
CLHEP::HepRandomEngine * _amptRandomEngine
BaseHadronizer(edm::ParameterSet const &ps)
virtual CLHEP::HepRandomEngine & getEngine() const =0
Use this to get the random number engine, this is the only function most users should call...
edm::ParameterSet pset_
AMPTHadronizer::~AMPTHadronizer ( )
virtual

Definition at line 110 of file AMPTHadronizer.cc.

111 {
112 }

Member Function Documentation

void AMPTHadronizer::add_heavy_ion_rec ( HepMC::GenEvent *  evt)
private

Definition at line 115 of file AMPTHadronizer.cc.

References hmain1, hparnt, and phi0_.

Referenced by generatePartonsAndHadronize().

116 {
117  // heavy ion record in the final CMSSW Event
118  HepMC::HeavyIon* hi = new HepMC::HeavyIon(
119  hmain1.jatt, // Ncoll_hard/N of SubEvents
120  hmain1.np, // Npart_proj
121  hmain1.nt, // Npart_targ
122  hmain1.n0+hmain1.n01+hmain1.n10+hmain1.n11, // Ncoll
123  0, // spectator_neutrons
124  0, // spectator_protons
125  hmain1.n01, // N_Nwounded_collisions
126  hmain1.n10, // Nwounded_N_collisions
127  hmain1.n11, // Nwounded_Nwounded_collisions
128  hparnt.hint1[18], // impact_parameter in [fm]
129  phi0_, // event_plane_angle
130  0, // eccentricity
131  hparnt.hint1[11] // sigma_inel_NN
132  );
133  evt->set_heavy_ion(*hi);
134  delete hi;
135 }
HepMC::GenEvent * evt
#define hparnt
Definition: AMPTWrapper.h:60
#define hmain1
Definition: AMPTWrapper.h:40
bool AMPTHadronizer::ampt_init ( const edm::ParameterSet pset)
private

Definition at line 263 of file AMPTHadronizer.cc.

References alpha_, amptmode_, anim, coal, deuteronfactor_, deuteronmode_, deuteronxsec_, diquarkembedding_, diquarkpx_, diquarkpy_, diquarkx_, diquarky_, doInitialAndFinalRadiation_, dpcoal_, drcoal_, dt_, embed, hparnt, input1, input2, izpc_, ks0decay_, ktkick_, ludat1, maxmiss_, minijetpt_, mu_, ntmax_, para2, para8, phidcy, phidecay_, popcorn, popcornmode_, popcornpar_, pthard_, quenchingmode_, quenchingpar_, resdcy, shadowingmode_, stringFragA_, and stringFragB_.

Referenced by initializeForInternalPartons().

264 {
265  anim.isoft=amptmode_;
266  input2.ntmax=ntmax_;
267  input1.dt=dt_;
268  ludat1.parj[40]=stringFragA_;
269  ludat1.parj[41]=stringFragB_;
270  popcorn.ipop=popcornmode_;
271  ludat1.parj[4]=popcornpar_;
272  hparnt.ihpr2[5]=shadowingmode_;
273  hparnt.ihpr2[3]=quenchingmode_;
274  hparnt.hipr1[13]=quenchingpar_;
275  hparnt.hipr1[7]=pthard_;
276  para2.xmu=mu_;
277  anim.izpc=izpc_;
278  para2.alpha=alpha_;
279  coal.dpcoal=dpcoal_;
280  coal.drcoal=drcoal_;
281  resdcy.iksdcy=ks0decay_;
282  phidcy.iphidcy=phidecay_;
283  para8.idpert=deuteronmode_;
284  para8.npertd=deuteronfactor_;
285  para8.idxsec=deuteronxsec_;
286  phidcy.pttrig=minijetpt_;
287  phidcy.maxmiss=maxmiss_;
289  hparnt.ihpr2[4]=ktkick_;
290  embed.iembed=diquarkembedding_;
291  embed.pxqembd=diquarkpx_;
292  embed.pyqembd=diquarkpy_;
293  embed.xembd=diquarkx_;
294  embed.yembd=diquarky_;
295 
296  return true;
297 }
#define popcorn
Definition: AMPTWrapper.h:185
#define ludat1
Definition: AMPTWrapper.h:70
#define phidcy
Definition: AMPTWrapper.h:167
#define hparnt
Definition: AMPTWrapper.h:60
#define anim
Definition: AMPTWrapper.h:80
#define input2
Definition: AMPTWrapper.h:149
#define embed
Definition: AMPTWrapper.h:178
#define resdcy
Definition: AMPTWrapper.h:157
#define para2
Definition: AMPTWrapper.h:100
#define input1
Definition: AMPTWrapper.h:129
#define para8
Definition: AMPTWrapper.h:118
#define coal
Definition: AMPTWrapper.h:89
HepMC::GenParticle * AMPTHadronizer::build_ampt ( int  index,
int  barcode 
)
private

Definition at line 138 of file AMPTHadronizer.cc.

References cosphi0_, alignCSCRings::e, configurableAnalysis::GenParticle, hbt, getHLTprescales::index, INVFLV, m, gen::p, sinphi0_, mathSSE::sqrt(), and ntuplemaker::status.

Referenced by get_particles().

139 {
140  // Build particle object corresponding to index in ampt
141 
142  float px0 = hbt.plast[index][0];
143  float py0 = hbt.plast[index][1];
144  float pz0 = hbt.plast[index][2];
145  float m = hbt.plast[index][3];
146 
147  float px = px0*cosphi0_-py0*sinphi0_;
148  float py = py0*cosphi0_+px0*sinphi0_;
149  float pz = pz0;
150  float e = sqrt(px*px+py*py+pz*pz+m*m);
151  int status = 1;
152 
154  HepMC::FourVector(px,
155  py,
156  pz,
157  e),
158  INVFLV(hbt.lblast[index]),// id
159  status // status
160  );
161 
162  p->suggest_barcode(barcode);
163  return p;
164 }
#define hbt
Definition: AMPTWrapper.h:50
double p[5][pyjets_maxn]
T sqrt(T t)
Definition: SSEVec.h:46
tuple status
Definition: ntuplemaker.py:245
#define INVFLV
Definition: AMPTWrapper.h:24
HepMC::GenVertex * AMPTHadronizer::build_ampt_vertex ( int  i,
int  id 
)
private

Definition at line 167 of file AMPTHadronizer.cc.

Referenced by get_particles().

168 {
169  // build verteces for the ampt stored events
170  HepMC::GenVertex* vertex = new HepMC::GenVertex(HepMC::FourVector(0,0,0,0),id);
171  return vertex;
172 }
bool AMPTHadronizer::call_amptset ( double  efrm,
std::string  frame,
std::string  proj,
std::string  targ,
int  iap,
int  izp,
int  iat,
int  izt 
)
private

Definition at line 256 of file AMPTHadronizer.cc.

References AMPTSET.

Referenced by initializeForInternalPartons().

257 {
258  // initialize hydjet
259  AMPTSET(efrm,frame.data(),proj.data(),targ.data(),iap,izp,iat,izt,strlen(frame.data()),strlen(proj.data()),strlen(targ.data()));
260  return true;
261 }
#define AMPTSET
Definition: AMPTWrapper.h:14
const char * AMPTHadronizer::classname ( ) const

Definition at line 351 of file AMPTHadronizer.cc.

352 {
353  return "gen::AMPTHadronizer";
354 }
bool AMPTHadronizer::decay ( )

Definition at line 333 of file AMPTHadronizer.cc.

334 {
335  return true;
336 }
bool gen::AMPTHadronizer::declareSpecialSettings ( const std::vector< std::string >  )
inline

Definition at line 45 of file AMPTHadronizer.h.

45 { return true; }
bool AMPTHadronizer::declareStableParticles ( const std::vector< int >  pdg)

Definition at line 313 of file AMPTHadronizer.cc.

314 {
315  return true;
316 }
void AMPTHadronizer::finalizeEvent ( )

Definition at line 343 of file AMPTHadronizer.cc.

343  {
344  return;
345 }
bool AMPTHadronizer::generatePartonsAndHadronize ( )

Definition at line 174 of file AMPTHadronizer.cc.

References add_heavy_ion_rec(), AMPT, bmax_, bmin_, gen::BaseHadronizer::event(), evt, frame_, get_particles(), rotate_, and rotateEvtPlane().

175 {
176  // generate single event
177  if(rotate_) rotateEvtPlane();
178 
179  // generate a AMPT event
180  AMPT(frame_.data(), bmin_, bmax_, strlen(frame_.data()));
181 
182  // event information
183  HepMC::GenEvent *evt = new HepMC::GenEvent();
184  get_particles(evt);
185 
186  add_heavy_ion_rec(evt);
187 
188  event().reset(evt);
189 
190 
191  return true;
192 }
#define AMPT
Definition: AMPTWrapper.h:19
HepMC::GenEvent * evt
void add_heavy_ion_rec(HepMC::GenEvent *evt)
std::auto_ptr< HepMC::GenEvent > & event()
bool get_particles(HepMC::GenEvent *evt)
bool AMPTHadronizer::get_particles ( HepMC::GenEvent *  evt)
private

Definition at line 195 of file AMPTHadronizer.cc.

References build_ampt(), build_ampt_vertex(), configurableAnalysis::GenParticle, hbt, i, and LogDebug.

Referenced by generatePartonsAndHadronize().

196 {
197  HepMC::GenVertex* vertice;
198 
199  vector<HepMC::GenParticle*> particles;
200  vector<int> mother_ids;
201  vector<HepMC::GenVertex*> prods;
202 
203  vertice = new HepMC::GenVertex(HepMC::FourVector(0,0,0,0),0);
204  evt->add_vertex(vertice);
205  if(!evt->signal_process_vertex()) evt->set_signal_process_vertex(vertice);
206 
207  const unsigned int knumpart = hbt.nlast;
208  for (unsigned int ipart = 0; ipart<knumpart; ipart++) {
209  int mid = 0;
210  particles.push_back(build_ampt(ipart,ipart+1));
211  prods.push_back(build_ampt_vertex(ipart,0));
212  mother_ids.push_back(mid);
213  LogDebug("DecayChain")<<"Mother index : "<<mid;
214  }
215 
216  LogDebug("AMPT")<<"Number of particles in vector "<<particles.size();
217 
218  for (unsigned int ipart = 0; ipart<particles.size(); ipart++) {
219  HepMC::GenParticle* part = particles[ipart];
220 
221  int mid = mother_ids[ipart];
222  LogDebug("DecayChain")<<"Particle "<<ipart;
223  LogDebug("DecayChain")<<"Mother's ID "<<mid;
224  LogDebug("DecayChain")<<"Particle's PDG ID "<<part->pdg_id();
225 
226  if(mid <= 0){
227  vertice->add_particle_out(part);
228  continue;
229  }
230 
231  if(mid > 0){
232  HepMC::GenParticle* mother = particles[mid];
233  LogDebug("DecayChain")<<"Mother's PDG ID "<<mother->pdg_id();
234 
235  HepMC::GenVertex* prod_vertex = mother->end_vertex();
236  if(!prod_vertex){
237  prod_vertex = prods[ipart];
238  prod_vertex->add_particle_in(mother);
239  evt->add_vertex(prod_vertex);
240  prods[ipart]=0; // mark to protect deletion
241 
242  }
243  prod_vertex->add_particle_out(part);
244  }
245  }
246 
247  // cleanup vertices not assigned to evt
248  for (unsigned int i = 0; i<prods.size(); i++) {
249  if(prods[i]) delete prods[i];
250  }
251 
252  return true;
253 }
#define LogDebug(id)
int i
Definition: DBlmapReader.cc:9
HepMC::GenEvent * evt
#define hbt
Definition: AMPTWrapper.h:50
part
Definition: HCALResponse.h:21
HepMC::GenParticle * build_ampt(int index, int barcode)
HepMC::GenVertex * build_ampt_vertex(int i, int id)
bool AMPTHadronizer::hadronize ( )

Definition at line 328 of file AMPTHadronizer.cc.

329 {
330  return false;
331 }
bool gen::AMPTHadronizer::initializeForExternalPartons ( )
bool AMPTHadronizer::initializeForInternalPartons ( )

Definition at line 300 of file AMPTHadronizer.cc.

References ampt_init(), call_amptset(), efrm_, frame_, iap_, iat_, izp_, izt_, proj_, pset_, and targ_.

300  {
301 
302  // ampt running options
303  ampt_init(pset_);
304 
305  // initialize ampt
306  LogInfo("AMPTinAction") << "##### Calling AMPTSET(" << efrm_ << "," <<frame_<<","<<proj_<<","<<targ_<<","<<iap_<<","<<izp_<<","<<iat_<<","<<izt_<<") ####";
307 
309 
310  return true;
311 }
bool call_amptset(double efrm, std::string frame, std::string proj, std::string targ, int iap, int izp, int iat, int izt)
edm::ParameterSet pset_
bool ampt_init(const edm::ParameterSet &pset)
bool gen::AMPTHadronizer::readSettings ( int  )
inline

Definition at line 41 of file AMPTHadronizer.h.

41 { return true; }
bool AMPTHadronizer::residualDecay ( )

Definition at line 338 of file AMPTHadronizer.cc.

339 {
340  return true;
341 }
void AMPTHadronizer::rotateEvtPlane ( )
private

Definition at line 319 of file AMPTHadronizer.cc.

References funct::cos(), cosphi0_, phi0_, pi, gen::ranart_(), funct::sin(), sinphi0_, run_regression::test, and zero.

Referenced by generatePartonsAndHadronize().

319  {
320  int zero = 0;
321  double test = (double)gen::ranart_(&zero);
322  phi0_ = 2.*pi*test - pi;
323  sinphi0_ = sin(phi0_);
324  cosphi0_ = cos(phi0_);
325 }
Sin< T >::type sin(const T &t)
Definition: Sin.h:22
Cos< T >::type cos(const T &t)
Definition: Cos.h:22
float ranart_(int *)
double pi
void AMPTHadronizer::statistics ( )

Definition at line 347 of file AMPTHadronizer.cc.

347  {
348  return;
349 }

Member Data Documentation

double gen::AMPTHadronizer::alpha_
private

Definition at line 89 of file AMPTHadronizer.h.

Referenced by ampt_init().

int gen::AMPTHadronizer::amptmode_
private

Definition at line 76 of file AMPTHadronizer.h.

Referenced by ampt_init().

double gen::AMPTHadronizer::bmax_
private

Definition at line 64 of file AMPTHadronizer.h.

Referenced by generatePartonsAndHadronize().

double gen::AMPTHadronizer::bmin_
private

Definition at line 66 of file AMPTHadronizer.h.

Referenced by generatePartonsAndHadronize().

double gen::AMPTHadronizer::cosphi0_
private

Definition at line 113 of file AMPTHadronizer.h.

Referenced by build_ampt(), and rotateEvtPlane().

int gen::AMPTHadronizer::deuteronfactor_
private

Definition at line 95 of file AMPTHadronizer.h.

Referenced by ampt_init().

int gen::AMPTHadronizer::deuteronmode_
private

Definition at line 94 of file AMPTHadronizer.h.

Referenced by ampt_init().

int gen::AMPTHadronizer::deuteronxsec_
private

Definition at line 96 of file AMPTHadronizer.h.

Referenced by ampt_init().

int gen::AMPTHadronizer::diquarkembedding_
private

Definition at line 101 of file AMPTHadronizer.h.

Referenced by ampt_init().

double gen::AMPTHadronizer::diquarkpx_
private

Definition at line 102 of file AMPTHadronizer.h.

Referenced by ampt_init().

double gen::AMPTHadronizer::diquarkpy_
private

Definition at line 103 of file AMPTHadronizer.h.

Referenced by ampt_init().

double gen::AMPTHadronizer::diquarkx_
private

Definition at line 104 of file AMPTHadronizer.h.

Referenced by ampt_init().

double gen::AMPTHadronizer::diquarky_
private

Definition at line 105 of file AMPTHadronizer.h.

Referenced by ampt_init().

int gen::AMPTHadronizer::doInitialAndFinalRadiation_
private

Definition at line 99 of file AMPTHadronizer.h.

Referenced by ampt_init().

double gen::AMPTHadronizer::dpcoal_
private

Definition at line 90 of file AMPTHadronizer.h.

Referenced by ampt_init().

double gen::AMPTHadronizer::drcoal_
private

Definition at line 91 of file AMPTHadronizer.h.

Referenced by ampt_init().

double gen::AMPTHadronizer::dt_
private

Definition at line 78 of file AMPTHadronizer.h.

Referenced by ampt_init().

double gen::AMPTHadronizer::efrm_
private

Definition at line 68 of file AMPTHadronizer.h.

Referenced by initializeForInternalPartons().

HepMC::GenEvent* gen::AMPTHadronizer::evt
private

Definition at line 62 of file AMPTHadronizer.h.

Referenced by generatePartonsAndHadronize().

std::string gen::AMPTHadronizer::frame_
private

Definition at line 69 of file AMPTHadronizer.h.

Referenced by generatePartonsAndHadronize(), and initializeForInternalPartons().

int gen::AMPTHadronizer::iap_
private

Definition at line 72 of file AMPTHadronizer.h.

Referenced by initializeForInternalPartons().

int gen::AMPTHadronizer::iat_
private

Definition at line 74 of file AMPTHadronizer.h.

Referenced by initializeForInternalPartons().

int gen::AMPTHadronizer::izp_
private

Definition at line 73 of file AMPTHadronizer.h.

Referenced by initializeForInternalPartons().

int gen::AMPTHadronizer::izpc_
private

Definition at line 88 of file AMPTHadronizer.h.

Referenced by ampt_init().

int gen::AMPTHadronizer::izt_
private

Definition at line 75 of file AMPTHadronizer.h.

Referenced by initializeForInternalPartons().

bool gen::AMPTHadronizer::ks0decay_
private

Definition at line 92 of file AMPTHadronizer.h.

Referenced by ampt_init().

int gen::AMPTHadronizer::ktkick_
private

Definition at line 100 of file AMPTHadronizer.h.

Referenced by ampt_init().

int gen::AMPTHadronizer::maxmiss_
private

Definition at line 98 of file AMPTHadronizer.h.

Referenced by ampt_init().

double gen::AMPTHadronizer::minijetpt_
private

Definition at line 97 of file AMPTHadronizer.h.

Referenced by ampt_init().

double gen::AMPTHadronizer::mu_
private

Definition at line 87 of file AMPTHadronizer.h.

Referenced by ampt_init().

int gen::AMPTHadronizer::nsembd_
private

Definition at line 106 of file AMPTHadronizer.h.

int gen::AMPTHadronizer::ntmax_
private

Definition at line 77 of file AMPTHadronizer.h.

Referenced by ampt_init().

double gen::AMPTHadronizer::phi0_
private

Definition at line 111 of file AMPTHadronizer.h.

Referenced by add_heavy_ion_rec(), and rotateEvtPlane().

bool gen::AMPTHadronizer::phidecay_
private

Definition at line 93 of file AMPTHadronizer.h.

Referenced by ampt_init().

bool gen::AMPTHadronizer::popcornmode_
private

Definition at line 81 of file AMPTHadronizer.h.

Referenced by ampt_init().

double gen::AMPTHadronizer::popcornpar_
private

Definition at line 82 of file AMPTHadronizer.h.

Referenced by ampt_init().

std::string gen::AMPTHadronizer::proj_
private

Definition at line 70 of file AMPTHadronizer.h.

Referenced by initializeForInternalPartons().

double gen::AMPTHadronizer::psembd_
private

Definition at line 107 of file AMPTHadronizer.h.

edm::ParameterSet gen::AMPTHadronizer::pset_
private

Definition at line 63 of file AMPTHadronizer.h.

Referenced by initializeForInternalPartons().

double gen::AMPTHadronizer::pthard_
private

Definition at line 86 of file AMPTHadronizer.h.

Referenced by ampt_init().

bool gen::AMPTHadronizer::quenchingmode_
private

Definition at line 84 of file AMPTHadronizer.h.

Referenced by ampt_init().

double gen::AMPTHadronizer::quenchingpar_
private

Definition at line 85 of file AMPTHadronizer.h.

Referenced by ampt_init().

bool gen::AMPTHadronizer::rotate_
private

Definition at line 114 of file AMPTHadronizer.h.

Referenced by generatePartonsAndHadronize().

double gen::AMPTHadronizer::shadowingfactor_
private

Definition at line 110 of file AMPTHadronizer.h.

bool gen::AMPTHadronizer::shadowingmode_
private

Definition at line 83 of file AMPTHadronizer.h.

Referenced by ampt_init().

bool gen::AMPTHadronizer::shadowingmodflag_
private

Definition at line 109 of file AMPTHadronizer.h.

double gen::AMPTHadronizer::sinphi0_
private

Definition at line 112 of file AMPTHadronizer.h.

Referenced by build_ampt(), and rotateEvtPlane().

double gen::AMPTHadronizer::stringFragA_
private

Definition at line 79 of file AMPTHadronizer.h.

Referenced by ampt_init().

double gen::AMPTHadronizer::stringFragB_
private

Definition at line 80 of file AMPTHadronizer.h.

Referenced by ampt_init().

std::string gen::AMPTHadronizer::targ_
private

Definition at line 71 of file AMPTHadronizer.h.

Referenced by initializeForInternalPartons().

double gen::AMPTHadronizer::tmaxembd_
private

Definition at line 108 of file AMPTHadronizer.h.