]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVGEN/AliGenHijing.cxx
Allow for triggered jets with simplified topology: Exact pT, back-to-back
[u/mrichter/AliRoot.git] / EVGEN / AliGenHijing.cxx
index ceba863bb4b55a13f960f2a8433cbc39e4a449bf..857c17ad0272dfffdd031b46a809f57387920d5c 100644 (file)
@@ -15,6 +15,9 @@
 
 /*
 $Log$
+Revision 1.35  2001/12/13 07:56:25  hristov
+Set pointers to zero in the default constructor
+
 Revision 1.34  2001/12/11 16:55:42  morsch
 Correct initialization for jet phi-range.
 
@@ -189,6 +192,9 @@ AliGenHijing::AliGenHijing(Int_t npart)
     fPtMinJet   = -2.5;        
     fRadiation  =  1;
     fEventVertex.Set(3);
+//
+    SetSimpleJets();
+    
 //
 // Set random number generator   
     sRandom = fRandom;
@@ -228,9 +234,8 @@ void AliGenHijing::Init()
     fHijing->SetIHPR2(12, fDecaysOff);    
     fHijing->SetIHPR2(21, fKeep);
     fHijing->SetHIPR1(10, fPtMinJet);  
+    fHijing->SetHIPR1(50, fSimpleJet);
     fHijing->Initialize();
-
-    
 //
     if (fEvaluate) EvaluateCrossSections();
 //
@@ -663,6 +668,9 @@ Bool_t AliGenHijing::CheckTrigger()
     return triggered;
 }
 
+
+
+
 AliGenHijing& AliGenHijing::operator=(const  AliGenHijing& rhs)
 {
 // Assignment operator