#include <PAlgorithm.h>
Definition at line 14 of file PAlgorithm.h.
◆ ~PAlgorithm()
virtual dqm_persistency::PAlgorithm::~PAlgorithm |
( |
| ) |
|
|
inlinevirtual |
◆ Print()
void dqm_persistency::PAlgorithm::Print |
( |
const Option_t * |
opt = "" | ) |
const |
Definition at line 128 of file dqm_persistency_impl.cxx.
129 std::cout <<
" Algorithm name " <<
name <<
"\n"
130 <<
" library " <<
library <<
"\n"
131 <<
" parameters: " <<
"\n";
132 for (std::map<std::string, std::vector<float> >::const_iterator pit =
parameters.begin();
135 std::cout <<
" " << pit->first <<
" ";
136 for (std::vector<float>::const_iterator p2it = pit->second.begin();
137 p2it != pit->second.end(); ++p2it) {
138 std::cout << *p2it <<
" ";
140 std::cout << std::endl;
142 std::cout <<
" Green thresholds: " <<
"\n";
143 for (std::map<std::string, float>::const_iterator thit =
greenThresholds.begin();
145 std::cout <<
" " << thit->first <<
" " << thit->second << std::endl;
147 std::cout <<
" Red thresholds: " <<
"\n";
148 for (std::map<std::string, float>::const_iterator thit =
redThresholds.begin();
150 std::cout <<
" " << thit->first <<
" " << thit->second << std::endl;
◆ greenThresholds
std::map<std::string, float> dqm_persistency::PAlgorithm::greenThresholds |
◆ library
std::string dqm_persistency::PAlgorithm::library |
◆ name
std::string dqm_persistency::PAlgorithm::name |
◆ parameters
std::map<std::string, std::vector<float> > dqm_persistency::PAlgorithm::parameters |
◆ redThresholds
std::map<std::string, float> dqm_persistency::PAlgorithm::redThresholds |
The documentation for this class was generated from the following files: