6 version_(conf_.getParameter<double>(
"Version"))
8 edm::LogInfo(
"SiPixelFakeGenErrorDBObjectESSource::SiPixelFakeGenErrorDBObjectESSource");
12 findingRecord<SiPixelGenErrorDBObjectRcd>();
21 using namespace edm::es;
38 for(
m=0;
m<
obj->numOfTempl(); ++
m){
41 tempfile = (file.
fullPath()).c_str();
45 if(in_file.is_open()){
46 edm::LogInfo(
"SiPixelFakeGenErrorDBObjectESSource") <<
"Opened GenError File: " << file.
fullPath().c_str() << std::endl;
49 char title_char[80],
c;
55 for (iter = 0; (c=in_file.get()) !=
'\n'; ++
iter) {
56 if(iter < 79) {title_char[
iter] =
c;}
58 if(iter > 78) {iter=78;}
59 title_char[iter+1] =
'\n';
61 for(j=0; j<80; j+=4) {
62 temp.
c[0] = title_char[
j];
63 temp.
c[1] = title_char[j+1];
64 temp.
c[2] = title_char[j+2];
65 temp.
c[3] = title_char[j+3];
66 obj->push_back(temp.
f);
67 obj->setMaxIndex(
obj->maxIndex()+1);
72 while(!in_file.eof()) {
73 obj->setMaxIndex(
obj->maxIndex()+1);
74 obj->push_back(tempstore);
82 edm::LogError(
"SiPixeFakelGenErrorDBObjectESSource") <<
"Error opening File" << tempfile << std::endl;
87 return std::auto_ptr<SiPixelGenErrorDBObject>(
obj);
vstring GenErrorCalibrations_
static const IOVSyncValue & endOfTime()
SiPixelFakeGenErrorDBObjectESSource(const edm::ParameterSet &)
void setWhatProduced(T *iThis, const es::Label &iLabel=es::Label())
static const IOVSyncValue & beginOfTime()
virtual void setIntervalFor(const edm::eventsetup::EventSetupRecordKey &, const edm::IOVSyncValue &, edm::ValidityInterval &)
std::vector< std::string > vstring
virtual std::auto_ptr< SiPixelGenErrorDBObject > produce(const SiPixelGenErrorDBObjectRcd &)
std::string fullPath() const
~SiPixelFakeGenErrorDBObjectESSource()