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

, generated on Tue Sep 26 2023.