AliRoot Core  ee782a0 (ee782a0)
AliCDBManager Class Reference

#include <AliCDBManager.h>

Inheritance diagram for AliCDBManager:

Public Types

enum  DataType { kCondition =0, kReference, kPrivate }
 

Public Member Functions

void RegisterFactory (AliCDBStorageFactory *factory)
 
Bool_t HasStorage (const char *dbString) const
 
AliCDBParamCreateParameter (const char *dbString) const
 
AliCDBParamGetCondParam () const
 
AliCDBParamGetRefParam () const
 
AliCDBStorageGetStorage (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
 
AliCDBStorageGetDefaultStorage () 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
 
AliCDBStorageGetSpecificStorage (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
 
AliCDBEntryGet (const AliCDBId &query, Bool_t forceCaching=kFALSE)
 
AliCDBEntryGet (const AliCDBPath &path, Int_t runNumber=-1, Int_t version=-1, Int_t subVersion=-1)
 
AliCDBEntryGet (const AliCDBPath &path, const AliCDBRunRange &runRange, Int_t version=-1, Int_t subVersion=-1)
 
AliCDBEntryGetEntryFromSnapshot (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 AliCDBManagerInstance (TMap *entryCache=NULL, Int_t run=-1)
 

Protected Member Functions

 AliCDBManager ()
 
 AliCDBManager (const AliCDBManager &source)
 
AliCDBManageroperator= (const AliCDBManager &source)
 
AliCDBStorageGetStorage (const AliCDBParam *param)
 
AliCDBStorageGetActiveStorage (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)
 
AliCDBParamSelectSpecificStorage (const TString &path)
 
AliCDBIdGetId (const AliCDBId &query)
 
AliCDBIdGetId (const AliCDBPath &path, Int_t runNumber=-1, Int_t version=-1, Int_t subVersion=-1)
 
AliCDBIdGetId (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...
 
AliCDBStoragefDefaultStorage
 List of short lived objects. More...
 
AliCDBStoragefDrainStorage
 pointer to default storage More...
 
AliCDBParamfCondParam
 pointer to drain storage More...
 
AliCDBParamfRefParam
 
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 AliCDBManagerfgInstance = 0x0
 

Private Attributes

ULong64_t fKey
 max UNIX timestamp for OCDB objects More...
 

Detailed Description

Definition at line 29 of file AliCDBManager.h.

Member Enumeration Documentation

Enumerator
kCondition 
kReference 
kPrivate 

Definition at line 32 of file AliCDBManager.h.

Constructor & Destructor Documentation

AliCDBManager::~AliCDBManager ( )

Definition at line 354 of file AliCDBManager.cxx.

Referenced by GetMaxDate().

AliCDBManager::AliCDBManager ( )
protected

Definition at line 310 of file AliCDBManager.cxx.

AliCDBManager::AliCDBManager ( const AliCDBManager source)
protected

Member Function Documentation

void AliCDBManager::AlienToCvmfsUri ( TString &  uriString) const
protected

Definition at line 431 of file AliCDBManager.cxx.

Referenced by CreateParameter().

void AliCDBManager::CacheEntry ( const char *  path,
AliCDBEntry entry 
)
protected

Definition at line 1535 of file AliCDBManager.cxx.

Referenced by Get(), and GetAll().

void AliCDBManager::ClearPromptCache ( )

Definition at line 1617 of file AliCDBManager.cxx.

Referenced by GetMaxDate(), and ~AliCDBManager().

void AliCDBManager::CreateMapListCopy ( TMap &  mapCopy,
TList &  listCopy 
) const
AliCDBParam * AliCDBManager::CreateParameter ( const char *  dbString) const
void AliCDBManager::Destroy ( )
static
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
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.

AliCDBStorage * AliCDBManager::GetActiveStorage ( const AliCDBParam param)
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.

Bool_t AliCDBManager::GetCacheFlag ( ) const
inline
AliCDBParam* AliCDBManager::GetCondParam ( ) const
inline

Definition at line 39 of file AliCDBManager.h.

Referenced by AliCDBStorage::GetDataType().

TString AliCDBManager::GetCvmfsOcdbTag ( ) const
inline

Definition at line 153 of file AliCDBManager.h.

const char * AliCDBManager::GetDataTypeName ( DataType  type)
static

Definition at line 1777 of file AliCDBManager.cxx.

Referenced by GetRefParam(), and AliCDBStorage::Put().

Int_t AliCDBManager::GetEndRunLHCPeriod ( )

Definition at line 1188 of file AliCDBManager.cxx.

Referenced by UnsetSnapshotMode().

const TMap* AliCDBManager::GetEntryCache ( ) const
inline
AliCDBEntry * AliCDBManager::GetEntryFromSnapshot ( const char *  path)

Definition at line 1108 of file AliCDBManager.cxx.

Referenced by Get(), and IsOCDBUploadMode().

AliCDBId * AliCDBManager::GetId ( const AliCDBId query)
protected

Definition at line 1235 of file AliCDBManager.cxx.

Referenced by GetId().

AliCDBId * AliCDBManager::GetId ( const AliCDBPath path,
Int_t  runNumber = -1,
Int_t  version = -1,
Int_t  subVersion = -1 
)
protected

Definition at line 1207 of file AliCDBManager.cxx.

AliCDBId * AliCDBManager::GetId ( const AliCDBPath path,
const AliCDBRunRange runRange,
Int_t  version = -1,
Int_t  subVersion = -1 
)
protected

Definition at line 1225 of file AliCDBManager.cxx.

TString AliCDBManager::GetLHCPeriod ( )

Definition at line 1198 of file AliCDBManager.cxx.

Referenced by UnsetSnapshotMode().

void AliCDBManager::GetLHCPeriodAgainstAlienFile ( Int_t  run,
TString &  lhcPeriod,
Int_t &  startRun,
Int_t &  endRun 
)
protected

Definition at line 786 of file AliCDBManager.cxx.

Referenced by GetStorage(), and SetDefaultStorageFromRun().

void AliCDBManager::GetLHCPeriodAgainstCvmfsFile ( Int_t  run,
TString &  lhcPeriod,
Int_t &  startRun,
Int_t &  endRun 
)
protected

Definition at line 821 of file AliCDBManager.cxx.

Referenced by GetStorage(), and SetDefaultStorageFromRun().

Bool_t AliCDBManager::GetLock ( ) const
inline
time_t AliCDBManager::GetMaxDate ( ) const
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().

Bool_t AliCDBManager::GetPromptCacheFlag ( ) const
inline

Definition at line 70 of file AliCDBManager.h.

Bool_t AliCDBManager::GetRaw ( ) const
inline

Definition at line 111 of file AliCDBManager.h.

Referenced by AliReconstruction::InitCDB().

AliCDBParam* AliCDBManager::GetRefParam ( ) const
inline

Definition at line 40 of file AliCDBManager.h.

Referenced by AliCDBStorage::GetDataType().

const TList* AliCDBManager::GetRetrievedIds ( ) const
inline
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)
Int_t AliCDBManager::GetStartRunLHCPeriod ( )

Definition at line 1178 of file AliCDBManager.cxx.

Referenced by UnsetSnapshotMode().

AliCDBStorage * AliCDBManager::GetStorage ( const AliCDBParam param)
protected

Definition at line 511 of file AliCDBManager.cxx.

const TMap* AliCDBManager::GetStorageMap ( ) const
inline
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().

void AliCDBManager::InitShortLived ( )
protected

Definition at line 1856 of file AliCDBManager.cxx.

Referenced by Init().

AliCDBManager * AliCDBManager::Instance ( TMap *  entryCache = NULL,
Int_t  run = -1 
)
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().

Bool_t AliCDBManager::IsDrainSet ( ) const
inline

Definition at line 78 of file AliCDBManager.h.

Bool_t AliCDBManager::IsOCDBUploadMode ( ) const
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().

AliCDBManager& AliCDBManager::operator= ( const AliCDBManager source)
protected
void AliCDBManager::PromptCacheEntry ( const char *  calibType,
AliCDBEntry entry 
)

Definition at line 1985 of file AliCDBManager.cxx.

Referenced by GetDefaultStorage().

Bool_t AliCDBManager::Put ( AliCDBEntry entry,
const char *  mirrors = "",
DataType  type = kPrivate 
)

Definition at line 1447 of file AliCDBManager.cxx.

void AliCDBManager::PutActiveStorage ( AliCDBParam param,
AliCDBStorage storage 
)
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().

AliCDBParam * AliCDBManager::SelectSpecificStorage ( const TString &  path)
protected

Definition at line 937 of file AliCDBManager.cxx.

Referenced by Get(), GetAll(), GetId(), GetURI(), and Put().

void AliCDBManager::SetCacheFlag ( Bool_t  cacheFlag)
inline
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)
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.

void AliCDBManager::SetMaxDate ( time_t  maxDate)

Definition at line 1610 of file AliCDBManager.cxx.

Referenced by GetRun().

void AliCDBManager::SetMaxDate ( TTimeStamp &  maxDate)
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().

void AliCDBManager::SetPromptCacheFlag ( Bool_t  f)
inline

Definition at line 69 of file AliCDBManager.h.

void AliCDBManager::SetRaw ( Bool_t  rawFlag)
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 AliCDBParam param,
Int_t  version = -1,
Int_t  subVersion = -1 
)
protected

Definition at line 874 of file AliCDBManager.cxx.

void AliCDBManager::UnsetDefaultStorage ( )
void AliCDBManager::UnsetDrain ( )
inline

Definition at line 77 of file AliCDBManager.h.

void AliCDBManager::UnsetOCDBUploadMode ( )
inline

Definition at line 82 of file AliCDBManager.h.

void AliCDBManager::UnsetSnapshotMode ( )
inline

Definition at line 146 of file AliCDBManager.h.

void AliCDBManager::ValidateCvmfsCase ( ) const
protected

Definition at line 743 of file AliCDBManager.cxx.

Referenced by SetDefaultStorage().

Member Data Documentation

TMap AliCDBManager::fActiveStorages
protected

list of registered storage factories

Definition at line 200 of file AliCDBManager.h.

Referenced by AliCDBManager(), DestroyActiveStorages(), GetActiveStorage(), GetActiveStorages(), Print(), PutActiveStorage(), and UnloadFromCache().

Bool_t AliCDBManager::fCache
protected

The run number.

Definition at line 216 of file AliCDBManager.h.

Referenced by Get(), GetAll(), GetCacheFlag(), GetId(), Print(), SetCacheFlag(), and SetSnapshotMode().

AliCDBParam* AliCDBManager::fCondParam
protected

pointer to drain storage

Definition at line 212 of file AliCDBManager.h.

Referenced by GetCondParam(), Init(), Put(), and ~AliCDBManager().

AliCDBStorage* AliCDBManager::fDrainStorage
protected

pointer to default storage

Definition at line 210 of file AliCDBManager.h.

Referenced by Drain(), IsDrainSet(), Print(), SetDrain(), UnsetDrain(), and ~AliCDBManager().

Int_t AliCDBManager::fEndRunLHCPeriod
protected
TMap AliCDBManager::fEntryCache
protected
TList AliCDBManager::fFactories
protected
AliCDBManager * AliCDBManager::fgInstance = 0x0
staticprotected

Definition at line 172 of file AliCDBManager.h.

Referenced by Destroy().

TString AliCDBManager::fgkCondUri
staticprotected

Definition at line 161 of file AliCDBManager.h.

Referenced by Init().

TString AliCDBManager::fgkMCFullStorage
staticprotected

Definition at line 164 of file AliCDBManager.h.

Referenced by SetDefaultStorage().

TString AliCDBManager::fgkMCIdealStorage
staticprotected

Definition at line 163 of file AliCDBManager.h.

Referenced by SetDefaultStorage().

TString AliCDBManager::fgkMCResidualStorage
staticprotected

Definition at line 165 of file AliCDBManager.h.

Referenced by SetDefaultStorage().

TString AliCDBManager::fgkOCDBFolderXMLfile
staticprotected

Definition at line 166 of file AliCDBManager.h.

Referenced by GetLHCPeriodAgainstAlienFile().

TString AliCDBManager::fgkRefUri
staticprotected

Definition at line 162 of file AliCDBManager.h.

Referenced by Init().

TList* AliCDBManager::fIds
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().

ULong64_t AliCDBManager::fKey
private

max UNIX timestamp for OCDB objects

Definition at line 233 of file AliCDBManager.h.

Referenced by SetLock().

TString AliCDBManager::fLHCPeriod
protected

Definition at line 228 of file AliCDBManager.h.

Referenced by GetLHCPeriod(), GetStorage(), and SetDefaultStorageFromRun().

Bool_t AliCDBManager::fLock
protected
time_t AliCDBManager::fMaxDate
protected

Definition at line 230 of file AliCDBManager.h.

Referenced by GetMaxDate(), GetStorage(), QueryCDB(), and SetMaxDate().

Bool_t AliCDBManager::fOCDBUploadMode
protected

Definition at line 222 of file AliCDBManager.h.

Referenced by IsOCDBUploadMode(), SetOCDBUploadMode(), and UnsetOCDBUploadMode().

Bool_t AliCDBManager::fPromptCache
protected

The cache flag.

Definition at line 217 of file AliCDBManager.h.

Referenced by Get(), GetPromptCacheFlag(), and SetPromptCacheFlag().

TMap AliCDBManager::fPromptEntryCache
protected

cache of the retrieved objects

Definition at line 203 of file AliCDBManager.h.

Referenced by AliCDBManager(), ClearPromptCache(), and Get().

Bool_t AliCDBManager::fRaw
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().

AliCDBParam* AliCDBManager::fRefParam
protected

Definition at line 213 of file AliCDBManager.h.

Referenced by GetRefParam(), Init(), Put(), and ~AliCDBManager().

Int_t AliCDBManager::fRun
protected
TList* AliCDBManager::fShortLived
protected

list of storages (to be streamed to file)

Definition at line 207 of file AliCDBManager.h.

Referenced by InitShortLived(), IsShortLived(), and ~AliCDBManager().

TFile* AliCDBManager::fSnapshotFile
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().

Bool_t AliCDBManager::fSnapshotMode
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().

TMap AliCDBManager::fSpecificStorages
protected
Int_t AliCDBManager::fStartRunLHCPeriod
protected
TMap* AliCDBManager::fStorageMap
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().


The documentation for this class was generated from the following files: