59 std::vector<float> pl;
63 std::cout <<
"WP Tagger is " << tagger << std::endl;
66 std::cout <<
"WP Cut is " << cut << std::endl;
69 std::cout <<
"concrete Type is " << concreteType << std::endl;
78 std::cout <<
" Results: " << nres <<
" Binning variables: " << nbin << std::endl;
80 stride = nres + nbin * 2;
82 std::cout <<
" Malformed input file" << std::endl;
88 std::vector<PerformanceResult::ResultType> res;
89 std::vector<BinningVariables::BinningVariablesType>
bin;
91 while (number < nres && !in.eof()) {
98 std::cout <<
" Table not well formed" << std::endl;
101 while (number < nbin && !in.eof()) {
107 if (number != nbin) {
108 std::cout <<
" Table not well formed" << std::endl;
115 std::cout <<
" Intersing " << temp <<
" in position " << number << std::endl;
123 if (stride != nbin * 2 + nres) {
124 std::cout <<
" Table not well formed" << std::endl;
126 if ((number % stride) != 0) {
127 std::cout <<
" Table not well formed" << std::endl;
148 if (concreteType ==
"PerformancePayloadFromTable") {
151 std::cout <<
" Non existing request: " << concreteType << std::endl;
154 std::cout <<
" Created the " << concreteType <<
" object" << std::endl;
T getUntrackedParameter(std::string const &, T const &) const
#define DEFINE_FWK_MODULE(type)
void appendSinceTime(const T *payloadPtr, cond::Time_t sinceTime, const std::string &recordName)
bool isNewTagRequest(const std::string &recordName)
cond::Time_t beginOfTime() const
cond::Time_t endOfTime() const
void createNewIOV(const T *payloadPtr, cond::Time_t firstSinceTime, cond::Time_t, const std::string &recordName)