Documentation/Tutorials/PlotGOESData/AugerOfflineUser.cc
Go to the documentation of this file.
1 #include <fwk/RunController.h>
2 #include <utl/ErrorLogger.h>
3 
4 void
6 {
7  // THIS FUNCTION IS FOR SPECIAL APPLICATIONS ONLY.
8  // NORMALLY YOU CAN LEAVE IT EMPTY.
9  //
10  // This function is called after the framework is
11  // initialized, but before the RunController begins
12  // sequencing Modules. If for some reason you need
13  // to override the action of the RunController and
14  // do your own customized sequencing, you can
15  // take care of that in this function. Simply provide an
16  // empty sequence file for the RunController, for example:
17  //
18  // <sequenceFile>
19  //
20  // </sequenceFile>
21  //
22  // and then write your own sequencing in this function.
23 }

, generated on Tue Sep 26 2023.