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

Definition of a single Entry in the conditions repository. More...

#include <ConditionsRepository.h>

Public Member Functions

 Entry ()=default
 
 Entry (const Entry &e)=default
 
Entryoperator= (const Entry &e)=default
 

Public Attributes

std::string name
 
std::string address
 
Condition::key_type key = 0
 

Detailed Description

Definition of a single Entry in the conditions repository.

Author
M.Frank
Version
1.0

Definition at line 46 of file ConditionsRepository.h.

Constructor & Destructor Documentation

◆ Entry() [1/2]

dd4hep::cond::ConditionsRepository::Entry::Entry ( )
default

◆ Entry() [2/2]

dd4hep::cond::ConditionsRepository::Entry::Entry ( const Entry e)
default

Member Function Documentation

◆ operator=()

Entry& dd4hep::cond::ConditionsRepository::Entry::operator= ( const Entry e)
default

Member Data Documentation

◆ address

std::string dd4hep::cond::ConditionsRepository::Entry::address

Definition at line 48 of file ConditionsRepository.h.

◆ key

Condition::key_type dd4hep::cond::ConditionsRepository::Entry::key = 0

Definition at line 49 of file ConditionsRepository.h.

◆ name

std::string dd4hep::cond::ConditionsRepository::Entry::name

Definition at line 48 of file ConditionsRepository.h.


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