ThrowAfterConfig.h
Go to the documentation of this file.
1 #ifndef art_test_Integration_event_processor_ThrowAfterConfig_h
2 #define art_test_Integration_event_processor_ThrowAfterConfig_h
3 
4 #include "fhiclcpp/types/Atom.h"
5 #include <limits>
6 
7 namespace art {
8  namespace test {
9  struct ThrowAfterConfig {
10  fhicl::Atom<bool> throwFromCtor{fhicl::Name("throwFromCtor"), false};
12  fhicl::Name("throwAfter"),
14  "The 'throwAfter' parameter specifies the number\n"
15  "of events after which an exception should be thrown.\n"
16  "If it is desired to not throw at all, then the parameter\n"
17  "should not be specified, or it should be assigned a\n"
18  "value of '+infinity'."),
20  };
21  } // namespace test
22 } // namespace art
23 
24 #endif /* art_test_Integration_event_processor_ThrowAfterConfig_h */
25 
26 // Local Variables:
27 // mode: c++
28 // End:
fhicl::Atom< unsigned > throwAfter
Definition: test.py:1
fhicl::Atom< bool > throwFromCtor
AdcRoiViewer::Name Name