AliRoot Core
edcc906 (edcc906)
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
AliDigitNew.h
Go to the documentation of this file.
1
#ifndef ALIDIGITNEW_H
2
#define ALIDIGITNEW_H
3
/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
4
* See cxx source for full Copyright notice */
5
6
/* $Id$ */
7
9
// Base class for Alice Digits //
11
12
#include "TObject.h"
13
class
TClonesArray;
14
15
typedef
TClonesArray
DigitsList
;
16
17
class
AliDigitNew
:
public
TObject {
18
19
public
:
20
AliDigitNew
();
21
~AliDigitNew
() {}
22
Int_t
GetAmp
()
const
{
return
fAmp
; }
23
Int_t
GetId
()
const
{
return
fId
; }
24
Int_t
GetIndexInList
()
const
{
return
fIndexInList
; }
25
void
SetIndexInList
(Int_t val) {
fIndexInList
= val ; }
26
27
protected
:
28
29
Int_t
fAmp
;
// digitalized energy
30
Int_t
fId
;
// absolute id
31
Int_t
fIndexInList
;
// the index of this digit in the list stored in TreeD
32
33
ClassDef(
AliDigitNew
,1)
//Base class for all Alice digits
34
35
} ;
36
#endif // ALIDIGITNEW_H
AliDigitNew::fId
Int_t fId
Definition:
AliDigitNew.h:30
AliDigitNew::fIndexInList
Int_t fIndexInList
Definition:
AliDigitNew.h:31
AliDigitNew::~AliDigitNew
~AliDigitNew()
Definition:
AliDigitNew.h:21
AliDigitNew::AliDigitNew
AliDigitNew()
Definition:
AliDigitNew.cxx:29
AliDigitNew::GetIndexInList
Int_t GetIndexInList() const
Definition:
AliDigitNew.h:24
AliDigitNew::SetIndexInList
void SetIndexInList(Int_t val)
Definition:
AliDigitNew.h:25
AliDigitNew::GetId
Int_t GetId() const
Definition:
AliDigitNew.h:23
AliDigitNew
Definition:
AliDigitNew.h:17
DigitsList
TClonesArray DigitsList
Definition:
AliDigitNew.h:13
AliDigitNew::GetAmp
Int_t GetAmp() const
Definition:
AliDigitNew.h:22
AliDigitNew::fAmp
Int_t fAmp
Definition:
AliDigitNew.h:29
STEER
STEER
AliDigitNew.h
Generated on Wed May 2 2018 18:14:18 for AliRoot Core by
1.8.11