CMS 3D CMS Logo

DetIdVector.h
Go to the documentation of this file.
1 #ifndef DataFormats_DetId_DetIdVector_h
2 #define DataFormats_DetId_DetIdVector_h
3 
4 #include <vector>
6 
7 using DetIdVector = std::vector<DetId>;
8 
9 #endif
std::vector< DetId > DetIdVector
Definition: DetIdVector.h:7