PandaRoot
BSEmcShashlik2DMapper.h
Go to the documentation of this file.
1 #ifndef BSEMCSHASHLIK2DMAPPER_HH
2 #define BSEMCSHASHLIK2DMAPPER_HH
3 
4 #include "BSEmc2DMapper.h"
5 
15  public:
18 
19  virtual std::pair<Int_t, Int_t> GetXYIndices(Int_t t_detectorId) const /*override*/;
20 
21  private:
22  ClassDef(BSEmcShashlik2DMapper, 1);
23 };
24 
25 #endif /*BSEMCSHASHLIK2DMAPPER_HH*/
virtual std::pair< Int_t, Int_t > GetXYIndices(Int_t t_detectorId) const
maps detector Id to x-y indices
Interface class to map DetectorIDs (crystal Ids) to x-y-indices.
Definition: BSEmc2DMapper.h:16
Shashlik specific detectorID to X-Y-pair mapping.