rootOutputConfigurationTools.h
Go to the documentation of this file.
1 #ifndef art_Framework_IO_Root_detail_rootOutputConfigurationTools_h
2 #define art_Framework_IO_Root_detail_rootOutputConfigurationTools_h
3 
4 #include <string>
5 
6 namespace art {
7 
8  class ClosingCriteria;
9 
10  namespace detail {
11 
12  bool shouldDropEvents(bool dropAllEventsSet,
13  bool dropAllEvents,
14  bool dropAllSubRuns);
15  }
16 }
17 
18 #endif /* art_Framework_IO_Root_detail_rootOutputConfigurationTools_h */
19 
20 // Local variables:
21 // mode: c++
22 // End:
bool shouldDropEvents(bool const dropAllEventsSet, bool const dropAllEvents, bool const dropAllSubRuns)