CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_2_9_HLT1_bphpatch4/src/CondFormats/AlignmentRecord/interface/HcalAlignmentRcd.h

Go to the documentation of this file.
00001 #ifndef RECORDS_HCALALIGNMENTRCD_H
00002 #define RECORDS_HCALALIGNMENTRCD_H
00003 // -*- C++ -*-
00004 //
00005 // Package:     Records
00006 // Class  :     HcalAlignmentRcd
00007 // 
00008 //
00009 // Author:      Brian Heltsley
00010 // Created:     Tue April 1, 2008
00011 //
00012 
00013 #include "FWCore/Framework/interface/EventSetupRecordImplementation.h"
00014 #include "FWCore/Framework/interface/DependentRecordImplementation.h"
00015 #include "CondFormats/AlignmentRecord/interface/HBAlignmentRcd.h"
00016 #include "CondFormats/AlignmentRecord/interface/HOAlignmentRcd.h"
00017 #include "CondFormats/AlignmentRecord/interface/HEAlignmentRcd.h"
00018 #include "CondFormats/AlignmentRecord/interface/HFAlignmentRcd.h"
00019 #include "boost/mpl/vector.hpp"
00020 
00021 
00022 class HcalAlignmentRcd : 
00023    public edm::eventsetup::DependentRecordImplementation<
00024    HcalAlignmentRcd,
00025                 boost::mpl::vector<
00026                 HBAlignmentRcd,
00027                 HOAlignmentRcd,
00028                 HEAlignmentRcd,
00029                 HFAlignmentRcd      > > {};
00030 
00031 #endif /* RECORDS_HCALALIGNMENTRCD_H */
00032