|
||||
File indexing completed on 2024-04-06 12:04:02
0001 #ifndef DataFormats_DetId_DetIdVector_h 0002 #define DataFormats_DetId_DetIdVector_h 0003 0004 #include <vector> 0005 #include "DataFormats/DetId/interface/DetId.h" 0006 0007 using DetIdVector = std::vector<DetId>; 0008 0009 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |