]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVGEN/AliGenHalo.h
Coding Rule violations corrected.
[u/mrichter/AliRoot.git] / EVGEN / AliGenHalo.h
index e61d49e4e1918cc97d4ea66b79a7a9a20fb29ef4..4b9a3a056f225b3aece8b73017f8f04f4fdde754 100644 (file)
@@ -15,7 +15,7 @@
 
 class AliGenHalo : public AliGenerator
 {
-public:
+ public:
     AliGenHalo();
     AliGenHalo(Int_t npart);
     AliGenHalo(const AliGenHalo &Halo);
@@ -24,10 +24,12 @@ public:
     virtual void SetFileName(TString filename) {fFileName=TString(filename);}
     virtual void Generate();
     AliGenHalo & operator=(const AliGenHalo & rhs);
-protected:
-  FILE *fp;                             // ! Pointer to file
-  TString  fFileName;                   //   Choose the file
-  ClassDef(AliGenHalo,1) // LHC background boundary source (MARS input)
+ private:
+    void Copy(AliGenHalo &Halo) const;
+ protected:
+    FILE *fp;                             // ! Pointer to file
+    TString  fFileName;                   //   Choose the file
+    ClassDef(AliGenHalo,1) // LHC background boundary source (MARS input)
 };
 #endif