PandaRoot
BSEmcBwEndcap2DMapper.h
Go to the documentation of this file.
1 #ifndef BSEMCBWENDCAP2DMAPPER_HH
2 #define BSEMCBWENDCAP2DMAPPER_HH
3 
4 #include "BSEmc2DMapper.h"
5 #include "BSEmcDetectorID.h"
6 
16  public:
19  virtual std::pair<Int_t, Int_t> GetXYIndices(Int_t t_detectorId) const /*override*/;
20 
21  private:
22  ClassDef(BSEmcBwEndcap2DMapper, 1);
23 };
24 
25 #endif /*BSEMCBWENDCAP2DMAPPER_HH*/
Backward Endcap specific DetectorId to x-y-index mapping.
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