28 cout <<
"[DTRecoUncertainties]***Error: the SLId: " << wireid.
superlayerId() <<
" is not in the paylaod map!" << endl;
32 cout <<
"[DTRecoUncertainties]***Error: requesting parameter index: " << index <<
" for vector of size " << (*slIt).second.size() << endl;
38 return (*slIt).second[index];
float get(const DTWireId &wireid, unsigned int index) const
get the uncertainties for the SL correspoding to the given WireId and for the correct step as defined...
constexpr uint32_t rawId() const
get the raw id
const_iterator begin() const
DTSuperLayerId superlayerId() const
Return the corresponding SuperLayerId.
virtual ~DTRecoUncertainties()
Destructor.
std::map< uint32_t, std::vector< float > >::const_iterator const_iterator
Access methods to data.
std::map< uint32_t, std::vector< float > > payload
const_iterator end() const
void set(const DTWireId &wireid, const std::vector< float > &values)
fills the map
DTRecoUncertainties()
Constructor.