Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2023-03-17 11:17:17

0001 #ifndef RECOCALOTOOLS_NAVIGATION_ECALPRESHOWERNAVIGATOR_H
0002 #define RECOCALOTOOLS_NAVIGATION_ECALPRESHOWERNAVIGATOR_H 1
0003 
0004 #include "DataFormats/EcalDetId/interface/ESDetId.h"
0005 #include "RecoCaloTools/Navigation/interface/CaloNavigator.h"
0006 
0007 using EcalPreshowerNavigator = CaloNavigator<ESDetId>;
0008 
0009 #endif