]> git.uio.no Git - u/mrichter/AliRoot.git/blame - EVGEN/AliGenPythia.cxx
Add possibility if jet kinematic biasing.
[u/mrichter/AliRoot.git] / EVGEN / AliGenPythia.cxx
CommitLineData
4c039060 1/**************************************************************************
2 * Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
3 * *
4 * Author: The ALICE Off-line Project. *
5 * Contributors are mentioned in the code where appropriate. *
6 * *
7 * Permission to use, copy, modify and distribute this software and its *
8 * documentation strictly for non-commercial purposes is hereby granted *
9 * without fee, provided that the above copyright notice appears in all *
10 * copies and that both the copyright notice and this permission notice *
11 * appear in the supporting documentation. The authors make no claims *
12 * about the suitability of this software for any purpose. It is *
13 * provided "as is" without express or implied warranty. *
14 **************************************************************************/
15
16/*
17$Log$
988b118b 18Revision 1.45 2001/11/28 08:06:52 morsch
19Use fMaxLifeTime parameter.
20
8cdfd303 21Revision 1.44 2001/11/27 13:13:07 morsch
22Maximum lifetime for long-lived particles to be put on the stack is parameter.
23It can be set via SetMaximumLifetime(..).
24
47fc6bd5 25Revision 1.43 2001/10/21 18:35:56 hristov
26Several pointers were set to zero in the default constructors to avoid memory management problems
27
2685bf00 28Revision 1.42 2001/10/15 08:21:55 morsch
29Vertex truncation settings moved to AliGenMC.
30
4c07486d 31Revision 1.41 2001/10/08 08:45:42 morsch
32Possibility of vertex cut added.
33
a0b2b296 34Revision 1.40 2001/09/25 11:30:23 morsch
35Pass event vertex to header.
36
c5d36e84 37Revision 1.39 2001/07/27 17:09:36 morsch
38Use local SetTrack, KeepTrack and SetHighWaterMark methods
39to delegate either to local stack or to stack owned by AliRun.
40(Piotr Skowronski, A.M.)
41
a99cf51f 42Revision 1.38 2001/07/13 10:58:54 morsch
43- Some coded moved to AliGenMC
44- Improved handling of secondary vertices.
45
fff02fee 46Revision 1.37 2001/06/28 11:17:28 morsch
47SetEventListRange setter added. Events in specified range are listed for
48debugging. (Yuri Kharlov)
49
11dfaf8d 50Revision 1.36 2001/03/30 07:05:49 morsch
51Final print-out in finish run.
52Write parton system for jet-production (preliminary solution).
53
9be6226f 54Revision 1.35 2001/03/09 13:03:40 morsch
55Process_t and Struc_Func_t moved to AliPythia.h
56
f1a48a38 57Revision 1.34 2001/02/14 15:50:40 hristov
58The last particle in event marked using SetHighWaterMark
59
28adac24 60Revision 1.33 2001/01/30 09:23:12 hristov
61Streamers removed (R.Brun)
62
a8a6107b 63Revision 1.32 2001/01/26 19:55:51 hristov
64Major upgrade of AliRoot code
65
2ab0c725 66Revision 1.31 2001/01/17 10:54:31 hristov
67Better protection against FPE
68
0f9e52a3 69Revision 1.30 2000/12/18 08:55:35 morsch
70Make AliPythia dependent generartors work with new scheme of random number generation
71
3356c022 72Revision 1.29 2000/12/04 11:22:03 morsch
73Init of sRandom as in 1.15
74
097ec7c1 75Revision 1.28 2000/12/02 11:41:39 morsch
76Use SetRandom() to initialize random number generator in constructor.
77
1ed25e11 78Revision 1.27 2000/11/30 20:29:02 morsch
79Initialise static variable sRandom in constructor: sRandom = fRandom;
80
ad1df918 81Revision 1.26 2000/11/30 07:12:50 alibrary
82Introducing new Rndm and QA classes
83
65fb704d 84Revision 1.25 2000/10/18 19:11:27 hristov
85Division by zero fixed
86
919c2096 87Revision 1.24 2000/09/18 10:41:35 morsch
88Add possibility to use nuclear structure functions from PDF library V8.
89
811826d8 90Revision 1.23 2000/09/14 14:05:40 morsch
91dito
92
819f84ad 93Revision 1.22 2000/09/14 14:02:22 morsch
94- Correct conversion from mm to cm when passing particle vertex to MC.
95- Correct handling of fForceDecay == all.
96
4451ef92 97Revision 1.21 2000/09/12 14:14:55 morsch
98Call fDecayer->ForceDecay() at the beginning of Generate().
99
00d6ce7d 100Revision 1.20 2000/09/06 14:29:33 morsch
101Use AliPythia for event generation an AliDecayPythia for decays.
102Correct handling of "nodecay" option
103
18edb254 104Revision 1.19 2000/07/11 18:24:56 fca
105Coding convention corrections + few minor bug fixes
106
aee8290b 107Revision 1.18 2000/06/30 12:40:34 morsch
108Pythia takes care of vertex smearing. Correct conversion from Pythia units (mm) to
109Geant units (cm).
110
1512e357 111Revision 1.17 2000/06/09 20:34:07 morsch
112All coding rule violations except RS3 corrected
113
f87cfe57 114Revision 1.16 2000/05/15 15:04:20 morsch
115The full event is written for fNtrack = -1
116Coding rule violations corrected.
117
5ddeb374 118Revision 1.15 2000/04/26 10:14:24 morsch
119Particles array has one entry more than pythia particle list. Upper bound of
120particle loop changed to np-1 (R. Guernane, AM)
121
2a0e6f5b 122Revision 1.14 2000/04/05 08:36:13 morsch
123Check status code of particles in Pythia event
124to avoid double counting as partonic state and final state particle.
125
23211d3e 126Revision 1.13 1999/11/09 07:38:48 fca
127Changes for compatibility with version 2.23 of ROOT
128
084c1b4a 129Revision 1.12 1999/11/03 17:43:20 fca
130New version from G.Martinez & A.Morsch
131
886b6f73 132Revision 1.11 1999/09/29 09:24:14 fca
133Introduction of the Copyright and cvs Log
4c039060 134*/
135
fe4da5cc 136#include "AliGenPythia.h"
fff02fee 137#include "AliGenPythiaEventHeader.h"
18edb254 138#include "AliDecayerPythia.h"
fe4da5cc 139#include "AliRun.h"
140#include "AliPythia.h"
18edb254 141#include "AliPDG.h"
1578254f 142#include <TParticle.h>
18edb254 143#include <TSystem.h>
f87cfe57 144
fe4da5cc 145 ClassImp(AliGenPythia)
146
147AliGenPythia::AliGenPythia()
fff02fee 148 :AliGenMC()
fe4da5cc 149{
18edb254 150// Default Constructor
2685bf00 151 fParticles = 0;
152 fPythia = 0;
988b118b 153 fDecayer = new AliDecayerPythia();
11dfaf8d 154 SetEventListRange();
988b118b 155 SetJetPhiRange();
156 SetJetEtaRange();
fe4da5cc 157}
158
159AliGenPythia::AliGenPythia(Int_t npart)
fff02fee 160 :AliGenMC(npart)
fe4da5cc 161{
162// default charm production at 5. 5 TeV
163// semimuonic decay
164// structure function GRVHO
165//
166 fXsection = 0.;
811826d8 167 fNucA1=0;
168 fNucA2=0;
fe4da5cc 169 SetProcess();
170 SetStrucFunc();
886b6f73 171 SetForceDecay();
fe4da5cc 172 SetPtHard();
173 SetEnergyCMS();
18edb254 174 fDecayer = new AliDecayerPythia();
1ed25e11 175 // Set random number generator
097ec7c1 176 sRandom=fRandom;
fff02fee 177 fFlavorSelect = 0;
178 // Produced particles
179 fParticles = new TClonesArray("TParticle",1000);
c5d36e84 180 fEventVertex.Set(3);
988b118b 181 SetEventListRange();
182 SetJetPhiRange();
183 SetJetEtaRange();
fe4da5cc 184}
185
f87cfe57 186AliGenPythia::AliGenPythia(const AliGenPythia & Pythia)
187{
188// copy constructor
189}
190
fe4da5cc 191AliGenPythia::~AliGenPythia()
192{
5ddeb374 193// Destructor
fe4da5cc 194}
195
11dfaf8d 196void AliGenPythia::SetEventListRange(Int_t eventFirst, Int_t eventLast)
197{
198 // Set a range of event numbers, for which a table
199 // of generated particle will be printed
200 fDebugEventFirst = eventFirst;
201 fDebugEventLast = eventLast;
202 if (fDebugEventLast==-1) fDebugEventLast=fDebugEventFirst;
203}
204
fe4da5cc 205void AliGenPythia::Init()
206{
5ddeb374 207// Initialisation
18edb254 208 SetMC(AliPythia::Instance());
fe4da5cc 209 fPythia=(AliPythia*) fgMCEvGen;
210//
211 fParentWeight=1./Float_t(fNpart);
212//
213// Forward Paramters to the AliPythia object
00d6ce7d 214 fDecayer->SetForceDecay(fForceDecay);
18edb254 215 fDecayer->Init();
00d6ce7d 216
18edb254 217
fe4da5cc 218 fPythia->SetCKIN(3,fPtHardMin);
219 fPythia->SetCKIN(4,fPtHardMax);
811826d8 220 if (fNucA1 > 0 && fNucA2 > 0) fPythia->SetNuclei(fNucA1, fNucA2);
fe4da5cc 221 fPythia->ProcInit(fProcess,fEnergyCMS,fStrucFunc);
18edb254 222
223 // fPythia->Pylist(0);
224 // fPythia->Pystat(2);
fe4da5cc 225// Parent and Children Selection
226 switch (fProcess)
227 {
f1a48a38 228 case kPyCharm:
fff02fee 229 fParentSelect[0] = 411;
230 fParentSelect[1] = 421;
231 fParentSelect[2] = 431;
232 fParentSelect[3] = 4122;
233 fFlavorSelect = 4;
fe4da5cc 234 break;
f1a48a38 235 case kPyCharmUnforced:
fff02fee 236 fParentSelect[0] = 411;
237 fParentSelect[1] = 421;
238 fParentSelect[2] = 431;
239 fParentSelect[3]= 4122;
240 fFlavorSelect = 4;
fe4da5cc 241 break;
f1a48a38 242 case kPyBeauty:
fff02fee 243 fParentSelect[0]= 511;
244 fParentSelect[1]= 521;
245 fParentSelect[2]= 531;
246 fParentSelect[3]= 5122;
247 fParentSelect[4]= 5132;
248 fParentSelect[5]= 5232;
249 fParentSelect[6]= 5332;
250 fFlavorSelect = 5;
fe4da5cc 251 break;
f1a48a38 252 case kPyBeautyUnforced:
fff02fee 253 fParentSelect[0] = 511;
254 fParentSelect[1] = 521;
255 fParentSelect[2] = 531;
256 fParentSelect[3] = 5122;
257 fParentSelect[4] = 5132;
258 fParentSelect[5] = 5232;
259 fParentSelect[6] = 5332;
260 fFlavorSelect = 5;
fe4da5cc 261 break;
f1a48a38 262 case kPyJpsiChi:
263 case kPyJpsi:
fff02fee 264 fParentSelect[0] = 443;
fe4da5cc 265 break;
f1a48a38 266 case kPyMb:
267 case kPyJets:
268 case kPyDirectGamma:
5be1fe76 269 break;
fe4da5cc 270 }
fff02fee 271 AliGenMC::Init();
fe4da5cc 272}
273
274void AliGenPythia::Generate()
275{
5ddeb374 276// Generate one event
00d6ce7d 277 fDecayer->ForceDecay();
a0b2b296 278
9be6226f 279 Float_t polar[3] = {0,0,0};
280 Float_t origin[3] = {0,0,0};
fff02fee 281 Float_t p[3];
5be1fe76 282// converts from mm/c to s
283 const Float_t kconv=0.001/2.999792458e8;
fe4da5cc 284//
fe4da5cc 285 Int_t nt=0;
286 Int_t jev=0;
7921755b 287 Int_t j, kf;
fe4da5cc 288 fTrials=0;
fff02fee 289
290// Set collision vertex position
aee8290b 291 if(fVertexSmear==kPerEvent) {
1512e357 292 fPythia->SetMSTP(151,1);
fe4da5cc 293 for (j=0;j<3;j++) {
fff02fee 294 fPythia->SetPARP(151+j, fOsigma[j]*10.);
fe4da5cc 295 }
aee8290b 296 } else if (fVertexSmear==kPerTrack) {
fe4da5cc 297 fPythia->SetMSTP(151,0);
fe4da5cc 298 }
fff02fee 299// event loop
fe4da5cc 300 while(1)
301 {
084c1b4a 302 fPythia->Pyevnt();
11dfaf8d 303 if (gAlice->GetEvNumber()>=fDebugEventFirst &&
304 gAlice->GetEvNumber()<=fDebugEventLast) fPythia->Pylist(1);
fe4da5cc 305 fTrials++;
47fc6bd5 306
fff02fee 307 fPythia->ImportParticles(fParticles,"All");
308
309//
310//
311//
312 Int_t i;
313
314 Int_t np = fParticles->GetEntriesFast();
a0b2b296 315 if (np == 0 ) continue;
316// Get event vertex and discard the event if the Z coord. is too big
4c07486d 317 TParticle *iparticle = (TParticle *) fParticles->At(0);
318 Float_t distz = iparticle->Vz()/10.;
319 if(TMath::Abs(distz)>fCutVertexZ*fOsigma[2]) continue;
a0b2b296 320//
4c07486d 321 fEventVertex[0] = iparticle->Vx()/10.+fOrigin.At(0);
322 fEventVertex[1] = iparticle->Vy()/10.+fOrigin.At(1);
323 fEventVertex[2] = iparticle->Vz()/10.+fOrigin.At(2);
a0b2b296 324//
fff02fee 325 Int_t* pParent = new Int_t[np];
326 Int_t* pSelected = new Int_t[np];
327 Int_t* trackIt = new Int_t[np];
328 for (i=0; i< np-1; i++) {
329 pParent[i] = -1;
330 pSelected[i] = 0;
331 }
fe4da5cc 332 printf("\n **************************************************%d\n",np);
fff02fee 333 Int_t nc = 0;
f1a48a38 334 if (fProcess != kPyMb && fProcess != kPyJets && fProcess != kPyDirectGamma) {
fff02fee 335 for (i = 0; i<np-1; i++) {
c5d36e84 336 iparticle = (TParticle *) fParticles->At(i);
23211d3e 337 Int_t ks = iparticle->GetStatusCode();
a8228d85 338 kf = CheckPDGCode(iparticle->GetPdgCode());
fff02fee 339// No initial state partons
2a0e6f5b 340 if (ks==21) continue;
fe4da5cc 341//
fff02fee 342// Heavy Flavor Selection
5be1fe76 343//
fff02fee 344 // quark ?
345 kf = TMath::Abs(kf);
346 Int_t kfl = kf;
347 // meson ?
348 if (kfl > 10) kfl/=100;
349 // baryon
350 if (kfl > 10) kfl/=10;
351 if (kfl > 10) kfl/=10;
352
353 Int_t ipa = iparticle->GetFirstMother()-1;
354 Int_t kfMo = 0;
355
356 if (ipa > -1) {
357 TParticle * mother = (TParticle *) fParticles->At(ipa);
358 kfMo = TMath::Abs(mother->GetPdgCode());
359 }
360// printf("\n particle (all) %d %d %d", i, pSelected[i], kf);
361 if (kfl >= fFlavorSelect) {
5be1fe76 362//
fff02fee 363// Heavy flavor hadron or quark
fe4da5cc 364//
fff02fee 365// Kinematic seletion on final state heavy flavor mesons
366 if (ParentSelected(kf) && !KinematicSelection(iparticle, 0))
367 {
368 nc = -1;
369 break;
370 }
371 pSelected[i] = 1;
372// printf("\n particle (HF) %d %d %d", i, pSelected[i], kf);
373 } else {
374// Kinematic seletion on decay products
375 if (fCutOnChild && ParentSelected(kfMo) && ChildSelected(kf)
376 && !KinematicSelection(iparticle, 1))
377 {
378 nc = -1;
379 break;
380 }
fe4da5cc 381//
fff02fee 382// Decay products
383// Select if mother was selected and is not tracked
384
385 if (pSelected[ipa] &&
386 !trackIt[ipa] && // mother will be tracked ?
387 kfMo != 5 && // mother is b-quark, don't store fragments
388 kfMo != 4 && // mother is c-quark, don't store fragments
389 kf != 92) // don't store string
390 {
fe4da5cc 391//
fff02fee 392// Semi-stable or de-selected: diselect decay products:
fe4da5cc 393//
5be1fe76 394//
47fc6bd5 395 if (pSelected[i] == -1 || fDecayer->GetLifetime(kf) > fMaxLifeTime)
fff02fee 396 {
397 Int_t ipF = iparticle->GetFirstDaughter();
398 Int_t ipL = iparticle->GetLastDaughter();
399 if (ipF > 0) for (j = ipF-1; j < ipL; j++) pSelected[j] = -1;
400 }
401// printf("\n particle (decay) %d %d %d", i, pSelected[i], kf);
402 pSelected[i] = (pSelected[i] == -1) ? 0 : 1;
403 }
404 }
405 if (pSelected[i] == -1) pSelected[i] = 0;
406 if (!pSelected[i]) continue;
407 nc++;
408// Decision on tracking
409 trackIt[i] = 0;
410//
411// Track final state particle
412 if (ks == 1) trackIt[i] = 1;
413// Track semi-stable particles
8cdfd303 414 if ((ks ==1) || (fDecayer->GetLifetime(kf) > fMaxLifeTime)) trackIt[i] = 1;
fff02fee 415// Track particles selected by process if undecayed.
416 if (fForceDecay == kNoDecay) {
417 if (ParentSelected(kf)) trackIt[i] = 1;
418 } else {
419 if (ParentSelected(kf)) trackIt[i] = 0;
420 }
421//
422//
423
424 } // particle selection loop
425 if (nc > -1) {
426 for (i = 0; i<np-1; i++) {
427 if (!pSelected[i]) continue;
428 TParticle * iparticle = (TParticle *) fParticles->At(i);
429 kf = CheckPDGCode(iparticle->GetPdgCode());
a0b2b296 430 p[0] = iparticle->Px();
431 p[1] = iparticle->Py();
432 p[2] = iparticle->Pz();
433 origin[0] = fOrigin[0]+iparticle->Vx()/10.;
434 origin[1] = fOrigin[1]+iparticle->Vy()/10.;
435 origin[2] = fOrigin[2]+iparticle->Vz()/10.;
436 Float_t tof = kconv*iparticle->T();
437 Int_t ipa = iparticle->GetFirstMother()-1;
fff02fee 438 Int_t iparent = (ipa > -1) ? pParent[ipa] : -1;
a99cf51f 439 SetTrack(fTrackIt*trackIt[i] ,
fff02fee 440 iparent, kf, p, origin, polar, tof, kPPrimary, nt, 1.);
441 pParent[i] = nt;
a99cf51f 442 KeepTrack(nt);
fff02fee 443 } // SetTrack loop
444 }
445 } else {
446 nc = GenerateMB();
5be1fe76 447 } // mb ?
fff02fee 448
fe4da5cc 449 if (nc > 0) {
5be1fe76 450 jev+=nc;
5ddeb374 451 if (jev >= fNpart || fNpart == -1) {
fe4da5cc 452 fKineBias=Float_t(fNpart)/Float_t(fTrials);
23211d3e 453 printf("\n Trials: %i %i %i\n",fTrials, fNpart, jev);
fe4da5cc 454 break;
455 }
456 }
457 } // event loop
a99cf51f 458 SetHighWaterMark(nt);
fe4da5cc 459// adjust weight due to kinematic selection
460 AdjustWeights();
461// get cross-section
462 fXsection=fPythia->GetPARI(1);
463}
464
fff02fee 465Int_t AliGenPythia::GenerateMB()
fe4da5cc 466{
fff02fee 467 Int_t i, kf, nt, iparent;
468 Int_t nc = 0;
469 Float_t p[3];
470 Float_t polar[3] = {0,0,0};
471 Float_t origin[3] = {0,0,0};
fff02fee 472// converts from mm/c to s
473 const Float_t kconv=0.001/2.999792458e8;
4451ef92 474
fff02fee 475 Int_t np = fParticles->GetEntriesFast();
476 Int_t* pParent = new Int_t[np];
477 for (i=0; i< np-1; i++) pParent[i] = -1;
988b118b 478 if (fProcess == kPyJets) {
479 TParticle* jet1 = (TParticle *) fParticles->At(6);
480 TParticle* jet2 = (TParticle *) fParticles->At(7);
481 if (!CheckTrigger(jet1, jet2)) return 0;
482 }
483
fff02fee 484 for (i = 0; i<np-1; i++) {
485 Int_t trackIt = 0;
486 TParticle * iparticle = (TParticle *) fParticles->At(i);
487 kf = CheckPDGCode(iparticle->GetPdgCode());
488 Int_t ks = iparticle->GetStatusCode();
489 Int_t km = iparticle->GetFirstMother();
490// printf("\n Particle: %d %d %d", i, kf, ks);
491
492 if ((ks == 1 && kf!=0 && KinematicSelection(iparticle, 0)) ||
493 (ks != 1) ||
494 (fProcess == kPyJets && ks == 21 && km == 0 && i>1)) {
495 nc++;
496 if (ks == 1) trackIt = 1;
497 Int_t ipa = iparticle->GetFirstMother()-1;
fe4da5cc 498
fff02fee 499 iparent = (ipa > -1) ? pParent[ipa] : -1;
fe4da5cc 500
501//
fff02fee 502// store track information
a0b2b296 503 p[0] = iparticle->Px();
504 p[1] = iparticle->Py();
505 p[2] = iparticle->Pz();
506 origin[0] = fOrigin[0]+iparticle->Vx()/10.;
507 origin[1] = fOrigin[1]+iparticle->Vy()/10.;
508 origin[2] = fOrigin[2]+iparticle->Vz()/10.;
fff02fee 509 Float_t tof=kconv*iparticle->T();
a99cf51f 510 SetTrack(fTrackIt*trackIt, iparent, kf, p, origin, polar,
a0b2b296 511 tof, kPPrimary, nt);
a99cf51f 512 KeepTrack(nt);
fff02fee 513 pParent[i] = nt;
514 } // select particle
515 } // particle loop
516
517 if (pParent) delete[] pParent;
fe4da5cc 518
fff02fee 519 printf("\n I've put %i particles on the stack \n",nc);
520 MakeHeader();
521 return nc;
522}
fe4da5cc 523
fe4da5cc 524
fff02fee 525void AliGenPythia::FinishRun()
526{
527// Print x-section summary
528 fPythia->Pystat(1);
fe4da5cc 529}
fff02fee 530
fe4da5cc 531void AliGenPythia::AdjustWeights()
532{
5ddeb374 533// Adjust the weights after generation of all events
534//
5ddeb374 535 TParticle *part;
fe4da5cc 536 Int_t ntrack=gAlice->GetNtrack();
537 for (Int_t i=0; i<ntrack; i++) {
2ab0c725 538 part= gAlice->Particle(i);
5ddeb374 539 part->SetWeight(part->GetWeight()*fKineBias);
fe4da5cc 540 }
541}
811826d8 542
543void AliGenPythia::SetNuclei(Int_t a1, Int_t a2)
544{
545// Treat protons as inside nuclei with mass numbers a1 and a2
546 fNucA1 = a1;
547 fNucA2 = a2;
548}
fff02fee 549
550
551void AliGenPythia::MakeHeader()
552{
553// Builds the event header, to be called after each event
554 AliGenEventHeader* header = new AliGenPythiaEventHeader("Pythia");
c5d36e84 555 ((AliGenPythiaEventHeader*) header)->SetProcessType(fPythia->GetMSTI(1));
556 header->SetPrimaryVertex(fEventVertex);
557 gAlice->SetGenEventHeader(header);
fff02fee 558}
811826d8 559
988b118b 560
561Bool_t AliGenPythia::CheckTrigger(TParticle* jet1, TParticle* jet2)
562{
563// Check the kinematic trigger condition
564//
565 Double_t eta1 = jet1->Eta();
566 Double_t eta2 = jet2->Eta();
567 Double_t phi1 = jet1->Phi();
568 Double_t phi2 = jet2->Phi();
569 Bool_t triggered = kFALSE;
570 //Check eta range first...
571 if ((eta1 < fEtaMaxJet && eta1 > fEtaMinJet) ||
572 (eta2 < fEtaMaxJet && eta2 > fEtaMinJet))
573 {
574 //Eta is okay, now check phi range
575 if ((phi1 < fPhiMaxJet && phi1 > fPhiMinJet) ||
576 (phi2 < fPhiMaxJet && phi2 > fPhiMinJet))
577 {
578 triggered = kTRUE;
579 }
580 }
581 return triggered;
582}
811826d8 583
f87cfe57 584AliGenPythia& AliGenPythia::operator=(const AliGenPythia& rhs)
585{
586// Assignment operator
587 return *this;
588}
fe4da5cc 589
590
811826d8 591
a8a6107b 592#ifdef never
18edb254 593void AliGenPythia::Streamer(TBuffer &R__b)
594{
595 // Stream an object of class AliGenPythia.
596
597 if (R__b.IsReading()) {
598 Version_t R__v = R__b.ReadVersion(); if (R__v) { }
599 AliGenerator::Streamer(R__b);
600 R__b >> (Int_t&)fProcess;
601 R__b >> (Int_t&)fStrucFunc;
602 R__b >> (Int_t&)fForceDecay;
603 R__b >> fEnergyCMS;
604 R__b >> fKineBias;
605 R__b >> fTrials;
606 fParentSelect.Streamer(R__b);
607 fChildSelect.Streamer(R__b);
608 R__b >> fXsection;
609// (AliPythia::Instance())->Streamer(R__b);
610 R__b >> fPtHardMin;
611 R__b >> fPtHardMax;
612// if (fDecayer) fDecayer->Streamer(R__b);
613 } else {
614 R__b.WriteVersion(AliGenPythia::IsA());
615 AliGenerator::Streamer(R__b);
616 R__b << (Int_t)fProcess;
617 R__b << (Int_t)fStrucFunc;
618 R__b << (Int_t)fForceDecay;
619 R__b << fEnergyCMS;
620 R__b << fKineBias;
621 R__b << fTrials;
622 fParentSelect.Streamer(R__b);
623 fChildSelect.Streamer(R__b);
624 R__b << fXsection;
625// R__b << fPythia;
626 R__b << fPtHardMin;
627 R__b << fPtHardMax;
628 // fDecayer->Streamer(R__b);
629 }
630}
a8a6107b 631#endif
18edb254 632