GSI Object Oriented Online Offline (Go4)  GO4-5.3.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
TGo4AnalysisCommandList.cxx
Go to the documentation of this file.
1 // $Id: TGo4AnalysisCommandList.cxx 489 2009-11-04 12:20:26Z linev $
2 //-----------------------------------------------------------------------
3 // The GSI Online Offline Object Oriented (Go4) Project
4 // Experiment Data Processing at EE department, GSI
5 //-----------------------------------------------------------------------
6 // Copyright (C) 2000- GSI Helmholtzzentrum für Schwerionenforschung GmbH
7 // Planckstr. 1, 64291 Darmstadt, Germany
8 // Contact: http://go4.gsi.de
9 //-----------------------------------------------------------------------
10 // This software can be used under the license agreements as stated
11 // in Go4License.txt file which is part of the distribution.
12 //-----------------------------------------------------------------------
13 
15 
16 #include "TGo4ComInitAnalysis.h"
17 #include "TGo4ComCloseAnalysis.h"
18 
20 #include "TGo4ComClearObject.h"
21 #include "TGo4ComDeleteObject.h"
22 #include "TGo4ComGetEnvelope.h"
23 #include "TGo4ComSetProtections.h"
24 #include "TGo4ComGetCurrentEvent.h"
25 #include "TGo4ComSetPrintEvent.h"
26 #include "TGo4ComSetObject.h"
27 
28 #include "TGo4ComGetObjectStatus.h"
29 #include "TGo4ComGetNamesList.h"
34 
36 
37 #include "TGo4ComPrintConditions.h"
38 #include "TGo4ComPrintHistograms.h"
39 #include "TGo4ComPrintDynList.h"
40 #include "TGo4ComAutosave.h"
41 
43  TGo4TaskHandlerCommandList("Go4 Analysis Framework Command list")
44 {
45  // add all application specific commands here:
46 
49 
54 
62 
64 
66 
69 
74 }
75 
77 {
78 }
void AddCommand(TGo4Command *com)