DD4hep  1.30.0
Detector Description Toolkit for High Energy Physics
Public Types | Public Member Functions | Public Attributes | List of all members
dd4hep::IDDescriptorObject Class Reference

Concrete object implementation of the IDDescriptorObject Handle. More...

#include <ObjectsInterna.h>

Inheritance diagram for dd4hep::IDDescriptorObject:
dd4hep::NamedObject

Public Types

typedef std::vector< std::pair< std::string, const BitFieldElement * > > FieldMap
 
typedef std::vector< std::pair< size_t, std::string > > FieldIDs
 

Public Member Functions

 IDDescriptorObject ()
 Default constructor. More...
 
 IDDescriptorObject (const std::string &initString)
 Standard constructor. More...
 
virtual ~IDDescriptorObject ()
 Default destructor. More...
 
- Public Member Functions inherited from dd4hep::NamedObject
 NamedObject (const char *nam, const char *typ="")
 Initializing constructor. More...
 
 NamedObject (const std::string &nam)
 Initializing constructor. More...
 
 NamedObject (const std::string &nam, const std::string &typ)
 Initializing constructor. More...
 
 NamedObject ()=default
 Standard constructor. More...
 
 NamedObject (const NamedObject &c)=default
 Copy constructor. More...
 
 NamedObject (NamedObject &&c)=default
 Move constructor. More...
 
virtual ~NamedObject ()=default
 Default destructor. More...
 
NamedObjectoperator= (const NamedObject &c)=default
 Assignment operator. More...
 
NamedObjectoperator= (NamedObject &&c)=default
 Move assignment operator. More...
 
const char * GetName () const
 Access name. More...
 
void SetName (const char *nam)
 Set name (used by Handle) More...
 
void SetTitle (const char *tit)
 Set Title (used by Handle) More...
 
const char * GetTitle () const
 Get name (used by Handle) More...
 

Public Attributes

FieldMap fieldMap
 Map of id-fields in the descriptor. More...
 
FieldIDs fieldIDs
 String map of id descriptors. More...
 
BitFieldCoder decoder
 Decoder object. More...
 
std::string description
 The description string to build the bit-field descriptors. More...
 
- Public Attributes inherited from dd4hep::NamedObject
std::string name
 The object name. More...
 
std::string type
 The object type. More...
 

Detailed Description

Concrete object implementation of the IDDescriptorObject Handle.

Author
M.Frank
Version
1.0
Date
2012/07/31

Definition at line 206 of file ObjectsInterna.h.

Member Typedef Documentation

◆ FieldIDs

typedef std::vector<std::pair<size_t, std::string> > dd4hep::IDDescriptorObject::FieldIDs

Definition at line 209 of file ObjectsInterna.h.

◆ FieldMap

typedef std::vector<std::pair<std::string, const BitFieldElement*> > dd4hep::IDDescriptorObject::FieldMap

Definition at line 208 of file ObjectsInterna.h.

Constructor & Destructor Documentation

◆ IDDescriptorObject() [1/2]

IDDescriptorObject::IDDescriptorObject ( )

Default constructor.

Standard constructor.

Definition at line 112 of file ObjectsInterna.cpp.

◆ IDDescriptorObject() [2/2]

IDDescriptorObject::IDDescriptorObject ( const std::string &  initString)

Standard constructor.

Definition at line 118 of file ObjectsInterna.cpp.

◆ ~IDDescriptorObject()

IDDescriptorObject::~IDDescriptorObject ( )
virtual

Default destructor.

Definition at line 124 of file ObjectsInterna.cpp.

Member Data Documentation

◆ decoder

BitFieldCoder dd4hep::IDDescriptorObject::decoder

Decoder object.

Definition at line 215 of file ObjectsInterna.h.

◆ description

std::string dd4hep::IDDescriptorObject::description

The description string to build the bit-field descriptors.

Definition at line 218 of file ObjectsInterna.h.

◆ fieldIDs

FieldIDs dd4hep::IDDescriptorObject::fieldIDs

String map of id descriptors.

Definition at line 213 of file ObjectsInterna.h.

◆ fieldMap

FieldMap dd4hep::IDDescriptorObject::fieldMap

Map of id-fields in the descriptor.

Definition at line 211 of file ObjectsInterna.h.


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