71 float theMagField = magfield.
product()->inTesla(center).mag();
73 edm::LogPrint(
"SiPixel2DTemplateDBObjectReader") <<
"\nTesting global tag at magnetic field = " << theMagField;
75 edm::LogPrint(
"SiPixel2DTemplateDBObjectESProducerRcd") <<
"With record SiPixel2DTemplateDBObjectESProducerRcd";
80 edm::LogPrint(
"SiPixel2DTemplateDBObjectReader") <<
"\nLoading from file " << std::endl;
82 edm::LogPrint(
"SiPixelTemplateDBObjectReader") <<
"With record SiPixel2DTemplateDBObjectRcd";
89 std::vector<short> tempMapId;
92 edm::LogPrint(
"SiPixel2DTemplateDBObjectReader") <<
"Map info" << std::endl;
93 std::map<unsigned int, short> templMap = dbobject.
getTemplateIDs();
94 for (std::map<unsigned int, short>::const_iterator it = templMap.begin(); it != templMap.end(); ++it) {
95 if (tempMapId.empty())
96 tempMapId.push_back(it->second);
97 for (
unsigned int i = 0;
i < tempMapId.size(); ++
i) {
98 if (tempMapId[
i] == it->second)
100 else if (
i == tempMapId.size() - 1) {
101 tempMapId.push_back(it->second);
106 <<
"DetId: " << it->first <<
" 2DTemplateID: " << it->second <<
"\n";
110 edm::LogPrint(
"SiPixel2DTemplateDBObjectReader") <<
"\nMap stores 2DTemplate Id(s): ";
111 for (
unsigned int vindex = 0; vindex < tempMapId.size(); ++vindex)
112 edm::LogPrint(
"SiPixel2DTemplateDBObjectReader") << tempMapId[vindex] <<
" ";
113 edm::LogPrint(
"SiPixel2DTemplateDBObjectReader") << std::endl;
116 const char* tempfile;
119 float tempnum = 0,
diff = 0;
121 bool error =
false, givenErrorMsg =
false;
125 <<
"\nChecking 2DTemplate DB object version " << dbobject.
version() <<
" containing " << numOfTempl
126 <<
" calibration(s) at " << dbobject.
sVector()[index + 22] <<
"T\n";
127 for (
int i = 0;
i < numOfTempl; ++
i) {
133 <<
"Calibration " <<
i + 1 <<
" of " << numOfTempl <<
", with 2DTemplate ID " << dbobject.
sVector()[
index]
134 <<
"\tand Version " << dbobject.
sVector()[index + 1] <<
"\t-------- ";
137 std::ostringstream tout;
140 << std::setfill(
'0') << std::right << dbobject.
sVector()[
index] <<
".out" << std::ends;
143 tempfile = (
file.fullPath()).c_str();
146 if (in_file.is_open()) {
152 while (!in_file.eof()) {
160 edm::LogPrint(
"SiPixel2DTemplateDBObjectReader") <<
"does NOT match\n";
163 givenErrorMsg =
true;
167 <<
"from file = " << tempnum <<
"\t from dbobject = " << dbobject.
sVector()[
index]
168 <<
"\tdiff = " <<
diff <<
"\t db index = " << index << std::endl;
177 edm::LogPrint(
"SiPixel2DTemplateDBObjectReader") <<
"MATCHES\n";
180 givenErrorMsg =
false;
185 <<
"\nThe were differences found between the files and the database.\n"
186 <<
"If you would like more detailed information please set\n"
187 <<
"wantDetailedOutput = True in the cfg file. If you would like a\n"
188 <<
"full output of the contents of the database file please set\n"
189 <<
"wantFullOutput = True. Make sure that you pipe the output to a\n"
190 <<
"log file. This could take a few minutes.\n\n";
193 edm::LogPrint(
"SiPixel2DTemplateDBObjectReader") << dbobject << std::endl;
edm::ESGetToken< MagneticField, IdealMagneticFieldRecord > magneticFieldToken_
std::vector< float > sVector() const
bool getData(T &iHolder) const
const std::map< unsigned int, short > & getTemplateIDs() const
bool theDetailed2DTemplateDBErrorOutput
edm::ESGetToken< SiPixel2DTemplateDBObject, SiPixel2DTemplateDBObjectRcd > the2DTemplateToken_
std::string the2DTemplateCalibrationLocation
edm::ESGetToken< SiPixel2DTemplateDBObject, SiPixel2DTemplateDBObjectESProducerRcd > the2DTemplateESProdToken_
Abs< T >::type abs(const T &t)
Log< level::Warning, true > LogPrint
edm::ESWatcher< SiPixel2DTemplateDBObjectRcd > SiPix2DTemplDBObjWatcher_
T const * product() const
bool check(const edm::EventSetup &iSetup)
ESHandle< T > getHandle(const ESGetToken< T, R > &iToken) const
bool theFull2DTemplateDBOutput