Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 #ifndef FWCore_ParameterSet_validateTopLevelParameterSets_h
0002 #define FWCore_ParameterSet_validateTopLevelParameterSets_h
0003 
0004 namespace edm {
0005 
0006   class ParameterSet;
0007   class ParameterSetDescription;
0008 
0009   void validateTopLevelParameterSets(ParameterSet* processParameterSet);
0010   void fillOptionsDescription(ParameterSetDescription& description);
0011   void fillMaxEventsDescription(ParameterSetDescription& description);
0012   void fillMaxLuminosityBlocksDescription(ParameterSetDescription& description);
0013   void fillMaxSecondsUntilRampdownDescription(ParameterSetDescription& description);
0014   void dumpOptionsToLogFile(unsigned int nThreads,
0015                             unsigned int nStreams,
0016                             unsigned int nConcurrentLumis,
0017                             unsigned int nConcurrentRuns);
0018 }  // namespace edm
0019 #endif