Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 #ifndef EVF_UTILITIES_AUXILIARYMAKERS_H
0002 #define EVF_UTILITIES_AUXILIARYMAKERS_H
0003 
0004 #include "DataFormats/Provenance/interface/EventAuxiliary.h"
0005 #include "DataFormats/TCDS/interface/TCDSRaw.h"
0006 
0007 namespace evf {
0008   namespace evtn {
0009     edm::EventAuxiliary makeEventAuxiliary(const tcds::Raw_v1*,
0010                                            unsigned int runNumber,
0011                                            unsigned int lumiSection,
0012                                            bool isRealData,
0013                                            const edm::EventAuxiliary::ExperimentType&,
0014                                            const std::string& processGUID,
0015                                            bool verifyLumiSection,
0016                                            bool suppressWarning);
0017   }
0018 }  // namespace evf
0019 #endif