CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
TkStripCPERecord.h
Go to the documentation of this file.
1 #ifndef RecoLocalTracker_Records_TkStripCPERecord_h
2 #define RecoLocalTracker_Records_TkStripCPERecord_h
3 
11 #include "boost/mpl/vector.hpp"
12 
13 
15  boost::mpl::vector< TrackerDigiGeometryRecord,
16  IdealMagneticFieldRecord,
17  SiStripLorentzAngleDepRcd,
18  SiStripBackPlaneCorrectionDepRcd,
19  SiStripConfObjectRcd,
20  SiStripLatencyRcd,
21  SiStripNoisesRcd,
22  SiStripApvGainRcd,
23  SiStripBadChannelRcd
24  > > {};
25 
26 #endif
27