#include <DetStatusMap.h>
Definition at line 19 of file DetStatusMap.h.
◆ const_iterator
◆ DetStatusPair
◆ iterator
◆ StatusMap
◆ DetStatusMap()
| DetStatusMap::DetStatusMap |
( |
| ) |
|
◆ ~DetStatusMap()
| DetStatusMap::~DetStatusMap |
( |
| ) |
|
|
inlinevirtual |
◆ add()
| void DetStatusMap::add |
( |
const std::string & | name, |
|
|
const DetStatus & | status ) |
|
inline |
Definition at line 81 of file DetStatusMap.h.
82{
85}
void sort(typename DataModel_detail::iterator< DVL > beg, typename DataModel_detail::iterator< DVL > end)
Specialization of sort for DataVector/List.
◆ begin()
◆ clear()
| void DetStatusMap::clear |
( |
| ) |
|
|
inline |
◆ end()
◆ find()
Definition at line 70 of file DetStatusMap.h.
71{
75 if ( result !=
m_statmap.end() && (*result).first == name )
return (result) ;
77}
StatusMap::const_iterator const_iterator
◆ size()
| unsigned int DetStatusMap::size |
( |
| ) |
const |
|
inline |
◆ toOutputStream()
| MsgStream & DetStatusMap::toOutputStream |
( |
MsgStream & | os | ) |
const |
|
inline |
Definition at line 87 of file DetStatusMap.h.
87 {
90 ++itr)
os << itr->first <<
" : " << itr->second.colour() <<
" (" <<
91 itr->second.deadFrac() << "," << itr->second.deadThrust() <<
94}
◆ DetStatusMapCnv_p1
◆ m_statmap
The documentation for this class was generated from the following files: