Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:11:22

0001 #ifndef FastSimulation_TrackerSetup_TrackerInteractionGeometryRecord_h
0002 #define FastSimulation_TrackerSetup_TrackerInteractionGeometryRecord_h
0003 // -*- C++ -*-
0004 //
0005 // Package:     TrackerSetup
0006 // Class  :     TrackerInteractionGeometryRecord
0007 //
0008 /**\class TrackerInteractionGeometryRecord TrackerInteractionGeometryRecord.h FastSimulation/TrackerSetup/interface/TrackerInteractionGeometryRecord.h
0009 
0010  Description: <one line class summary>
0011 
0012  Usage:
0013     <usage>
0014 
0015 */
0016 //
0017 // Author:
0018 // Created:     Wed Nov 21 12:14:34 CET 2007
0019 // $Id$
0020 //
0021 
0022 #include "FWCore/Framework/interface/DependentRecordImplementation.h"
0023 #include "RecoTracker/Record/interface/TrackerRecoGeometryRecord.h"
0024 #include "FWCore/Utilities/interface/mplVector.h"
0025 
0026 class TrackerInteractionGeometryRecord
0027     : public edm::eventsetup::DependentRecordImplementation<TrackerInteractionGeometryRecord,
0028                                                             edm::mpl::Vector<TrackerRecoGeometryRecord> > {};
0029 
0030 #endif