CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_4_5_patch3/src/RecoCaloTools/Navigation/interface/EcalPreshowerNavigator.h

Go to the documentation of this file.
00001 #ifndef RECOCALOTOOLS_NAVIGATION_ECALPRESHOWERNAVIGATOR_H
00002 #define RECOCALOTOOLS_NAVIGATION_ECALPRESHOWERNAVIGATOR_H 1
00003 
00004 #include "DataFormats/EcalDetId/interface/ESDetId.h"
00005 #include "RecoCaloTools/Navigation/interface/CaloNavigator.h"
00006 
00007 class EcalPreshowerNavigator : public CaloNavigator<ESDetId> {
00008  public:
00009   EcalPreshowerNavigator(const ESDetId& home,const CaloSubdetectorTopology* esTopology) :
00010     CaloNavigator<ESDetId>(home,esTopology)
00011     {
00012     };
00013 };
00014 
00015 #endif
00016 
00017 
00018 
00019 
00020 
00021