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
Go4Fit
TGo4FitNamed.h
Go to the documentation of this file.
1
// $Id: TGo4FitNamed.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 TGO4FITNAMED_H
15
#define TGO4FITNAMED_H
16
17
#include "TNamed.h"
18
24
class
TGo4FitNamed
:
public
TNamed {
25
public
:
26
30
TGo4FitNamed
();
31
35
TGo4FitNamed
(
const
char
* Name,
const
char
* Title, TNamed* Owner = 0);
36
40
virtual
~TGo4FitNamed
();
41
46
const
char
*
GetFullName
();
47
52
const
char
*
GetOwnerFullName
();
53
58
void
SetOwner
(TNamed* iOwner) {
fxOwner
= iOwner; }
59
63
TNamed*
GetOwner
() {
return
fxOwner
; }
64
65
void
Print
(Option_t* option)
const
;
66
67
private
:
68
72
TNamed*
fxOwner
;
73
77
TString
fxFullName
;
78
79
ClassDef(
TGo4FitNamed
,1)
80
};
81
#endif // TGO4FITNAMED_H
TGo4FitNamed::TGo4FitNamed
TGo4FitNamed()
Definition:
TGo4FitNamed.cxx:18
TGo4FitNamed::fxOwner
TNamed * fxOwner
Definition:
TGo4FitNamed.h:72
TGo4FitNamed::GetFullName
const char * GetFullName()
Definition:
TGo4FitNamed.cxx:36
TGo4FitNamed::SetOwner
void SetOwner(TNamed *iOwner)
Definition:
TGo4FitNamed.h:58
TGo4FitNamed::fxFullName
TString fxFullName
Definition:
TGo4FitNamed.h:77
TGo4FitNamed::Print
void Print(Option_t *option) const
Definition:
TGo4FitNamed.cxx:48
TGo4FitNamed
Definition:
TGo4FitNamed.h:24
TGo4FitNamed::GetOwner
TNamed * GetOwner()
Definition:
TGo4FitNamed.h:63
TGo4FitNamed::~TGo4FitNamed
virtual ~TGo4FitNamed()
Definition:
TGo4FitNamed.cxx:25
TGo4FitNamed::GetOwnerFullName
const char * GetOwnerFullName()
Definition:
TGo4FitNamed.cxx:28
Generated on Fri Oct 26 2018 08:34:51 for GSI Object Oriented Online Offline (Go4) by
1.8.8