X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=PYTHIA6%2FAliGenPythiaJets.cxx;h=78b32be06f22d1b0ed85a88c17233dbb3059847a;hb=18b562225fcd9deb61274b9c32a6ed6c381b90e0;hp=f805ab4eaf5b56446df5bbd48f6f2325d6e4a37b;hpb=014a9521cd7be73bd0d63a47f01342da8144d904;p=u%2Fmrichter%2FAliRoot.git diff --git a/PYTHIA6/AliGenPythiaJets.cxx b/PYTHIA6/AliGenPythiaJets.cxx index f805ab4eaf5..78b32be06f2 100644 --- a/PYTHIA6/AliGenPythiaJets.cxx +++ b/PYTHIA6/AliGenPythiaJets.cxx @@ -30,6 +30,7 @@ #include "AliGenPythiaJets.h" #include "AliRun.h" #include +#include ClassImp(AliGenPythiaJets) @@ -46,13 +47,6 @@ AliGenPythiaJets::AliGenPythiaJets(Int_t npart) fTitle= "Jet Generator using PYTHIA"; } -AliGenPythiaJets::AliGenPythiaJets(const AliGenPythiaJets & Pythia): - AliGenPythia(Pythia) -{ -// copy constructor - Pythia.Copy(*this); -} - AliGenPythiaJets::~AliGenPythiaJets() { // Destructor @@ -215,13 +209,6 @@ Bool_t AliGenPythiaJets::CheckTrigger() } return triggered; } - -AliGenPythiaJets& AliGenPythiaJets::operator=(const AliGenPythiaJets& rhs) -{ -// Assignment operator - rhs.Copy(*this); - return *this; -} void AliGenPythiaJets::TransformEvent(Float_t beta, Float_t phi) {