#include <DetCondFloat.h>
Definition at line 40 of file DetCondFloat.h.
◆ BufferMap
◆ lessp
◆ DetCondFloat() [1/2]
DetCondFloat::DetCondFloat |
( |
| ) |
|
|
inline |
◆ DetCondFloat() [2/2]
DetCondFloat::DetCondFloat |
( |
const int |
size, |
|
|
const std::string & |
tag |
|
) |
| |
|
inline |
◆ ~DetCondFloat()
DetCondFloat::~DetCondFloat |
( |
| ) |
|
|
inlinevirtual |
◆ add()
◆ find()
◆ findindex()
◆ print()
void DetCondFloat::print |
( |
| ) |
const |
|
virtual |
Definition at line 51 of file DetCondFloat.cxx.
52 std::cout <<
"DetCondFloat " <<
m_tag <<
" has granularity " <<
m_size <<
53 " with " <<
m_bufmap.size() <<
" entries and " <<
m_buf.size() <<
54 " elements" << std::endl;
◆ print2()
void DetCondFloat::print2 |
( |
| ) |
const |
|
virtual |
Definition at line 57 of file DetCondFloat.cxx.
60 for (BufferMap::const_iterator itr=
m_bufmap.begin();
63 std::cout <<
"Element " <<
i <<
" ident " << (itr->first).getString() <<
64 "offset " << j <<
" values:";
66 std::cout << std::endl;
◆ share()
◆ size()
int DetCondFloat::size |
( |
| ) |
const |
|
inline |
◆ tag()
const std::string & DetCondFloat::tag |
( |
| ) |
const |
|
inline |
◆ m_buf
std::vector<float> DetCondFloat::m_buf |
|
protected |
◆ m_bufmap
◆ m_size
◆ m_tag
std::string DetCondFloat::m_tag |
|
protected |
The documentation for this class was generated from the following files: