]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG2/RESONANCES/AliRsnPIDIndex.h
Package revised - New AnalysisTask's - Added more functions
[u/mrichter/AliRoot.git] / PWG2 / RESONANCES / AliRsnPIDIndex.h
index 488494d53f6a72d949e7c120bf47b469f4b1a184..1c4dfba51b41d22f8b8b975920ced2a2c63bb05c 100644 (file)
 
 class AliRsnPIDIndex : public TObject
 {
-public:
+  public:
 
-    AliRsnPIDIndex (Int_t num = 1000);
-    AliRsnPIDIndex (const AliRsnPIDIndex &copy);
+    AliRsnPIDIndex(Int_t num = 2000);
+    AliRsnPIDIndex(const AliRsnPIDIndex &copy);
     AliRsnPIDIndex& operator= (const AliRsnPIDIndex& copy);
 
     virtual ~AliRsnPIDIndex();
@@ -34,17 +34,17 @@ public:
     void     AddIndex(const Int_t index, Short_t sign, Int_t type);
     void     SetCorrectIndexSize();
 
-    TArrayI* GetTracksArray (Char_t sign, AliRsnPID::EType type);
-    TArrayI* GetCharged (Char_t sign);
+    TArrayI* GetTracksArray(Char_t sign, AliRsnPID::EType type);
+    TArrayI* GetCharged(Char_t sign);
 
-private:
+  private:
 
-    Int_t    ChargeIndex (Char_t sign) const;
+    Int_t    ChargeIndex(Char_t sign) const;
 
     TArrayI  fIndex[2][AliRsnPID::kSpecies+1];       // index arrays of pos/neg particles of each PID
     Int_t    fNumOfIndex[2][AliRsnPID::kSpecies+1];  //! array size
 
-    ClassDef (AliRsnPIDIndex, 1);
+    ClassDef(AliRsnPIDIndex, 1);
 };
 
 #endif