X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=blobdiff_plain;f=EVGEN%2FAliGenHijing.h;h=8e6c5194c2601575ca50a78f51feff7f5026deb8;hp=2beee69d39a3f836c483d3f47853dd7228398b06;hb=55d6adcfb40857429f7150fc95d8ff335f3ab19f;hpb=21ce2e6f3082ba948da98738ca4afba8a1a0f0a8 diff --git a/EVGEN/AliGenHijing.h b/EVGEN/AliGenHijing.h index 2beee69d39a..8e6c5194c26 100644 --- a/EVGEN/AliGenHijing.h +++ b/EVGEN/AliGenHijing.h @@ -9,7 +9,7 @@ // The main HIJING options are accessable for the user through this interface. // andreas.morsch@cern.ch -#include "AliGenerator.h" +#include "AliGenMC.h" #include #include @@ -19,7 +19,7 @@ class TParticle; class TClonesArray; class TGraph; -class AliGenHijing : public AliGenerator +class AliGenHijing : public AliGenMC { enum {kNoTrigger, kHardProcesses, kDirectPhotons}; @@ -97,12 +97,6 @@ class AliGenHijing : public AliGenerator TGraph* fDsigmaDb; // dSigma/db for the system TGraph* fDnDb; // dNBinaryCollisions/db private: - // check if particle is selected as parent particle - Bool_t ParentSelected(Int_t ip); - // check if particle is selected as child particle - Bool_t ChildSelected(Int_t ip); - // all kinematic selection cuts go here - Bool_t KinematicSelection(TParticle *particle); // adjust the weight from kinematic cuts void AdjustWeights(); // check seleted daughters