DD4hep
1.30.0
Detector Description Toolkit for High Energy Physics
|
DDDB Conditions data dumper helper to output parameter maps. More...
Public Member Functions | |
ParamPrinter (const ParamPrinter ©)=default | |
Copy constructor. More... | |
ParamPrinter (ConditionsPrinter *p, PrintLevel lvl) | |
Initializing constructor. More... | |
virtual | ~ParamPrinter ()=default |
Default destructor. More... | |
ParamPrinter & | operator= (const ParamPrinter ©)=default |
Assignment operator. More... | |
virtual void | operator() (const cond::AbstractMap::Params::value_type &obj) const |
Callback to output conditions information. More... | |
Public Attributes | |
std::string | prefix |
Prefix to tag print statements. More... | |
PrintLevel | printLevel = INFO |
Used printout level. More... | |
Protected Attributes | |
ConditionsPrinter * | m_parent = 0 |
Parent object. More... | |
DDDB Conditions data dumper helper to output parameter maps.
Definition at line 47 of file ConditionsPrinter.cpp.
|
default |
Copy constructor.
dd4hep::cond::ConditionsPrinter::ParamPrinter::ParamPrinter | ( | ConditionsPrinter * | p, |
PrintLevel | lvl | ||
) |
Initializing constructor.
Definition at line 71 of file ConditionsPrinter.cpp.
|
virtualdefault |
Default destructor.
|
virtual |
Callback to output conditions information.
Definition at line 77 of file ConditionsPrinter.cpp.
|
default |
Assignment operator.
|
protected |
Parent object.
Definition at line 50 of file ConditionsPrinter.cpp.
std::string dd4hep::cond::ConditionsPrinter::ParamPrinter::prefix |
Prefix to tag print statements.
Definition at line 53 of file ConditionsPrinter.cpp.
PrintLevel dd4hep::cond::ConditionsPrinter::ParamPrinter::printLevel = INFO |
Used printout level.
Definition at line 55 of file ConditionsPrinter.cpp.