CMS 3D CMS Logo

MTDDigiGeometryRecord.h
Go to the documentation of this file.
1 #ifndef RECORDS_MTDDIGIGEOMETRYRECORD_H
2 #define RECORDS_MTDDIGIGEOMETRYRECORD_H
3 
13 #include "boost/mpl/vector.hpp"
14 
16  public edm::eventsetup::DependentRecordImplementation<MTDDigiGeometryRecord,
17  boost::mpl::vector<IdealGeometryRecord,
18  MTDAlignmentRcd,
19  MTDAlignmentErrorExtendedRcd,
20  MTDSurfaceDeformationRcd,
21  GlobalPositionRcd,
22  MTDTopologyRcd,
23  PMTDParametersRcd> > {};
24 
25 #endif /* RECORDS_MTDDIGIGEOMETRYRECORD_H */