Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:15:19

0001 #ifndef RECORDS_ZDCGEOMETRYRECORD_H
0002 #define RECORDS_ZDCGEOMETRYRECORD_H
0003 // -*- C++ -*-
0004 //
0005 // Package:     Records
0006 // Class  :     ZDCGeometryRecord
0007 //
0008 //
0009 // Author:      Brian Heltsley
0010 // Created:     Tue April 1, 2008
0011 //
0012 
0013 #include "FWCore/Framework/interface/EventSetupRecordImplementation.h"
0014 #include "FWCore/Framework/interface/DependentRecordImplementation.h"
0015 #include "Geometry/Records/interface/IdealGeometryRecord.h"
0016 #include "CondFormats/AlignmentRecord/interface/ZDCAlignmentRcd.h"
0017 #include "CondFormats/AlignmentRecord/interface/ZDCAlignmentErrorRcd.h"
0018 #include "CondFormats/AlignmentRecord/interface/ZDCAlignmentErrorExtendedRcd.h"
0019 #include "CondFormats/AlignmentRecord/interface/GlobalPositionRcd.h"
0020 #include "Geometry/Records/interface/PZdcRcd.h"
0021 #include "FWCore/Utilities/interface/mplVector.h"
0022 
0023 class ZDCGeometryRecord
0024     : public edm::eventsetup::DependentRecordImplementation<ZDCGeometryRecord,
0025                                                             edm::mpl::Vector<IdealGeometryRecord,
0026                                                                              ZDCAlignmentRcd,
0027                                                                              ZDCAlignmentErrorRcd,
0028                                                                              ZDCAlignmentErrorExtendedRcd,
0029                                                                              GlobalPositionRcd,
0030                                                                              PZdcRcd> > {};
0031 
0032 #endif /* RECORDS_ZDCGEOMETRYRECORD_H */