AliPhysics
67e0feb (67e0feb)
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
AliNamedString.h
Go to the documentation of this file.
1
#ifndef ALINAMEDSTRING_H
2
#define ALINAMEDSTRING_H
3
4
// $Id$
5
6
#include <TObjString.h>
7
8
class
AliNamedString
:
public
TObjString {
9
public
:
10
AliNamedString
();
11
AliNamedString
(
const
char
*name,
const
char
*
string
=
""
);
12
13
void
Clear
(
Option_t
*
/*option*/
=
""
) { SetString(
""
) ; }
14
15
const
char
*
GetName
()
const
{
return
fName
; }
16
void
SetName
(
const
char
* n) {
fName
= n ; }
17
18
protected
:
19
TString
fName
;
// name of the string object
20
21
private
:
22
AliNamedString
(
const
AliNamedString
&);
// not implemented
23
AliNamedString
&
operator=
(
const
AliNamedString
&);
// not implemented
24
25
ClassDef(
AliNamedString
, 1);
// Named string object
26
};
27
#endif
AliNamedString::AliNamedString
AliNamedString()
Definition:
AliNamedString.cxx:12
AliNamedString::operator=
AliNamedString & operator=(const AliNamedString &)
AliNamedString::fName
TString fName
Definition:
AliNamedString.h:19
AliNamedString::Clear
void Clear(Option_t *="")
Definition:
AliNamedString.h:13
AliNamedString::GetName
const char * GetName() const
Definition:
AliNamedString.h:15
AliNamedString::SetName
void SetName(const char *n)
Definition:
AliNamedString.h:16
Option_t
const char Option_t
Definition:
External.C:48
AliNamedString
Definition:
AliNamedString.h:8
TString
Definition:
External.C:108
PWG
Tools
AliNamedString.h
Generated on Fri Jul 20 2018 16:21:18 for AliPhysics by
1.8.11