![]() |
AliPhysics
720d1f3 (720d1f3)
|
#include <AliNamedArrayI.h>
Public Member Functions | |
AliNamedArrayI () | |
AliNamedArrayI (const char *name, Int_t n) | |
AliNamedArrayI (const char *name, Int_t n, const Int_t *array) | |
AliNamedArrayI (const char *name, const TArrayI &array) | |
void | Clear (Option_t *option="") |
Private Member Functions | |
AliNamedArrayI (const AliNamedArrayI &) | |
AliNamedArrayI & | operator= (const AliNamedArrayI &) |
ClassDef (AliNamedArrayI, 1) | |
Definition at line 9 of file AliNamedArrayI.h.
AliNamedArrayI::AliNamedArrayI | ( | ) |
AliNamedArrayI::AliNamedArrayI | ( | const char * | name, |
Int_t | n | ||
) |
Definition at line 21 of file AliNamedArrayI.cxx.
Definition at line 30 of file AliNamedArrayI.cxx.
AliNamedArrayI::AliNamedArrayI | ( | const char * | name, |
const TArrayI & | array | ||
) |
Definition at line 39 of file AliNamedArrayI.cxx.
|
private |
|
private |
void AliNamedArrayI::Clear | ( | Option_t * | option = "" | ) |
Definition at line 48 of file AliNamedArrayI.cxx.
Referenced by AliNamedArrayI(), AliEmcalMCTrackSelector::ConvertMCParticles(), AliEmcalMCTrackSelector::CopyMCParticles(), and AliJetModelBaseTask::UserExec().
|
private |