Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 #ifndef RECORDS_CastorGEOMETRYRECORD_H
0002 #define RECORDS_CastorGEOMETRYRECORD_H
0003 // -*- C++ -*-
0004 //
0005 // Package:     Records
0006 // Class  :     CastorGeometryRecord
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/CastorAlignmentRcd.h"
0017 #include "CondFormats/AlignmentRecord/interface/CastorAlignmentErrorRcd.h"
0018 #include "CondFormats/AlignmentRecord/interface/CastorAlignmentErrorExtendedRcd.h"
0019 #include "CondFormats/AlignmentRecord/interface/GlobalPositionRcd.h"
0020 #include "Geometry/Records/interface/PCastorRcd.h"
0021 #include "FWCore/Utilities/interface/mplVector.h"
0022 
0023 class CastorGeometryRecord
0024     : public edm::eventsetup::DependentRecordImplementation<CastorGeometryRecord,
0025                                                             edm::mpl::Vector<IdealGeometryRecord,
0026                                                                              CastorAlignmentRcd,
0027                                                                              CastorAlignmentErrorRcd,
0028                                                                              CastorAlignmentErrorExtendedRcd,
0029                                                                              GlobalPositionRcd,
0030                                                                              PCastorRcd> > {};
0031 
0032 #endif /* RECORDS_CastorGEOMETRYRECORD_H */