DD4hep  1.30.0
Detector Description Toolkit for High Energy Physics
Public Member Functions | List of all members
dd4hep::Alignment::Processor Class Referenceabstract

Abstract base for processing callbacks to container objects. More...

#include <Alignments.h>

Inheritance diagram for dd4hep::Alignment::Processor:
dd4hep::align::AlignmentsProcessor< T > dd4hep::align::AlignmentsProcessorWrapper< T >

Public Member Functions

 Processor ()
 Default constructor. More...
 
virtual ~Processor ()=default
 Default destructor. More...
 
virtual int operator() (Alignment alignment) const =0
 Container callback for object processing. More...
 

Detailed Description

Abstract base for processing callbacks to container objects.

Author
M.Frank
Version
1.0

Definition at line 123 of file Alignments.h.

Constructor & Destructor Documentation

◆ Processor()

Alignment::Processor::Processor ( )

Default constructor.

Definition at line 33 of file Alignments.cpp.

◆ ~Processor()

virtual dd4hep::Alignment::Processor::~Processor ( )
virtualdefault

Default destructor.

Member Function Documentation

◆ operator()()

virtual int dd4hep::Alignment::Processor::operator() ( Alignment  alignment) const
pure virtual

Container callback for object processing.

Implemented in dd4hep::align::AlignmentsProcessorWrapper< T >, and dd4hep::align::AlignmentsProcessor< T >.


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