12 log << MSG::DEBUG <<
"TrigHisto2DCnv_p1::persToTrans" <<
endmsg;
28 log << MSG::DEBUG <<
"TrigHisto2DCnv_p1::transToPers" <<
endmsg;
Athena::TPCnvVers::Old TrigHisto2D
virtual void persToTrans(const TrigHisto2D_p1 *persObj, TrigHisto2D *transObj, MsgStream &log)
virtual void transToPers(const TrigHisto2D *transObj, TrigHisto2D_p1 *persObj, MsgStream &log)
The persistent partner of the TrigHisto2D class.
std::vector< float > m_contents
A very basic two dimensional histogram to provide storage of HLT distributions, allowing constraints ...
float min_y(void) const
Return the minimum along the y-axis.
unsigned int nbins_y(void) const
Return the number of bins along the y-axis, not including the under and overflow.
float max_y(void) const
Return the maximum along the y-axis.
float max_x(void) const
Return the maximum along the x-axis.
float min_x(void) const
Return the minimum along the x-axis.
unsigned int nbins_x(void) const
Return the number of bins along the y-axis, not including the under and overflow.
const std::vector< float > & contents(void) const
Return the bin contents of the histogram, including the under and overflow bins.