DD4hep
1.30.0
Detector Description Toolkit for High Energy Physics
|
Abstract base for processing callbacks to conditions objects. More...
#include <Conditions.h>
Public Member Functions | |
Processor ()=default | |
Default constructor. More... | |
virtual | ~Processor ()=default |
Default destructor. More... | |
virtual int | process (Condition c) const =0 |
Processing callback. More... | |
virtual int | operator() (Condition c) const |
Conditions callback for object processing. More... | |
virtual int | operator() (const std::pair< Condition::key_type, Condition > &e) const |
Conditions callback for object processing in maps. More... | |
Protected Member Functions | |
Processor (Processor &©)=default | |
Move constructor. More... | |
Processor (const Processor ©)=default | |
Copy constructor. More... | |
Processor & | operator= (const Processor ©)=delete |
Assignment operator. More... | |
Abstract base for processing callbacks to conditions objects.
Definition at line 112 of file Conditions.h.
|
protecteddefault |
Move constructor.
|
protecteddefault |
Copy constructor.
|
default |
Default constructor.
|
virtualdefault |
Default destructor.
|
inlinevirtual |
Conditions callback for object processing.
Definition at line 128 of file Conditions.h.
|
inlinevirtual |
Conditions callback for object processing in maps.
Definition at line 131 of file Conditions.h.
Assignment operator.
|
pure virtual |
Processing callback.
Implemented in ClassImp::Scanner, ClassImp::Scanner, dd4hep::cond::ConditionsProcessor< T >, and dd4hep::cond::ConditionsProcessorWrapper< T >.