Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:03:51

0001 #ifndef DataFormats_Common_FillViewHelperVector_h
0002 #define DataFormats_Common_FillViewHelperVector_h
0003 // -*- C++ -*-
0004 //
0005 // Package:     DataFormats/Common
0006 //
0007 /**\typedef FillViewHelperVector FillViewHelperVector.h "FillViewHelperVector.h"
0008 
0009  Description: [one line class summary]
0010 
0011  Usage:
0012     <usage>
0013 
0014 */
0015 //
0016 // Original Author:  Chris Jones
0017 //         Created:  Fri, 21 Nov 2014 20:12:50 GMT
0018 //
0019 
0020 // system include files
0021 #include <vector>
0022 #include <utility>
0023 
0024 // user include files
0025 #include "DataFormats/Provenance/interface/ProductID.h"
0026 
0027 // forward declarations
0028 
0029 namespace edm {
0030   typedef std::vector<std::pair<edm::ProductID, unsigned long> > FillViewHelperVector;
0031 }
0032 #endif