5#ifndef LARCELLTIMEOFFSET_H
6#define LARCELLTIMEOFFSET_H
20 inline unsigned size()
const
26 inline std::map <HWIdentifier,float>::const_iterator
begin()
const
29 inline std::map <HWIdentifier,float>::const_iterator
end()
const
38 const std::map <HWIdentifier,float>::const_iterator it=
m_cellTimeMap.find(fId);
macros to associate a CLID to a type
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
std::map< HWIdentifier, float >::const_iterator end() const
void setDefaultReturnValue(const float value)
std::map< HWIdentifier, float > m_cellTimeMap
float m_defaultReturnValue
float TimeOffset(const HWIdentifier fId) const
void setTimeOffset(const HWIdentifier fId, const float offset)
virtual ~LArCellTimeOffset()
std::map< HWIdentifier, float >::const_iterator begin() const