51 _connectString =
pset.getParameter<
string>(
"connectString");
55 _viewName =
pset.getParameter<
string>(
"viewName");
56 _schemaName =
pset.getParameter<
string>(
"schemaName");
59 _runNumber =
pset.getParameter<
int>(
"runNumber");
60 _configKeyName =
pset.getParameter<
string>(
"configKeyName");
63 _sinceIOV =
pset.getParameter<
unsigned int>(
"sinceIOV");
71 return string(
"PixelPopConCalibSourceHandler");
77 cout <<
"I'm sorry, the PixelPopConCalibSourceHandler::getNewObjects_coral() is not currently working." << endl;
78 cout <<
"I am not able to build calibration configuration objects from the database" << endl;
277 if (_connectString.find(
"file://") != 0) {
278 cout <<
"Invalid connectString: " << _connectString << endl;
279 cout <<
"It should begin with \"file://\"" << endl;
283 string inputFilename = _connectString.erase(0, 7);
285 cout <<
"PopCon-ing the calibration configuration file located at " << inputFilename << endl;
291 m_to_transfer.push_back(std::make_pair(calibConfig, _sinceIOV));