class for summable digits
More...
#include <FMD/AliFMDDigit.h>
|
| AliFMDSDigit () |
|
| AliFMDSDigit (UShort_t detector, Char_t ring='\0', UShort_t sector=0, UShort_t strip=0, Float_t edep=0, UShort_t count=0, Short_t count2=-1, Short_t count3=-1, Short_t count4=-1, UShort_t npart=0, UShort_t nprim=0, const Int_t *refs=0) |
|
virtual | ~AliFMDSDigit () |
|
UShort_t | Count1 () const |
|
Short_t | Count2 () const |
|
Short_t | Count3 () const |
|
Short_t | Count4 () const |
|
UShort_t | Counts () const |
|
Float_t | Edep () const |
|
UShort_t | NParticles () const |
|
UShort_t | NPrimaries () const |
|
void | Print (Option_t *opt="") const |
|
void | SetCount (UShort_t s, Short_t c) |
|
| AliFMDBaseDigit () |
|
| AliFMDBaseDigit (UShort_t detector, Char_t ring='\0', UShort_t sector=0, UShort_t strip=0) |
|
| AliFMDBaseDigit (Int_t *tracks, UShort_t detector, Char_t ring='\0', UShort_t sector=0, UShort_t strip=0) |
|
virtual | ~AliFMDBaseDigit () |
|
UShort_t | Detector () const |
|
Char_t | Ring () const |
|
UShort_t | Sector () const |
|
UShort_t | Strip () const |
|
const char * | GetName () const |
|
Int_t | Compare (const TObject *o) const |
|
Bool_t | IsSortable () const |
|
void | AddTrack (Int_t trackno) |
|
UShort_t | GetNTrack () const |
|
| AliDigit () |
|
| AliDigit (Int_t *track) |
|
virtual | ~AliDigit () |
|
virtual Int_t * | GetTracks () |
|
virtual Int_t | GetTrack (Int_t i) const |
|
class for summable digits
Definition at line 27 of file AliFMDSDigit.h.
AliFMDSDigit::AliFMDSDigit |
( |
| ) |
|
AliFMDSDigit::AliFMDSDigit |
( |
UShort_t |
detector, |
|
|
Char_t |
ring = '\0' , |
|
|
UShort_t |
sector = 0 , |
|
|
UShort_t |
strip = 0 , |
|
|
Float_t |
edep = 0 , |
|
|
UShort_t |
count = 0 , |
|
|
Short_t |
count2 = -1 , |
|
|
Short_t |
count3 = -1 , |
|
|
Short_t |
count4 = -1 , |
|
|
UShort_t |
npart = 0 , |
|
|
UShort_t |
nprim = 0 , |
|
|
const Int_t * |
refs = 0 |
|
) |
| |
Constrctor
- Parameters
-
detector | Detector |
ring | Ring |
sector | Sector |
strip | Strip |
edep | Energy deposited |
count | ADC (first sample) |
count2 | ADC (second sample, or -1 if not used) |
count3 | ADC (third sample, or -1 if not used) |
Definition at line 90 of file AliFMDSDigit.cxx.
virtual AliFMDSDigit::~AliFMDSDigit |
( |
| ) |
|
|
inlinevirtual |
UShort_t AliFMDSDigit::Count1 |
( |
| ) |
const |
|
inline |
Short_t AliFMDSDigit::Count2 |
( |
| ) |
const |
|
inline |
- Returns
- ADC count (second sample, or -1 if not used)
Definition at line 71 of file AliFMDSDigit.h.
Short_t AliFMDSDigit::Count3 |
( |
| ) |
const |
|
inline |
- Returns
- ADC count (third sample, or -1 if not used)
Definition at line 76 of file AliFMDSDigit.h.
Short_t AliFMDSDigit::Count4 |
( |
| ) |
const |
|
inline |
- Returns
- ADC count (third sample, or -1 if not used)
Definition at line 81 of file AliFMDSDigit.h.
UShort_t AliFMDSDigit::Counts |
( |
| ) |
const |
|
inline |
Float_t AliFMDSDigit::Edep |
( |
| ) |
const |
|
inline |
UShort_t AliFMDSDigit::NParticles |
( |
| ) |
const |
|
inline |
UShort_t AliFMDSDigit::NPrimaries |
( |
| ) |
const |
|
inline |
void AliFMDSDigit::Print |
( |
Option_t * |
opt = "" | ) |
const |
|
virtual |
void AliFMDSDigit::SetCount |
( |
UShort_t |
s, |
|
|
Short_t |
c |
|
) |
| |
|
inlinevirtual |
UShort_t AliFMDSDigit::fCount1 |
|
protected |
Short_t AliFMDSDigit::fCount2 |
|
protected |
Short_t AliFMDSDigit::fCount3 |
|
protected |
Short_t AliFMDSDigit::fCount4 |
|
protected |
Float_t AliFMDSDigit::fEdep |
|
protected |
UShort_t AliFMDSDigit::fNParticles |
|
protected |
UShort_t AliFMDSDigit::fNPrimaries |
|
protected |
The documentation for this class was generated from the following files: