#include <RecoCaloTools/Navigation/interface/CaloTowerNavigator.h>
Public Member Functions | |
CaloTowerNavigator (const CaloTowerDetId &home, const CaloSubdetectorTopology *topo) |
Definition at line 7 of file CaloTowerNavigator.h.
CaloTowerNavigator::CaloTowerNavigator | ( | const CaloTowerDetId & | home, | |
const CaloSubdetectorTopology * | topo | |||
) | [inline] |
Definition at line 10 of file CaloTowerNavigator.h.
00010 : 00011 CaloNavigator<CaloTowerDetId>(home,topo) 00012 { 00013 }; };