CMS 3D CMS Logo

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