Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:24:37

0001 #ifndef RECOCALOTOOLS_NAVIGATION_CALOTOWERNAVIGATOR_H
0002 #define RECOCALOTOOLS_NAVIGATION_CALOTOWERNAVIGATOR_H 1
0003 
0004 #include "DataFormats/CaloTowers/interface/CaloTowerDetId.h"
0005 #include "RecoCaloTools/Navigation/interface/CaloNavigator.h"
0006 
0007 using CaloTowerNavigator = CaloNavigator<CaloTowerDetId>;
0008 #endif