GSI Object Oriented Online Offline (Go4)
GO4-5.3.2
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Go4CommandsAnalysis
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
14
#include "
TGo4AnalysisCommandList.h
"
15
16
#include "
TGo4ComInitAnalysis.h
"
17
#include "
TGo4ComCloseAnalysis.h
"
18
19
#include "
TGo4AnalysisObjectCommand.h
"
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
"
30
#include "
TGo4ComGetAnalysisStatus.h
"
31
#include "
TGo4ComSetAnalysisStatus.h
"
32
#include "
TGo4ComLoadAnalysisStatus.h
"
33
#include "
TGo4ComSaveAnalysisStatus.h
"
34
35
#include "
TGo4ComAddTreeHistogram.h
"
36
37
#include "
TGo4ComPrintConditions.h
"
38
#include "
TGo4ComPrintHistograms.h
"
39
#include "
TGo4ComPrintDynList.h
"
40
#include "
TGo4ComAutosave.h
"
41
42
TGo4AnalysisCommandList::TGo4AnalysisCommandList
() :
43
TGo4TaskHandlerCommandList
(
"Go4 Analysis Framework Command list"
)
44
{
45
// add all application specific commands here:
46
47
AddCommand
(
new
TGo4ComInitAnalysis
);
48
AddCommand
(
new
TGo4ComCloseAnalysis
);
49
50
AddCommand
(
new
TGo4ComGetAnalysisStatus
);
51
AddCommand
(
new
TGo4ComSetAnalysisStatus
);
52
AddCommand
(
new
TGo4ComLoadAnalysisStatus
);
53
AddCommand
(
new
TGo4ComSaveAnalysisStatus
);
54
55
AddCommand
(
new
TGo4AnalysisObjectCommand
);
56
AddCommand
(
new
TGo4ComClearObject
);
57
AddCommand
(
new
TGo4ComDeleteObject
);
58
AddCommand
(
new
TGo4ComGetEnvelope
);
59
AddCommand
(
new
TGo4ComSetProtections
);
60
AddCommand
(
new
TGo4ComGetCurrentEvent
);
61
AddCommand
(
new
TGo4ComSetPrintEvent
);
62
63
AddCommand
(
new
TGo4ComSetObject
);
64
65
AddCommand
(
new
TGo4ComAddTreeHistogram
);
66
67
AddCommand
(
new
TGo4ComGetObjectStatus
);
68
AddCommand
(
new
TGo4ComGetNamesList
);
69
70
AddCommand
(
new
TGo4ComPrintConditions
);
71
AddCommand
(
new
TGo4ComPrintHistograms
);
72
AddCommand
(
new
TGo4ComPrintDynList
);
73
AddCommand
(
new
TGo4ComAutosave
);
74
}
75
76
TGo4AnalysisCommandList::~TGo4AnalysisCommandList
()
77
{
78
}
TGo4ComSetProtections
Definition:
TGo4ComSetProtections.h:26
TGo4ComGetAnalysisStatus.h
TGo4ComPrintDynList
Definition:
TGo4ComPrintDynList.h:23
TGo4ComCloseAnalysis.h
TGo4ComSetObject.h
TGo4ComLoadAnalysisStatus.h
TGo4ComGetCurrentEvent.h
TGo4ComPrintConditions.h
TGo4ComGetCurrentEvent
Definition:
TGo4ComGetCurrentEvent.h:31
TGo4ComClearObject
Definition:
TGo4ComClearObject.h:26
TGo4AnalysisCommandList.h
TGo4AnalysisCommandList::~TGo4AnalysisCommandList
virtual ~TGo4AnalysisCommandList()
Definition:
TGo4AnalysisCommandList.cxx:76
TGo4ComSetPrintEvent.h
TGo4ComInitAnalysis.h
TGo4ComGetNamesList.h
TGo4ComGetEnvelope
Definition:
TGo4ComGetEnvelope.h:26
TGo4ComGetObjectStatus.h
TGo4ComSetPrintEvent
Definition:
TGo4ComSetPrintEvent.h:27
TGo4ComGetObjectStatus
Definition:
TGo4ComGetObjectStatus.h:25
TGo4ComAutosave
Definition:
TGo4ComAutosave.h:23
TGo4ComClearObject.h
TGo4ComPrintHistograms
Definition:
TGo4ComPrintHistograms.h:23
TGo4ComAutosave.h
TGo4AnalysisCommandList::TGo4AnalysisCommandList
TGo4AnalysisCommandList()
Definition:
TGo4AnalysisCommandList.cxx:42
TGo4ComSetAnalysisStatus
Definition:
TGo4ComSetAnalysisStatus.h:26
TGo4ComGetAnalysisStatus
Definition:
TGo4ComGetAnalysisStatus.h:24
TGo4ComSetProtections.h
TGo4ComCloseAnalysis
Definition:
TGo4ComCloseAnalysis.h:21
TGo4ComDeleteObject.h
TGo4TaskHandlerCommandList
Definition:
TGo4TaskHandlerCommandList.h:25
TGo4AnalysisObjectCommand
Definition:
TGo4AnalysisObjectCommand.h:25
TGo4ComGetNamesList
Definition:
TGo4ComGetNamesList.h:24
TGo4ComInitAnalysis
Definition:
TGo4ComInitAnalysis.h:22
TGo4ComAddTreeHistogram
Definition:
TGo4ComAddTreeHistogram.h:33
TGo4CommandProtoList::AddCommand
void AddCommand(TGo4Command *com)
Definition:
TGo4CommandProtoList.cxx:108
TGo4ComSetObject
Definition:
TGo4ComSetObject.h:39
TGo4ComLoadAnalysisStatus
Definition:
TGo4ComLoadAnalysisStatus.h:24
TGo4ComSaveAnalysisStatus.h
TGo4ComSetAnalysisStatus.h
TGo4ComSaveAnalysisStatus
Definition:
TGo4ComSaveAnalysisStatus.h:24
TGo4ComPrintDynList.h
TGo4ComDeleteObject
Definition:
TGo4ComDeleteObject.h:26
TGo4ComAddTreeHistogram.h
TGo4ComPrintHistograms.h
TGo4ComGetEnvelope.h
TGo4AnalysisObjectCommand.h
TGo4ComPrintConditions
Definition:
TGo4ComPrintConditions.h:23
Generated on Fri Oct 26 2018 08:34:50 for GSI Object Oriented Online Offline (Go4) by
1.8.8