53 _connectString = pset.
getParameter<
string>(
"connectString");
62 _configKeyName = pset.
getParameter<
string>(
"configKeyName");
76 return string(
"PixelPopConCalibSourceHandler");
83 cout <<
"I'm sorry, the PixelPopConCalibSourceHandler::getNewObjects_coral() is not currently working." << endl;
84 cout <<
"I am not able to build calibration configuration objects from the database" << endl;
284 if (_connectString.find(
"file://") != 0) {
285 cout <<
"Invalid connectString: " << _connectString << endl;
286 cout <<
"It should begin with \"file://\"" << endl;
290 string inputFilename = _connectString.erase(0, 7);
292 cout <<
"PopCon-ing the calibration configuration file located at " << inputFilename << endl;
298 m_to_transfer.push_back(std::make_pair(calibConfig, _sinceIOV));
T getParameter(std::string const &) const
~PixelPopConCalibSourceHandler() override
void getNewObjects_file() override
std::string id() const override
This class implements the steps that are used in a scan over Threshold and CalDelay.
void getNewObjects_coral() override
PixelPopConCalibSourceHandler(edm::ParameterSet const &)
This class implements the steps that are used in a scan over Threshold and CalDelay.