![]() |
AliRoot Core
ee782a0 (ee782a0)
|
#include <AliCDBManager.h>
Public Types | |
enum | DataType { kCondition =0, kReference, kPrivate } |
Public Member Functions | |
void | RegisterFactory (AliCDBStorageFactory *factory) |
Bool_t | HasStorage (const char *dbString) const |
AliCDBParam * | CreateParameter (const char *dbString) const |
AliCDBParam * | GetCondParam () const |
AliCDBParam * | GetRefParam () const |
AliCDBStorage * | GetStorage (const char *dbString) |
TList * | GetActiveStorages () |
const TMap * | GetStorageMap () const |
const TList * | GetRetrievedIds () const |
const TMap * | GetSnapshotMap () const |
const TList * | GetSnapshotRetrievedIds () const |
void | CreateMapListCopy (TMap &mapCopy, TList &listCopy) const |
void | SetDefaultStorage (const char *dbString) |
void | SetDefaultStorage (const AliCDBParam *param) |
void | SetDefaultStorage (AliCDBStorage *storage) |
void | SetDefaultStorage (const char *runType, const char *simType) |
void | SetDefaultStorageFromRun (Int_t run) |
Bool_t | IsDefaultStorageSet () const |
AliCDBStorage * | GetDefaultStorage () const |
void | UnsetDefaultStorage () |
void | SetSpecificStorage (const char *calibType, const char *dbString, Int_t version=-1, Int_t subVersion=-1) |
void | PromptCacheEntry (const char *calibType, AliCDBEntry *entry) |
void | SetPromptCacheFlag (Bool_t f) |
Bool_t | GetPromptCacheFlag () const |
AliCDBStorage * | GetSpecificStorage (const char *calibType) |
void | SetDrain (const char *dbString) |
void | SetDrain (const AliCDBParam *param) |
void | SetDrain (AliCDBStorage *storage) |
void | UnsetDrain () |
Bool_t | IsDrainSet () const |
Bool_t | Drain (AliCDBEntry *entry) |
Bool_t | SetOCDBUploadMode () |
void | UnsetOCDBUploadMode () |
Bool_t | IsOCDBUploadMode () const |
AliCDBEntry * | Get (const AliCDBId &query, Bool_t forceCaching=kFALSE) |
AliCDBEntry * | Get (const AliCDBPath &path, Int_t runNumber=-1, Int_t version=-1, Int_t subVersion=-1) |
AliCDBEntry * | Get (const AliCDBPath &path, const AliCDBRunRange &runRange, Int_t version=-1, Int_t subVersion=-1) |
AliCDBEntry * | GetEntryFromSnapshot (const char *path) |
const char * | GetURI (const char *path) |
TList * | GetAll (const AliCDBId &query) |
TList * | GetAll (const AliCDBPath &path, Int_t runNumber=-1, Int_t version=-1, Int_t subVersion=-1) |
TList * | GetAll (const AliCDBPath &path, const AliCDBRunRange &runRange, Int_t version=-1, Int_t subVersion=-1) |
Bool_t | Put (TObject *object, const AliCDBId &id, AliCDBMetaData *metaData, const char *mirrors="", DataType type=kPrivate) |
Bool_t | Put (AliCDBEntry *entry, const char *mirrors="", DataType type=kPrivate) |
void | SetCacheFlag (Bool_t cacheFlag) |
Bool_t | GetCacheFlag () const |
ULong64_t | SetLock (Bool_t lockFlag=kTRUE, ULong64_t key=0) |
Bool_t | GetLock () const |
void | SetRaw (Bool_t rawFlag) |
Bool_t | GetRaw () const |
void | SetRun (Int_t run) |
Int_t | GetRun () const |
void | SetMaxDate (time_t maxDate) |
void | SetMaxDate (TTimeStamp &maxDate) |
time_t | GetMaxDate () const |
void | SetMirrorSEs (const char *mirrors) |
const char * | GetMirrorSEs () const |
void | DestroyActiveStorages () |
void | DestroyActiveStorage (AliCDBStorage *storage) |
void | QueryCDB () |
void | Print (Option_t *option="") const |
~AliCDBManager () | |
void | ClearCache () |
void | ClearPromptCache () |
void | UnloadFromCache (const char *path) |
const TMap * | GetEntryCache () const |
Bool_t | IsShortLived (const char *path) |
void | Init () |
void | InitFromCache (TMap *entryCache, Int_t run) |
Bool_t | InitFromSnapshot (const char *snapshotFileName, Bool_t overwrite=kTRUE) |
Bool_t | SetSnapshotMode (const char *snapshotFileName="OCDB.root") |
void | UnsetSnapshotMode () |
void | DumpToSnapshotFile (const char *snapshotFileName, Bool_t singleKeys) const |
void | DumpToLightSnapshotFile (const char *lightSnapshotFileName) const |
Int_t | GetStartRunLHCPeriod () |
Int_t | GetEndRunLHCPeriod () |
TString | GetLHCPeriod () |
TString | GetCvmfsOcdbTag () const |
Bool_t | DiffObjects (const char *cdbFile1, const char *cdbFile2) const |
void | ExtractBaseFolder (TString &url) |
Static Public Member Functions | |
static const char * | GetDataTypeName (DataType type) |
static void | Destroy () |
static AliCDBManager * | Instance (TMap *entryCache=NULL, Int_t run=-1) |
Protected Member Functions | |
AliCDBManager () | |
AliCDBManager (const AliCDBManager &source) | |
AliCDBManager & | operator= (const AliCDBManager &source) |
AliCDBStorage * | GetStorage (const AliCDBParam *param) |
AliCDBStorage * | GetActiveStorage (const AliCDBParam *param) |
void | PutActiveStorage (AliCDBParam *param, AliCDBStorage *storage) |
void | SetSpecificStorage (const char *calibType, const AliCDBParam *param, Int_t version=-1, Int_t subVersion=-1) |
void | AlienToCvmfsUri (TString &uriString) const |
void | ValidateCvmfsCase () const |
void | GetLHCPeriodAgainstAlienFile (Int_t run, TString &lhcPeriod, Int_t &startRun, Int_t &endRun) |
void | GetLHCPeriodAgainstCvmfsFile (Int_t run, TString &lhcPeriod, Int_t &startRun, Int_t &endRun) |
void | CacheEntry (const char *path, AliCDBEntry *entry) |
AliCDBParam * | SelectSpecificStorage (const TString &path) |
AliCDBId * | GetId (const AliCDBId &query) |
AliCDBId * | GetId (const AliCDBPath &path, Int_t runNumber=-1, Int_t version=-1, Int_t subVersion=-1) |
AliCDBId * | GetId (const AliCDBPath &path, const AliCDBRunRange &runRange, Int_t version=-1, Int_t subVersion=-1) |
void | InitShortLived () |
Protected Attributes | |
TList | fFactories |
TMap | fActiveStorages |
list of registered storage factories More... | |
TMap | fSpecificStorages |
list of active storages More... | |
TMap | fEntryCache |
list of detector-specific storages More... | |
TMap | fPromptEntryCache |
cache of the retrieved objects More... | |
TList * | fIds |
cache for in-memory objects to override objects on storage (to be used online) More... | |
TMap * | fStorageMap |
List of the retrieved object Id's (to be streamed to file) More... | |
TList * | fShortLived |
list of storages (to be streamed to file) More... | |
AliCDBStorage * | fDefaultStorage |
List of short lived objects. More... | |
AliCDBStorage * | fDrainStorage |
pointer to default storage More... | |
AliCDBParam * | fCondParam |
pointer to drain storage More... | |
AliCDBParam * | fRefParam |
Int_t | fRun |
Bool_t | fCache |
The run number. More... | |
Bool_t | fPromptCache |
The cache flag. More... | |
Bool_t | fLock |
The prompt cache flag. More... | |
Bool_t | fSnapshotMode |
Lock flag, if ON default storage and run number cannot be reset. More... | |
TFile * | fSnapshotFile |
flag saying if we are in snapshot mode More... | |
Bool_t | fOCDBUploadMode |
Bool_t | fRaw |
flag for uploads to Official CDBs (upload to cvmfs must follow upload to AliEn) More... | |
TString | fCvmfsOcdb |
Int_t | fStartRunLHCPeriod |
Int_t | fEndRunLHCPeriod |
TString | fLHCPeriod |
time_t | fMaxDate |
Static Protected Attributes | |
static TString | fgkCondUri |
static TString | fgkRefUri |
static TString | fgkMCIdealStorage |
static TString | fgkMCFullStorage |
static TString | fgkMCResidualStorage |
static TString | fgkOCDBFolderXMLfile |
static AliCDBManager * | fgInstance = 0x0 |
Private Attributes | |
ULong64_t | fKey |
max UNIX timestamp for OCDB objects More... | |
Definition at line 29 of file AliCDBManager.h.
Enumerator | |
---|---|
kCondition | |
kReference | |
kPrivate |
Definition at line 32 of file AliCDBManager.h.
AliCDBManager::~AliCDBManager | ( | ) |
Definition at line 354 of file AliCDBManager.cxx.
Referenced by GetMaxDate().
|
protected |
Definition at line 310 of file AliCDBManager.cxx.
|
protected |
|
protected |
Definition at line 431 of file AliCDBManager.cxx.
Referenced by CreateParameter().
|
protected |
Definition at line 1535 of file AliCDBManager.cxx.
void AliCDBManager::ClearCache | ( | ) |
Definition at line 1628 of file AliCDBManager.cxx.
Referenced by AliMUONCDB::CheckHV(), AliMUONCDB::CheckHV_ALIROOT_6402(), GetBadChannels(), GetMaxDate(), AliSimulation::Run(), SetDefaultStorage(), SetRun(), AliReconstruction::Terminate(), UnsetDefaultStorage(), and ~AliCDBManager().
void AliCDBManager::ClearPromptCache | ( | ) |
Definition at line 1617 of file AliCDBManager.cxx.
Referenced by GetMaxDate(), and ~AliCDBManager().
void AliCDBManager::CreateMapListCopy | ( | TMap & | mapCopy, |
TList & | listCopy | ||
) | const |
Definition at line 2006 of file AliCDBManager.cxx.
Referenced by AliReconstruction::CheckRecoCDBvsSimuCDB(), GetRetrievedIds(), AliReconstruction::SlaveTerminate(), and AliSimulation::StoreUsedCDBMapsAndEmbPaths().
AliCDBParam * AliCDBManager::CreateParameter | ( | const char * | dbString | ) | const |
Definition at line 410 of file AliCDBManager.cxx.
Referenced by GetStorage(), Init(), SetSpecificStorage(), and AliCDBStorageFactory::~AliCDBStorageFactory().
|
static |
Definition at line 299 of file AliCDBManager.cxx.
Referenced by AliFMDCalibFaker::Exec(), GetMaxDate(), onlineReco(), and AliOnlineReconstruction::~AliOnlineReconstruction().
void AliCDBManager::DestroyActiveStorage | ( | AliCDBStorage * | storage | ) |
Definition at line 1723 of file AliCDBManager.cxx.
Referenced by GetMaxDate().
void AliCDBManager::DestroyActiveStorages | ( | ) |
Definition at line 1715 of file AliCDBManager.cxx.
Referenced by GetMaxDate(), and ~AliCDBManager().
Bool_t AliCDBManager::DiffObjects | ( | const char * | cdbFile1, |
const char * | cdbFile2 | ||
) | const |
Definition at line 1790 of file AliCDBManager.cxx.
Referenced by GetCvmfsOcdbTag().
Bool_t AliCDBManager::Drain | ( | AliCDBEntry * | entry | ) |
Definition at line 598 of file AliCDBManager.cxx.
Referenced by AliCDBStorage::Get(), AliCDBStorage::GetAll(), and IsDrainSet().
void AliCDBManager::DumpToLightSnapshotFile | ( | const char * | lightSnapshotFileName | ) | const |
Definition at line 151 of file AliCDBManager.cxx.
Referenced by UnsetSnapshotMode().
void AliCDBManager::DumpToSnapshotFile | ( | const char * | snapshotFileName, |
Bool_t | singleKeys | ||
) | const |
Definition at line 107 of file AliCDBManager.cxx.
Referenced by AliReconstruction::Begin(), AliOCDBtoolkit::MakeSnapshotFromTxt(), AliSimulation::Run(), and UnsetSnapshotMode().
void AliCDBManager::ExtractBaseFolder | ( | TString & | url | ) |
Definition at line 1960 of file AliCDBManager.cxx.
Referenced by GetCvmfsOcdbTag(), and AliOCDBtoolkit::SetStorage().
AliCDBEntry * AliCDBManager::Get | ( | const AliCDBId & | query, |
Bool_t | forceCaching = kFALSE |
||
) |
Definition at line 985 of file AliCDBManager.cxx.
Referenced by AliDCSSensorArray::AliDCSSensorArray(), AliEMCALReconstructor::AliEMCALReconstructor(), AliEMCALSensorTempArray::AliEMCALSensorTempArray(), AliMUONDigitCalibrator::AliMUONDigitCalibrator(), AliTPCSensorTempArray::AliTPCSensorTempArray(), ApplyAlignment(), AliGeomManager::ApplyAlignObjsToGeom(), AliReconstruction::Begin(), BPEVO(), BuildSystematicMap(), AliEMCALLoader::CalibData(), AliEMCALLoader::CalibTime(), AliEMCALQAChecker::CheckRaws(), AliReconstruction::CheckRecoCDBvsSimuCDB(), AliMC::ConstructGeometry(), AliMUONCalibrationData::CreateObject(), AliTPCCalibGlobalMisalignment::CreateOCDBAlign(), AliMUONPainterDataSourceFrame::CreateRawDataSource(), AliOCDBtoolkit::DumpOCDB(), Get(), AliTPCcalibDButil::GetAltroMasked(), AliEMCALClusterizer::GetCalibrationParameters(), AliEMCALCalibTimeDep::GetCalibReferenceInfo(), AliEMCALQADataMakerRec::GetCalibRefFromOCDB(), AliEMCALCalibTimeDep::GetCalibSignalInfo(), AliEMCALCalibTimeDep::GetCalibTempCoeffInfo(), AliEMCALClusterizer::GetCaloCalibPedestal(), AliEMCALTriggerDCSConfigDB::GetCDBEntry(), AliTPCcalibDB::GetCDBEntry(), AliMpCDB::GetCDBEntryObject(), AliLumiTools::GetCDBObjectForRun(), AliGRPManager::GetCosmicTriggers(), AliFMDParameters::GetEntry(), AliQAManager::GetFromOCDB(), AliStorageDatabase::GetList(), AliEMCALRecParam::GetMappings(), AliMUON::GetRecoParam(), AliTPCcalibDButil::GetRefEntry(), AliQACheckerBase::GetRefSubDir(), AliEMCALCalibTimeDep::GetTemperatureInfo(), AliFMDQAChecker::GetThresholds(), AliStorageServerThread::GetTriggerClasses(), AliDCSGenDB::Init(), AliFMDInput::Init(), AliEMCALReconstructor::InitClusterizer(), AliMuonForwardTrackFinder::InitGRP(), AliReconstruction::InitGRP(), AliGlobalQADataMaker::InitRecoParams(), AliQADataMakerRec::InitRecoParams(), AliReconstruction::InitRecoParams(), IsOCDBUploadMode(), AliMUONCDB::LoadAlignmentData(), AliGeomManager::LoadAlignObjsFromCDBSingleDet(), AliReconstruction::LoadCDB(), AliCentralTrigger::LoadConfiguration(), AliTPCTransform::LoadCorrectionMaps(), AliReconstruction::LoadCTPTimeParamsCDB(), AliGeomManager::LoadGeometry(), AliOCDBtoolkit::LoadOCDBFromLog(), AliOCDBtoolkit::LoadOCDBFromMap(), AliMUONCDB::LoadRecoParam(), AliQAChecker::LoadRunInfoFromGRP(), AliTPCLaserTrack::LoadTracks(), AliReconstruction::LoadTriggerScalersCDB(), AliCaloRawAnalyzerPeakFinder::LoadVectorsOCDB(), AliTPCcalibDButil::MakeRunList(), AliEMCALLoader::PedestalData(), AliMUONTrackerHV::Plot(), AliMUONTrackerVoltages::Plot(), PrintAlignment(), AliReconstruction::ProcessTriggerAliases(), AliGRPManager::ReadGRPEntry(), AliMUONCDB::ReadIntegers(), AliReconstruction::ReadIntensityInfoCDB(), AliTPCSensorTempArray::ReadSensors(), AliEMCALSensorTempArray::ReadSensors(), AliEMCALLoader::ReconstructionParameters(), AliSimulation::RunSimulation(), AliMUONAlignmentTask::SaveMisAlignmentData(), AliMUONResponseTriggerV1::SetHV(), AliTPCcalibDButil::SetReferenceRun(), AliMUONRecoParam::Show(), AliMUONCDB::ShowConfig(), AliMUONCDB::ShowFaultyBusPatches(), AliMUONCDB::ShowFaultyPedestalsBusPatches(), AliEMCALLoader::SimulationParameters(), AliReconstruction::SlaveBegin(), AliTPCcalibDB::Update(), UpdateCDBCTPConfig(), AliTPCcalibDB::UpdateNonRec(), UpdateOCDBAlign(), UpdateOCDBAlign0(), and AliTPCcalibDB::UpdateRunInformations().
AliCDBEntry * AliCDBManager::Get | ( | const AliCDBPath & | path, |
Int_t | runNumber = -1 , |
||
Int_t | version = -1 , |
||
Int_t | subVersion = -1 |
||
) |
Definition at line 959 of file AliCDBManager.cxx.
AliCDBEntry * AliCDBManager::Get | ( | const AliCDBPath & | path, |
const AliCDBRunRange & | runRange, | ||
Int_t | version = -1 , |
||
Int_t | subVersion = -1 |
||
) |
Definition at line 976 of file AliCDBManager.cxx.
|
protected |
Definition at line 554 of file AliCDBManager.cxx.
Referenced by GetStorage().
TList * AliCDBManager::GetActiveStorages | ( | ) |
Definition at line 561 of file AliCDBManager.cxx.
Referenced by GetRefParam().
TList * AliCDBManager::GetAll | ( | const AliCDBId & | query | ) |
Definition at line 1317 of file AliCDBManager.cxx.
Referenced by GetAll(), IsOCDBUploadMode(), and AliReconstruction::LoadCDB().
TList * AliCDBManager::GetAll | ( | const AliCDBPath & | path, |
Int_t | runNumber = -1 , |
||
Int_t | version = -1 , |
||
Int_t | subVersion = -1 |
||
) |
Definition at line 1291 of file AliCDBManager.cxx.
TList * AliCDBManager::GetAll | ( | const AliCDBPath & | path, |
const AliCDBRunRange & | runRange, | ||
Int_t | version = -1 , |
||
Int_t | subVersion = -1 |
||
) |
Definition at line 1309 of file AliCDBManager.cxx.
|
inline |
Definition at line 105 of file AliCDBManager.h.
Referenced by AliMUONCalibrationData::CreateObject(), AliDCSGenDB::Init(), AliFMDParameters::InitZeroSuppression(), and AliTPCcalibDB::Update().
|
inline |
Definition at line 39 of file AliCDBManager.h.
Referenced by AliCDBStorage::GetDataType().
|
inline |
Definition at line 153 of file AliCDBManager.h.
|
static |
Definition at line 1777 of file AliCDBManager.cxx.
Referenced by GetRefParam(), and AliCDBStorage::Put().
|
inline |
Definition at line 61 of file AliCDBManager.h.
Referenced by AliEMCALSetRecParamCDB(), AliEMCALSetSimParamCDB(), AliFMDAlignFaker::AliFMDAlignFaker(), AliMUONPainterDataSourceFrame::AliMUONPainterDataSourceFrame(), AliMUONTrackerConditionDataMaker::AliMUONTrackerConditionDataMaker(), AliMUONTrackerDataMaker::Ctor(), AliMUONAlignmentTask::FinishTaskOutput(), Get(), GetAll(), AliRunLoader::GetCDBEntry(), GetId(), GetStorage(), GetURI(), AliSimulation::InitCDB(), AliReconstruction::InitCDB(), AliSimulation::InitQA(), AliTPCLaserTrack::LoadTracks(), AliTPCcalibDButil::MakeRunList(), MakeTPCRecoParam(), MakeTPCRecoParam_Run2Dist(), MakeTPCRecoParam_Run2DistMC(), Menu::Menu(), AliMUONAlignmentTask::NotifyRun(), Put(), SetOCDBFromRun1(), AliMpCDB::WriteDDLStore(), AliMpCDB::WriteManuStore(), AliMpCDB::WriteMpData(), AliMpCDB::WriteMpRunData(), and AliMpCDB::WriteMpSegmentation().
Int_t AliCDBManager::GetEndRunLHCPeriod | ( | ) |
Definition at line 1188 of file AliCDBManager.cxx.
Referenced by UnsetSnapshotMode().
|
inline |
Definition at line 136 of file AliCDBManager.h.
Referenced by AliReconstruction::Begin(), AliMUONAlignmentTask::FinishTaskOutput(), and AliMUONAlignmentTask::NotifyRun().
AliCDBEntry * AliCDBManager::GetEntryFromSnapshot | ( | const char * | path | ) |
Definition at line 1108 of file AliCDBManager.cxx.
Referenced by Get(), and IsOCDBUploadMode().
Definition at line 1235 of file AliCDBManager.cxx.
Referenced by GetId().
|
protected |
Definition at line 1207 of file AliCDBManager.cxx.
|
protected |
Definition at line 1225 of file AliCDBManager.cxx.
TString AliCDBManager::GetLHCPeriod | ( | ) |
Definition at line 1198 of file AliCDBManager.cxx.
Referenced by UnsetSnapshotMode().
|
protected |
Definition at line 786 of file AliCDBManager.cxx.
Referenced by GetStorage(), and SetDefaultStorageFromRun().
|
protected |
Definition at line 821 of file AliCDBManager.cxx.
Referenced by GetStorage(), and SetDefaultStorageFromRun().
|
inline |
Definition at line 108 of file AliCDBManager.h.
Referenced by AliEMCALQADataMakerRec::GetCalibRefFromOCDB(), AliLumiTools::GetCDBObjectForRun(), and AliQACheckerBase::GetRefSubDir().
|
inline |
Definition at line 118 of file AliCDBManager.h.
const char * AliCDBManager::GetMirrorSEs | ( | ) | const |
Definition at line 1525 of file AliCDBManager.cxx.
Referenced by GetMaxDate().
|
inline |
Definition at line 70 of file AliCDBManager.h.
|
inline |
Definition at line 111 of file AliCDBManager.h.
Referenced by AliReconstruction::InitCDB().
|
inline |
Definition at line 40 of file AliCDBManager.h.
Referenced by AliCDBStorage::GetDataType().
|
inline |
Definition at line 48 of file AliCDBManager.h.
Referenced by AliOCDBtoolkit::DumpOCDBAsTxt(), AliOCDBtoolkit::LoadOCDBFromLog(), and AliOCDBtoolkit::MakeDiffExampleUseCase().
|
inline |
Definition at line 114 of file AliCDBManager.h.
Referenced by AliEMCALQADataMakerRec::AliEMCALQADataMakerRec(), AliEMCALReconstructor::AliEMCALReconstructor(), AliEMCALTriggerElectronics::AliEMCALTriggerElectronics(), AliMUON::AliMUON(), AliTriggerUtils::CheckConfiguration(), AliFMDParameters::CheckForNewRun(), AliMUONCDB::CheckOCDB(), AliSimulation::ConvertRaw2SDigits(), AliEMCALTriggerElectronics::Digits2Trigger(), AliEMCALQADataMakerRec::GetCalibRefFromOCDB(), AliMpCDB::GetCDBEntryObject(), AliLumiTools::GetCDBObjectForRun(), AliEMCAL::GetGeometry(), AliFMDAlignFaker::GetGeometry(), AliLumiTools::GetLumiFromCTP(), AliLumiTools::GetLumiFromDIPDel(), AliLumiTools::GetLumiFromDIPInst(), AliTPCcalibDB::GetMaskedChannelsFromCorrectionMaps(), AliQACheckerBase::GetRefSubDir(), AliLumiTools::GetScaleDnDeta2pp13TeV(), AliQAManager::InitQA(), AliSimulation::InitRunNumber(), AliTPCLaserTrack::LoadTracks(), MakeEMCALFullMisAlignment(), MakeEMCALResMisAlignment(), MakeMUONFullMisAlignment(), MakeMUONResMisAlignment(), MakeMUONZeroMisAlignment(), MakeTPCFullMisAlignment(), MakeTPCResMisAlignment(), MakeTPCZeroMisAlignment(), AliMUONAlignmentTask::NotifyRun(), AliQAManager::Run(), AliSimulation::RunLego(), AliQAManager::SaveIt2OCDB(), AliSimulation::SetRunNumberFromData(), AliReconstruction::SetRunNumberFromData(), AliTPCcalibDB::Update(), and AliSimulation::WriteGRPEntry().
const TMap * AliCDBManager::GetSnapshotMap | ( | ) | const |
Definition at line 1090 of file AliCDBManager.cxx.
Referenced by GetRetrievedIds().
const TList * AliCDBManager::GetSnapshotRetrievedIds | ( | ) | const |
Definition at line 1099 of file AliCDBManager.cxx.
Referenced by GetRetrievedIds().
AliCDBStorage * AliCDBManager::GetSpecificStorage | ( | const char * | calibType | ) |
Definition at line 920 of file AliCDBManager.cxx.
Referenced by GetPromptCacheFlag(), AliTPCcalibDButil::MakeRunList(), and AliMUONAlignmentTask::NotifyRun().
Int_t AliCDBManager::GetStartRunLHCPeriod | ( | ) |
Definition at line 1178 of file AliCDBManager.cxx.
Referenced by UnsetSnapshotMode().
AliCDBStorage * AliCDBManager::GetStorage | ( | const char * | dbString | ) |
Definition at line 477 of file AliCDBManager.cxx.
Referenced by AliOCDBtoolkit::AddoptOCDBEntry(), AliEMCALLocalReconstruction(), AliTPCCreateDummyCDB(), AliGeomManager::ApplyAlignObjsToGeom(), CDBAlignmentObjectCreation(), CreateIonTailObject(), CreateRefMap(), Get(), GetAll(), GetCC(), AliFMDAlignFaker::GetGeometry(), GetId(), GetRefParam(), GetSpecificStorage(), GetTowerStatusMap(), AliDCSGenDB::Init(), MakeEMCALFullMisAlignment(), MakeEMCALPF(), MakeEMCALResMisAlignment(), MakeMUONFullMisAlignment(), MakeMUONResMisAlignment(), MakeMUONZeroMisAlignment(), MakeOCDBEntry(), MakeTPCFullMisAlignment(), MakeTPCResMisAlignment(), MakeTPCZeroMisAlignment(), ModifyRecoParamHLTUsage(), Put(), QueryCDB(), ReadDCSAliasMap(), SetCC(), SetDefaultStorage(), SetDrain(), SetOCDBFromRun1(), SetSpecificStorage(), SetTowerStatusMap(), AliTPCAlign::StoreAlignObj(), AliTPCCorrection::StoreInOCDB(), StoreObject(), StoreParam(), TestPreprocessor(), UpdateCDBCTPConfig(), UpdateEffSectorOCDB(), UpdateOCDBAlign(), UpdateOCDBAlign0(), UpdateOCDBGain(), UpdateParam(), WriteDCSAliasMap(), AliSimulation::WriteGRPEntry(), and AliFMDAlignFaker::WriteToCDB().
|
protected |
Definition at line 511 of file AliCDBManager.cxx.
|
inline |
Definition at line 47 of file AliCDBManager.h.
Referenced by AliOCDBtoolkit::DumpOCDBAsTxt(), AliOCDBtoolkit::LoadOCDBFromLog(), and AliOCDBtoolkit::MakeDiffExampleUseCase().
const char * AliCDBManager::GetURI | ( | const char * | path | ) |
Definition at line 1160 of file AliCDBManager.cxx.
Referenced by IsOCDBUploadMode(), and Print().
Bool_t AliCDBManager::HasStorage | ( | const char * | dbString | ) | const |
Definition at line 393 of file AliCDBManager.cxx.
void AliCDBManager::Init | ( | void | ) |
Definition at line 71 of file AliCDBManager.cxx.
Referenced by GetEntryCache(), and AliQAManager::QAManager().
void AliCDBManager::InitFromCache | ( | TMap * | entryCache, |
Int_t | run | ||
) |
Definition at line 89 of file AliCDBManager.cxx.
Referenced by GetEntryCache(), and AliQAManager::QAManager().
Bool_t AliCDBManager::InitFromSnapshot | ( | const char * | snapshotFileName, |
Bool_t | overwrite = kTRUE |
||
) |
Definition at line 173 of file AliCDBManager.cxx.
Referenced by GetEntryCache().
|
protected |
Definition at line 1856 of file AliCDBManager.cxx.
Referenced by Init().
|
static |
Definition at line 56 of file AliCDBManager.cxx.
Referenced by AddEventsSingleRun(), AliOCDBtoolkit::AddoptOCDBEntry(), AliDCSSensorArray::AliDCSSensorArray(), AliEMCALDecalibrate(), AliEMCALLocalReconstruction(), AliEMCALQADataMakerRec::AliEMCALQADataMakerRec(), AliEMCALReconstructor::AliEMCALReconstructor(), AliEMCALSensorTempArray::AliEMCALSensorTempArray(), AliEMCALSetRecParamCDB(), AliEMCALSetSimParamCDB(), AliEMCALTriggerElectronics::AliEMCALTriggerElectronics(), AliFMDAlignFaker::AliFMDAlignFaker(), AliMUON::AliMUON(), AliMUONDataInterface::AliMUONDataInterface(), AliMUONDigitCalibrator::AliMUONDigitCalibrator(), AliMUONMCDataInterface::AliMUONMCDataInterface(), AliMUONPainterDataSourceFrame::AliMUONPainterDataSourceFrame(), AliMUONTrackerConditionDataMaker::AliMUONTrackerConditionDataMaker(), AliMUONTriggerGUI::AliMUONTriggerGUI(), AliOnlineReconstruction::AliOnlineReconstruction(), AliTPCCreateDummyCDB(), AliTPCSensorTempArray::AliTPCSensorTempArray(), ApplyAlignment(), AliGeomManager::ApplyAlignObjsToGeom(), AssertMapping(), AliReconstruction::Begin(), AliMC::BeginEvent(), BPEVO(), BuildSystematicMap(), AliEMCALLoader::CalibData(), AliMUONTriggerQADataMakerRec::CalibrationData(), AliEMCALLoader::CalibTime(), CDBAlignmentObjectCreation(), AliTriggerUtils::CheckConfiguration(), AliFMDParameters::CheckForNewRun(), AliMUONCDB::CheckHV(), AliMUONCDB::CheckHV_ALIROOT_6402(), AliMUONCDB::CheckOCDB(), AliEMCALQAChecker::CheckRaws(), AliReconstruction::CheckRecoCDBvsSimuCDB(), CheckTriggerDCS(), AliMUONAlignmentCompareDialog::CompareAlignment(), CompareDCSvalues(), AliMUONBusPatchEvolution::ComputeNumberOfPads(), Config(), ConfigOCDB(), ConfigOCDBAlien(), AliMC::ConstructGeometry(), Convert2Raw(), AliSimulation::ConvertRaw2SDigits(), CreateDCSAliasMap(), AliTPCcalibDButil::CreateGUIRefTree(), AliTPCcalibDB::CreateGUITree(), CreateIonTailObject(), AliMUONCalibrationData::CreateObject(), AliTPCCalibGlobalMisalignment::CreateOCDBAlign(), AliMUONPainterDataSourceFrame::CreateRawDataSource(), AliTPCcalibDB::CreateRefFile(), CreateRefMap(), CreateWeightedRejectList(), AliMUONTrackerDataMaker::Ctor(), deadChannels(), Digits2Raw(), AliEMCALTriggerElectronics::Digits2Trigger(), DIMUONFakes(), DisplayDigits(), AliMUONTriggerChamberEfficiency::DisplayEfficiency(), DisplayESD(), DisplayHits(), DisplayRecs(), DrawCalib(), AliOCDBtoolkit::DumpOCDB(), AliOCDBtoolkit::DumpOCDBAsTxt(), AliFMDCalibFaker::Exec(), FancyDigits(), FancyHits(), FillEtas(), FindKrClusters(), FindKrClustersRaw(), AliMUONAlignmentTask::FinishTaskOutput(), FixOCDBEntries(), FullMapping(), FullMisalignment(), GenerateConfig(), AliCDBStorage::Get(), AliCDBStorage::GetAll(), AliTPCcalibDButil::GetAltroMasked(), GetBadChannels(), AliEMCALClusterizer::GetCalibrationParameters(), AliEMCALCalibTimeDep::GetCalibReferenceInfo(), AliEMCALQADataMakerRec::GetCalibRefFromOCDB(), AliEMCALCalibTimeDep::GetCalibSignalInfo(), AliEMCALCalibTimeDep::GetCalibTempCoeffInfo(), AliEMCALClusterizer::GetCaloCalibPedestal(), GetCC(), AliEMCALTriggerDCSConfigDB::GetCDBEntry(), AliRunLoader::GetCDBEntry(), AliTPCcalibDB::GetCDBEntry(), AliMpCDB::GetCDBEntryObject(), AliLumiTools::GetCDBObjectForRun(), AliGRPManager::GetCosmicTriggers(), AliCDBStorage::GetDataType(), AliFMDParameters::GetEntry(), GetEntryCache(), AliQAManager::GetFromOCDB(), AliEMCAL::GetGeometry(), AliFMDAlignFaker::GetGeometry(), AliCDBLocal::GetId(), AliStorageDatabase::GetList(), AliLumiTools::GetLumiFromCTP(), AliLumiTools::GetLumiFromDIPDel(), AliLumiTools::GetLumiFromDIPInst(), AliEMCALRecParam::GetMappings(), AliTPCcalibDB::GetMaskedChannelsFromCorrectionMaps(), AliMUON::GetRecoParam(), AliTPCcalibDButil::GetRefEntry(), AliQACheckerBase::GetRefSubDir(), AliLumiTools::GetScaleDnDeta2pp13TeV(), AliEMCALCalibTimeDep::GetTemperatureInfo(), AliFMDQAChecker::GetThresholds(), GetTowerStatusMap(), AliStorageServerThread::GetTriggerClasses(), GoodTracksTPC(), Hits2Digits(), Hits2SDigits(), AliMUONTrackerHV::HVoff(), IdealAlignment(), Init(), AliFMDCalibDrawer::Init(), AliDCSGenDB::Init(), DrawCalibRaw::Init(), AliHLTSimulation::Init(), FindCommonModeNoise::Init(), AliFMDInput::Init(), AliFMDParameters::InitAltroMap(), AliMUONRecoCheck::InitCalibrationData(), AliSimulation::InitCDB(), AliReconstruction::InitCDB(), AliEMCALReconstructor::InitClusterizer(), AliMuonForwardTrackFinder::InitGRP(), AliReconstruction::InitGRP(), AliQAManager::InitQA(), AliReconstruction::InitQA(), AliGlobalQADataMaker::InitRecoParams(), AliQADataMakerRec::InitRecoParams(), AliReconstruction::InitRecoParams(), AliSimulation::InitRunNumber(), AliFMDParameters::InitZeroSuppression(), AliEMCALTriggerDCSConfigDB::Invalidate(), AliMUONCDB::LoadAlignmentData(), AliGeomManager::LoadAlignObjsFromCDBSingleDet(), AliReconstruction::LoadCDB(), AliCentralTrigger::LoadConfiguration(), AliTPCTransform::LoadCorrectionMaps(), AliReconstruction::LoadCTPTimeParamsCDB(), AliGeomManager::LoadGeometry(), AliOCDBtoolkit::LoadOCDBFromLog(), AliOCDBtoolkit::LoadOCDBFromMap(), AliMUONCDB::LoadRecoParam(), AliQAChecker::LoadRunInfoFromGRP(), AliTPCLaserTrack::LoadTracks(), AliReconstruction::LoadTriggerScalersCDB(), AliCaloRawAnalyzerPeakFinder::LoadVectorsOCDB(), AliMUONChamberCalibrationTask::LocalInit(), MakeAlignment(), MakeCalibration(), AliOCDBtoolkit::MakeDiffExampleUseCase(), MakeDistortionMap(), MakeEMCALFullMisAlignment(), MakeEMCALPF(), makeEMCALQARef(), MakeEMCALResMisAlignment(), MakeEMCALZeroMisAlignment(), MakeFakeDigits(), MakeFakeHits(), MakeFMDFullMisAlignment(), MakeFMDResMisAlignment(), MakeFMDZeroMisAlignment(), MakeMUONFullMisAlignment(), MakeMUONRecoParamArray(), MakeMUONResMisAlignment(), MakeMUONSingleRecoParam(), MakeMUONZeroMisAlignment(), MakeOCDBConfigPreprocessor(), MakeOCDBEntry(), MakeOCDBTempTree(), MakeRecoParam(), MakeResidualAlignment(), AliTPCcalibDButil::MakeRunList(), MakeSDigits(), AliOCDBtoolkit::MakeSnapshotFromTxt(), MakeTPCAltroMapping(), MakeTPCFullMisAlignment(), MakeTPCRecoParam(), MakeTPCRecoParam_Run2Dist(), MakeTPCRecoParam_Run2DistMC(), MakeTPCResMisAlignment(), MakeTPCZeroMisAlignment(), Menu::Menu(), AliReconstruction::MergeQA(), ModifyRecoParamHLTUsage(), MUONCheck(), MUONCheckDI(), MUONCheckMisAligner(), MUONClusterInfo(), MUONefficiency(), MUONFakes(), MUONGenerateGeometryData(), MUONmassPlot(), MUONOfflineShift(), MUONReCalcGlobalTrigger(), MUONRecoCheck(), MUONRefit(), MUONStatusMap(), MUONStatusMapEvolution(), MUONSurveyCh1(), MUONSurveyCh2(), MUONSurveyCh3(), MUONSurveyCh4(), MUONSurveyCh5(), MUONSurveyCh8L(), MUONTrigger(), MUONTriggerChamberEfficiency(), MUONTriggerEfficiency(), MUONTriggerEfficiencyPt(), AliMUONAlignmentTask::NotifyRun(), onlineReco(), AliMUONDataInterface::Open(), AliMUONMCDataInterface::Open(), PatternDigits(), PatternESD(), PatternRaw(), PatternRecs(), PatternSDigits(), AliEMCALLoader::PedestalData(), AliMUONTrackerHV::Plot(), AliMUONTrackerVoltages::Plot(), AliMUONTrackerVoltages::Print(), PrintAlignment(), PrintCalibration(), AliReconstruction::ProcessTriggerAliases(), AliMUONTrackerQADataMakerRec::ProjectTrackerData(), PseudoCode(), AliCDBGrid::PutEntry(), Raw2ESD(), ReadBack(), readClusters(), ReadDCSAliasMap(), AliGRPManager::ReadGRPEntry(), AliMUONCDB::ReadIntegers(), AliReconstruction::ReadIntensityInfoCDB(), ReadRaw(), AliTPCSensorTempArray::ReadSensors(), AliEMCALSensorTempArray::ReadSensors(), rec(), AliGRPPreprocessor::ReceivePromptRecoParameters(), recMag5(), AliEMCALLoader::ReconstructionParameters(), recTPC(), recTracking(), AliMUONTrackerHV::ReportTrips(), ResidualAlignment(), AliQAManager::Run(), AliSimulation::Run(), runDataReconstruction(), AliSimulation::RunLego(), RunQATest(), runReconstruction(), runSimulation(), AliSimulation::RunSimulation(), AliQAManager::SaveIt2OCDB(), AliMUONAlignmentTask::SaveMisAlignmentData(), AliMUONTrackerLV::Scan(), AliMUONTrackerHV::Scan(), SetCC(), AliSimulation::SetCDBLock(), AliReconstruction::SetCDBLock(), AliSimulation::SetCDBSnapshotMode(), AliReconstruction::SetCDBSnapshotMode(), AliMC::SetGeometryFromCDB(), AliMUONResponseTriggerV1::SetHV(), SetOCDBFromRun1(), AliTPCcalibDButil::SetReferenceRun(), AliMuonForwardTrackFinder::SetRunNumber(), AliSimulation::SetRunNumberFromData(), AliReconstruction::SetRunNumberFromData(), AliOCDBtoolkit::SetStorage(), SetTowerStatusMap(), SetupV0Task(), AliMUONRecoParam::Show(), AliMUONCDB::ShowConfig(), AliMUONCDB::ShowFaultyBusPatches(), AliMUONCDB::ShowFaultyPedestalsBusPatches(), ShowOCDBmap(), AliEMCALLoader::SimulationParameters(), AliReconstruction::SlaveBegin(), AliReconstruction::SlaveTerminate(), SpectraMonitor(), AliTPCAlign::StoreAlignObj(), AliSurveyToAlignObjs::StoreAlignObjToCDB(), AliTPCCorrection::StoreInOCDB(), StoreObject(), StoreParam(), AliSimulation::StoreUsedCDBMapsAndEmbPaths(), AliReconstruction::Terminate(), TestChainCosmicDedx(), TestESDPhi(), TestHWMap(), TestMatrices(), TestPedestalDA(), TestPreprocessor(), TestRaw2SDigits(), TestRawIO(), TestRawReader(), TestRecPoints(), TestSurveyToAlignObjs(), AliMUONTrackerQADataMakerRec::TrackerDataMaker(), AliTPCcalibDB::Update(), UpdateCDBCTPConfig(), UpdateEffSectorOCDB(), AliTPCcalibDB::UpdateNonRec(), UpdateOCDBAlign(), UpdateOCDBAlign0(), UpdateOCDBGain(), UpdateParam(), AliTPCcalibDB::UpdateRunInformations(), WriteDCSAliasMap(), AliMpCDB::WriteDDLStore(), AliSimulation::WriteGRPEntry(), AliMpCDB::WriteManuStore(), AliMpCDB::WriteMpData(), AliMpCDB::WriteMpRunData(), AliMpCDB::WriteMpSegmentation(), AliFMDAlignFaker::WriteToCDB(), AliMUONCDB::WriteToCDB(), and AliMUONCalibrationData::~AliMUONCalibrationData().
|
inline |
Definition at line 60 of file AliCDBManager.h.
Referenced by AliEMCALSetRecParamCDB(), AliEMCALSetSimParamCDB(), AssertMapping(), BPEVO(), AliMUONCDB::CheckOCDB(), AliMUONBusPatchEvolution::ComputeNumberOfPads(), CreateDCSAliasMap(), GenerateConfig(), AliLumiTools::GetCDBObjectForRun(), AliQAManager::GetFromOCDB(), AliLumiTools::GetLumiFromCTP(), AliLumiTools::GetLumiFromDIPDel(), AliLumiTools::GetLumiFromDIPInst(), AliTPCcalibDB::GetMaskedChannelsFromCorrectionMaps(), AliLumiTools::GetScaleDnDeta2pp13TeV(), GetURI(), AliHLTSimulation::Init(), AliFMDInput::Init(), AliSimulation::InitCDB(), AliReconstruction::InitCDB(), AliSimulation::InitQA(), MakeAlignment(), MakeEMCALFullMisAlignment(), MakeEMCALResMisAlignment(), MakeFMDFullMisAlignment(), MakeFMDResMisAlignment(), MakeFMDZeroMisAlignment(), MakeMUONFullMisAlignment(), MakeMUONRecoParamArray(), MakeMUONResMisAlignment(), MakeMUONSingleRecoParam(), MakeMUONZeroMisAlignment(), MakeResidualAlignment(), MakeTPCFullMisAlignment(), MakeTPCRecoParam(), MakeTPCRecoParam_Run2Dist(), MakeTPCRecoParam_Run2DistMC(), MakeTPCResMisAlignment(), MakeTPCZeroMisAlignment(), AliMUONAlignmentTask::NotifyRun(), AliQAManager::SaveIt2OCDB(), and AliTPCAlign::StoreAlignObj().
|
inline |
Definition at line 78 of file AliCDBManager.h.
|
inline |
Definition at line 83 of file AliCDBManager.h.
Bool_t AliCDBManager::IsShortLived | ( | const char * | path | ) |
Definition at line 1893 of file AliCDBManager.cxx.
Referenced by GetEntryCache().
|
protected |
void AliCDBManager::Print | ( | Option_t * | option = "" | ) | const |
Definition at line 1553 of file AliCDBManager.cxx.
Referenced by GetMaxDate(), AliSimulation::InitRunNumber(), AliOCDBtoolkit::LoadOCDBFromLog(), AliMUONChamberCalibrationTask::LocalInit(), AliSimulation::SetRunNumberFromData(), AliReconstruction::SetRunNumberFromData(), AliOnlineReconstruction::SetupReco(), and AliReconstruction::SlaveBegin().
void AliCDBManager::PromptCacheEntry | ( | const char * | calibType, |
AliCDBEntry * | entry | ||
) |
Definition at line 1985 of file AliCDBManager.cxx.
Referenced by GetDefaultStorage().
Bool_t AliCDBManager::Put | ( | TObject * | object, |
const AliCDBId & | id, | ||
AliCDBMetaData * | metaData, | ||
const char * | mirrors = "" , |
||
DataType | type = kPrivate |
||
) |
Definition at line 1432 of file AliCDBManager.cxx.
Referenced by AliFMDCalibFaker::Exec(), AliMUONAlignmentTask::FinishTaskOutput(), FullMisalignment(), IdealAlignment(), IsOCDBUploadMode(), MakeOCDBConfigPreprocessor(), MakeOCDBTempTree(), MakeRecoParam(), MUONCheckMisAligner(), MUONSurveyCh1(), MUONSurveyCh2(), MUONSurveyCh3(), MUONSurveyCh4(), MUONSurveyCh5(), MUONSurveyCh8L(), AliGRPPreprocessor::ReceivePromptRecoParameters(), ResidualAlignment(), AliQAManager::SaveIt2OCDB(), AliSurveyToAlignObjs::StoreAlignObjToCDB(), AliMpCDB::WriteDDLStore(), AliMpCDB::WriteManuStore(), AliMpCDB::WriteMpData(), AliMpCDB::WriteMpRunData(), AliMpCDB::WriteMpSegmentation(), and AliMUONCDB::WriteToCDB().
Bool_t AliCDBManager::Put | ( | AliCDBEntry * | entry, |
const char * | mirrors = "" , |
||
DataType | type = kPrivate |
||
) |
Definition at line 1447 of file AliCDBManager.cxx.
|
protected |
Definition at line 376 of file AliCDBManager.cxx.
Referenced by GetStorage().
void AliCDBManager::QueryCDB | ( | ) |
Definition at line 1739 of file AliCDBManager.cxx.
Referenced by GetMaxDate(), Put(), and SetRun().
void AliCDBManager::RegisterFactory | ( | AliCDBStorageFactory * | factory | ) |
Definition at line 384 of file AliCDBManager.cxx.
Referenced by Init().
|
protected |
|
inline |
Definition at line 104 of file AliCDBManager.h.
Referenced by CreateWeightedRejectList(), AliDCSGenDB::Init(), AliReconstruction::SlaveBegin(), and AliTPCcalibDB::Update().
void AliCDBManager::SetDefaultStorage | ( | const char * | dbString | ) |
Definition at line 620 of file AliCDBManager.cxx.
Referenced by AliEMCALDecalibrate(), AliEMCALSetRecParamCDB(), AliEMCALSetSimParamCDB(), AliMUONTrackerConditionDataMaker::AliMUONTrackerConditionDataMaker(), ApplyAlignment(), AssertMapping(), BPEVO(), BuildSystematicMap(), AliMUONCDB::CheckHV(), AliMUONCDB::CheckHV_ALIROOT_6402(), CheckTriggerDCS(), AliMUONAlignmentCompareDialog::CompareAlignment(), CompareDCSvalues(), AliMUONBusPatchEvolution::ComputeNumberOfPads(), Config(), ConfigOCDB(), ConfigOCDBAlien(), Convert2Raw(), CreateDCSAliasMap(), CreateWeightedRejectList(), AliMUONTrackerDataMaker::Ctor(), deadChannels(), Digits2Raw(), DIMUONFakes(), DisplayDigits(), DisplayESD(), DisplayHits(), DisplayRecs(), DrawCalib(), AliOCDBtoolkit::DumpOCDBAsTxt(), AliFMDCalibFaker::Exec(), FancyDigits(), FancyHits(), FillEtas(), FindKrClusters(), FindKrClustersRaw(), FixOCDBEntries(), FullMapping(), FullMisalignment(), GenerateConfig(), GetBadChannels(), AliEMCALQADataMakerRec::GetCalibRefFromOCDB(), AliMpCDB::GetCDBEntryObject(), AliLumiTools::GetCDBObjectForRun(), AliQAManager::GetFromOCDB(), AliStorageDatabase::GetList(), AliLumiTools::GetLumiFromCTP(), AliLumiTools::GetLumiFromDIPDel(), AliLumiTools::GetLumiFromDIPInst(), AliQACheckerBase::GetRefSubDir(), GetRetrievedIds(), AliLumiTools::GetScaleDnDeta2pp13TeV(), AliStorageServerThread::GetTriggerClasses(), GoodTracksTPC(), Hits2Digits(), Hits2SDigits(), AliMUONTrackerHV::HVoff(), IdealAlignment(), Init(), AliFMDCalibDrawer::Init(), AliDCSGenDB::Init(), DrawCalibRaw::Init(), FindCommonModeNoise::Init(), AliFMDInput::Init(), AliSimulation::InitCDB(), AliReconstruction::InitCDB(), AliSimulation::InitQA(), AliOCDBtoolkit::LoadOCDBFromLog(), AliTPCLaserTrack::LoadTracks(), AliMUONChamberCalibrationTask::LocalInit(), MakeAlignment(), MakeCalibration(), MakeDistortionMap(), MakeEMCALFullMisAlignment(), makeEMCALQARef(), MakeEMCALResMisAlignment(), MakeFakeDigits(), MakeFakeHits(), MakeFMDFullMisAlignment(), MakeFMDResMisAlignment(), MakeFMDZeroMisAlignment(), MakeMUONFullMisAlignment(), MakeMUONRecoParamArray(), MakeMUONResMisAlignment(), MakeMUONSingleRecoParam(), MakeMUONZeroMisAlignment(), MakeOCDBConfigPreprocessor(), MakeOCDBTempTree(), MakeRecoParam(), MakeResidualAlignment(), MakeSDigits(), MakeTPCFullMisAlignment(), MakeTPCRecoParam(), MakeTPCRecoParam_Run2Dist(), MakeTPCRecoParam_Run2DistMC(), MakeTPCResMisAlignment(), MakeTPCZeroMisAlignment(), MUONCheck(), MUONCheckDI(), MUONClusterInfo(), MUONefficiency(), MUONFakes(), MUONGenerateGeometryData(), MUONmassPlot(), MUONOfflineShift(), MUONReCalcGlobalTrigger(), MUONRecoCheck(), MUONRefit(), MUONStatusMap(), MUONStatusMapEvolution(), MUONSurveyCh1(), MUONSurveyCh2(), MUONSurveyCh3(), MUONSurveyCh4(), MUONSurveyCh5(), MUONSurveyCh8L(), MUONTrigger(), MUONTriggerChamberEfficiency(), MUONTriggerEfficiency(), MUONTriggerEfficiencyPt(), AliMUONAlignmentTask::NotifyRun(), onlineReco(), PatternDigits(), PatternESD(), PatternRaw(), PatternRecs(), PatternSDigits(), AliMUONTrackerHV::Plot(), AliMUONTrackerVoltages::Plot(), AliMUONTrackerVoltages::Print(), PrintAlignment(), PrintCalibration(), PseudoCode(), ReadBack(), readClusters(), ReadRaw(), rec(), AliGRPPreprocessor::ReceivePromptRecoParameters(), recMag5(), recTPC(), recTracking(), AliMUONTrackerHV::ReportTrips(), ResidualAlignment(), runDataReconstruction(), runReconstruction(), runSimulation(), AliQAManager::SaveIt2OCDB(), AliMUONTrackerLV::Scan(), AliMUONTrackerHV::Scan(), SetDefaultStorage(), SetDefaultStorageFromRun(), SetOCDBFromRun1(), AliOCDBtoolkit::SetStorage(), AliOnlineReconstruction::SetupReco(), SetupV0Task(), AliMUONRecoParam::Show(), AliMUONCDB::ShowFaultyBusPatches(), AliMUONCDB::ShowFaultyPedestalsBusPatches(), ShowOCDBmap(), SpectraMonitor(), AliTPCAlign::StoreAlignObj(), AliSurveyToAlignObjs::StoreAlignObjToCDB(), TestChainCosmicDedx(), TestESDPhi(), TestHWMap(), TestMatrices(), TestPedestalDA(), TestRaw2SDigits(), TestRawIO(), TestRawReader(), TestRecPoints(), TestSurveyToAlignObjs(), UpdateCDBCTPConfig(), AliMpCDB::WriteDDLStore(), AliMpCDB::WriteManuStore(), AliMpCDB::WriteMpData(), AliMpCDB::WriteMpRunData(), and AliMpCDB::WriteMpSegmentation().
void AliCDBManager::SetDefaultStorage | ( | const AliCDBParam * | param | ) |
Definition at line 657 of file AliCDBManager.cxx.
void AliCDBManager::SetDefaultStorage | ( | AliCDBStorage * | storage | ) |
Definition at line 678 of file AliCDBManager.cxx.
void AliCDBManager::SetDefaultStorage | ( | const char * | runType, |
const char * | simType | ||
) |
Definition at line 710 of file AliCDBManager.cxx.
void AliCDBManager::SetDefaultStorageFromRun | ( | Int_t | run | ) |
Definition at line 757 of file AliCDBManager.cxx.
Referenced by DrawCalib(), GetRetrievedIds(), AliFMDCalibDrawer::Init(), Raw2ESD(), and SetRun().
void AliCDBManager::SetDrain | ( | const char * | dbString | ) |
Definition at line 577 of file AliCDBManager.cxx.
Referenced by GetPromptCacheFlag().
void AliCDBManager::SetDrain | ( | const AliCDBParam * | param | ) |
Definition at line 584 of file AliCDBManager.cxx.
void AliCDBManager::SetDrain | ( | AliCDBStorage * | storage | ) |
Definition at line 591 of file AliCDBManager.cxx.
ULong64_t AliCDBManager::SetLock | ( | Bool_t | lockFlag = kTRUE , |
ULong64_t | key = 0 |
||
) |
Definition at line 1909 of file AliCDBManager.cxx.
Referenced by GetCacheFlag(), AliEMCALQADataMakerRec::GetCalibRefFromOCDB(), AliLumiTools::GetCDBObjectForRun(), AliQACheckerBase::GetRefSubDir(), onlineReco(), AliSimulation::SetCDBLock(), AliReconstruction::SetCDBLock(), AliReconstruction::SlaveBegin(), and AliSimulation::WriteGRPEntry().
void AliCDBManager::SetMaxDate | ( | time_t | maxDate | ) |
Definition at line 1610 of file AliCDBManager.cxx.
Referenced by GetRun().
|
inline |
Definition at line 117 of file AliCDBManager.h.
Referenced by SetMaxDate().
void AliCDBManager::SetMirrorSEs | ( | const char * | mirrors | ) |
Definition at line 1515 of file AliCDBManager.cxx.
Referenced by GetMaxDate().
Bool_t AliCDBManager::SetOCDBUploadMode | ( | ) |
Definition at line 606 of file AliCDBManager.cxx.
Referenced by IsDrainSet().
|
inline |
Definition at line 69 of file AliCDBManager.h.
|
inline |
Definition at line 110 of file AliCDBManager.h.
void AliCDBManager::SetRun | ( | Int_t | run | ) |
Definition at line 1582 of file AliCDBManager.cxx.
Referenced by AddEventsSingleRun(), AssertMapping(), BuildSystematicMap(), AliMUONCDB::CheckHV(), AliMUONCDB::CheckHV_ALIROOT_6402(), CheckTriggerDCS(), AliMUONAlignmentCompareDialog::CompareAlignment(), CompareDCSvalues(), AliMUONBusPatchEvolution::ComputeNumberOfPads(), Config(), ConfigOCDB(), ConfigOCDBAlien(), Convert2Raw(), CreateDCSAliasMap(), deadChannels(), Digits2Raw(), DIMUONFakes(), DisplayDigits(), DisplayHits(), DrawCalib(), FillEtas(), FindKrClusters(), FindKrClustersRaw(), FixOCDBEntries(), FullMapping(), GenerateConfig(), GetBadChannels(), AliEMCALQADataMakerRec::GetCalibRefFromOCDB(), AliLumiTools::GetCDBObjectForRun(), AliStorageDatabase::GetList(), AliLumiTools::GetLumiFromCTP(), AliLumiTools::GetLumiFromDIPDel(), AliLumiTools::GetLumiFromDIPInst(), GetRaw(), AliQACheckerBase::GetRefSubDir(), AliLumiTools::GetScaleDnDeta2pp13TeV(), AliStorageServerThread::GetTriggerClasses(), GoodTracksTPC(), Hits2Digits(), Hits2SDigits(), AliMUONTrackerHV::HVoff(), Init(), AliFMDCalibDrawer::Init(), AliDCSGenDB::Init(), DrawCalibRaw::Init(), FindCommonModeNoise::Init(), AliFMDInput::Init(), InitFromCache(), AliQAManager::InitQA(), AliSimulation::InitRunNumber(), AliOCDBtoolkit::LoadOCDBFromLog(), AliTPCLaserTrack::LoadTracks(), AliMUONChamberCalibrationTask::LocalInit(), MakeAlignment(), MakeDistortionMap(), MakeEMCALFullMisAlignment(), MakeEMCALResMisAlignment(), MakeFakeDigits(), MakeFMDFullMisAlignment(), MakeFMDResMisAlignment(), MakeFMDZeroMisAlignment(), MakeMUONFullMisAlignment(), MakeMUONRecoParamArray(), MakeMUONResMisAlignment(), MakeMUONSingleRecoParam(), MakeMUONZeroMisAlignment(), MakeRecoParam(), MakeResidualAlignment(), MakeSDigits(), MakeTPCFullMisAlignment(), MakeTPCResMisAlignment(), MakeTPCZeroMisAlignment(), MUONClusterInfo(), MUONefficiency(), MUONFakes(), MUONGenerateGeometryData(), MUONmassPlot(), MUONOfflineShift(), MUONReCalcGlobalTrigger(), MUONRecoCheck(), MUONRefit(), MUONStatusMap(), MUONStatusMapEvolution(), MUONTrigger(), MUONTriggerChamberEfficiency(), MUONTriggerEfficiency(), MUONTriggerEfficiencyPt(), AliMUONAlignmentTask::NotifyRun(), AliMUONDataInterface::Open(), AliMUONMCDataInterface::Open(), PatternDigits(), PatternESD(), PatternRaw(), PatternRecs(), PatternSDigits(), AliMUONTrackerHV::Plot(), AliMUONTrackerVoltages::Plot(), AliMUONTrackerVoltages::Print(), PrintCalibration(), PseudoCode(), Raw2ESD(), ReadBack(), readClusters(), ReadRaw(), recTracking(), AliMUONTrackerHV::ReportTrips(), AliQAManager::Run(), RunQATest(), AliQAManager::SaveIt2OCDB(), SetOCDBFromRun1(), AliMuonForwardTrackFinder::SetRunNumber(), AliSimulation::SetRunNumberFromData(), AliReconstruction::SetRunNumberFromData(), SetupV0Task(), AliMUONRecoParam::Show(), AliMUONCDB::ShowFaultyBusPatches(), AliMUONCDB::ShowFaultyPedestalsBusPatches(), ShowOCDBmap(), SpectraMonitor(), AliSurveyToAlignObjs::StoreAlignObjToCDB(), TestChainCosmicDedx(), TestESDPhi(), TestHWMap(), TestMatrices(), TestPedestalDA(), TestRaw2SDigits(), TestRawIO(), TestRawReader(), TestRecPoints(), TestSurveyToAlignObjs(), and UpdateCDBCTPConfig().
Bool_t AliCDBManager::SetSnapshotMode | ( | const char * | snapshotFileName = "OCDB.root" | ) |
Definition at line 1127 of file AliCDBManager.cxx.
Referenced by GetEntryCache(), and AliSimulation::SetCDBSnapshotMode().
void AliCDBManager::SetSpecificStorage | ( | const char * | calibType, |
const char * | dbString, | ||
Int_t | version = -1 , |
||
Int_t | subVersion = -1 |
||
) |
Definition at line 864 of file AliCDBManager.cxx.
Referenced by AliEMCALDecalibrate(), CheckTriggerDCS(), AliMUONAlignmentCompareDialog::CompareAlignment(), ConfigOCDB(), CreateWeightedRejectList(), DIMUONFakes(), AliMUONAlignmentTask::FinishTaskOutput(), AliEMCALQADataMakerRec::GetCalibRefFromOCDB(), GetDefaultStorage(), AliQAManager::GetFromOCDB(), AliQACheckerBase::GetRefSubDir(), AliDCSGenDB::Init(), AliSimulation::InitCDB(), AliReconstruction::InitCDB(), AliOCDBtoolkit::LoadOCDBFromLog(), AliMUONChamberCalibrationTask::LocalInit(), MUONCheckMisAligner(), MUONefficiency(), MUONmassPlot(), MUONRecoCheck(), MUONTriggerChamberEfficiency(), AliMUONAlignmentTask::NotifyRun(), onlineReco(), ReadBack(), rec(), recTracking(), runReconstruction(), runSimulation(), AliQAManager::SaveIt2OCDB(), AliOCDBtoolkit::SetStorage(), AliOnlineReconstruction::SetupReco(), ShowOCDBmap(), and TestMatrices().
|
protected |
Definition at line 874 of file AliCDBManager.cxx.
void AliCDBManager::UnloadFromCache | ( | const char * | path | ) |
Definition at line 1651 of file AliCDBManager.cxx.
Referenced by AliReconstruction::Begin(), CheckTriggerDCS(), AliMUONAlignmentCompareDialog::CompareAlignment(), AliMUONAlignmentTask::FinishTaskOutput(), GetMaxDate(), AliFMDParameters::InitAltroMap(), InitFromSnapshot(), AliReconstruction::InitGRP(), AliTPCTransform::LoadCorrectionMaps(), AliQAChecker::LoadRunInfoFromGRP(), AliMUONAlignmentTask::NotifyRun(), and AliGRPManager::ReadGRPEntry().
void AliCDBManager::UnsetDefaultStorage | ( | ) |
Definition at line 842 of file AliCDBManager.cxx.
Referenced by CreateDCSAliasMap(), GenerateConfig(), GetDefaultStorage(), and SetDefaultStorage().
|
inline |
Definition at line 77 of file AliCDBManager.h.
|
inline |
Definition at line 82 of file AliCDBManager.h.
|
inline |
Definition at line 146 of file AliCDBManager.h.
|
protected |
Definition at line 743 of file AliCDBManager.cxx.
Referenced by SetDefaultStorage().
|
protected |
list of registered storage factories
Definition at line 200 of file AliCDBManager.h.
Referenced by AliCDBManager(), DestroyActiveStorages(), GetActiveStorage(), GetActiveStorages(), Print(), PutActiveStorage(), and UnloadFromCache().
|
protected |
The run number.
Definition at line 216 of file AliCDBManager.h.
Referenced by Get(), GetAll(), GetCacheFlag(), GetId(), Print(), SetCacheFlag(), and SetSnapshotMode().
|
protected |
pointer to drain storage
Definition at line 212 of file AliCDBManager.h.
Referenced by GetCondParam(), Init(), Put(), and ~AliCDBManager().
|
protected |
Definition at line 225 of file AliCDBManager.h.
Referenced by AlienToCvmfsUri(), CreateParameter(), GetCvmfsOcdbTag(), GetLHCPeriodAgainstCvmfsFile(), SetDefaultStorage(), SetDefaultStorageFromRun(), and ValidateCvmfsCase().
|
protected |
List of short lived objects.
Definition at line 209 of file AliCDBManager.h.
Referenced by Get(), GetAll(), GetDefaultStorage(), GetId(), GetMirrorSEs(), GetStorage(), IsDefaultStorageSet(), Print(), Put(), QueryCDB(), SetDefaultStorage(), SetDefaultStorageFromRun(), SetMirrorSEs(), SetSpecificStorage(), UnsetDefaultStorage(), and ~AliCDBManager().
|
protected |
pointer to default storage
Definition at line 210 of file AliCDBManager.h.
Referenced by Drain(), IsDrainSet(), Print(), SetDrain(), UnsetDrain(), and ~AliCDBManager().
|
protected |
Definition at line 227 of file AliCDBManager.h.
Referenced by GetEndRunLHCPeriod(), SetDefaultStorage(), SetDefaultStorageFromRun(), and UnsetDefaultStorage().
|
protected |
list of detector-specific storages
Definition at line 202 of file AliCDBManager.h.
Referenced by AliCDBManager(), CacheEntry(), ClearCache(), DumpToSnapshotFile(), Get(), GetEntryCache(), GetId(), InitFromCache(), InitFromSnapshot(), SetRun(), and UnloadFromCache().
|
protected |
Definition at line 199 of file AliCDBManager.h.
Referenced by AliCDBManager(), CreateParameter(), GetStorage(), HasStorage(), RegisterFactory(), and ~AliCDBManager().
|
staticprotected |
Definition at line 172 of file AliCDBManager.h.
Referenced by Destroy().
|
staticprotected |
Definition at line 161 of file AliCDBManager.h.
Referenced by Init().
|
staticprotected |
Definition at line 164 of file AliCDBManager.h.
Referenced by SetDefaultStorage().
|
staticprotected |
Definition at line 163 of file AliCDBManager.h.
Referenced by SetDefaultStorage().
|
staticprotected |
Definition at line 165 of file AliCDBManager.h.
Referenced by SetDefaultStorage().
|
staticprotected |
Definition at line 166 of file AliCDBManager.h.
Referenced by GetLHCPeriodAgainstAlienFile().
|
staticprotected |
Definition at line 162 of file AliCDBManager.h.
Referenced by Init().
|
protected |
cache for in-memory objects to override objects on storage (to be used online)
Definition at line 205 of file AliCDBManager.h.
Referenced by AliCDBManager(), DumpToLightSnapshotFile(), DumpToSnapshotFile(), Get(), GetAll(), GetRetrievedIds(), InitFromSnapshot(), and ~AliCDBManager().
|
private |
max UNIX timestamp for OCDB objects
Definition at line 233 of file AliCDBManager.h.
Referenced by SetLock().
|
protected |
Definition at line 228 of file AliCDBManager.h.
Referenced by GetLHCPeriod(), GetStorage(), and SetDefaultStorageFromRun().
|
protected |
The prompt cache flag.
Definition at line 218 of file AliCDBManager.h.
Referenced by Get(), GetAll(), GetLock(), GetStorage(), InitFromSnapshot(), SetDefaultStorage(), SetDefaultStorageFromRun(), SetLock(), SetRun(), and UnsetDefaultStorage().
|
protected |
Definition at line 230 of file AliCDBManager.h.
Referenced by GetMaxDate(), GetStorage(), QueryCDB(), and SetMaxDate().
|
protected |
Definition at line 222 of file AliCDBManager.h.
Referenced by IsOCDBUploadMode(), SetOCDBUploadMode(), and UnsetOCDBUploadMode().
|
protected |
The cache flag.
Definition at line 217 of file AliCDBManager.h.
Referenced by Get(), GetPromptCacheFlag(), and SetPromptCacheFlag().
|
protected |
cache of the retrieved objects
Definition at line 203 of file AliCDBManager.h.
Referenced by AliCDBManager(), ClearPromptCache(), and Get().
|
protected |
flag for uploads to Official CDBs (upload to cvmfs must follow upload to AliEn)
Definition at line 224 of file AliCDBManager.h.
Referenced by GetRaw(), SetDefaultStorage(), SetRaw(), SetRun(), SetSpecificStorage(), and UnsetDefaultStorage().
|
protected |
Definition at line 213 of file AliCDBManager.h.
Referenced by GetRefParam(), Init(), Put(), and ~AliCDBManager().
|
protected |
Definition at line 215 of file AliCDBManager.h.
Referenced by Get(), GetAll(), GetId(), GetRun(), GetStorage(), Print(), Put(), QueryCDB(), SetMaxDate(), SetRun(), and UnsetDefaultStorage().
|
protected |
list of storages (to be streamed to file)
Definition at line 207 of file AliCDBManager.h.
Referenced by InitShortLived(), IsShortLived(), and ~AliCDBManager().
|
protected |
flag saying if we are in snapshot mode
Definition at line 221 of file AliCDBManager.h.
Referenced by GetEntryFromSnapshot(), GetSnapshotMap(), GetSnapshotRetrievedIds(), SetSnapshotMode(), and ~AliCDBManager().
|
protected |
Lock flag, if ON default storage and run number cannot be reset.
Definition at line 220 of file AliCDBManager.h.
Referenced by Get(), SetSnapshotMode(), UnsetSnapshotMode(), and ~AliCDBManager().
|
protected |
list of active storages
Definition at line 201 of file AliCDBManager.h.
Referenced by AliCDBManager(), DestroyActiveStorages(), GetAll(), GetSpecificStorage(), Print(), QueryCDB(), SelectSpecificStorage(), and SetSpecificStorage().
|
protected |
Definition at line 226 of file AliCDBManager.h.
Referenced by GetStartRunLHCPeriod(), SetDefaultStorage(), SetDefaultStorageFromRun(), and UnsetDefaultStorage().
|
protected |
List of the retrieved object Id's (to be streamed to file)
Definition at line 206 of file AliCDBManager.h.
Referenced by AliCDBManager(), DumpToLightSnapshotFile(), DumpToSnapshotFile(), GetStorageMap(), SetDefaultStorage(), SetSpecificStorage(), and ~AliCDBManager().