DD4hep  1.28.0
Detector Description Toolkit for High Energy Physics
Classes | Namespaces | Functions
AlignmentData.h File Reference
#include "DD4hep/NamedObject.h"
#include "DD4hep/DetElement.h"
#include "DD4hep/Volumes.h"
#include "TGeoMatrix.h"

Go to the source code of this file.

Classes

class  dd4hep::Delta
 Class describing an condition to re-adjust an alignment. More...
 
class  dd4hep::AlignmentData
 Derived condition data-object definition. More...
 

Namespaces

 dd4hep
 Namespace for the AIDA detector description toolkit.
 

Functions

std::ostream & operator<< (std::ostream &s, const dd4hep::Delta &data)
 print alignment delta object More...
 
std::ostream & operator<< (std::ostream &s, const dd4hep::AlignmentData &data)
 print Conditions object More...
 

Function Documentation

◆ operator<<() [1/2]

std::ostream& operator<< ( std::ostream &  s,
const dd4hep::AlignmentData data 
)

print Conditions object

Definition at line 135 of file AlignmentData.cpp.

◆ operator<<() [2/2]

std::ostream& operator<< ( std::ostream &  s,
const dd4hep::Delta data 
)

print alignment delta object

Definition at line 88 of file AlignmentData.cpp.