ATLAS Offline Software
Loading...
Searching...
No Matches
TRTCond::StrawT0Container Class Reference

toplevel container for storing T0 More...

#include <StrawT0Container.h>

Inheritance diagram for TRTCond::StrawT0Container:
Collaboration diagram for TRTCond::StrawT0Container:

Public Types

typedef StrawT0 value_type
 Type of atomic element.
typedef StrawT0 value_type
 Type of atomic element.
typedef const StrawT0 const_value_type
 const Type of atomic element.
typedef const StrawT0 const_value_type
 const Type of atomic element.
typedef StrawT0Trait trait_type
 Type of trait.
typedef StrawT0Trait trait_type
 Type of trait.
typedef std::vector< std::pair< ExpandedIdentifier, const StrawT0 * > > FlatContainer
 fill vector with all entries in the container. needed to dump to Peter's flat file format
typedef std::vector< std::pair< ExpandedIdentifier, const StrawT0 * > > FlatContainer
 fill vector with all entries in the container. needed to dump to Peter's flat file format

Public Member Functions

float getT0 (const ExpandedIdentifier &id) const
 access to unpacked t0
float getT0Err (const ExpandedIdentifier &id) const
 access to unpacked t0 error
void setT0 (const ExpandedIdentifier &id, float t0, float t0err)
 set t0
void unpack (const StrawT0 &sd, float &t0, float &t0err) const
 public method to unpack a StrawT0 object
float unpackT0 (const StrawT0 &sd) const
 more public methods
float unpackT0Err (const StrawT0 &sd) const
void setPackingLimits (float t0min, float t0max, float t0errmin, float t0errmax)
 change the packing limits
void set (const ExpandedIdentifier &id, const StrawT0 &t)
 set a value.
void set (const ExpandedIdentifier &id, const StrawT0 &t)
 set a value.
const StrawT0get (const ExpandedIdentifier &id) const
 get a value.
const StrawT0get (const ExpandedIdentifier &id) const
 get a value.
void clear ()
 clear entire container
void clear ()
 clear entire container
const DaughterContainerdaughters () const
 return the vector of daughters
const DaughterContainerdaughters () const
 return the vector of daughters
size_t numObjects () const
 return the total number of valid calibration objects
size_t numObjects () const
 return the total number of valid calibration objects
bool operator== (const NestedContainerBase &rhs) const
 equality operator, used for compressing
bool operator== (const NestedContainerBase &rhs) const
 equality operator, used for compressing
size_t footprint () const
 return the memory allocated by the container and its daughters
size_t footprint () const
 return the memory allocated by the container and its daughters
void crunch ()
 reduce the footprint as much as possible by removing the extra space allocated by the vectors
void crunch ()
 reduce the footprint as much as possible by removing the extra space allocated by the vectors
void printindent () const
 some IO for debugging
void printindent () const
 some IO for debugging
void print () const
void print () const
void getall (FlatContainer &entries) const
void getall (FlatContainer &entries) const

Static Public Member Functions

static const char * classname ()
 classname used to talk to iovservice

Private Types

typedef std::vector< NestedContainer< NestingLevel+1, StrawT0, StrawT0Trait > > DaughterContainer
 typedef of container
typedef std::vector< NestedContainer< NestingLevel+1, StrawT0, StrawT0Trait > > DaughterContainer
 typedef of container

Private Attributes

LinearPacker< float, unsigned char > m_t0packer
 packing borders
LinearPacker< float, unsigned char > m_t0errpacker
DaughterContainer m_daughters
 Container of Daughters.
DaughterContainer m_daughters
 Container of Daughters.
StrawT0 m_default
 Type of atomic element.
StrawT0 m_default
 Type of atomic element.

Detailed Description

toplevel container for storing T0

Definition at line 126 of file StrawT0Container.h.

Member Typedef Documentation

◆ const_value_type [1/2]

typedef const StrawT0 TRTCond::NestedContainerBase< NestingLevel, NestedContainer< NestingLevel+1, StrawT0, StrawT0Trait >, StrawT0, StrawT0Trait >::const_value_type
inherited

const Type of atomic element.

Definition at line 161 of file NestedContainer.h.

◆ const_value_type [2/2]

typedef const StrawT0 TRTCond::NestedContainerBase< NestingLevel, NestedContainer< NestingLevel+1, StrawT0, StrawT0Trait >, StrawT0, StrawT0Trait >::const_value_type
inherited

const Type of atomic element.

Definition at line 161 of file NestedContainer.h.

◆ DaughterContainer [1/2]

typedef std::vector<NestedContainer< NestingLevel+1, StrawT0, StrawT0Trait >> TRTCond::NestedContainerBase< NestingLevel, NestedContainer< NestingLevel+1, StrawT0, StrawT0Trait >, StrawT0, StrawT0Trait >::DaughterContainer
privateinherited

typedef of container

Definition at line 154 of file NestedContainer.h.

◆ DaughterContainer [2/2]

typedef std::vector<NestedContainer< NestingLevel+1, StrawT0, StrawT0Trait >> TRTCond::NestedContainerBase< NestingLevel, NestedContainer< NestingLevel+1, StrawT0, StrawT0Trait >, StrawT0, StrawT0Trait >::DaughterContainer
privateinherited

typedef of container

Definition at line 154 of file NestedContainer.h.

◆ FlatContainer [1/2]

typedef std::vector< std::pair<ExpandedIdentifier, const StrawT0*> > TRTCond::NestedContainerBase< NestingLevel, NestedContainer< NestingLevel+1, StrawT0, StrawT0Trait >, StrawT0, StrawT0Trait >::FlatContainer
inherited

fill vector with all entries in the container. needed to dump to Peter's flat file format

Definition at line 346 of file NestedContainer.h.

◆ FlatContainer [2/2]

typedef std::vector< std::pair<ExpandedIdentifier, const StrawT0*> > TRTCond::NestedContainerBase< NestingLevel, NestedContainer< NestingLevel+1, StrawT0, StrawT0Trait >, StrawT0, StrawT0Trait >::FlatContainer
inherited

fill vector with all entries in the container. needed to dump to Peter's flat file format

Definition at line 346 of file NestedContainer.h.

◆ trait_type [1/2]

typedef StrawT0Trait TRTCond::NestedContainerBase< NestingLevel, NestedContainer< NestingLevel+1, StrawT0, StrawT0Trait >, StrawT0, StrawT0Trait >::trait_type
inherited

Type of trait.

Definition at line 162 of file NestedContainer.h.

◆ trait_type [2/2]

typedef StrawT0Trait TRTCond::NestedContainerBase< NestingLevel, NestedContainer< NestingLevel+1, StrawT0, StrawT0Trait >, StrawT0, StrawT0Trait >::trait_type
inherited

Type of trait.

Definition at line 162 of file NestedContainer.h.

◆ value_type [1/2]

Type of atomic element.

Definition at line 160 of file NestedContainer.h.

◆ value_type [2/2]

Type of atomic element.

Definition at line 160 of file NestedContainer.h.

Member Function Documentation

◆ classname()

const char * TRTCond::StrawT0ContainerTemplate< LEVEL >::classname ( )
inlinestaticinherited

classname used to talk to iovservice

Definition at line 93 of file StrawT0Container.h.

93{ return "TRTCond::StrawT0Container" ; }

◆ clear() [1/2]

void TRTCond::NestedContainerBase< NestingLevel, NestedContainer< NestingLevel+1, StrawT0, StrawT0Trait >, StrawT0, StrawT0Trait >::clear ( )
inlineinherited

clear entire container

Definition at line 238 of file NestedContainer.h.

238 {
239 for( typename DaughterContainer::iterator it = m_daughters.begin() ; it != m_daughters.end(); ++it )
243 }
void clear()
clear entire container
Nested container class, ie a base class at level l with daugthers at level l+1.
static void clear(Daughter &d, const ExpandedIdentifier &id)
clear container for given id

◆ clear() [2/2]

void TRTCond::NestedContainerBase< NestingLevel, NestedContainer< NestingLevel+1, StrawT0, StrawT0Trait >, StrawT0, StrawT0Trait >::clear ( )
inlineinherited

clear entire container

Definition at line 238 of file NestedContainer.h.

238 {
239 for( typename DaughterContainer::iterator it = m_daughters.begin() ; it != m_daughters.end(); ++it )
243 }
Base class for nested containers.

◆ crunch() [1/2]

void TRTCond::NestedContainerBase< NestingLevel, NestedContainer< NestingLevel+1, StrawT0, StrawT0Trait >, StrawT0, StrawT0Trait >::crunch ( )
inlineinherited

reduce the footprint as much as possible by removing the extra space allocated by the vectors

Definition at line 292 of file NestedContainer.h.

292 {
293 // first the daughters
294 for( typename DaughterContainer::iterator it = m_daughters.begin() ; it != m_daughters.end(); ++it )
296 // now use, if anything is there
297 if( m_daughters.size()>0 ) {
298 // find the first daughter that is valid
299 size_t firstvaliddaughter(0);
300 bool allequal(true) ;
301 for(size_t idau=0; idau<m_daughters.size() && allequal; ++idau) {
303 if( allequal ) {
305 if( isvalid ) {
307 } else {
309 }
310 }
311 }
312 if(allequal) {
313 // set the default value to the value form the first daughter
315 if( firstvaliddaughter < m_daughters.size() )
317 clear() ; // this clears pointers in the daughters. would rather replace that with destructors.
320 } else if(m_daughters.size()<m_daughters.capacity()) {
322 newdaughters.reserve( m_daughters.size() ) ;
323 newdaughters.insert( newdaughters.end(), m_daughters.begin(), m_daughters.end() ) ;
325 }
326 }
327 }
std::vector< NestedContainer< NestingLevel+1, StrawT0, StrawT0Trait > > DaughterContainer
static bool empty(Daughter &d)
empty daughter container
static bool isequal(const Daughter &lhs, const Daughter &rhs)
equality operator
static void crunch(Daughter &d)
compress daugther size

◆ crunch() [2/2]

void TRTCond::NestedContainerBase< NestingLevel, NestedContainer< NestingLevel+1, StrawT0, StrawT0Trait >, StrawT0, StrawT0Trait >::crunch ( )
inlineinherited

reduce the footprint as much as possible by removing the extra space allocated by the vectors

Definition at line 292 of file NestedContainer.h.

292 {
293 // first the daughters
294 for( typename DaughterContainer::iterator it = m_daughters.begin() ; it != m_daughters.end(); ++it )
296 // now use, if anything is there
297 if( m_daughters.size()>0 ) {
298 // find the first daughter that is valid
299 size_t firstvaliddaughter(0);
300 bool allequal(true) ;
301 for(size_t idau=0; idau<m_daughters.size() && allequal; ++idau) {
303 if( allequal ) {
305 if( isvalid ) {
307 } else {
309 }
310 }
311 }
312 if(allequal) {
313 // set the default value to the value form the first daughter
315 if( firstvaliddaughter < m_daughters.size() )
317 clear() ; // this clears pointers in the daughters. would rather replace that with destructors.
320 } else if(m_daughters.size()<m_daughters.capacity()) {
322 newdaughters.reserve( m_daughters.size() ) ;
323 newdaughters.insert( newdaughters.end(), m_daughters.begin(), m_daughters.end() ) ;
325 }
326 }
327 }

◆ daughters() [1/2]

const DaughterContainer & TRTCond::NestedContainerBase< NestingLevel, NestedContainer< NestingLevel+1, StrawT0, StrawT0Trait >, StrawT0, StrawT0Trait >::daughters ( ) const
inlineinherited

return the vector of daughters

Definition at line 256 of file NestedContainer.h.

256{ return m_daughters ; }

◆ daughters() [2/2]

const DaughterContainer & TRTCond::NestedContainerBase< NestingLevel, NestedContainer< NestingLevel+1, StrawT0, StrawT0Trait >, StrawT0, StrawT0Trait >::daughters ( ) const
inlineinherited

return the vector of daughters

Definition at line 256 of file NestedContainer.h.

256{ return m_daughters ; }

◆ footprint() [1/2]

size_t TRTCond::NestedContainerBase< NestingLevel, NestedContainer< NestingLevel+1, StrawT0, StrawT0Trait >, StrawT0, StrawT0Trait >::footprint ( ) const
inlineinherited

return the memory allocated by the container and its daughters

Definition at line 282 of file NestedContainer.h.

282 {
283 size_t total = Trait::footprint(m_default) + (m_daughters.capacity()-m_daughters.size())*sizeof(Daughter) ;
284 for( typename DaughterContainer::const_iterator it = m_daughters.begin() ; it != m_daughters.end(); ++it )
286 return total ;
287 }
static size_t footprint(const Daughter &d)
return allocated memory

◆ footprint() [2/2]

size_t TRTCond::NestedContainerBase< NestingLevel, NestedContainer< NestingLevel+1, StrawT0, StrawT0Trait >, StrawT0, StrawT0Trait >::footprint ( ) const
inlineinherited

return the memory allocated by the container and its daughters

Definition at line 282 of file NestedContainer.h.

282 {
283 size_t total = Trait::footprint(m_default) + (m_daughters.capacity()-m_daughters.size())*sizeof(Daughter) ;
284 for( typename DaughterContainer::const_iterator it = m_daughters.begin() ; it != m_daughters.end(); ++it )
286 return total ;
287 }

◆ get() [1/2]

const StrawT0 & TRTCond::NestedContainerBase< NestingLevel, NestedContainer< NestingLevel+1, StrawT0, StrawT0Trait >, StrawT0, StrawT0Trait >::get ( const ExpandedIdentifier & id) const
inlineinherited

get a value.

return the default value if no valid entry for id exists.

Definition at line 205 of file NestedContainer.h.

205 {
206 if( NestingLevel < id.level() ) {
207 unsigned int thisindex = id.index(NestingLevel+1) ;
208 if(thisindex<m_daughters.size()) {
210 // only return this value if it is valid. otherwise, return the default.
211 if( Trait::isvalid(rc) ) return rc ;
212 }
213 }
214 return m_default ;
215 }
static const T & get(const Daughter &d, const ExpandedIdentifier &id)
get value for given id

◆ get() [2/2]

const StrawT0 & TRTCond::NestedContainerBase< NestingLevel, NestedContainer< NestingLevel+1, StrawT0, StrawT0Trait >, StrawT0, StrawT0Trait >::get ( const ExpandedIdentifier & id) const
inlineinherited

get a value.

return the default value if no valid entry for id exists.

Definition at line 205 of file NestedContainer.h.

205 {
206 if( NestingLevel < id.level() ) {
207 unsigned int thisindex = id.index(NestingLevel+1) ;
208 if(thisindex<m_daughters.size()) {
210 // only return this value if it is valid. otherwise, return the default.
211 if( Trait::isvalid(rc) ) return rc ;
212 }
213 }
214 return m_default ;
215 }

◆ getall() [1/2]

void TRTCond::NestedContainerBase< NestingLevel, NestedContainer< NestingLevel+1, StrawT0, StrawT0Trait >, StrawT0, StrawT0Trait >::getall ( FlatContainer & entries) const
inlineinherited

Definition at line 347 of file NestedContainer.h.

347 {
348 // add the daughters
349 for(unsigned int idau = 0; idau<m_daughters.size(); ++idau) {
351 // first get them
353 // now update the identifiers to have the dauhgter index set correctly
354 for(unsigned int j=0; j< dauentries.size(); ++j )
355 dauentries[j].first.index(NestingLevel+1) = idau ;
356 // and append
357 entries.insert(entries.end(),dauentries.begin(),dauentries.end()) ;
358 }
359 // add the default value
363 }
364 }
static void getall(const Daughter &d, std::vector< std::pair< ExpandedIdentifier, const T * > > &entries)
copy all object pointers into a vector of (id,pointer) pairs

◆ getall() [2/2]

void TRTCond::NestedContainerBase< NestingLevel, NestedContainer< NestingLevel+1, StrawT0, StrawT0Trait >, StrawT0, StrawT0Trait >::getall ( FlatContainer & entries) const
inlineinherited

Definition at line 347 of file NestedContainer.h.

347 {
348 // add the daughters
349 for(unsigned int idau = 0; idau<m_daughters.size(); ++idau) {
351 // first get them
353 // now update the identifiers to have the dauhgter index set correctly
354 for(unsigned int j=0; j< dauentries.size(); ++j )
355 dauentries[j].first.index(NestingLevel+1) = idau ;
356 // and append
357 entries.insert(entries.end(),dauentries.begin(),dauentries.end()) ;
358 }
359 // add the default value
363 }
364 }

◆ getT0()

float TRTCond::StrawT0ContainerTemplate< LEVEL >::getT0 ( const ExpandedIdentifier & id) const
inlineinherited

access to unpacked t0

Definition at line 58 of file StrawT0Container.h.

58 {
60 return StrawT0Trait::isvalid(sd) ? m_t0packer.unpack(sd.packedt0()) : 0 ;
61 }
class for storing/accessing trt t0 data
void unpack(const StrawT0 &sd, float &t0, float &t0err) const
public method to unpack a StrawT0 object
static bool isvalid(const StrawT0 &x)

◆ getT0Err()

float TRTCond::StrawT0ContainerTemplate< LEVEL >::getT0Err ( const ExpandedIdentifier & id) const
inlineinherited

access to unpacked t0 error

Definition at line 64 of file StrawT0Container.h.

64 {
66 return StrawT0Trait::isvalid(sd) ? m_t0errpacker.unpack(sd.packedt0err()) : 0 ;
67 }

◆ numObjects() [1/2]

size_t TRTCond::NestedContainerBase< NestingLevel, NestedContainer< NestingLevel+1, StrawT0, StrawT0Trait >, StrawT0, StrawT0Trait >::numObjects ( ) const
inlineinherited

return the total number of valid calibration objects

Definition at line 260 of file NestedContainer.h.

260 {
261 size_t rc(0) ;
262 assert( std::distance(m_daughters.begin(),m_daughters.end())==(int)m_daughters.size()) ;
263 assert( m_daughters.size() < 1000 ) ;
264 for( typename DaughterContainer::const_iterator it = m_daughters.begin() ; it != m_daughters.end(); ++it )
266 if( Trait::isvalid(m_default) ) ++rc ;
267 return rc ;
268 }
static Double_t rc
static size_t numObjects(const Daughter &d)
total number of atomic objects in daugther

◆ numObjects() [2/2]

size_t TRTCond::NestedContainerBase< NestingLevel, NestedContainer< NestingLevel+1, StrawT0, StrawT0Trait >, StrawT0, StrawT0Trait >::numObjects ( ) const
inlineinherited

return the total number of valid calibration objects

Definition at line 260 of file NestedContainer.h.

260 {
261 size_t rc(0) ;
262 assert( std::distance(m_daughters.begin(),m_daughters.end())==(int)m_daughters.size()) ;
263 assert( m_daughters.size() < 1000 ) ;
264 for( typename DaughterContainer::const_iterator it = m_daughters.begin() ; it != m_daughters.end(); ++it )
266 if( Trait::isvalid(m_default) ) ++rc ;
267 return rc ;
268 }

◆ operator==() [1/2]

bool TRTCond::NestedContainerBase< NestingLevel, NestedContainer< NestingLevel+1, StrawT0, StrawT0Trait >, StrawT0, StrawT0Trait >::operator== ( const NestedContainerBase & rhs) const
inlineinherited

equality operator, used for compressing

Definition at line 272 of file NestedContainer.h.

272 {
273 return m_daughters.size()==0 && rhs.m_daughters.size()==0 && Trait::isequal(m_default,rhs.m_default) ;
274 }
T m_default
Type of atomic element.
DaughterContainer m_daughters
Container of Daughters.

◆ operator==() [2/2]

bool TRTCond::NestedContainerBase< NestingLevel, NestedContainer< NestingLevel+1, StrawT0, StrawT0Trait >, StrawT0, StrawT0Trait >::operator== ( const NestedContainerBase< NestingLevel, NestedContainer< NestingLevel+1, StrawT0, StrawT0Trait >, StrawT0, StrawT0Trait > & rhs) const
inlineinherited

equality operator, used for compressing

Definition at line 272 of file NestedContainer.h.

272 {
273 return m_daughters.size()==0 && rhs.m_daughters.size()==0 && Trait::isequal(m_default,rhs.m_default) ;
274 }

◆ print() [1/2]

void TRTCond::NestedContainerBase< NestingLevel, NestedContainer< NestingLevel+1, StrawT0, StrawT0Trait >, StrawT0, StrawT0Trait >::print ( ) const
inlineinherited

Definition at line 334 of file NestedContainer.h.

334 {
335 printindent() ;
337 std::cout << "level = " << id.name(NestingLevel) << " (" << NestingLevel << ")" << std::endl ;
338 for(unsigned int i=0; i< m_daughters.size(); ++i) {
339 printindent() ;
340 std::cout << "daughter " << i << std::endl ;
342 }
343 }
static void print(const Daughter &d)
print daugther info

◆ print() [2/2]

void TRTCond::NestedContainerBase< NestingLevel, NestedContainer< NestingLevel+1, StrawT0, StrawT0Trait >, StrawT0, StrawT0Trait >::print ( ) const
inlineinherited

Definition at line 334 of file NestedContainer.h.

334 {
335 printindent() ;
337 std::cout << "level = " << id.name(NestingLevel) << " (" << NestingLevel << ")" << std::endl ;
338 for(unsigned int i=0; i< m_daughters.size(); ++i) {
339 printindent() ;
340 std::cout << "daughter " << i << std::endl ;
342 }
343 }

◆ printindent() [1/2]

void TRTCond::NestedContainerBase< NestingLevel, NestedContainer< NestingLevel+1, StrawT0, StrawT0Trait >, StrawT0, StrawT0Trait >::printindent ( ) const
inlineinherited

some IO for debugging

Definition at line 330 of file NestedContainer.h.

330 {
331 for(int i=0; i<NestingLevel; ++i)
332 std::cout << '\t' ;
333 }

◆ printindent() [2/2]

void TRTCond::NestedContainerBase< NestingLevel, NestedContainer< NestingLevel+1, StrawT0, StrawT0Trait >, StrawT0, StrawT0Trait >::printindent ( ) const
inlineinherited

some IO for debugging

Definition at line 330 of file NestedContainer.h.

330 {
331 for(int i=0; i<NestingLevel; ++i)
332 std::cout << '\t' ;
333 }

◆ set() [1/2]

void TRTCond::NestedContainerBase< NestingLevel, NestedContainer< NestingLevel+1, StrawT0, StrawT0Trait >, StrawT0, StrawT0Trait >::set ( const ExpandedIdentifier & id,
const StrawT0 & t )
inlineinherited

set a value.

using 'level' in id we can specify if we want to set the default value.

Definition at line 191 of file NestedContainer.h.

191 {
192 if( NestingLevel == id.level() ) {
193 // set the default value
195 } else {
196 unsigned int thisindex = id.index(NestingLevel+1) ;
197 // expand daughter array if necessary
198 if(thisindex>=m_daughters.size())
201 }
202 }
static void set(Daughter &d, const ExpandedIdentifier &id, const T &t)
set value for given id

◆ set() [2/2]

void TRTCond::NestedContainerBase< NestingLevel, NestedContainer< NestingLevel+1, StrawT0, StrawT0Trait >, StrawT0, StrawT0Trait >::set ( const ExpandedIdentifier & id,
const StrawT0 & t )
inlineinherited

set a value.

using 'level' in id we can specify if we want to set the default value.

Definition at line 191 of file NestedContainer.h.

191 {
192 if( NestingLevel == id.level() ) {
193 // set the default value
195 } else {
196 unsigned int thisindex = id.index(NestingLevel+1) ;
197 // expand daughter array if necessary
198 if(thisindex>=m_daughters.size())
201 }
202 }

◆ setPackingLimits()

void TRTCond::StrawT0ContainerTemplate< LEVEL >::setPackingLimits ( float t0min,
float t0max,
float t0errmin,
float t0errmax )
inherited

change the packing limits

create the new packers

update all entries in the container.

Definition at line 90 of file StrawT0Container.h.

◆ setT0()

void TRTCond::StrawT0ContainerTemplate< LEVEL >::setT0 ( const ExpandedIdentifier & id,
float t0,
float t0err )
inlineinherited

◆ unpack()

void TRTCond::StrawT0ContainerTemplate< LEVEL >::unpack ( const StrawT0 & sd,
float & t0,
float & t0err ) const
inlineinherited

public method to unpack a StrawT0 object

Definition at line 80 of file StrawT0Container.h.

80 {
81 t0 = m_t0packer.unpack(sd.packedt0()) ;
82 t0err = m_t0errpacker.unpack(sd.packedt0err()) ;
83 }

◆ unpackT0()

float TRTCond::StrawT0ContainerTemplate< LEVEL >::unpackT0 ( const StrawT0 & sd) const
inlineinherited

more public methods

Definition at line 86 of file StrawT0Container.h.

86{ return m_t0packer.unpack(sd.packedt0()); }

◆ unpackT0Err()

float TRTCond::StrawT0ContainerTemplate< LEVEL >::unpackT0Err ( const StrawT0 & sd) const
inlineinherited

Definition at line 87 of file StrawT0Container.h.

87{ return m_t0errpacker.unpack(sd.packedt0err()); }

Member Data Documentation

◆ m_daughters [1/2]

DaughterContainer TRTCond::NestedContainerBase< NestingLevel, NestedContainer< NestingLevel+1, StrawT0, StrawT0Trait >, StrawT0, StrawT0Trait >::m_daughters
privateinherited

Container of Daughters.

Definition at line 156 of file NestedContainer.h.

◆ m_daughters [2/2]

DaughterContainer TRTCond::NestedContainerBase< NestingLevel, NestedContainer< NestingLevel+1, StrawT0, StrawT0Trait >, StrawT0, StrawT0Trait >::m_daughters
privateinherited

Container of Daughters.

Definition at line 156 of file NestedContainer.h.

◆ m_default [1/2]

StrawT0 TRTCond::NestedContainerBase< NestingLevel, NestedContainer< NestingLevel+1, StrawT0, StrawT0Trait >, StrawT0, StrawT0Trait >::m_default
privateinherited

Type of atomic element.

Definition at line 157 of file NestedContainer.h.

◆ m_default [2/2]

StrawT0 TRTCond::NestedContainerBase< NestingLevel, NestedContainer< NestingLevel+1, StrawT0, StrawT0Trait >, StrawT0, StrawT0Trait >::m_default
privateinherited

Type of atomic element.

Definition at line 157 of file NestedContainer.h.

◆ m_t0errpacker

LinearPacker<float,unsigned char> TRTCond::StrawT0ContainerTemplate< LEVEL >::m_t0errpacker
privateinherited

Definition at line 49 of file StrawT0Container.h.

◆ m_t0packer

LinearPacker<float,unsigned char> TRTCond::StrawT0ContainerTemplate< LEVEL >::m_t0packer
privateinherited

packing borders

Definition at line 48 of file StrawT0Container.h.


The documentation for this class was generated from the following file: