Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2023-03-17 11:01:59

0001 #ifndef FWCore_Framework_DependentRecordTag_h
0002 #define FWCore_Framework_DependentRecordTag_h
0003 // -*- C++ -*-
0004 //
0005 // Package:     Framework
0006 // Class  :     DependentRecordTag
0007 //
0008 /**\class DependentRecordTag DependentRecordTag.h FWCore/Framework/interface/DependentRecordTag.h
0009 
0010  Description: Identifies a Record as being dependent upon other Records
0011 
0012  Usage:
0013     Used internally by the framework
0014 
0015 */
0016 //
0017 // Author:      Chris Jones
0018 // Created:     Fri Apr 29 10:03:54 EDT 2005
0019 //
0020 
0021 // system include files
0022 
0023 // user include files
0024 
0025 // forward declarations
0026 namespace edm {
0027   namespace eventsetup {
0028     struct DependentRecordTag {};
0029   }  // namespace eventsetup
0030 }  // namespace edm
0031 
0032 #endif