DD4hep  1.30.0
Detector Description Toolkit for High Energy Physics
Classes | Namespaces | Macros
ConditionsLinearPool.cpp File Reference
#include <DDCond/ConditionsPool.h>
#include <DDCond/ConditionsManager.h>
#include <DDCond/ConditionsSelectors.h>
#include <DD4hep/Printout.h>
#include <list>
#include <DD4hep/InstanceCount.h>
#include <DD4hep/Factories.h>

Go to the source code of this file.

Classes

class  dd4hep::cond::ConditionsLinearPool< MAPPING, BASE >
 Class implementing the conditions collection for a given IOV type. More...
 
class  dd4hep::cond::ConditionsLinearUpdatePool< MAPPING, BASE >
 Class implementing the conditions update pool for a given IOV type. More...
 

Namespaces

 dd4hep
 Namespace for the AIDA detector description toolkit.
 
 dd4hep::cond
 Namespace for implementation details of the AIDA detector description toolkit.
 

Macros

#define DDCOND_CONDITIONSLINEARPOOL_H
 
#define _CR(fun, x, b, y)
 

Macro Definition Documentation

◆ _CR

#define _CR (   fun,
  x,
  b,
 
)
Value:
void* fun(dd4hep::Detector&, int argc, char** argv) \
{ return new b<x<dd4hep::Condition::Object*>,y>(_mgr(argc,argv), _iov(argc,argv)); }

Definition at line 240 of file ConditionsLinearPool.cpp.

◆ DDCOND_CONDITIONSLINEARPOOL_H

#define DDCOND_CONDITIONSLINEARPOOL_H

Definition at line 15 of file ConditionsLinearPool.cpp.

dd4hep::Detector
The main interface to the dd4hep detector description package.
Definition: Detector.h:90