This page lists changes that happened to mda package since last production release (tdaq-03-00-01). There were significant changes to MDA API and a lot of re-factoring to make this package conforming with the ATLAS coding convention and fix multiple issues discovered during the code inspection in June 2011.
daq::mda::DBRead::DBRead_t
renamed to daq::mda::DBRead
.DBRead_t::GetPartitions()
renamed to DBRead::partitions()
.DBRead_t::GetLastRuns()
renamed to DBRead::runs()
.DBRead_t::GetOHSServers()
renamed to DBRead::ohsServers()
.DBRead_t::GetOHSProviders()
renamed to DBRead::ohsProviders()
.DBRead_t::GetHistoNames()
renamed to DBRead::histoNames()
.DBRead_t::ListFolder()
renamed to DBRead::listdir()
.DBRead_t::GetHistogram()
renamed to DBRead::histogram()
.DBRead_t::WhenAvailable()
renamed to DBRead::available()
.daq::mda::DBStat
which provides interface for collection statistical
information from MDA database. Available in Python module too.daq::mda::FileRead
which provides interface for locating and opening
ROOT files stored in either CoCa cache or CASTOR. Available in Python module too.