GSI Object Oriented Online Offline (Go4)
GO4-6.3.0
Go4CommandsAnalysis
TGo4ComSaveAnalysisStatus.h
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
#ifndef TGO4COMSAVEANALYSISSTATUS_H
15
#define TGO4COMSAVEANALYSISSTATUS_H
16
17
#include "
TGo4AnalysisCommand.h
"
18
#include "TString.h"
19
24
class
TGo4ComSaveAnalysisStatus
:
public
TGo4AnalysisCommand
{
25
public
:
26
27
TGo4ComSaveAnalysisStatus
();
28
29
TGo4ComSaveAnalysisStatus
(
const
char
*filename);
30
31
Int_t
ExeCom
()
override
;
32
36
void
Set
(
TGo4RemoteCommand
*remcon)
override
;
37
39
const
char
*
GetFileName
()
const
{
return
fxFileName
.Data(); }
40
42
void
SetFileName
(
const
char
*name) {
fxFileName
= name; }
43
44
private
:
45
47
TString
fxFileName
;
48
49
ClassDefOverride(
TGo4ComSaveAnalysisStatus
,1)
50
};
51
52
#endif //TGO4COMSAVEANALYSISSTATUS_H
TGo4AnalysisCommand.h
TGo4AnalysisCommand
Definition:
TGo4AnalysisCommand.h:19
TGo4ComSaveAnalysisStatus::GetFileName
const char * GetFileName() const
Definition:
TGo4ComSaveAnalysisStatus.h:39
TGo4ComSaveAnalysisStatus::ExeCom
Int_t ExeCom() override
Definition:
TGo4ComSaveAnalysisStatus.cxx:49
TGo4ComSaveAnalysisStatus::fxFileName
TString fxFileName
Definition:
TGo4ComSaveAnalysisStatus.h:47
TGo4ComSaveAnalysisStatus::TGo4ComSaveAnalysisStatus
TGo4ComSaveAnalysisStatus()
Definition:
TGo4ComSaveAnalysisStatus.cxx:32
TGo4ComSaveAnalysisStatus::Set
void Set(TGo4RemoteCommand *remcon) override
Definition:
TGo4ComSaveAnalysisStatus.cxx:42
TGo4RemoteCommand
Definition:
TGo4RemoteCommand.h:29
TGo4ComSaveAnalysisStatus
Definition:
TGo4ComSaveAnalysisStatus.h:24
TGo4ComSaveAnalysisStatus::SetFileName
void SetFileName(const char *name)
Definition:
TGo4ComSaveAnalysisStatus.h:42
Generated on Wed Jan 10 2024 15:04:16 for GSI Object Oriented Online Offline (Go4) by
1.8.13