![]() |
AliRoot Core
a565103 (a565103)
|
Base class for EMCAL Level1 trigger algorithms. More...
#include <AliEMCALTriggerAlgorithm.h>
Public Member Functions | |
AliEMCALTriggerAlgorithm () | |
AliEMCALTriggerAlgorithm (Int_t rowmin, Int_t rowmax, UInt_t bitmask) | |
virtual | ~AliEMCALTriggerAlgorithm () |
ULong_t | GetBitMask () const |
void | SetRowMin (Int_t rowmin) |
void | SetRowMax (Int_t rowmax) |
void | SetThresholds (Float_t th, Float_t offTh) |
void | SetBitMask (UInt_t bitmask) |
void | SetPatchSize (Int_t patchsize) |
void | SetSubregionSize (Int_t subregionsize) |
virtual std::vector < AliEMCALTriggerRawPatch > | FindPatches (const AliEMCALTriggerDataGrid< T > &adc, const AliEMCALTriggerDataGrid< T > &offlineAdc) const |
Protected Attributes | |
Int_t | fRowMin |
Int_t | fRowMax |
Int_t | fPatchSize |
Int_t | fSubregionSize |
UInt_t | fBitMask |
Float_t | fThreshold |
Float_t | fOfflineThreshold |
Base class for EMCAL Level1 trigger algorithms.
Definition at line 22 of file AliEMCALTriggerAlgorithm.h.
AliEMCALTriggerAlgorithm< T >::AliEMCALTriggerAlgorithm | ( | ) |
Definition at line 30 of file AliEMCALTriggerAlgorithm.cxx.
AliEMCALTriggerAlgorithm< T >::AliEMCALTriggerAlgorithm | ( | Int_t | rowmin, |
Int_t | rowmax, | ||
UInt_t | bitmask | ||
) |
Definition at line 43 of file AliEMCALTriggerAlgorithm.cxx.
|
virtual |
Definition at line 56 of file AliEMCALTriggerAlgorithm.cxx.
|
virtual |
Definition at line 60 of file AliEMCALTriggerAlgorithm.cxx.
|
inline |
Definition at line 28 of file AliEMCALTriggerAlgorithm.h.
|
inline |
Definition at line 33 of file AliEMCALTriggerAlgorithm.h.
|
inline |
Definition at line 34 of file AliEMCALTriggerAlgorithm.h.
|
inline |
Definition at line 31 of file AliEMCALTriggerAlgorithm.h.
|
inline |
Definition at line 30 of file AliEMCALTriggerAlgorithm.h.
|
inline |
Definition at line 35 of file AliEMCALTriggerAlgorithm.h.
|
inline |
Definition at line 32 of file AliEMCALTriggerAlgorithm.h.
|
protected |
Definition at line 44 of file AliEMCALTriggerAlgorithm.h.
Referenced by AliEMCALTriggerAlgorithm< T >::GetBitMask(), and AliEMCALTriggerAlgorithm< T >::SetBitMask().
|
protected |
Definition at line 46 of file AliEMCALTriggerAlgorithm.h.
Referenced by AliEMCALTriggerAlgorithm< T >::SetThresholds().
|
protected |
Definition at line 42 of file AliEMCALTriggerAlgorithm.h.
Referenced by AliEMCALTriggerAlgorithm< T >::SetPatchSize().
|
protected |
Definition at line 41 of file AliEMCALTriggerAlgorithm.h.
Referenced by AliEMCALTriggerAlgorithm< T >::SetRowMax().
|
protected |
Definition at line 40 of file AliEMCALTriggerAlgorithm.h.
Referenced by AliEMCALTriggerAlgorithm< T >::SetRowMin().
|
protected |
Definition at line 43 of file AliEMCALTriggerAlgorithm.h.
Referenced by AliEMCALTriggerAlgorithm< T >::SetSubregionSize().
|
protected |
Definition at line 45 of file AliEMCALTriggerAlgorithm.h.
Referenced by AliEMCALTriggerAlgorithm< T >::SetThresholds().