9#ifndef HAL_ANALYSIS_FEMTO_BASE_FEMTOYLMINDEXES_H_
10#define HAL_ANALYSIS_FEMTO_BASE_FEMTOYLMINDEXES_H_
54 inline Double_t
GetEls(Int_t i)
const {
return fEls[i]; }
60 inline Int_t
GetElsi(Int_t i)
const {
return fElsi[i]; }
66 inline Double_t
GetEms(Int_t i)
const {
return fEms[i]; }
72 inline Int_t
GetEmsi(Int_t i)
const {
return fEmsi[i]; }
77 inline Int_t
GetMaxL()
const {
return fL; }
82 inline Int_t
GetMaxJM()
const {
return fMaxJM; }
89 inline Int_t
GetIndex(Int_t l, Int_t m)
const {
return fIndexes.
Get(l, fL + m); };
96 Int_t
GetPadId(Int_t l, Int_t m)
const;
97 virtual void Print(Option_t* option =
"")
const;
T Get(Int_t i, Int_t j) const
Int_t GetEmsi(Int_t i) const
Double_t GetEms(Int_t i) const
Int_t GetIndex(Int_t l, Int_t m) const
Double_t GetEls(Int_t i) const
FemtoYlmIndexes(Int_t L=5)
virtual ~FemtoYlmIndexes()
Int_t GetElsi(Int_t i) const
Int_t GetPadId(Int_t l, Int_t m) const
FemtoYlmIndexes & operator=(const FemtoYlmIndexes &other)