CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EcalPreshowerNavigator.h
Go to the documentation of this file.
1 #ifndef RECOCALOTOOLS_NAVIGATION_ECALPRESHOWERNAVIGATOR_H
2 #define RECOCALOTOOLS_NAVIGATION_ECALPRESHOWERNAVIGATOR_H 1
3 
6 
7 class EcalPreshowerNavigator : public CaloNavigator<ESDetId> {
8  public:
10  CaloNavigator<ESDetId>(home,esTopology)
11  {
12  };
13 };
14 
15 #endif
16 
17 
18 
19 
20 
21 
void home() const
move the navigator back to the starting point
EcalPreshowerNavigator(const ESDetId &home, const CaloSubdetectorTopology *esTopology)