CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
CkfComponentsRecord.h
Go to the documentation of this file.
1 #ifndef RecoTracker_Record_CkfComponentsRecord_h
2 #define RecoTracker_Record_CkfComponentsRecord_h
3 
17 #include "CondFormats/DataRecord/interface/SiPixelFedCablingMapRcd.h" // FIXME should be in the dependencies of the SiPixelQualityRcd
18 
19 
20 #include "boost/mpl/vector.hpp"
21 
22 
24  boost::mpl::vector<TrackerDigiGeometryRecord,
25  TkPixelCPERecord,
26  TkStripCPERecord,
27  TransientRecHitRecord,
28  TrackingComponentsRecord,
29  TrackerRecoGeometryRecord,
30  SiStripQualityRcd,
31  SiStripDetCablingRcd,
32  SiStripNoisesRcd,
33  SiStripRegionCablingRcd,
34  SiPixelQualityRcd,
35  SiPixelFedCablingMapRcd> > {};
36 
37 #endif
38