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

#include <ConditionsTreePersistency.h>

Public Member Functions

 ~GlobalTag ()=default
 Default detructor. More...
 
 GlobalTag ()=default
 Default constructor. More...
 
 GlobalTag (const GlobalTag &copy)=default
 Copy contructor. More...
 
GlobalTagoperator= (const GlobalTag &copy)=default
 Assignment operator. More...
 

Public Attributes

std::string name
 Name of the global tag. More...
 
IOV iov {0}
 The interval of validity for this global tag. More...
 
std::map< std::pair< int, int >, int > tags
 This vector contains all the individual tags contributing to this global tag. More...
 

Detailed Description

Class representing a global tag

Author
M.Frank
Version
1.0

Definition at line 89 of file ConditionsTreePersistency.h.

Constructor & Destructor Documentation

◆ ~GlobalTag()

dd4hep::cond::GlobalTag::~GlobalTag ( )
default

Default detructor.

◆ GlobalTag() [1/2]

dd4hep::cond::GlobalTag::GlobalTag ( )
default

Default constructor.

◆ GlobalTag() [2/2]

dd4hep::cond::GlobalTag::GlobalTag ( const GlobalTag copy)
default

Copy contructor.

Member Function Documentation

◆ operator=()

GlobalTag& dd4hep::cond::GlobalTag::operator= ( const GlobalTag copy)
default

Assignment operator.

Member Data Documentation

◆ iov

IOV dd4hep::cond::GlobalTag::iov {0}

The interval of validity for this global tag.

Definition at line 94 of file ConditionsTreePersistency.h.

◆ name

std::string dd4hep::cond::GlobalTag::name

Name of the global tag.

Definition at line 92 of file ConditionsTreePersistency.h.

◆ tags

std::map<std::pair<int,int>, int> dd4hep::cond::GlobalTag::tags

This vector contains all the individual tags contributing to this global tag.

Tuple: (priority,tag-id) -> tree collection identifier

Definition at line 98 of file ConditionsTreePersistency.h.


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