CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/TrackingTools/TrackFitters/interface/TrajectoryFitterRecord.h

Go to the documentation of this file.
00001 #ifndef TrackingTools_TrackFitters_TrajectoryFitterRecord_h
00002 #define TrackingTools_TrackFitters_TrajectoryFitterRecord_h
00003 
00004 #include "FWCore/Framework/interface/EventSetupRecordImplementation.h"
00005 #include "FWCore/Framework/interface/DependentRecordImplementation.h"
00006 
00007 #include "TrackingTools/RecoGeometry/interface/RecoGeometryRecord.h"
00008 #include "TrackingTools/Records/interface/TrackingComponentsRecord.h"
00009 
00010 #include "boost/mpl/vector.hpp"
00011 
00012 
00013 class TrajectoryFitterRecord : public edm::eventsetup::DependentRecordImplementation<TrajectoryFitterRecord,
00014   boost::mpl::vector<TrackingComponentsRecord,RecoGeometryRecord> > {};
00015 
00016 #endif