]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TEPEMGEN/AliGenEpEmv1.h
update comments
[u/mrichter/AliRoot.git] / TEPEMGEN / AliGenEpEmv1.h
index 24a34f55aa6b7bdec24e86a4d4e57de179fc97a8..86cca3dc9fb07951a015c305540cc97a656b3cd5 100644 (file)
@@ -12,6 +12,8 @@
 // 9 October 2002
 
 #include "AliGenMC.h"
+#include "AliGenEventHeader.h"
+
 class TEpEmGen;
 
 //-------------------------------------------------------------
@@ -25,14 +27,15 @@ public:
   void Init();
   void SetDebug(Int_t debug) {fDebug=debug;}
   
-  AliGenEpEmv1(const AliGenEpEmv1 & gen);
- private:
-  void Copy(AliGenEpEmv1&) const;
  protected:
+  AliGenEpEmv1(const AliGenEpEmv1 & gen);
+  AliGenEpEmv1 & operator=(const AliGenEpEmv1 & gen);
+
   Float_t    fMass;    // electron mass
   TEpEmGen * fEpEmGen; // e+e- generator
   Int_t      fDebug;   // debug level
   Int_t      fEvent;   // internal event number
+  AliGenEventHeader fHeader; // Event Header
 ClassDef(AliGenEpEmv1,1) // Generator of single e+e- pair production in PbPb ultra-peripheral collisions
 };
 #endif