LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
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::actions {
6  enum ActionCodes {
8  Rethrow, // 1
9  SkipEvent, // 2
10  FailModule, // 3
11  FailPath, // 4
12  LastCode // 5
13  };
14 } // namespace art::actions
15 
16 #endif /* art_Framework_Principal_ActionCodes_h */
17 
18 // Local Variables:
19 // mode: c++
20 // End: