![]() |
AliRoot Core
3dc7879 (3dc7879)
|
#include <AliQAv1.h>
Public Types | |
enum | DETECTORINDEX_t { kNULLDET =-1, kITS, kTPC, kTRD, kTOF, kPHOS, kHMPID, kEMCAL, kMUON, kFMD, kZDC, kPMD, kT0, kVZERO, kACORDE, kAD, kFIT, kMFT, kHLT, kGLOBAL, kCORR, kNDET } |
enum | ALITASK_t { kNULLTASK =-1, kRAW, kSIM, kREC, kESD, kANA, kNTASK } |
enum | QABIT_t { kNULLBit =-1, kINFO, kWARNING, kERROR, kFATAL, kNBIT } |
enum | TASKINDEX_t { kNULLTASKINDEX =-1, kRAWS, kHITS, kSDIGITS, kDIGITS, kDIGITSR, kRECPOINTS, kTRACKSEGMENTS, kRECPARTICLES, kESDS, kNTASKINDEX } |
enum | MODE_t { kNULLMODE =0, kSIMMODE, kRECMODE, kQAMODE } |
Static Public Member Functions | |
static AliQAv1 * | Instance () |
static AliQAv1 * | Instance (const Int_t qalength, ULong_t *qa, const Int_t eslength, Bool_t *es) |
static AliQAv1 * | Instance (const DETECTORINDEX_t det) |
static AliQAv1 * | Instance (const ALITASK_t tsk) |
static AliQAv1 * | Instance (const TASKINDEX_t tsk) |
static void | Close () |
static const char * | GetAliTaskName (ALITASK_t tsk) |
static TH1 * | GetData (TObjArray **list, Int_t index, AliRecoParam::EventSpecie_t eventSpecie) |
static const TString | GetExpert () |
static UInt_t | GetExpertBit () |
static UInt_t | GetImageBit () |
static const char * | GetImageFileName () |
static const char * | GetImageFileFormat () |
static const TString | GetLabLocalFile () |
static const TString | GetLabLocalOCDB () |
static const TString | GetLabAliEnOCDB () |
static DETECTORINDEX_t | GetDetIndex (const char *name) |
static const TString | GetDetName (DETECTORINDEX_t det) |
static const char * | GetDetName (Int_t det) |
static const TString | GetGRPPath () |
static UInt_t | GetQABit () |
static TFile * | GetQADataFile (const char *name, Int_t run) |
static TFile * | GetQADataFile (const char *fileName) |
static const char * | GetQADataFileName (const char *name, Int_t run) |
static const char * | GetQADataFileName () |
static Int_t | GetQADebugLevel () |
static const char * | GetQAName () |
static const char * | GetQACorrName () |
static UShort_t | GetMaxQAObj () |
static TFile * | GetQAResultFile () |
static const char * | GetQAResultFileName () |
static const char * | GetQARefDefaultStorage () |
static const char * | GetQARefFileName () |
static const char * | GetQARefStorage () |
static const char * | GetRefOCDBDirName () |
static const char * | GetRefDataDirName () |
static UInt_t | GetClonedBit () |
static UInt_t | GetForbidCloningBit () |
static UInt_t | GetOrigHistoKeptBit () |
static TASKINDEX_t | GetTaskIndex (const char *name) |
static TString | GetTaskName (UInt_t tsk) |
static const char * | GetModeName (MODE_t mode) |
static MODE_t | Mode (TASKINDEX_t task) |
static void | SetQADebug () |
static void | SetQAResultDirName (const char *name) |
static void | SetQARefStorage (const char *name) |
static void | SetQARefDataDirName (AliRecoParam::EventSpecie_t es) |
static void | SetQARefDataDirName (Int_t es) |
Private Member Functions | |
Bool_t | CheckRange (DETECTORINDEX_t det) const |
Bool_t | CheckRange (ALITASK_t tsk) const |
Bool_t | CheckRange (QABIT_t bit) const |
Bool_t | CheckRange (AliRecoParam::EventSpecie_t es) const |
const char * | GetBitName (QABIT_t bit) const |
ULong_t | GetStatus (DETECTORINDEX_t det, AliRecoParam::EventSpecie_t es) const |
void | Finish () const |
ULong_t | Offset (ALITASK_t tsk) const |
void | ShowASCIIStatus (AliRecoParam::EventSpecie_t es, DETECTORINDEX_t det, ALITASK_t tsk, ULong_t status) const |
void | Reset (DETECTORINDEX_t det, ALITASK_t tsk, AliRecoParam::EventSpecie_t es) |
void | ResetStatus (DETECTORINDEX_t det) |
void | Set (DETECTORINDEX_t det) |
void | Set (ALITASK_t tsk) |
void | SetStatus (DETECTORINDEX_t det, AliRecoParam::EventSpecie_t es, ULong_t status) |
void | SetStatusBit (DETECTORINDEX_t det, ALITASK_t tsk, AliRecoParam::EventSpecie_t es, QABIT_t bit) |
void | UnSetStatusBit (DETECTORINDEX_t det, ALITASK_t tsk, AliRecoParam::EventSpecie_t es, QABIT_t bit) |
Private Attributes | |
Int_t | fNdet |
Int_t | fNEventSpecies |
Int_t | fLengthQA |
ULong_t * | fQA |
DETECTORINDEX_t | fDet |
ALITASK_t | fTask |
the current detector (ITS, TPC, ....) More... | |
AliRecoParam::EventSpecie_t | fEventSpecie |
the current environment (SIM, REC, ESD, ANA) More... | |
Bool_t * | fEventSpecies |
default storage for QA in OCDB More... | |
Static Private Attributes | |
static AliQAv1 * | fgQA = 0x0 |
static TString | fgDetNames [] |
the current event specie More... | |
static TString | fgGRPPath = "GRP/GRP/Data" |
list of detector names More... | |
static TFile * | fgQADataFile = 0x0 |
path of the GRP object in OCDB More... | |
static TString | fgQADataFileName = "QA" |
the output file where the quality assurance maker store their results More... | |
static TFile * | fgQARefFile = 0x0 |
the name of the file where the quality assurance maker store their results More... | |
static TString | fgQARefDirName = "" |
the output file where the quality assurance maker store their results More... | |
static TString | fgQARefFileName = "QA.root" |
name of directory where to find the reference data file More... | |
static TFile * | fgQAResultFile = 0x0 |
file name where to find the reference data More... | |
static TString | fgQAResultDirName = "" |
File where to find the QA result. More... | |
static TString | fgQAResultFileName = "QA.root" |
the location of the output file where the QA results are stored More... | |
static TString | fgRTNames [] |
the output file where the QA results are stored More... | |
static TString | fgTaskNames [] = {"Raws", "Hits", "SDigits", "Digits", "DigitsR", "RecPoints", "TrackSegments", "RecParticles", "ESDs"} |
list of Run Type names More... | |
static TString | fgModeNames [] = {"", "Sim", "Rec", "QA"} |
list of tasks names More... | |
static const TString | fgkExpert = "Expert" |
list of mode names More... | |
static const UInt_t | fgkExpertBit = BIT(19) |
name for the expert directory More... | |
static const UInt_t | fgkImageBit = BIT(21) |
TObject bit identifing the object as "expert". More... | |
static const TString | fgkLabLocalFile = "file://" |
TObject bit identifing the object to be plotted on the QA image. More... | |
static const TString | fgkLabLocalOCDB = "local://" |
label to identify a file as local More... | |
static const TString | fgkLabAliEnOCDB = "alien://" |
label to identify a file as local OCDB More... | |
static const TString | fgkRefFileName = "QA.root" |
label to identify a file as AliEn OCDB More... | |
static const UInt_t | fgkQABit = BIT(20) |
name of Reference File Name More... | |
static const Int_t | fgkQADebugLevel = 99 |
bit in the QA data object which is set when Checker does not return 0 More... | |
static const TString | fgkQAName = "QA" |
debug level used for QA verbosity More... | |
static const TString | fgkQACorrNtName = "CorrQA" |
name of QA object More... | |
static const TString | fgkRefOCDBDirName = "QA" |
name of QA Correlation Ntuple More... | |
static TString | fgRefDataDirName = "" |
name of Reference directory name in OCDB More... | |
static const TString | fgkQARefOCDBDefault = "alien://folder=/alice/QA/20" |
name of Reference directory name in OCDB for data More... | |
static const TString | fgkImageFileName = "QAImage" |
static const TString | fImageFileFormat = "ps" |
name of the file that contains all the QA images More... | |
static const UShort_t | fgkMaxQAObjects = 10000 |
format of the file that contains all the QA images More... | |
static const UInt_t | fgkQAClonedBit = BIT(14) |
maximum number of QA objects allowed dor each task (Raws, digits,....) More... | |
static const UInt_t | fgkForbidCloningBit = BIT(15) |
flag that the histrogram was cloned per trigger class More... | |
static const UInt_t | fgkOrigHistoKeptBit = BIT(16) |
flag that the histogram is forbiden to clone per trigger class More... | |
enum AliQAv1::ALITASK_t |
enum AliQAv1::MODE_t |
enum AliQAv1::QABIT_t |
enum AliQAv1::TASKINDEX_t |
AliQAv1::AliQAv1 | ( | ) |
Definition at line 88 of file AliQAv1.cxx.
Referenced by Instance().
AliQAv1::AliQAv1 | ( | const Int_t | qalength, |
ULong_t * | qa, | ||
const Int_t | eslength, | ||
Bool_t * | es | ||
) |
Definition at line 146 of file AliQAv1.cxx.
AliQAv1::AliQAv1 | ( | const ALITASK_t | tsk | ) |
Definition at line 181 of file AliQAv1.cxx.
AliQAv1::AliQAv1 | ( | const DETECTORINDEX_t | det | ) |
Definition at line 163 of file AliQAv1.cxx.
AliQAv1::AliQAv1 | ( | const AliQAv1 & | qa | ) |
Definition at line 105 of file AliQAv1.cxx.
|
virtual |
Definition at line 199 of file AliQAv1.cxx.
Bool_t AliQAv1::CheckFatal | ( | ) | const |
Definition at line 222 of file AliQAv1.cxx.
|
private |
Definition at line 233 of file AliQAv1.cxx.
Referenced by AliQAv1(), IsSet(), IsSetAny(), Offset(), Reset(), SetQARefDataDirName(), SetStatusBit(), ShowStatus(), and UnSetStatusBit().
|
private |
Definition at line 244 of file AliQAv1.cxx.
|
private |
Definition at line 254 of file AliQAv1.cxx.
|
private |
Definition at line 265 of file AliQAv1.cxx.
|
static |
Definition at line 207 of file AliQAv1.cxx.
Referenced by AliQAManager::GetQA(), and AliQAChecker::~AliQAChecker().
|
private |
Referenced by GetStatus().
|
static |
Definition at line 292 of file AliQAv1.cxx.
Referenced by AliTPCQAChecker::Check(), AliCorrQAChecker::Run(), AliQACheckerBase::Run(), Set(), AliTPCQAChecker::SetQA(), and ShowASCIIStatus().
|
private |
Definition at line 321 of file AliQAv1.cxx.
Referenced by SetQARefDataDirName(), and ShowASCIIStatus().
|
inlinestatic |
Definition at line 85 of file AliQAv1.h.
Referenced by AliQACheckerBase::Check(), AliQADataMaker::CheckCloningConsistency(), AliQADataMaker::ClonePerTrigClassH(), AliQADataMaker::Finish(), AliQADataMaker::GetDataOfTrigClass(), AliQADataMaker::GetHistoTrigger(), AliQADataMaker::GetMatchingHisto(), AliQADataMaker::GetMatchingHistos(), AliQADataMaker::IsClonedPerTrigClass(), AliQADataMaker::IsOrigHistoKept(), AliQACheckerBase::MakeImage(), AliQADataMakerRec::ResetDetector(), and AliMUONVQADataMakerRec::ResetDetector().
|
static |
Definition at line 329 of file AliQAv1.cxx.
Referenced by AliMUONQAChecker::Check(), AliMUONTrackerQAChecker::CheckESD(), AliMUONTrackerQAChecker::CheckRaws(), AliMUONTriggerQAChecker::CheckRaws(), and AliMUONTrackerQAChecker::CheckRecPoints().
|
static |
Definition at line 348 of file AliQAv1.cxx.
Referenced by AliQADataMaker::DefaultEndOfDetectorCycle(), AliQADataMakerSim::EndOfCycle(), AliQADataMakerRec::EndOfCycle(), AliQAManager::GetImage(), GetLabAliEnOCDB(), AliQADataMaker::IsValidEventSpecie(), AliQACheckerBase::MakeImage(), AliFMDQAChecker::MakeImage(), AliQAChecker::Run(), and AliQAManager::ShowQA().
|
inlinestatic |
Definition at line 62 of file AliQAv1.h.
Referenced by AliQAManager::AliQAManager(), AliQAManager::DoIt(), AliQAManager::EndOfCycle(), AliQAManager::Finish(), GetDetIndex(), AliQAChecker::GetDetQAChecker(), AliQAManager::GetFromOCDB(), AliQAManager::GetLoader(), AliQAManager::GetQADataMaker(), AliQAManager::Increment(), AliQAManager::InitQADataMaker(), AliQAManager::InitRunLoader(), AliQAManager::MergeCustom(), AliQAManager::MergeData(), AliQAManager::Reset(), AliQAManager::ResetDetectors(), AliQAChecker::Run(), AliQAManager::RunOneEvent(), AliQAManager::RunOneEventInOneDetector(), AliQAManager::Save2OCDB(), AliQAManager::SaveIt2OCDB(), AliQAManager::SetWriteExpert(), ShowASCIIStatus(), AliQAManager::ShowQA(), ShowStatus(), and AliQAManager::~AliQAManager().
|
static |
Definition at line 363 of file AliQAv1.cxx.
|
inlinestatic |
Definition at line 53 of file AliQAv1.h.
Referenced by AliQADataMakerSim::EndOfCycle(), AliQADataMakerRec::EndOfCycle(), AliQAManager::MergeCustom(), and AliQAManager::SaveIt2OCDB().
|
inlinestatic |
Definition at line 54 of file AliQAv1.h.
Referenced by AliQADataMaker::Add2List(), AliQACheckerBase::Check(), AliFMDQAChecker::CheckRaw(), AliQADataMaker::CloneMe(), AliQADataMakerSim::EndOfCycle(), AliQADataMakerRec::EndOfCycle(), and AliMUONTrackerQADataMakerRec::InsertTrackerData().
|
inlinestatic |
Definition at line 86 of file AliQAv1.h.
Referenced by AliQADataMaker::ForbidCloning(), and AliQADataMaker::IsCloningForbidden().
|
inlinestatic |
Definition at line 64 of file AliQAv1.h.
Referenced by AliQAChecker::LoadRunInfoFromGRP().
|
inlinestatic |
Definition at line 55 of file AliQAv1.h.
Referenced by AliQADataMaker::Add2List(), AliQADataMaker::CloneMe(), AliQACheckerBase::MakeImage(), and AliFMDQAChecker::MakeImage().
|
inlinestatic |
Definition at line 57 of file AliQAv1.h.
Referenced by AliQAManager::EndOfCycle(), AliQAManager::InitQA(), AliQACheckerBase::MakeImage(), and AliFMDQAChecker::MakeImage().
|
inlinestatic |
Definition at line 56 of file AliQAv1.h.
Referenced by AliQAManager::EndOfCycle(), AliQAManager::InitQA(), AliQACheckerBase::MakeImage(), and AliFMDQAChecker::MakeImage().
|
inlinestatic |
Definition at line 60 of file AliQAv1.h.
Referenced by AliEMCALQADataMakerRec::GetCalibRefFromOCDB(), AliQACheckerBase::GetRefSubDir(), and AliQAManager::Save2OCDB().
|
inlinestatic |
|
inlinestatic |
Definition at line 59 of file AliQAv1.h.
Referenced by AliEMCALQADataMakerRec::GetCalibRefFromOCDB(), AliQACheckerBase::GetRefSubDir(), AliQAManager::Save2OCDB(), and AliQAManager::SaveIt2OCDB().
|
inlinestatic |
Definition at line 75 of file AliQAv1.h.
Referenced by AliQADataMaker::Add2List(), GetData(), AliQADataMaker::GetData(), AliQADataMakerSim::Init(), AliQADataMakerRec::Init(), and AliQACheckerBase::PrivateCheck().
|
inlinestatic |
Definition at line 91 of file AliQAv1.h.
Referenced by AliQAManager::GetQADataMaker(), AliQACheckerBase::MakeImage(), and AliFMDQAChecker::MakeImage().
|
inlinestatic |
Definition at line 87 of file AliQAv1.h.
Referenced by AliQADataMaker::CheckCloningConsistency(), AliQADataMaker::ClonePerTrigClassH(), AliQADataMaker::ClonePerTrigClassL(), AliQADataMaker::Finish(), AliQADataMaker::GetDataOfTrigClass(), AliQADataMaker::GetMatchingHisto(), AliQADataMaker::GetMatchingHistos(), AliQADataMaker::IsOrigHistoKept(), and AliQADataMaker::SetCloningRequest().
|
inlinestatic |
Definition at line 66 of file AliQAv1.h.
Referenced by AliMUONTrackerQAChecker::MarkHisto(), AliMUONTriggerQAChecker::MarkHisto(), and AliEMCALQAChecker::MarkHisto().
|
inlinestatic |
Definition at line 74 of file AliQAv1.h.
Referenced by AliCorrQADataMakerRec::InitRaws().
|
static |
Definition at line 374 of file AliQAv1.cxx.
Referenced by GetQABit(), AliQAChecker::Run(), AliQADataMakerSim::StartOfCycle(), and AliQADataMakerRec::StartOfCycle().
|
static |
Definition at line 439 of file AliQAv1.cxx.
|
inlinestatic |
|
inlinestatic |
Definition at line 71 of file AliQAv1.h.
Referenced by GetQADataFile(), AliQAManager::MergeCustom(), AliQAManager::MergeData(), AliQAManager::MergeResults(), AliQAManager::Save2OCDB(), and AliReconstruction::SlaveTerminate().
|
inlinestatic |
Definition at line 72 of file AliQAv1.h.
Referenced by AliMUONQADataMakerSim::AliMUONQADataMakerSim(), AliQACheckerBase::AliQACheckerBase(), AliQACheckerBase::Check(), AliQADataMaker::ClonePerTrigClassA(), AliQADataMaker::ClonePerTrigClassH(), AliQACheckerBase::DiffC(), AliQACheckerBase::DiffK(), AliQAManager::DoIt(), AliQADataMakerSim::Exec(), AliQADataMakerRec::Exec(), AliMUONTriggerQADataMakerRec::FillTriggerDCSHistos(), AliQAChecker::GetDetQAChecker(), AliQAManager::GetFromOCDB(), AliQAManager::GetLoader(), AliQAManager::GetQADataMaker(), AliQAManager::InitQADataMaker(), AliGlobalQADataMaker::InitRecoParams(), AliQADataMakerRec::InitRecoParams(), AliMUONTrackerQADataMakerRec::InsertTrackerData(), AliQAChecker::LoadRunInfoFromGRP(), AliQACheckerBase::MakeImage(), AliFMDQAChecker::MakeImage(), AliMUONTriggerQADataMakerRec::MakeRaws(), AliQAManager::MergeCustom(), AliQAManager::MergeResults(), AliQAManager::MergeXML(), AliMUONQADataMakerSim::operator=(), AliCorrQAChecker::Run(), AliQAChecker::Run(), AliQACheckerBase::Run(), AliQAManager::Run(), AliQAManager::SaveIt2OCDB(), Set(), AliQACheckerBase::SetHiLo(), SetQADebug(), AliQADataMakerSim::StartOfCycle(), AliQADataMakerRec::StartOfCycle(), and AliMUONQADataMakerSim::~AliMUONQADataMakerSim().
|
inlinestatic |
Definition at line 73 of file AliQAv1.h.
Referenced by AliQADataMaker::DefaultEndOfDetectorCycle(), AliQACheckerBase::Finish(), AliQAManager::GetFromOCDB(), and Instance().
|
inlinestatic |
Definition at line 78 of file AliQAv1.h.
Referenced by AliQAManager::GetFromOCDB(), and AliQAManager::SaveIt2OCDB().
|
inlinestatic |
|
inlinestatic |
Definition at line 80 of file AliQAv1.h.
Referenced by AliEMCALQADataMakerRec::GetCalibRefFromOCDB(), AliQAManager::GetFromOCDB(), AliQACheckerBase::GetRefSubDir(), AliQAManager::Save2OCDB(), and AliQAManager::SaveIt2OCDB().
|
static |
Definition at line 456 of file AliQAv1.cxx.
Referenced by AliQADataMaker::DefaultEndOfDetectorCycle(), AliQACheckerBase::Finish(), GetMaxQAObj(), Instance(), and AliQACheckerBase::~AliQACheckerBase().
|
inlinestatic |
AliQAv1::QABIT_t AliQAv1::GetQAStatusBit | ( | AliRecoParam::EventSpecie_t | es = AliRecoParam::kDefault , |
DETECTORINDEX_t | det = kNULLDET , |
||
ALITASK_t | tsk = kNULLTASK |
||
) | const |
Definition at line 481 of file AliQAv1.cxx.
Referenced by GetQARefStorage(), and ShowASCIIStatus().
|
inlinestatic |
Definition at line 83 of file AliQAv1.h.
Referenced by AliEMCALQADataMakerRec::GetCalibRefFromOCDB(), AliQACheckerBase::GetRefSubDir(), and AliQAManager::SaveIt2OCDB().
|
inlinestatic |
Definition at line 82 of file AliQAv1.h.
Referenced by AliEMCALQADataMakerRec::GetCalibRefFromOCDB(), AliQAManager::GetFromOCDB(), AliQACheckerBase::GetRefSubDir(), and AliQAManager::SaveIt2OCDB().
|
inlineprivate |
Definition at line 125 of file AliQAv1.h.
Referenced by IsSet(), IsSetAny(), Reset(), SetStatusBit(), ShowStatus(), and UnSetStatusBit().
|
static |
Definition at line 499 of file AliQAv1.cxx.
Referenced by AliQAManager::EndOfCycle(), GetOrigHistoKeptBit(), AliQACheckerBase::GetRefSubDir(), AliQAManager::InitQADataMaker(), and AliQAManager::Run().
|
inlinestatic |
Definition at line 90 of file AliQAv1.h.
Referenced by AliMUONTrackerQADataMakerRec::BookHistograms(), AliMUONQAChecker::Check(), AliQACheckerBase::Check(), AliQADataMakerSim::ClonePerTrigClass(), AliQADataMakerRec::ClonePerTrigClass(), AliQADataMaker::ClonePerTrigClassL(), AliQAManager::EndOfCycle(), AliQADataMakerSim::EndOfCycle(), AliQADataMakerRec::EndOfCycle(), AliMUONQADataMakerRec::EndOfDetectorCycle(), AliEMCALQADataMakerRec::GetCalibRefFromOCDB(), AliQADataMaker::GetData(), AliQAManager::GetFromOCDB(), AliMUONQADataMakerRec::GetList(), GetTaskIndex(), AliQADataMakerSim::Init(), AliQADataMakerRec::Init(), AliQAManager::InitQA(), AliQAManager::InitQADataMaker(), AliQACheckerBase::MakeImage(), AliFMDQAChecker::MakeImage(), AliQAManager::MergeCustom(), AliMUONQADataMakerRec::ResetDetector(), AliQAChecker::Run(), AliQAManager::Run(), AliSimulation::SetRunQA(), AliReconstruction::SetRunQA(), AliQADataMakerSim::StartOfCycle(), and AliQADataMakerRec::StartOfCycle().
|
static |
Definition at line 585 of file AliQAv1.cxx.
Referenced by AliTPCQAChecker::Check(), AliFMDQAChecker::Check(), AliQACheckerBase::Check(), AliCorrQAChecker::CheckN(), AliEMCALQAChecker::CheckRaws(), AliQADataMaker::DefaultEndOfDetectorCycle(), AliQADataMakerSim::EndOfCycle(), AliQADataMakerRec::EndOfCycle(), AliQACheckerBase::Finish(), AliQAManager::GetQA(), AliQACheckerBase::GetRefSubDir(), AliMUONQAChecker::Init(), AliTPCQAChecker::Init(), AliQACheckerBase::Init(), AliEMCALQAChecker::Init(), Instance(), AliQADataMaker::IsValidEventSpecie(), AliQACheckerBase::MakeImage(), AliFMDQAChecker::MakeImage(), AliQACheckerBase::PrivateCheck(), AliMUONQADataMakerRec::ResetDetector(), AliQADataMakerSim::ResetDetector(), AliQADataMakerRec::ResetDetector(), AliQAChecker::Run(), AliQACheckerBase::Run(), AliQAManager::SetEventSpecie(), AliTPCQAChecker::SetQA(), AliQACheckerBase::SetQA(), AliFMDQAChecker::SetQA(), AliQAManager::ShowQA(), and AliReconstruction::Terminate().
|
static |
Definition at line 598 of file AliQAv1.cxx.
|
static |
Definition at line 608 of file AliQAv1.cxx.
Definition at line 623 of file AliQAv1.cxx.
|
static |
Definition at line 655 of file AliQAv1.cxx.
|
inline |
Definition at line 92 of file AliQAv1.h.
Referenced by AliEMCALQAChecker::CheckRaws(), AliQACheckerBase::Run(), AliQACheckerBase::SetQA(), AliFMDQAChecker::SetQA(), Show(), and ShowAll().
Bool_t AliQAv1::IsSet | ( | DETECTORINDEX_t | det, |
ALITASK_t | tsk, | ||
AliRecoParam::EventSpecie_t | es, | ||
QABIT_t | bit | ||
) | const |
Definition at line 524 of file AliQAv1.cxx.
Referenced by CheckFatal(), GetQAStatusBit(), IsEventSpecieSet(), IsSet(), and Merge().
Bool_t AliQAv1::IsSet | ( | DETECTORINDEX_t | det, |
ALITASK_t | tsk, | ||
Int_t | es, | ||
QABIT_t | bit | ||
) | const |
Definition at line 514 of file AliQAv1.cxx.
Bool_t AliQAv1::IsSetAny | ( | DETECTORINDEX_t | det, |
ALITASK_t | tsk, | ||
AliRecoParam::EventSpecie_t | es | ||
) | const |
Definition at line 541 of file AliQAv1.cxx.
Referenced by IsEventSpecieSet().
Bool_t AliQAv1::IsSetAny | ( | DETECTORINDEX_t | det, |
AliRecoParam::EventSpecie_t | es | ||
) | const |
Definition at line 562 of file AliQAv1.cxx.
Long64_t AliQAv1::Merge | ( | const TCollection * | list | ) |
Definition at line 673 of file AliQAv1.cxx.
Referenced by IsEventSpecieSet().
|
static |
Definition at line 401 of file AliQAv1.cxx.
Referenced by IsEventSpecieSet(), AliQAManager::QAManager(), and AliQAChecker::Run().
|
private |
Definition at line 698 of file AliQAv1.cxx.
Referenced by GetStatus(), IsSet(), IsSetAny(), Reset(), SetStatusBit(), and UnSetStatusBit().
Definition at line 122 of file AliQAv1.cxx.
|
private |
Definition at line 731 of file AliQAv1.cxx.
Referenced by GetStatus(), and SetStatusBit().
|
private |
Definition at line 748 of file AliQAv1.cxx.
Referenced by GetStatus().
void AliQAv1::Set | ( | QABIT_t | bit, |
AliRecoParam::EventSpecie_t | es | ||
) |
Definition at line 763 of file AliQAv1.cxx.
Referenced by AliQADataMaker::DefaultEndOfDetectorCycle(), Instance(), IsEventSpecieSet(), Merge(), Set(), AliTPCQAChecker::SetQA(), AliQACheckerBase::SetQA(), and AliFMDQAChecker::SetQA().
void AliQAv1::Set | ( | QABIT_t | bit, |
Int_t | es | ||
) |
Definition at line 756 of file AliQAv1.cxx.
|
inlineprivate |
|
inline |
Definition at line 103 of file AliQAv1.h.
Referenced by AliQAManager::SetEventSpecie().
|
inlinestatic |
Definition at line 110 of file AliQAv1.h.
Referenced by AliEMCALQADataMakerRec::GetCalibRefFromOCDB(), AliQACheckerBase::GetRefSubDir(), and AliQAManager::SaveIt2OCDB().
|
inlinestatic |
|
static |
Definition at line 771 of file AliQAv1.cxx.
Referenced by SetQADebug(), AliSimulation::SetQARefDefaultStorage(), and AliReconstruction::SetQARefDefaultStorage().
|
static |
Definition at line 793 of file AliQAv1.cxx.
Referenced by SetQADebug().
|
inlineprivate |
Definition at line 134 of file AliQAv1.h.
Referenced by Reset(), SetStatusBit(), and UnSetStatusBit().
|
private |
Definition at line 805 of file AliQAv1.cxx.
Referenced by Set(), and SetStatus().
void AliQAv1::Show | ( | DETECTORINDEX_t | det = kNULLDET | ) | const |
Definition at line 824 of file AliQAv1.cxx.
Referenced by AliQAChecker::Run(), SetQARefDataDirName(), and AliQAManager::ShowQA().
void AliQAv1::ShowAll | ( | ) | const |
Definition at line 836 of file AliQAv1.cxx.
Referenced by SetQARefDataDirName().
|
private |
Definition at line 876 of file AliQAv1.cxx.
Referenced by GetStatus(), and ShowStatus().
void AliQAv1::ShowStatus | ( | DETECTORINDEX_t | det, |
ALITASK_t | tsk = kNULLTASK , |
||
AliRecoParam::EventSpecie_t | es = AliRecoParam::kDefault |
||
) | const |
Definition at line 851 of file AliQAv1.cxx.
Referenced by SetQARefDataDirName(), Show(), and ShowAll().
void AliQAv1::UnSet | ( | QABIT_t | bit, |
AliRecoParam::EventSpecie_t | es | ||
) |
Definition at line 894 of file AliQAv1.cxx.
Referenced by SetQARefDataDirName(), and UnSet().
void AliQAv1::UnSet | ( | QABIT_t | bit, |
Int_t | es | ||
) |
Definition at line 887 of file AliQAv1.cxx.
|
inline |
|
private |
Definition at line 902 of file AliQAv1.cxx.
Referenced by SetStatus(), and UnSet().
|
private |
Definition at line 143 of file AliQAv1.h.
Referenced by AliQAv1(), GetQAStatusBit(), operator=(), Set(), Show(), and UnSet().
|
private |
the current environment (SIM, REC, ESD, ANA)
Definition at line 145 of file AliQAv1.h.
Referenced by CheckFatal(), GetQAStatusBit(), and operator=().
|
private |
default storage for QA in OCDB
Definition at line 173 of file AliQAv1.h.
Referenced by AliQAv1(), GetEventSpecies(), IsEventSpecieSet(), operator=(), SetEventSpecie(), UnSetEventSpecie(), and ~AliQAv1().
|
staticprivate |
the current event specie
Definition at line 146 of file AliQAv1.h.
Referenced by GetDetName().
|
staticprivate |
|
staticprivate |
|
staticprivate |
name for the expert directory
Definition at line 160 of file AliQAv1.h.
Referenced by GetExpertBit().
|
staticprivate |
flag that the histrogram was cloned per trigger class
Definition at line 179 of file AliQAv1.h.
Referenced by GetForbidCloningBit().
|
staticprivate |
TObject bit identifing the object as "expert".
Definition at line 161 of file AliQAv1.h.
Referenced by GetImageBit().
|
staticprivate |
Definition at line 174 of file AliQAv1.h.
Referenced by GetImageFileName().
|
staticprivate |
label to identify a file as local OCDB
Definition at line 164 of file AliQAv1.h.
Referenced by GetLabAliEnOCDB(), and SetQARefStorage().
|
staticprivate |
TObject bit identifing the object to be plotted on the QA image.
Definition at line 162 of file AliQAv1.h.
Referenced by GetLabLocalFile(), GetQAResultFile(), SetQARefStorage(), and SetQAResultDirName().
|
staticprivate |
label to identify a file as local
Definition at line 163 of file AliQAv1.h.
Referenced by GetLabLocalOCDB(), and SetQARefStorage().
|
staticprivate |
format of the file that contains all the QA images
Definition at line 176 of file AliQAv1.h.
Referenced by GetMaxQAObj().
|
staticprivate |
flag that the histogram is forbiden to clone per trigger class
Definition at line 180 of file AliQAv1.h.
Referenced by GetOrigHistoKeptBit().
|
staticprivate |
|
staticprivate |
maximum number of QA objects allowed dor each task (Raws, digits,....)
Definition at line 178 of file AliQAv1.h.
Referenced by GetClonedBit().
|
staticprivate |
|
staticprivate |
bit in the QA data object which is set when Checker does not return 0
Definition at line 167 of file AliQAv1.h.
Referenced by GetQADebugLevel().
|
staticprivate |
debug level used for QA verbosity
Definition at line 168 of file AliQAv1.h.
Referenced by GetQAName(), and SetQARefStorage().
|
staticprivate |
name of Reference directory name in OCDB for data
Definition at line 172 of file AliQAv1.h.
Referenced by GetQARefDefaultStorage().
|
staticprivate |
label to identify a file as AliEn OCDB
Definition at line 165 of file AliQAv1.h.
Referenced by SetQARefStorage().
|
staticprivate |
name of QA Correlation Ntuple
Definition at line 170 of file AliQAv1.h.
Referenced by GetRefOCDBDirName().
|
staticprivate |
|
staticprivate |
Definition at line 138 of file AliQAv1.h.
Referenced by Instance().
|
staticprivate |
path of the GRP object in OCDB
Definition at line 148 of file AliQAv1.h.
Referenced by Close(), and GetQADataFile().
|
staticprivate |
the output file where the quality assurance maker store their results
Definition at line 149 of file AliQAv1.h.
Referenced by GetQADataFile(), and GetQADataFileName().
|
staticprivate |
the output file where the quality assurance maker store their results
Definition at line 151 of file AliQAv1.h.
Referenced by GetQARefStorage(), and SetQARefStorage().
|
staticprivate |
|
staticprivate |
name of directory where to find the reference data file
Definition at line 152 of file AliQAv1.h.
Referenced by GetQARefFileName(), and SetQARefStorage().
|
staticprivate |
File where to find the QA result.
Definition at line 154 of file AliQAv1.h.
Referenced by GetQAResultFile(), GetQAResultFileName(), and SetQAResultDirName().
|
staticprivate |
file name where to find the reference data
Definition at line 153 of file AliQAv1.h.
Referenced by Close(), GetQAResultFile(), and Instance().
|
staticprivate |
the location of the output file where the QA results are stored
Definition at line 155 of file AliQAv1.h.
Referenced by GetQAResultFile(), GetQAResultFileName(), and SetQAResultDirName().
|
staticprivate |
name of Reference directory name in OCDB
Definition at line 171 of file AliQAv1.h.
Referenced by GetRefDataDirName(), and SetQARefDataDirName().
|
staticprivate |
|
staticprivate |
|
staticprivate |
name of the file that contains all the QA images
Definition at line 175 of file AliQAv1.h.
Referenced by GetImageFileFormat().
|
private |
Definition at line 141 of file AliQAv1.h.
Referenced by AliQAv1(), and operator=().
|
private |
Definition at line 139 of file AliQAv1.h.
Referenced by operator=(), and ResetStatus().
|
private |
Definition at line 140 of file AliQAv1.h.
Referenced by AliQAv1(), GetStatus(), Merge(), operator=(), ResetStatus(), SetStatus(), Show(), and ShowAll().
|
private |
Definition at line 142 of file AliQAv1.h.
Referenced by AliQAv1(), GetQA(), GetStatus(), operator=(), ResetStatus(), SetStatus(), and ~AliQAv1().
|
private |
the current detector (ITS, TPC, ....)
Definition at line 144 of file AliQAv1.h.
Referenced by AliQAv1(), CheckFatal(), GetQAStatusBit(), operator=(), Set(), and UnSet().