CMS 3D CMS Logo

CkfComponentsRecord.h
Go to the documentation of this file.
1 #ifndef RecoTracker_Record_CkfComponentsRecord_h
2 #define RecoTracker_Record_CkfComponentsRecord_h
3 
18 #include "CondFormats/DataRecord/interface/SiPixelFedCablingMapRcd.h" // FIXME should be in the dependencies of the SiPixelQualityRcd
19 
20 
21 #include "boost/mpl/vector.hpp"
22 
23 
25  boost::mpl::vector<TrackerDigiGeometryRecord,
26  TkPixelCPERecord,
27  TkStripCPERecord,
28  TransientRecHitRecord,
29  TrackingComponentsRecord,
30  TrackerRecoGeometryRecord,
31  TrackerTopologyRcd,
32  SiStripQualityRcd,
33  SiStripDetCablingRcd,
34  SiStripNoisesRcd,
35  SiStripRegionCablingRcd,
36  SiPixelQualityRcd,
37  SiPixelFedCablingMapRcd> > {};
38 
39 #endif
40