]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TRD/Cal/AliTRDCalPIDNN.h
robust write tracklet quality to ESD track
[u/mrichter/AliRoot.git] / TRD / Cal / AliTRDCalPIDNN.h
index e165c676484f241ecb0c814d2a913ba1ab1672ad..85f8fd0217219ae8afbb0787cd857ce5d92167b3 100644 (file)
@@ -29,6 +29,7 @@ class AliTRDCalPIDNN : public AliTRDCalPID
   virtual  ~AliTRDCalPIDNN();
   Bool_t    LoadReferences(Char_t *refFile);
   TObject  *GetModel(Int_t ip, Int_t iType, Int_t iPlane) const;
+  static Int_t GetModelID(Int_t mom, Int_t ii, Int_t plane);
   Double_t  GetProbability(Int_t spec, Float_t mom
                          , const Float_t * const dedx
                          , Float_t length, Int_t plane) const;
@@ -39,7 +40,6 @@ class AliTRDCalPIDNN : public AliTRDCalPID
   AliTRDCalPIDNN &operator=(const AliTRDCalPIDNN &c);
            
   void     Init();
-  Int_t    GetModelID(Int_t mom, Int_t ii, Int_t plane) const;
 
   ClassDef(AliTRDCalPIDNN, 1) // NN PID reference manager