AliPhysics
f1cc956 (f1cc956)
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
AliNamedArrayI.h
Go to the documentation of this file.
1
#ifndef ALINAMEDARRAYI_H
2
#define ALINAMEDARRAYI_H
3
4
// $Id: AliNamedArrayI.h $
5
6
#include <TArrayI.h>
7
#include <TNamed.h>
8
9
class
AliNamedArrayI
:
public
TNamed,
public
TArrayI {
10
public
:
11
AliNamedArrayI
();
12
AliNamedArrayI
(
const
char
*name, Int_t n);
13
AliNamedArrayI
(
const
char
*name, Int_t n,
const
Int_t* array);
14
AliNamedArrayI
(
const
char
*name,
const
TArrayI& array);
15
16
void
Clear
(Option_t *option=
""
);
17
18
private
:
19
AliNamedArrayI
(
const
AliNamedArrayI
&);
// not implemented
20
AliNamedArrayI
&
operator=
(
const
AliNamedArrayI
&);
// not implemented
21
22
ClassDef
(
AliNamedArrayI
, 1);
// Named integer array
23
};
24
#endif
AliNamedArrayI::operator=
AliNamedArrayI & operator=(const AliNamedArrayI &)
AliNamedArrayI::AliNamedArrayI
AliNamedArrayI()
AliNamedArrayI
Definition:
AliNamedArrayI.h:9
AliNamedArrayI::ClassDef
ClassDef(AliNamedArrayI, 1)
AliNamedArrayI::Clear
void Clear(Option_t *option="")
Definition:
AliNamedArrayI.cxx:48
PWG
Tools
AliNamedArrayI.h
Generated on Tue Jun 28 2016 16:51:12 for AliPhysics by
1.8.6