ActionCodes.h
Go to the documentation of this file.
1 #ifndef art_Framework_Principal_ActionCodes_h
2 #define art_Framework_Principal_ActionCodes_h
3 // vim: set sw=2 expandtab :
4 
5 namespace art {
6  namespace actions {
7 
8  enum ActionCodes {
10  Rethrow, // 1
11  SkipEvent, // 2
12  FailModule, // 3
13  FailPath, // 4
14  LastCode // 5
15  };
16 
17  } // namespace actions
18 } // namespace art
19 
20 #endif /* art_Framework_Principal_ActionCodes_h */
21 
22 // Local Variables:
23 // mode: c++
24 // End:
Namespace containing all the test actions.