|
DD4hep
1.30.0
Detector Description Toolkit for High Energy Physics
|
Go to the documentation of this file.
19 namespace DDSegmentation {
24 std::stringstream os ;
26 for(
unsigned i=0;i<
size();i++){
28 if( i != 0 ) os <<
"," ;
39 os <<
" bitfield: 0x" << std::hex
40 << b.
_value << std::dec << std::endl ;
47 os <<
" " << bv.
name()
48 <<
" [" << bv.
offset() <<
":" ;
52 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)