 |
DD4hep
1.32.1
Detector Description Toolkit for High Energy Physics
|
Go to the documentation of this file.
20 namespace DDSegmentation {
25 std::stringstream os ;
27 for(
unsigned i=0;i<
size();i++){
29 if( i != 0 ) os <<
"," ;
40 os <<
" bitfield: 0x" << std::hex
41 << b.
_value << std::dec << std::endl ;
48 os <<
" " << bv.
name()
49 <<
" [" << bv.
offset() <<
":" ;
53 os << bv.
width() <<
"] : " ;
Helper class for BitFieldCoder that corresponds to one field value.
FieldID get(CellID bitfield, size_t idx) const
A bit field of 64bits that allows convenient declaration.
const std::vector< BitFieldElement > & fields() const
std::string valueString() const
const std::string & name() const
const BitFieldCoder * _coder
Namespace for the AIDA detector description toolkit.
std::ostream & operator<<(std::ostream &os, const BitField64 &b)