/*
$Log$
+Revision 1.3 2002/03/28 14:59:07 cblume
+Coding conventions
+
Revision 1.2 2001/11/07 11:04:22 hristov
Minor corrections needed on Sun (arrays with undefined size created by new, inline decration removed when the body was hot in the header file)
}
//_____________________________________________________________________________
-Int_t AliTRDpidLQ::GetIndex(const Int_t imom, const Int_t ipid) const
+Int_t AliTRDpidLQ::GetIndex(const Int_t imom, const Int_t ipid)
{
//
// Returns the histogram index
virtual Bool_t FillSpectra(const AliTRDtrack *t);
Int_t GetIndex(const AliTRDtrack *t);
- Int_t GetIndex(const Int_t imom, const Int_t ipid) const;
+ Int_t GetIndex(const Int_t imom, const Int_t ipid);
Int_t GetIndex(const Float_t mom, const Int_t ipid);
TObjArray* GetHist() const { return fHist; };