DD4hep
1.31.0
Detector Description Toolkit for High Energy Physics
Main Page
Related Pages
Modules
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
Enumerations
_
a
c
d
e
f
g
h
i
l
m
n
o
p
r
s
u
Enumerator
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Related Functions
b
d
g
o
p
s
t
v
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
x
Functions
_
c
d
g
h
i
l
m
n
o
p
r
s
u
Variables
Typedefs
_
a
c
d
e
f
g
j
l
o
p
r
s
t
u
v
x
Enumerations
Enumerator
Macros
_
a
b
c
d
e
g
h
i
m
n
p
r
s
t
u
x
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
DDCond
include
DDCond
ConditionsOperators.h
Go to the documentation of this file.
1
//==========================================================================
2
// AIDA Detector description implementation
3
//--------------------------------------------------------------------------
4
// Copyright (C) Organisation europeenne pour la Recherche nucleaire (CERN)
5
// All rights reserved.
6
//
7
// For the licensing terms see $DD4hepINSTALL/LICENSE.
8
// For the list of contributors see $DD4hepINSTALL/doc/CREDITS.
9
//
10
// Author : M.Frank
11
//
12
//==========================================================================
13
#ifndef DDCOND_CONDITIONSOPERATORS_H
14
#define DDCOND_CONDITIONSOPERATORS_H
15
16
// Framework include files
17
#include "
DDCond/ConditionsManager.h
"
18
19
// C/C++ include files
20
22
namespace
dd4hep
{
23
25
namespace
cond
{
26
27
// Forward declarations
28
class
ConditionsManagerObject;
29
31
class
Operators
{
32
public
:
34
static
size_t
collectAllConditions
(
Detector
& description,
RangeConditions
& conditions);
36
static
size_t
collectAllConditions
(
ConditionsManager
mgr,
RangeConditions
& conditions);
38
static
size_t
collectAllConditions
(
Detector
& description, std::map<int,Condition>& conditions);
40
static
size_t
collectAllConditions
(
ConditionsManager
mgr, std::map<int,Condition>& conditions);
41
};
42
}
/* End namespace cond */
43
}
/* End namespace dd4hep */
44
45
#endif // DDCOND_CONDITIONSOPERATORS_H
dd4hep::RangeConditions
std::vector< Condition > RangeConditions
Definition:
Conditions.h:491
cond
AlignmentCondition::Object * cond
Definition:
AlignmentsCalculator.cpp:68
ConditionsManager.h
dd4hep::cond::Operators::collectAllConditions
static size_t collectAllConditions(Detector &description, RangeConditions &conditions)
Select all condition from the conditions manager registered at the Detector object.
Definition:
ConditionsOperators.cpp:28
dd4hep::cond::ConditionsManager
Manager class for condition handles.
Definition:
ConditionsManager.h:46
dd4hep
Namespace for the AIDA detector description toolkit.
Definition:
AlignmentsCalib.h:28
dd4hep::cond::Operators
Helper class for common stuff used frequently.
Definition:
ConditionsOperators.h:31
dd4hep::Detector
The main interface to the dd4hep detector description package.
Definition:
Detector.h:90
Generated on Tue Apr 8 2025 12:27:08 for DD4hep by
1.8.18