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)),
37 tkMap(0),tkMapFullIOVs(0)
53 filename.erase(filename.begin()+filename.find(
"."),filename.end());
83 for(
int j=0;
j<19;++
j){
97 std::vector<uint32_t>::const_iterator idet=detids.begin();
98 for(;idet!=detids.end();++idet){
99 ss <<
"detid " << (*idet) <<
" IsModuleUsable " << SiStripQuality_->IsModuleUsable((*idet)) <<
"\n";
100 if (SiStripQuality_->IsModuleUsable((*idet)))
103 LogDebug(
"SiStripQualityStatistics") << ss.str() << std::endl;
106 std::vector<SiStripQuality::BadComponent> BC = SiStripQuality_->getBadComponentList();
108 for (
size_t i=0;
i<BC.size();++
i){
117 NTkBadComponent[1]+= ( (BC[
i].BadFibers>>2)&0x1 )+ ( (BC[
i].BadFibers>>1)&0x1 ) + ( (BC[
i].BadFibers)&0x1 );
119 NTkBadComponent[2]+= ( (BC[
i].BadApvs>>5)&0x1 )+ ( (BC[
i].BadApvs>>4)&0x1 ) + ( (BC[
i].BadApvs>>3)&0x1 ) +
120 ( (BC[
i].BadApvs>>2)&0x1 )+ ( (BC[
i].BadApvs>>1)&0x1 ) + ( (BC[
i].BadApvs)&0x1 );
172 uint32_t
detid=rp->detid;
174 int subdet=-999;
int component=-999;
194 for(
int it=0;it<sqrange.second-sqrange.first;it++){
195 unsigned int range=SiStripQuality_->decode( *(sqrange.first+it) ).range;
204 edm::LogError(
"SiStripQualityStatistics") <<
"PROBLEM detid " << detid <<
" value " << percentage<< std::endl;
218 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";
219 ss <<
"\n-----------------\nGlobal Info\n-----------------";
220 ss <<
"\nBadComponent \t Modules \tFibers \tApvs\tStrips\n----------------------------------------------------------------";
224 ss <<
"\nTID:\t\t\t"<<NBadComponent[1][0][0]<<
"\t"<<NBadComponent[1][0][1]<<
"\t"<<NBadComponent[1][0][2]<<
"\t"<<NBadComponent[1][0][3];
225 ss <<
"\nTOB:\t\t\t"<<NBadComponent[2][0][0]<<
"\t"<<NBadComponent[2][0][1]<<
"\t"<<NBadComponent[2][0][2]<<
"\t"<<NBadComponent[2][0][3];
226 ss <<
"\nTEC:\t\t\t"<<NBadComponent[3][0][0]<<
"\t"<<NBadComponent[3][0][1]<<
"\t"<<NBadComponent[3][0][2]<<
"\t"<<NBadComponent[3][0][3];
229 for (
int i=1;
i<5;++
i)
230 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];
232 for (
int i=1;
i<4;++
i)
233 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];
234 for (
int i=4;
i<7;++
i)
235 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];
237 for (
int i=1;
i<7;++
i)
238 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];
240 for (
int i=1;
i<10;++
i)
241 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];
242 for (
int i=10;
i<19;++
i)
243 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];
246 ss <<
"\n----------------------------------------------------------------\n\t\t Detid \tModules Fibers Apvs\n----------------------------------------------------------------";
247 for (
int i=1;
i<5;++
i)
248 ss <<
"\nTIB Layer " <<
i <<
" :" <<
ssV[0][
i].str();
250 for (
int i=1;
i<4;++
i)
251 ss <<
"\nTID+ Disk " <<
i <<
" :" <<
ssV[1][
i].str();
252 for (
int i=4;
i<7;++
i)
253 ss <<
"\nTID- Disk " <<
i-3 <<
" :" <<
ssV[1][
i].str();
255 for (
int i=1;
i<7;++
i)
256 ss <<
"\nTOB Layer " <<
i <<
" :" <<
ssV[2][
i].str();
258 for (
int i=1;
i<10;++
i)
259 ss <<
"\nTEC+ Disk " <<
i <<
" :" <<
ssV[3][
i].str();
260 for (
int i=10;
i<19;++
i)
261 ss <<
"\nTEC- Disk " <<
i-9 <<
" :" <<
ssV[3][
i].str();
264 edm::LogInfo(
"SiStripQualityStatistics") << ss.str() << std::endl;
267 std::stringstream sRun; sRun.str(
"");
268 sRun <<
"_Run_" << std::setw(6) << std::setfill(
'0')<< e.
id().
run() << std::setw(0) ;
271 filename.insert(filename.find(
"."),sRun.str());
273 filename.erase(filename.begin()+filename.find(
"."),filename.end());
283 ssV[
i][component] <<
"\n\t\t "
293 ssV[
i][component] <<
" \t "
295 << ( (BC.
BadApvs>>1)&0x1 ) <<
" ";
297 ssV[
i][component] <<
"x x " << ( (BC.
BadApvs>>2)&0x1 ) <<
" "
300 ssV[
i][component] << ( (BC.
BadApvs>>2)&0x1 ) <<
" "
301 << ( (BC.
BadApvs>>3)&0x1 ) <<
" "
302 << ( (BC.
BadApvs>>4)&0x1 ) <<
" "
303 << ( (BC.
BadApvs>>5)&0x1 ) <<
" ";
std::string TkMapFileName_
EventNumber_t event() 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
void saveAsCanvas(std::string filename, std::string options="", std::string mode="RECREATE")
void analyze(const edm::Event &, const edm::EventSetup &)
void save(std::string filename)
unsigned int tidSide(const DetId &id) const
const std::vector< uint32_t > & getAllDetIds() const
void fill(uint32_t &detid, float value)
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]
tuple SiStripDetInfoFileReader
unsigned long long m_cacheID_
T const * product() const
std::pair< ContainerIterator, ContainerIterator > Range
void print(bool print_total=true, float minval=0., float maxval=0., std::string s="svgmap")
SiStripDetInfoFileReader * reader
SiStripQualityStatistics(const edm::ParameterSet &)
std::string fullPath() const
unsigned int tecWheel(const DetId &id) const
TimeValue_t value() const
edm::Timestamp time() const
void fill(int layer, int ring, int nmod, float x)
unsigned int tobLayer(const DetId &id) const
unsigned int tecSide(const DetId &id) const