GSI Object Oriented Online Offline (Go4)
GO4-6.4.5
Loading...
Searching...
No Matches
Go4CommandsAnalysis
TGo4ComPrintDynList.cxx
Go to the documentation of this file.
1
// $Id$
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 fuer 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 "
TGo4ComPrintDynList.h
"
15
16
#include "TGo4Log.h"
17
#include "TGo4AnalysisClientImp.h"
18
#include "TGo4AnalysisImp.h"
19
20
TGo4ComPrintDynList::TGo4ComPrintDynList
() :
21
TGo4AnalysisCommand
(
"ANPrdyn"
,
"Printout of dynamic list"
)
22
{
23
SetReceiverName
(
"AnalysisClient"
);
// this command needs client as receiver
24
// override default receiver
25
}
26
27
Int_t
TGo4ComPrintDynList::ExeCom
()
28
{
29
TGo4AnalysisClient
*cli =
dynamic_cast<
TGo4AnalysisClient
*
>
(
fxReceiverBase
);
30
if
(!cli) {
31
TGo4Log::Debug
(
" !!! ''%s'': NO RECEIVER ERROR!!!"
,GetName());
32
return
1;
33
}
34
35
auto
ana =
TGo4Analysis::Instance
();
36
if
(ana) {
37
ana->PrintDynamicList();
38
cli->
SendStatusMessage
(1, kFALSE, TString::Format(
39
"Analysis %s prints out dynamic list status."
,ana->GetName()));
40
}
else
{
41
cli->
SendStatusMessage
(3, kTRUE, TString::Format(
42
" %s ERROR no analysis "
,GetName()));
43
}
// if(ana)
44
return
-1;
45
}
TGo4ComPrintDynList.h
TGo4AnalysisClient
Definition
TGo4AnalysisClientImp.h:34
TGo4AnalysisClient::SendStatusMessage
void SendStatusMessage(Int_t level, Bool_t printout, const TString &text) override
Send message to gui.
Definition
TGo4AnalysisClientImp.cxx:540
TGo4AnalysisCommand::TGo4AnalysisCommand
TGo4AnalysisCommand()
Definition
TGo4AnalysisCommand.cxx:30
TGo4Analysis::Instance
static TGo4Analysis * Instance()
return analysis instance
Definition
TGo4AnalysisImp.cxx:112
TGo4ComPrintDynList::ExeCom
Int_t ExeCom() override
Do the command action.
Definition
TGo4ComPrintDynList.cxx:27
TGo4ComPrintDynList::TGo4ComPrintDynList
TGo4ComPrintDynList()
Definition
TGo4ComPrintDynList.cxx:20
TGo4Command::SetReceiverName
void SetReceiverName(const char *)
Definition
TGo4Command.cxx:93
TGo4Command::fxReceiverBase
TGo4CommandReceiver * fxReceiverBase
Definition
TGo4Command.h:116
TGo4Log::Debug
static void Debug(const char *text,...) GO4_PRINTF_ARGS
User shortcut for message with prio 0.
Definition
TGo4Log.cxx:289
Generated by
1.16.1