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