LCCD
1.5.0
|
lccd | The only namespace in the project |
ConditionsHandlerBase | Base implementation of IConditionsHandler |
ConditionsMap | Template class for maps of conditions data |
DataFileHandler | Implementation of ConditionsHandlerBase that handles conditions data that is stored in a data LCIO file |
DBCondHandler | Implementation of ConditionsHandlerBase that reads the conditions data from the database |
DBConnectionMgr | Singleton that manages data base connection on the basis of access strings |
DBFileHandler | Implementation of ConditionsHandlerBase that reads the conditions data from a special LCIO file |
DBInterface | Provides a simple interface to the conditions data base for lccd |
IConditionsChangeListener | Simple interface that allows notification of implementation classes if a conditions data set has changed, or the implementation classes are registered with a class inheriting from ConditionsHandlerBase |
IConditionsHandler | Abstract handler for conditions data |
LCConditionsMgr | Manager for IConditionsHandler objects |
LCGenericObjectStreamer | Base class for LCCollection streamer classes |
SimpleFileHandler | Implementation of ConditionsHandlerBase that reads the conditions data from an LCIO file |
StreamerMgr | Manager for streamer classes of LCCollections |
VCollectionStreamer | Base class for LCCollection streamer classes |
Xdr | Utility functions for DB streamer objects |
LCCDException | Exception used for general LCCD errors |
DatabaseException | DatabaseException used for errors accessing the database data |
DataNotAvailableException | Exception used for data not available |
ReadOnlyException | Exception used for signaling a 'read only exception' |
InconsistencyException | Exception used for (possible) inconsistency warnings |
MemberNotImplementedException | Exception used for not implemented member functions |
contains_timestamp | Helper predicate to find validity ranges |
less_wrt_validity | Helper class to sort collections of conditions data w.r.t |
CalibrationConstant | Example for a simple calibration class based on the LCFixedObject template |
TestListener | Test class that simply dumps the conditions data collection whenever it changed |