Transition.h
Go to the documentation of this file.
1 #ifndef art_Utilities_Transition_h
2 #define art_Utilities_Transition_h
3 // vim: set sw=2 expandtab :
4 
5 namespace art {
6 
7  enum class Transition {
8  BeginJob,
9  EndJob,
10  BeginFile,
11  EndFile,
12  BeginRun,
13  EndRun,
15  EndSubRun,
16  BeginEvent,
17  EndEvent
18  };
19 
20 } // namespace art
21 
22 #endif /* art_Utilities_Transition_h */
23 
24 // Local Variables:
25 // mode: c++
26 // End:
Transition
Definition: Transition.h:7