CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_0/src/RecoCaloTools/Navigation/interface/CaloTowerNavigator.h

Go to the documentation of this file.
00001 #ifndef RECOCALOTOOLS_NAVIGATION_CALOTOWERNAVIGATOR_H
00002 #define RECOCALOTOOLS_NAVIGATION_CALOTOWERNAVIGATOR_H 1
00003 
00004 #include "DataFormats/CaloTowers/interface/CaloTowerDetId.h"
00005 #include "RecoCaloTools/Navigation/interface/CaloNavigator.h"
00006 
00007 class CaloTowerNavigator : public CaloNavigator<CaloTowerDetId> 
00008 {
00009  public:
00010   CaloTowerNavigator(const CaloTowerDetId& home,const CaloSubdetectorTopology* topo) :
00011     CaloNavigator<CaloTowerDetId>(home,topo)
00012     {
00013     };
00014 };
00015 
00016 #endif