00001
00002
00003
00004 #ifndef STJTRGBEMCJETPATCHTOWERIDMAP_H
00005 #define STJTRGBEMCJETPATCHTOWERIDMAP_H
00006
00007 #include <TObject.h>
00008
00009 class StjTrgBEMCJetPatchTowerIdMap : public TObject {
00010
00011 public:
00012 StjTrgBEMCJetPatchTowerIdMap() { }
00013 virtual ~StjTrgBEMCJetPatchTowerIdMap() { }
00014
00015 virtual int getJetPatchIdForTower(int towerId) = 0;
00016
00017 private:
00018
00019 ClassDef(StjTrgBEMCJetPatchTowerIdMap, 1)
00020
00021 };
00022
00023 #endif // STJTRGBEMCJETPATCHTOWERIDMAP_H