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

Concrete object implementation for the Header handle. More...

#include <ObjectsInterna.h>

Inheritance diagram for dd4hep::HeaderObject:
dd4hep::NamedObject

Public Member Functions

 HeaderObject ()
 Standard constructor. More...
 
virtual ~HeaderObject ()
 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

std::string url
 
std::string author
 
std::string status
 
std::string version
 
std::string comment
 
- Public Attributes inherited from dd4hep::NamedObject
std::string name
 The object name. More...
 
std::string type
 The object type. More...
 

Private Member Functions

 HeaderObject (const HeaderObject &)
 Private copy constructor. More...
 
HeaderObjectoperator= (const HeaderObject &)
 Private assignment operator. More...
 

Detailed Description

Concrete object implementation for the Header handle.

Author
M.Frank
Version
1.0

Definition at line 39 of file ObjectsInterna.h.

Constructor & Destructor Documentation

◆ HeaderObject() [1/2]

HeaderObject::HeaderObject ( )

Standard constructor.

Definition at line 39 of file ObjectsInterna.cpp.

◆ ~HeaderObject()

HeaderObject::~HeaderObject ( )
virtual

Default destructor.

Definition at line 45 of file ObjectsInterna.cpp.

◆ HeaderObject() [2/2]

dd4hep::HeaderObject::HeaderObject ( const HeaderObject )
inlineprivate

Private copy constructor.

Definition at line 52 of file ObjectsInterna.h.

Member Function Documentation

◆ operator=()

HeaderObject& dd4hep::HeaderObject::operator= ( const HeaderObject )
inlineprivate

Private assignment operator.

Definition at line 54 of file ObjectsInterna.h.

Member Data Documentation

◆ author

std::string dd4hep::HeaderObject::author

Definition at line 42 of file ObjectsInterna.h.

◆ comment

std::string dd4hep::HeaderObject::comment

Definition at line 45 of file ObjectsInterna.h.

◆ status

std::string dd4hep::HeaderObject::status

Definition at line 43 of file ObjectsInterna.h.

◆ url

std::string dd4hep::HeaderObject::url

Definition at line 41 of file ObjectsInterna.h.

◆ version

std::string dd4hep::HeaderObject::version

Definition at line 44 of file ObjectsInterna.h.


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