GSI Object Oriented Online Offline (Go4)
GO4-6.3.0
Go4CommandsAnalysis
TGo4ComSetPrintEvent.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 TGO4COMSETPRINTEVENT_H
15
#define TGO4COMSETPRINTEVENT_H
16
17
#include "
TGo4AnalysisObjectCommand.h
"
18
#include "
TGo4MbsSource.h
"
19
27
class
TGo4ComSetPrintEvent
:
public
TGo4AnalysisObjectCommand
{
28
public
:
29
30
TGo4ComSetPrintEvent
();
31
32
TGo4ComSetPrintEvent
(
const
char
*obname);
33
34
Int_t
ExeCom
()
override
;
38
void
Set
(
TGo4RemoteCommand
*remcon)
override
;
39
40
void
SetEventNum
(Int_t i) {
fxPrintPar
.
fiNum
= i; }
41
void
SetSubId
(Int_t i) {
fxPrintPar
.
fiSid
= i; }
42
void
SetLong
(Bool_t on) {
fxPrintPar
.
fiLong
= on; }
43
void
SetHex
(Bool_t on) {
fxPrintPar
.
fiHex
= on; }
44
void
SetData
(Bool_t on) {
fxPrintPar
.
fiData
= on; }
45
46
private
:
47
48
TGo4MbsSourcePrintPar
fxPrintPar
;
49
50
ClassDefOverride(
TGo4ComSetPrintEvent
,1)
51
};
52
53
#endif //TGO4COMSETPRINTEVENT_H
TGo4MbsSourcePrintPar
Definition:
TGo4MbsSource.h:41
TGo4ComSetPrintEvent::SetSubId
void SetSubId(Int_t i)
Definition:
TGo4ComSetPrintEvent.h:41
TGo4MbsSourcePrintPar::fiNum
Int_t fiNum
Definition:
TGo4MbsSource.h:47
TGo4ComSetPrintEvent::Set
void Set(TGo4RemoteCommand *remcon) override
Definition:
TGo4ComSetPrintEvent.cxx:36
TGo4ComSetPrintEvent
Definition:
TGo4ComSetPrintEvent.h:27
TGo4ComSetPrintEvent::ExeCom
Int_t ExeCom() override
Definition:
TGo4ComSetPrintEvent.cxx:47
TGo4MbsSource.h
TGo4MbsSourcePrintPar::fiHex
Int_t fiHex
Definition:
TGo4MbsSource.h:53
TGo4ComSetPrintEvent::SetData
void SetData(Bool_t on)
Definition:
TGo4ComSetPrintEvent.h:44
TGo4MbsSourcePrintPar::fiData
Int_t fiData
Definition:
TGo4MbsSource.h:55
TGo4AnalysisObjectCommand
Definition:
TGo4AnalysisObjectCommand.h:25
TGo4ComSetPrintEvent::fxPrintPar
TGo4MbsSourcePrintPar fxPrintPar
Definition:
TGo4ComSetPrintEvent.h:48
TGo4RemoteCommand
Definition:
TGo4RemoteCommand.h:29
TGo4ComSetPrintEvent::SetLong
void SetLong(Bool_t on)
Definition:
TGo4ComSetPrintEvent.h:42
TGo4ComSetPrintEvent::TGo4ComSetPrintEvent
TGo4ComSetPrintEvent()
Definition:
TGo4ComSetPrintEvent.cxx:29
TGo4ComSetPrintEvent::SetEventNum
void SetEventNum(Int_t i)
Definition:
TGo4ComSetPrintEvent.h:40
TGo4MbsSourcePrintPar::fiSid
Int_t fiSid
Definition:
TGo4MbsSource.h:49
TGo4ComSetPrintEvent::SetHex
void SetHex(Bool_t on)
Definition:
TGo4ComSetPrintEvent.h:43
TGo4AnalysisObjectCommand.h
TGo4MbsSourcePrintPar::fiLong
Int_t fiLong
Definition:
TGo4MbsSource.h:51
Generated on Wed Jan 10 2024 15:04:16 for GSI Object Oriented Online Offline (Go4) by
1.8.13