![]() |
AliRoot Core
edcc906 (edcc906)
|
#include <AliQAThresholds.h>
Public Member Functions | |
AliQAThresholds (Int_t detId) | |
AliQAThresholds () | |
virtual | ~AliQAThresholds () |
virtual const char * | GetName () const |
virtual const char * | GetTitle () const |
Int_t | GetDetectorId () |
void | SetDetectorId (Int_t i) |
void | AddThreshold (TParameter< long > *item) |
void | AddThreshold (TParameter< int > *item) |
void | AddThreshold (TParameter< double > *item) |
void | AddThreshold (TParameter< float > *item) |
void | AddThresholdAt (TParameter< long > *item, Int_t index) |
void | AddThresholdAt (TParameter< int > *item, Int_t index) |
void | AddThresholdAt (TParameter< double > *item, Int_t index) |
void | AddThresholdAt (TParameter< float > *item, Int_t index) |
TObject * | GetThreshold (Int_t i) |
Int_t | GetSize () |
Private Attributes | |
TObjArray | fThresholds |
Int_t | fDetectorId |
Definition at line 21 of file AliQAThresholds.h.
AliQAThresholds::AliQAThresholds | ( | Int_t | detId | ) |
Definition at line 22 of file AliQAThresholds.cxx.
|
inline |
Definition at line 26 of file AliQAThresholds.h.
|
virtual |
Definition at line 29 of file AliQAThresholds.cxx.
Referenced by AliQAThresholds().
void AliQAThresholds::AddThreshold | ( | TParameter< long > * | item | ) |
Definition at line 54 of file AliQAThresholds.cxx.
Referenced by AliQAThresholds().
void AliQAThresholds::AddThreshold | ( | TParameter< int > * | item | ) |
Definition at line 61 of file AliQAThresholds.cxx.
void AliQAThresholds::AddThreshold | ( | TParameter< double > * | item | ) |
Definition at line 68 of file AliQAThresholds.cxx.
void AliQAThresholds::AddThreshold | ( | TParameter< float > * | item | ) |
Definition at line 75 of file AliQAThresholds.cxx.
void AliQAThresholds::AddThresholdAt | ( | TParameter< long > * | item, |
Int_t | index | ||
) |
Definition at line 91 of file AliQAThresholds.cxx.
Referenced by AliQAThresholds().
void AliQAThresholds::AddThresholdAt | ( | TParameter< int > * | item, |
Int_t | index | ||
) |
Definition at line 83 of file AliQAThresholds.cxx.
void AliQAThresholds::AddThresholdAt | ( | TParameter< double > * | item, |
Int_t | index | ||
) |
Definition at line 99 of file AliQAThresholds.cxx.
void AliQAThresholds::AddThresholdAt | ( | TParameter< float > * | item, |
Int_t | index | ||
) |
Definition at line 107 of file AliQAThresholds.cxx.
Int_t AliQAThresholds::GetDetectorId | ( | ) |
Definition at line 44 of file AliQAThresholds.cxx.
Referenced by AliQAThresholds(), and AliGRPPreprocessor::ProcessDqmFxs().
|
virtual |
Definition at line 34 of file AliQAThresholds.cxx.
Referenced by AliQAThresholds().
Int_t AliQAThresholds::GetSize | ( | ) |
Definition at line 123 of file AliQAThresholds.cxx.
Referenced by AliQAThresholds(), and AliFMDQAChecker::GetThresholds().
TObject * AliQAThresholds::GetThreshold | ( | Int_t | i | ) |
Definition at line 116 of file AliQAThresholds.cxx.
Referenced by AliQAThresholds(), AliEMCALQAChecker::CheckRaws(), and AliFMDQAChecker::GetThresholds().
|
virtual |
Definition at line 39 of file AliQAThresholds.cxx.
Referenced by AliQAThresholds().
void AliQAThresholds::SetDetectorId | ( | Int_t | i | ) |
Definition at line 49 of file AliQAThresholds.cxx.
Referenced by AliQAThresholds().
|
private |
Definition at line 48 of file AliQAThresholds.h.
Referenced by GetDetectorId(), GetName(), GetTitle(), and SetDetectorId().
|
private |
Definition at line 47 of file AliQAThresholds.h.
Referenced by AddThreshold(), AddThresholdAt(), GetSize(), and GetThreshold().