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 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)
 
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 53 of file AMPTHadronizer.cc.

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

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

110 {
111 }

Member Function Documentation

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

Definition at line 114 of file AMPTHadronizer.cc.

References hmain1, hparnt, and phi0_.

Referenced by generatePartonsAndHadronize().

115 {
116  // heavy ion record in the final CMSSW Event
117  HepMC::HeavyIon* hi = new HepMC::HeavyIon(
118  hmain1.jatt, // Ncoll_hard/N of SubEvents
119  hmain1.np, // Npart_proj
120  hmain1.nt, // Npart_targ
121  hmain1.n0+hmain1.n01+hmain1.n10+hmain1.n11, // Ncoll
122  0, // spectator_neutrons
123  0, // spectator_protons
124  hmain1.n01, // N_Nwounded_collisions
125  hmain1.n10, // Nwounded_N_collisions
126  hmain1.n11, // Nwounded_Nwounded_collisions
127  hparnt.hint1[18], // impact_parameter in [fm]
128  phi0_, // event_plane_angle
129  0, // eccentricity
130  hparnt.hint1[11] // sigma_inel_NN
131  );
132  evt->set_heavy_ion(*hi);
133  delete hi;
134 }
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 264 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().

265 {
266  anim.isoft=amptmode_;
267  input2.ntmax=ntmax_;
268  input1.dt=dt_;
269  ludat1.parj[40]=stringFragA_;
270  ludat1.parj[41]=stringFragB_;
271  popcorn.ipop=popcornmode_;
272  ludat1.parj[4]=popcornpar_;
273  hparnt.ihpr2[5]=shadowingmode_;
274  hparnt.ihpr2[3]=quenchingmode_;
275  hparnt.hipr1[13]=quenchingpar_;
276  hparnt.hipr1[7]=pthard_;
277  para2.xmu=mu_;
278  anim.izpc=izpc_;
279  para2.alpha=alpha_;
280  coal.dpcoal=dpcoal_;
281  coal.drcoal=drcoal_;
282  resdcy.iksdcy=ks0decay_;
283  phidcy.iphidcy=phidecay_;
284  para8.idpert=deuteronmode_;
285  para8.npertd=deuteronfactor_;
286  para8.idxsec=deuteronxsec_;
287  phidcy.pttrig=minijetpt_;
288  phidcy.maxmiss=maxmiss_;
290  hparnt.ihpr2[4]=ktkick_;
291  embed.iembed=diquarkembedding_;
292  embed.pxqembd=diquarkpx_;
293  embed.pyqembd=diquarkpy_;
294  embed.xembd=diquarkx_;
295  embed.yembd=diquarky_;
296 
297  return true;
298 }
#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 137 of file AMPTHadronizer.cc.

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

Referenced by get_particles().

138 {
139  // Build particle object corresponding to index in ampt
140 
141  float px0 = hbt.plast[index][0];
142  float py0 = hbt.plast[index][1];
143  float pz0 = hbt.plast[index][2];
144  float m = hbt.plast[index][3];
145 
146  float px = px0*cosphi0_-py0*sinphi0_;
147  float py = py0*cosphi0_+px0*sinphi0_;
148  float pz = pz0;
149  float e = sqrt(px*px+py*py+pz*pz+m*m);
150  int status = 1;
151 
153  HepMC::FourVector(px,
154  py,
155  pz,
156  e),
157  INVFLV(hbt.lblast[index]),// id
158  status // status
159  );
160 
161  p->suggest_barcode(barcode);
162  return p;
163 }
#define hbt
Definition: AMPTWrapper.h:50
double p[5][pyjets_maxn]
T sqrt(T t)
Definition: SSEVec.h:28
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 166 of file AMPTHadronizer.cc.

Referenced by get_particles().

167 {
168  // build verteces for the ampt stored events
169  HepMC::GenVertex* vertex = new HepMC::GenVertex(HepMC::FourVector(0,0,0,0),id);
170  return vertex;
171 }
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 257 of file AMPTHadronizer.cc.

References AMPTSET.

Referenced by initializeForInternalPartons().

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

Definition at line 350 of file AMPTHadronizer.cc.

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

Definition at line 332 of file AMPTHadronizer.cc.

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

Definition at line 44 of file AMPTHadronizer.h.

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

Definition at line 314 of file AMPTHadronizer.cc.

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

Definition at line 342 of file AMPTHadronizer.cc.

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

Definition at line 173 of file AMPTHadronizer.cc.

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

174 {
175  // generate single event
176  if(rotate_) rotateEvtPlane();
177 
178  // generate a AMPT event
179  AMPT(frame_.data(), bmin_, bmax_, strlen(frame_.data()));
180 
181  // event information
182  HepMC::GenEvent *evt = new HepMC::GenEvent();
183  get_particles(evt);
184 
185  add_heavy_ion_rec(evt);
186 
187  event().reset(evt);
188 
189 
190  return true;
191 }
#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 194 of file AMPTHadronizer.cc.

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

Referenced by generatePartonsAndHadronize().

195 {
196  HepMC::GenVertex* vertice;
197 
198  vector<HepMC::GenParticle*> particles;
199  vector<int> mother_ids;
200  vector<HepMC::GenVertex*> prods;
201 
202  vertice = new HepMC::GenVertex(HepMC::FourVector(0,0,0,0),0);
203  evt->add_vertex(vertice);
204  if(!evt->signal_process_vertex()) evt->set_signal_process_vertex(vertice);
205 
206  const unsigned int knumpart = hbt.nlast;
207 // cout<<"# of particles "<<knumpart<<" "<<hbt.nlast<<endl;
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 // cout<<"Number of particles in vector "<<particles.size();
218 
219  for (unsigned int ipart = 0; ipart<particles.size(); ipart++) {
220  HepMC::GenParticle* part = particles[ipart];
221 
222  int mid = mother_ids[ipart];
223  LogDebug("DecayChain")<<"Particle "<<ipart;
224  LogDebug("DecayChain")<<"Mother's ID "<<mid;
225  LogDebug("DecayChain")<<"Particle's PDG ID "<<part->pdg_id();
226 
227  if(mid <= 0){
228  vertice->add_particle_out(part);
229  continue;
230  }
231 
232  if(mid > 0){
233  HepMC::GenParticle* mother = particles[mid];
234  LogDebug("DecayChain")<<"Mother's PDG ID "<<mother->pdg_id();
235 
236  HepMC::GenVertex* prod_vertex = mother->end_vertex();
237  if(!prod_vertex){
238  prod_vertex = prods[ipart];
239  prod_vertex->add_particle_in(mother);
240  evt->add_vertex(prod_vertex);
241  prods[ipart]=0; // mark to protect deletion
242 
243  }
244  prod_vertex->add_particle_out(part);
245  }
246  }
247 
248  // cleanup vertices not assigned to evt
249  for (unsigned int i = 0; i<prods.size(); i++) {
250  if(prods[i]) delete prods[i];
251  }
252 
253  return true;
254 }
#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 327 of file AMPTHadronizer.cc.

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

Definition at line 301 of file AMPTHadronizer.cc.

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

301  {
302 
303  // ampt running options
304  ampt_init(pset_);
305 
306  // initialize ampt
307  LogInfo("AMPTinAction") << "##### Calling AMPTSET(" << efrm_ << "," <<frame_<<","<<proj_<<","<<targ_<<","<<iap_<<","<<izp_<<","<<iat_<<","<<izt_<<") ####";
308 
310 
311  return true;
312 }
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 AMPTHadronizer::residualDecay ( )

Definition at line 337 of file AMPTHadronizer.cc.

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

Definition at line 320 of file AMPTHadronizer.cc.

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

Referenced by generatePartonsAndHadronize().

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

Definition at line 346 of file AMPTHadronizer.cc.

346  {
347  return;
348 }

Member Data Documentation

double gen::AMPTHadronizer::alpha_
private

Definition at line 88 of file AMPTHadronizer.h.

Referenced by ampt_init().

int gen::AMPTHadronizer::amptmode_
private

Definition at line 75 of file AMPTHadronizer.h.

Referenced by ampt_init().

double gen::AMPTHadronizer::bmax_
private

Definition at line 63 of file AMPTHadronizer.h.

Referenced by generatePartonsAndHadronize().

double gen::AMPTHadronizer::bmin_
private

Definition at line 65 of file AMPTHadronizer.h.

Referenced by generatePartonsAndHadronize().

double gen::AMPTHadronizer::cosphi0_
private

Definition at line 112 of file AMPTHadronizer.h.

Referenced by build_ampt(), and rotateEvtPlane().

int gen::AMPTHadronizer::deuteronfactor_
private

Definition at line 94 of file AMPTHadronizer.h.

Referenced by ampt_init().

int gen::AMPTHadronizer::deuteronmode_
private

Definition at line 93 of file AMPTHadronizer.h.

Referenced by ampt_init().

int gen::AMPTHadronizer::deuteronxsec_
private

Definition at line 95 of file AMPTHadronizer.h.

Referenced by ampt_init().

int gen::AMPTHadronizer::diquarkembedding_
private

Definition at line 100 of file AMPTHadronizer.h.

Referenced by ampt_init().

double gen::AMPTHadronizer::diquarkpx_
private

Definition at line 101 of file AMPTHadronizer.h.

Referenced by ampt_init().

double gen::AMPTHadronizer::diquarkpy_
private

Definition at line 102 of file AMPTHadronizer.h.

Referenced by ampt_init().

double gen::AMPTHadronizer::diquarkx_
private

Definition at line 103 of file AMPTHadronizer.h.

Referenced by ampt_init().

double gen::AMPTHadronizer::diquarky_
private

Definition at line 104 of file AMPTHadronizer.h.

Referenced by ampt_init().

int gen::AMPTHadronizer::doInitialAndFinalRadiation_
private

Definition at line 98 of file AMPTHadronizer.h.

Referenced by ampt_init().

double gen::AMPTHadronizer::dpcoal_
private

Definition at line 89 of file AMPTHadronizer.h.

Referenced by ampt_init().

double gen::AMPTHadronizer::drcoal_
private

Definition at line 90 of file AMPTHadronizer.h.

Referenced by ampt_init().

double gen::AMPTHadronizer::dt_
private

Definition at line 77 of file AMPTHadronizer.h.

Referenced by ampt_init().

double gen::AMPTHadronizer::efrm_
private

Definition at line 67 of file AMPTHadronizer.h.

Referenced by initializeForInternalPartons().

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

Definition at line 61 of file AMPTHadronizer.h.

Referenced by generatePartonsAndHadronize().

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

Definition at line 68 of file AMPTHadronizer.h.

Referenced by generatePartonsAndHadronize(), and initializeForInternalPartons().

int gen::AMPTHadronizer::iap_
private

Definition at line 71 of file AMPTHadronizer.h.

Referenced by initializeForInternalPartons().

int gen::AMPTHadronizer::iat_
private

Definition at line 73 of file AMPTHadronizer.h.

Referenced by initializeForInternalPartons().

int gen::AMPTHadronizer::izp_
private

Definition at line 72 of file AMPTHadronizer.h.

Referenced by initializeForInternalPartons().

int gen::AMPTHadronizer::izpc_
private

Definition at line 87 of file AMPTHadronizer.h.

Referenced by ampt_init().

int gen::AMPTHadronizer::izt_
private

Definition at line 74 of file AMPTHadronizer.h.

Referenced by initializeForInternalPartons().

bool gen::AMPTHadronizer::ks0decay_
private

Definition at line 91 of file AMPTHadronizer.h.

Referenced by ampt_init().

int gen::AMPTHadronizer::ktkick_
private

Definition at line 99 of file AMPTHadronizer.h.

Referenced by ampt_init().

int gen::AMPTHadronizer::maxmiss_
private

Definition at line 97 of file AMPTHadronizer.h.

Referenced by ampt_init().

double gen::AMPTHadronizer::minijetpt_
private

Definition at line 96 of file AMPTHadronizer.h.

Referenced by ampt_init().

double gen::AMPTHadronizer::mu_
private

Definition at line 86 of file AMPTHadronizer.h.

Referenced by ampt_init().

int gen::AMPTHadronizer::nsembd_
private

Definition at line 105 of file AMPTHadronizer.h.

int gen::AMPTHadronizer::ntmax_
private

Definition at line 76 of file AMPTHadronizer.h.

Referenced by ampt_init().

double gen::AMPTHadronizer::phi0_
private

Definition at line 110 of file AMPTHadronizer.h.

Referenced by add_heavy_ion_rec(), and rotateEvtPlane().

bool gen::AMPTHadronizer::phidecay_
private

Definition at line 92 of file AMPTHadronizer.h.

Referenced by ampt_init().

bool gen::AMPTHadronizer::popcornmode_
private

Definition at line 80 of file AMPTHadronizer.h.

Referenced by ampt_init().

double gen::AMPTHadronizer::popcornpar_
private

Definition at line 81 of file AMPTHadronizer.h.

Referenced by ampt_init().

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

Definition at line 69 of file AMPTHadronizer.h.

Referenced by initializeForInternalPartons().

double gen::AMPTHadronizer::psembd_
private

Definition at line 106 of file AMPTHadronizer.h.

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

Definition at line 62 of file AMPTHadronizer.h.

Referenced by initializeForInternalPartons().

double gen::AMPTHadronizer::pthard_
private

Definition at line 85 of file AMPTHadronizer.h.

Referenced by ampt_init().

bool gen::AMPTHadronizer::quenchingmode_
private

Definition at line 83 of file AMPTHadronizer.h.

Referenced by ampt_init().

double gen::AMPTHadronizer::quenchingpar_
private

Definition at line 84 of file AMPTHadronizer.h.

Referenced by ampt_init().

bool gen::AMPTHadronizer::rotate_
private

Definition at line 113 of file AMPTHadronizer.h.

Referenced by generatePartonsAndHadronize().

double gen::AMPTHadronizer::shadowingfactor_
private

Definition at line 109 of file AMPTHadronizer.h.

bool gen::AMPTHadronizer::shadowingmode_
private

Definition at line 82 of file AMPTHadronizer.h.

Referenced by ampt_init().

bool gen::AMPTHadronizer::shadowingmodflag_
private

Definition at line 108 of file AMPTHadronizer.h.

double gen::AMPTHadronizer::sinphi0_
private

Definition at line 111 of file AMPTHadronizer.h.

Referenced by build_ampt(), and rotateEvtPlane().

double gen::AMPTHadronizer::stringFragA_
private

Definition at line 78 of file AMPTHadronizer.h.

Referenced by ampt_init().

double gen::AMPTHadronizer::stringFragB_
private

Definition at line 79 of file AMPTHadronizer.h.

Referenced by ampt_init().

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

Definition at line 70 of file AMPTHadronizer.h.

Referenced by initializeForInternalPartons().

double gen::AMPTHadronizer::tmaxembd_
private

Definition at line 107 of file AMPTHadronizer.h.