33 dataLabel_(iConfig.getUntrackedParameter<
std::
string>(
"dataLabel",
"")),
34 TkMapFileName_(iConfig.getUntrackedParameter<
std::
string>(
"TkMapFileName",
"")),
35 fp_(iConfig.getUntrackedParameter<
edm::FileInPath>(
"file",
edm::FileInPath(
"CalibTracker/SiStripCommon/data/SiStripDetInfo.dat"))),
36 saveTkHistoMap_(iConfig.getUntrackedParameter<
bool>(
"SaveTkHistoMap",
true)),
50 filename.erase(filename.begin()+filename.find(
"."),filename.end());
54 tkhisto->save(filename+
".root");
55 tkhisto->saveAsCanvas(filename+
"_Canvas.root",
"E");
69 tkhisto = std::make_unique<TkHistoMap>(tkDetMapHandle.
product(),
"BadComp",
"BadComp",-1.);
86 for(
int j=0;j<19;++j){
100 std::vector<uint32_t>::const_iterator idet=detids.begin();
101 for(;idet!=detids.end();++idet){
102 ss <<
"detid " << (*idet) <<
" IsModuleUsable " << SiStripQuality_->
IsModuleUsable((*idet)) <<
"\n";
106 LogDebug(
"SiStripQualityStatistics") << ss.str() << std::endl;
111 for (
size_t i=0;
i<BC.size();++
i){
123 ( (BC[
i].BadApvs>>2)&0
x1 )+ ( (BC[
i].BadApvs>>1)&0
x1 ) + ( (BC[
i].BadApvs)&0
x1 );
175 uint32_t detid=rp->detid;
177 int subdet=-999;
int component=-999;
197 for(
int it=0;it<sqrange.second-sqrange.first;it++){
198 unsigned int range=SiStripQuality_->
decode( *(sqrange.first+it) ).
range;
207 edm::LogError(
"SiStripQualityStatistics") <<
"PROBLEM detid " << detid <<
" value " << percentage<< std::endl;
212 tkhisto->fill(detid,percentage);
221 ss <<
"\n-----------------\nNew IOV starting from run " << e.
id().
run() <<
" event " << e.
id().
event() <<
" lumiBlock " << e.
luminosityBlock() <<
" time " << e.
time().
value() <<
" chacheID " <<
m_cacheID_ <<
"\n-----------------\n";
222 ss <<
"\n-----------------\nGlobal Info\n-----------------";
223 ss <<
"\nBadComponent \t Modules \tFibers \tApvs\tStrips\n----------------------------------------------------------------";
227 ss <<
"\nTID:\t\t\t"<<NBadComponent[1][0][0]<<
"\t"<<NBadComponent[1][0][1]<<
"\t"<<NBadComponent[1][0][2]<<
"\t"<<NBadComponent[1][0][3];
228 ss <<
"\nTOB:\t\t\t"<<NBadComponent[2][0][0]<<
"\t"<<NBadComponent[2][0][1]<<
"\t"<<NBadComponent[2][0][2]<<
"\t"<<NBadComponent[2][0][3];
229 ss <<
"\nTEC:\t\t\t"<<NBadComponent[3][0][0]<<
"\t"<<NBadComponent[3][0][1]<<
"\t"<<NBadComponent[3][0][2]<<
"\t"<<NBadComponent[3][0][3];
232 for (
int i=1;
i<5;++
i)
233 ss <<
"\nTIB Layer " <<
i <<
" :\t\t"<<NBadComponent[0][
i][0]<<
"\t"<<NBadComponent[0][
i][1]<<
"\t"<<NBadComponent[0][
i][2]<<
"\t"<<NBadComponent[0][
i][3];
235 for (
int i=1;
i<4;++
i)
236 ss <<
"\nTID+ Disk " <<
i <<
" :\t\t"<<NBadComponent[1][
i][0]<<
"\t"<<NBadComponent[1][
i][1]<<
"\t"<<NBadComponent[1][
i][2]<<
"\t"<<NBadComponent[1][
i][3];
237 for (
int i=4;
i<7;++
i)
238 ss <<
"\nTID- Disk " <<
i-3 <<
" :\t\t"<<NBadComponent[1][
i][0]<<
"\t"<<NBadComponent[1][
i][1]<<
"\t"<<NBadComponent[1][
i][2]<<
"\t"<<NBadComponent[1][
i][3];
240 for (
int i=1;
i<7;++
i)
241 ss <<
"\nTOB Layer " <<
i <<
" :\t\t"<<NBadComponent[2][
i][0]<<
"\t"<<NBadComponent[2][
i][1]<<
"\t"<<NBadComponent[2][
i][2]<<
"\t"<<NBadComponent[2][
i][3];
243 for (
int i=1;
i<10;++
i)
244 ss <<
"\nTEC+ Disk " <<
i <<
" :\t\t"<<NBadComponent[3][
i][0]<<
"\t"<<NBadComponent[3][
i][1]<<
"\t"<<NBadComponent[3][
i][2]<<
"\t"<<NBadComponent[3][
i][3];
245 for (
int i=10;
i<19;++
i)
246 ss <<
"\nTEC- Disk " <<
i-9 <<
" :\t\t"<<NBadComponent[3][
i][0]<<
"\t"<<NBadComponent[3][
i][1]<<
"\t"<<NBadComponent[3][
i][2]<<
"\t"<<NBadComponent[3][
i][3];
249 ss <<
"\n----------------------------------------------------------------\n\t\t Detid \tModules Fibers Apvs\n----------------------------------------------------------------";
250 for (
int i=1;
i<5;++
i)
251 ss <<
"\nTIB Layer " <<
i <<
" :" <<
ssV[0][
i].
str();
253 for (
int i=1;
i<4;++
i)
254 ss <<
"\nTID+ Disk " <<
i <<
" :" <<
ssV[1][
i].
str();
255 for (
int i=4;
i<7;++
i)
256 ss <<
"\nTID- Disk " <<
i-3 <<
" :" <<
ssV[1][
i].
str();
258 for (
int i=1;
i<7;++
i)
259 ss <<
"\nTOB Layer " <<
i <<
" :" <<
ssV[2][
i].
str();
261 for (
int i=1;
i<10;++
i)
262 ss <<
"\nTEC+ Disk " <<
i <<
" :" <<
ssV[3][
i].
str();
263 for (
int i=10;
i<19;++
i)
264 ss <<
"\nTEC- Disk " <<
i-9 <<
" :" <<
ssV[3][
i].
str();
267 edm::LogInfo(
"SiStripQualityStatistics") << ss.str() << std::endl;
270 std::stringstream sRun; sRun.str(
"");
271 sRun <<
"_Run_" << std::setw(6) << std::setfill(
'0')<< e.
id().
run() << std::setw(0) ;
274 filename.insert(filename.find(
"."),sRun.str());
276 filename.erase(filename.begin()+filename.find(
"."),filename.end());
286 ssV[
i][component] <<
"\n\t\t " 296 ssV[
i][component] <<
" \t " 300 ssV[
i][component] <<
"x x " << ( (BC.
BadApvs>>2)&0
x1 ) <<
" " 306 << ( (BC.
BadApvs>>5)&0x1 ) <<
" ";
std::string TkMapFileName_
EventNumber_t event() const
const std::vector< BadComponent > & getBadComponentList() const
unsigned int tibLayer(const DetId &id) const
void SetBadComponents(int, int, SiStripQuality::BadComponent &)
TrackerMap * tkMapFullIOVs
const std::pair< unsigned short, double > getNumberOfApvsAndStripLength(uint32_t detId) const
edm::LuminosityBlockNumber_t luminosityBlock() const
int NBadComponent[4][19][4]
unsigned int tidWheel(const DetId &id) const
Registry::const_iterator RegistryIterator
RegistryIterator getRegistryVectorEnd() const
unsigned int tidSide(const DetId &id) const
const std::vector< uint32_t > & getAllDetIds() const
bool IsModuleUsable(const uint32_t &detid) const
void save(bool print_total=true, float minval=0., float maxval=0., std::string s="svgmap.svg", int width=1500, int height=800)
int subdetId() const
get the contents of the subdetector field (not cast into any detector's numbering enum) ...
void fillc(int idmod, int RGBcode)
std::stringstream ssV[4][19]
ContainerIterator getDataVectorBegin() const
void analyze(const edm::Event &, const edm::EventSetup &) override
std::unique_ptr< TkHistoMap > tkhisto
unsigned long long m_cacheID_
RegistryIterator getRegistryVectorBegin() const
std::pair< ContainerIterator, ContainerIterator > Range
void print(bool print_total=true, float minval=0., float maxval=0., std::string s="svgmap")
std::string fullPath() const
SiStripDetInfoFileReader * reader
SiStripQualityStatistics(const edm::ParameterSet &)
unsigned int tecWheel(const DetId &id) const
T const * product() const
TimeValue_t value() const
edm::Timestamp time() const
void fill(int layer, int ring, int nmod, float x)
data decode(const unsigned int &value) const
unsigned int tobLayer(const DetId &id) const
unsigned int tecSide(const DetId &id) const