StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
StjTrgBEMCJetPatchTowerIdMap.h
1 // -*- mode: c++;-*-
2 // $Id: StjTrgBEMCJetPatchTowerIdMap.h,v 1.1 2008/08/12 04:07:01 tai Exp $
3 // Copyright (C) 2008 Tai Sakuma <sakuma@bnl.gov>
4 #ifndef STJTRGBEMCJETPATCHTOWERIDMAP_H
5 #define STJTRGBEMCJETPATCHTOWERIDMAP_H
6 
7 #include <TObject.h>
8 
9 class StjTrgBEMCJetPatchTowerIdMap : public TObject {
10 
11 public:
13  virtual ~StjTrgBEMCJetPatchTowerIdMap() { }
14 
15  virtual int getJetPatchIdForTower(int towerId) = 0;
16 
17 private:
18 
19  ClassDef(StjTrgBEMCJetPatchTowerIdMap, 1)
20 
21 };
22 
23 #endif // STJTRGBEMCJETPATCHTOWERIDMAP_H