![]() |
AliRoot Core
edcc906 (edcc906)
|
#include <AliCDBRunRange.h>
Public Member Functions | |
AliCDBRunRange () | |
AliCDBRunRange (Int_t firstRun, Int_t lastRun) | |
virtual | ~AliCDBRunRange () |
Int_t | GetFirstRun () const |
Int_t | GetLastRun () const |
void | SetFirstRun (Int_t firstRun) |
void | SetLastRun (Int_t lastRun) |
void | SetRunRange (Int_t firstRun, Int_t lastRun) |
Bool_t | IsValid () const |
Bool_t | IsAnyRange () const |
Bool_t | Overlaps (const AliCDBRunRange &other) const |
Bool_t | Comprises (const AliCDBRunRange &other) const |
virtual Bool_t | IsEqual (const TObject *obj) const |
Static Public Member Functions | |
static Int_t | Infinity () |
Private Attributes | |
Int_t | fFirstRun |
Int_t | fLastRun |
Static Private Attributes | |
static const Int_t | fgkInfinity = 999999999 |
Definition at line 17 of file AliCDBRunRange.h.
AliCDBRunRange::AliCDBRunRange | ( | ) |
Definition at line 31 of file AliCDBRunRange.cxx.
AliCDBRunRange::AliCDBRunRange | ( | Int_t | firstRun, |
Int_t | lastRun | ||
) |
Definition at line 40 of file AliCDBRunRange.cxx.
|
virtual |
Definition at line 49 of file AliCDBRunRange.cxx.
Bool_t AliCDBRunRange::Comprises | ( | const AliCDBRunRange & | other | ) | const |
Definition at line 73 of file AliCDBRunRange.cxx.
Referenced by AliCDBId::Comprises(), AliCDBLocal::GetEntriesForLevel1(), AliCDBLocal::GetId(), AliCDBDump::GetId(), IsAnyRange(), and AliCDBLocal::QueryValidFiles().
|
inline |
Definition at line 26 of file AliCDBRunRange.h.
Referenced by AliCDBId::GetFirstRun(), AliCDBLocal::GetId(), AliCDBDump::GetId(), AliCDBDump::IdToKeyName(), AliCDBLocal::PrepareId(), AliCDBDump::PrepareId(), and AliCDBGrid::PrepareId().
|
inline |
Definition at line 27 of file AliCDBRunRange.h.
Referenced by AliCDBLocal::GetId(), AliCDBDump::GetId(), AliCDBId::GetLastRun(), AliCDBDump::IdToKeyName(), AliCDBLocal::PrepareId(), AliCDBDump::PrepareId(), and AliCDBGrid::PrepareId().
|
inlinestatic |
Definition at line 46 of file AliCDBRunRange.h.
Referenced by AliEMCALSetRecParamCDB(), AliEMCALSetSimParamCDB(), AliMUONCalibrationData::CreateObject(), CreateRefMap(), FullMisalignment(), IdealAlignment(), MakeEMCALFullMisAlignment(), MakeEMCALPF(), MakeEMCALResMisAlignment(), MakeEMCALZeroMisAlignment(), MakeMUONFullMisAlignment(), MakeMUONResMisAlignment(), MakeMUONZeroMisAlignment(), MakeOCDBEntry(), makeOCDBTPC(), MakeTPCAltroMapping(), MakeTPCFullMisAlignment(), MakeTPCRecoParam(), MakeTPCRecoParam_Run2Dist(), MakeTPCRecoParam_Run2DistMC(), MakeTPCResMisAlignment(), MakeTPCZeroMisAlignment(), ModifyRecoParamHLTUsage(), MUONCheckMisAligner(), MUONSurveyCh1(), MUONSurveyCh2(), MUONSurveyCh3(), MUONSurveyCh4(), MUONSurveyCh5(), ResidualAlignment(), AliQAManager::SaveIt2OCDB(), SetCC(), AliCDBManager::SetDefaultStorage(), SetOCDBFromRun1(), AliTPCAlign::StoreAlignObj(), AliSurveyToAlignObjs::StoreAlignObjToCDB(), StoreObject(), StoreParam(), UpdateCDBCTPConfig(), UpdateEffSectorOCDB(), UpdateOCDBAlign(), UpdateOCDBAlign0(), AliMpCDB::WriteDDLStore(), AliMpCDB::WriteManuStore(), AliMpCDB::WriteMpData(), AliMpCDB::WriteMpRunData(), and AliMpCDB::WriteMpSegmentation().
|
inline |
Definition at line 38 of file AliCDBRunRange.h.
Referenced by Comprises(), AliCDBId::IsAnyRange(), Overlaps(), AliCDBLocal::PrepareId(), AliCDBDump::PrepareId(), and AliCDBGrid::PrepareId().
|
virtual |
Definition at line 90 of file AliCDBRunRange.cxx.
Referenced by IsAnyRange(), AliCDBId::IsEqual(), AliCDBLocal::PrepareId(), AliCDBDump::PrepareId(), and AliCDBGrid::PrepareId().
Bool_t AliCDBRunRange::IsValid | ( | ) | const |
Definition at line 105 of file AliCDBRunRange.cxx.
Referenced by Comprises(), AliCDBDump::IdToKeyName(), AliCDBId::IsValid(), Overlaps(), and SetRunRange().
Bool_t AliCDBRunRange::Overlaps | ( | const AliCDBRunRange & | other | ) | const |
Definition at line 55 of file AliCDBRunRange.cxx.
Referenced by IsAnyRange(), AliCDBLocal::PrepareId(), AliCDBDump::PrepareId(), and AliCDBGrid::PrepareId().
|
inline |
Definition at line 29 of file AliCDBRunRange.h.
Referenced by AliCDBLocal::FilenameToId(), AliCDBDump::KeyNameToId(), and AliCDBId::SetFirstRun().
|
inline |
Definition at line 30 of file AliCDBRunRange.h.
Referenced by AliCDBLocal::FilenameToId(), AliCDBDump::KeyNameToId(), and AliCDBId::SetLastRun().
|
inline |
Definition at line 32 of file AliCDBRunRange.h.
Referenced by AliCDBId::SetRunRange().
|
private |
Definition at line 50 of file AliCDBRunRange.h.
Referenced by Comprises(), GetFirstRun(), IsAnyRange(), IsEqual(), IsValid(), Overlaps(), SetFirstRun(), and SetRunRange().
|
staticprivate |
Definition at line 53 of file AliCDBRunRange.h.
Referenced by Infinity().
|
private |
Definition at line 51 of file AliCDBRunRange.h.
Referenced by Comprises(), GetLastRun(), IsAnyRange(), IsEqual(), IsValid(), Overlaps(), SetLastRun(), and SetRunRange().