Main Page
Class Categories
Classes
Namespaces
File List
File Members
exper-sw
cosmosw
AugerSW
Offline
source
main
Documentation
Tutorials
ReadAtmQualityLL
Documentation/Tutorials/ReadAtmQualityLL/AugerOfflineUser.cc
Go to the documentation of this file.
1
#include <fwk/RunController.h>
2
#include <utl/ErrorLogger.h>
3
4
void
AugerOfflineUser
(){
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
}
AugerOfflineUser
void AugerOfflineUser()
Definition:
Documentation/ExampleApplications/Deprecated/RdBeamforming/AugerOfflineUser.cc:1
, generated on Tue Sep 26 2023.