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
Go4EventServer
TGo4UserSourceParameter.h
Go to the documentation of this file.
1
// $Id: TGo4UserSourceParameter.h 478 2009-10-29 12:26:09Z 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
#ifndef TGO4USERSOURCEPARAMETER_H
15
#define TGO4USERSOURCEPARAMETER_H
16
17
#include "
TGo4EventSourceParameter.h
"
18
19
class
TGo4UserSourceParameter
:
public
TGo4EventSourceParameter
{
20
21
public
:
22
TGo4UserSourceParameter
() ;
23
24
TGo4UserSourceParameter
(
const
char
* name,
const
char
* expr =
""
, Int_t port = 0);
25
26
virtual
~TGo4UserSourceParameter
() ;
27
28
void
SetPort
(Int_t port) {
fiPort
=port; }
29
Int_t
GetPort
()
const
{
return
fiPort
; }
30
32
const
char
*
GetExpression
()
const
{
return
fxExpression
.Data(); }
33
void
SetExpression
(
const
char
* name) {
fxExpression
=name; }
34
35
virtual
Int_t
PrintParameter
(Text_t* buffer=0, Int_t buflen=0);
36
37
private
:
38
40
Int_t
fiPort
;
41
43
TString
fxExpression
;
44
45
ClassDef(
TGo4UserSourceParameter
,1)
46
};
47
48
#endif //TGO4USERSOURCEPARAMETER_H
TGo4EventSourceParameter
Definition:
TGo4EventSourceParameter.h:26
TGo4UserSourceParameter::fiPort
Int_t fiPort
Definition:
TGo4UserSourceParameter.h:40
TGo4UserSourceParameter::fxExpression
TString fxExpression
Definition:
TGo4UserSourceParameter.h:43
TGo4UserSourceParameter::TGo4UserSourceParameter
TGo4UserSourceParameter()
Definition:
TGo4UserSourceParameter.cxx:25
TGo4UserSourceParameter::SetPort
void SetPort(Int_t port)
Definition:
TGo4UserSourceParameter.h:28
TGo4UserSourceParameter::~TGo4UserSourceParameter
virtual ~TGo4UserSourceParameter()
Definition:
TGo4UserSourceParameter.cxx:30
TGo4UserSourceParameter::GetPort
Int_t GetPort() const
Definition:
TGo4UserSourceParameter.h:29
TGo4EventSourceParameter.h
TGo4UserSourceParameter::GetExpression
const char * GetExpression() const
Definition:
TGo4UserSourceParameter.h:32
TGo4UserSourceParameter::SetExpression
void SetExpression(const char *name)
Definition:
TGo4UserSourceParameter.h:33
TGo4UserSourceParameter
Definition:
TGo4UserSourceParameter.h:19
TGo4UserSourceParameter::PrintParameter
virtual Int_t PrintParameter(Text_t *buffer=0, Int_t buflen=0)
Definition:
TGo4UserSourceParameter.cxx:34
Generated on Fri Oct 26 2018 08:34:51 for GSI Object Oriented Online Offline (Go4) by
1.8.8