LArSoft  v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
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 shouldFastClone(bool fastCloningSet,
13  bool fastCloning,
14  bool wantAllEvents,
15  ClosingCriteria const& fileProperties);
16 
17  bool shouldDropEvents(bool dropAllEventsSet,
18  bool dropAllEvents,
19  bool dropAllSubRuns);
20  }
21 }
22 
23 #endif /* art_Framework_IO_Root_detail_rootOutputConfigurationTools_h */
24 
25 // Local variables:
26 // mode: c++
27 // End:
bool shouldDropEvents(bool dropAllEventsSet, bool dropAllEvents, bool dropAllSubRuns)
HLT enums.
bool shouldFastClone(bool fastCloningSet, bool fastCloning, bool wantAllEvents, ClosingCriteria const &fileProperties)