]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG2/RESONANCES/AliRsnEvent.h
removed eff-c++ warnings
[u/mrichter/AliRoot.git] / PWG2 / RESONANCES / AliRsnEvent.h
index 6fa534a8d31a05a6fe109aa476b255dd272d283a..56014d3ed58e17d4ba3e817cb9b408ee8aaa7aa4 100644 (file)
@@ -24,10 +24,11 @@ class AliRsnDaughter;
 class AliRsnEvent : public TObject
 {
 public:
-                      AliRsnEvent();
-                      AliRsnEvent(const AliRsnEvent& copy);
-                                  AliRsnEvent& operator=(const AliRsnEvent& copy);
-                        
+       
+       AliRsnEvent();
+       AliRsnEvent(const AliRsnEvent& copy);
+       AliRsnEvent& operator=(const AliRsnEvent& copy);
+       
        virtual       ~AliRsnEvent() {Clear("DELETE");}
        
        void           AddTrack(AliRsnDaughter track);
@@ -46,9 +47,9 @@ public:
 
 private:
 
-       Double_t       fPVx;                              // position of
-       Double_t       fPVy;                              // primary
-       Double_t       fPVz;                              // vertex
+       Double_t       fPVx;                      // position of
+       Double_t       fPVy;                      // primary
+       Double_t       fPVz;                      // vertex
        
        Int_t          fMultiplicity;             // global event multiplicity