CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
TrackerInteractionGeometryRecord.h
Go to the documentation of this file.
1 #ifndef FastSimulation_TrackerSetup_TrackerInteractionGeometryRecord_h
2 #define FastSimulation_TrackerSetup_TrackerInteractionGeometryRecord_h
3 // -*- C++ -*-
4 //
5 // Package: TrackerSetup
6 // Class : TrackerInteractionGeometryRecord
7 //
16 //
17 // Author:
18 // Created: Wed Nov 21 12:14:34 CET 2007
19 // $Id$
20 //
21 
24 #include "boost/mpl/vector.hpp"
25 
26 class TrackerInteractionGeometryRecord : public edm::eventsetup::DependentRecordImplementation<TrackerInteractionGeometryRecord, boost::mpl::vector<TrackerRecoGeometryRecord> > {};
27 
28 #endif