Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 #ifndef RECORDS_HCALGEOMETRYRECORD_H
0002 #define RECORDS_HCALGEOMETRYRECORD_H
0003 // -*- C++ -*-
0004 //
0005 // Package:     Records
0006 // Class  :     HcalGeometryRecord
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/HcalRecNumberingRecord.h"
0016 #include "CondFormats/AlignmentRecord/interface/HcalAlignmentRcd.h"
0017 #include "CondFormats/AlignmentRecord/interface/HcalAlignmentErrorRcd.h"
0018 #include "CondFormats/AlignmentRecord/interface/HcalAlignmentErrorExtendedRcd.h"
0019 #include "Geometry/Records/interface/PHcalRcd.h"
0020 #include "CondFormats/AlignmentRecord/interface/GlobalPositionRcd.h"
0021 #include "FWCore/Utilities/interface/mplVector.h"
0022 
0023 class HcalGeometryRecord
0024     : public edm::eventsetup::DependentRecordImplementation<HcalGeometryRecord,
0025                                                             edm::mpl::Vector<IdealGeometryRecord,
0026                                                                              HcalParametersRcd,
0027                                                                              HcalSimNumberingRecord,
0028                                                                              HcalRecNumberingRecord,
0029                                                                              HcalAlignmentRcd,
0030                                                                              HcalAlignmentErrorRcd,
0031                                                                              HcalAlignmentErrorExtendedRcd,
0032                                                                              GlobalPositionRcd,
0033                                                                              PHcalRcd> > {};
0034 
0035 #endif /* RECORDS_HCALGEOMETRYRECORD_H */