42 LogDebug(
"SiStripDcsInfo") <<
"SiStripDcsInfo::Deleting SiStripDcsInfo ";
48 LogDebug(
"SiStripDcsInfo") <<
"SiStripDcsInfo::Deleting SiStripDcsInfo ";
63 SubDetMEsMap.insert(std::pair<std::string, SubDetMEs >(tag, local_mes));
70 SubDetMEsMap.insert(std::pair<std::string, SubDetMEs >(tag, local_mes));
77 SubDetMEsMap.insert(std::pair<std::string, SubDetMEs >(tag, local_mes));
84 SubDetMEsMap.insert(std::pair<std::string, SubDetMEs >(tag, local_mes));
91 SubDetMEsMap.insert(std::pair<std::string, SubDetMEs >(tag, local_mes));
98 SubDetMEsMap.insert(std::pair<std::string, SubDetMEs >(tag, local_mes));
104 LogDebug (
"SiStripDcsInfo") <<
"SiStripDcsInfo:: Begining of Run";
113 runInfoRec->get(sumFED);
116 std::vector<int> FedsInIds= sumFED->
m_fed_in;
117 for(
unsigned int it = 0; it < FedsInIds.size(); ++it) {
118 int fedID = FedsInIds[it];
119 if(fedID>=siStripFedIdMin && fedID<=siStripFedIdMax) ++
nFEDConnected_;
138 LogDebug(
"SiStripDcsInfo") <<
"SiStripDcsInfo::beginLuminosityBlock";
144 it->second.FaultyDetectors.clear();
154 LogDebug(
"SiStripDcsInfo") <<
"SiStripDcsInfo::endLuminosityBlock";
164 LogDebug (
"SiStripDcsInfo") <<
"SiStripDcsInfo::EndRun";
169 it->second.FaultyDetectors.clear();
194 me_name =
"SiStrip_" + it->first;
215 LogDebug(
"SiStripDcsInfo") <<
"SiStripDcsInfo::readCabling : " 216 <<
" Change in Cache";
219 std::vector<uint32_t> SelectedDetIds;
221 LogDebug(
"SiStripDcsInfo") <<
" SiStripDcsInfo::readCabling : " 222 <<
" Total Detectors " << SelectedDetIds.size();
227 it->second.TotalDetectors = 0;
230 for (std::vector<uint32_t>::const_iterator idetid=SelectedDetIds.begin(); idetid != SelectedDetIds.end(); ++idetid){
231 uint32_t detId = *idetid;
232 if (detId == 0 || detId == 0xFFFFFFFF)
continue;
236 std::map<std::string, SubDetMEs>::iterator iPos =
SubDetMEsMap.find(subdet_tag);
238 iPos->second.TotalDetectors++;
254 std::vector <uint32_t> FaultyDetIds;
256 LogDebug(
"SiStripDcsInfo") <<
" SiStripDcsInfo::readStatus : " 257 <<
" Faulty Detectors " << FaultyDetIds.size();
259 for (std::vector<uint32_t>::const_iterator ihvoff=FaultyDetIds.begin(); ihvoff!=FaultyDetIds.end();++ihvoff){
260 uint32_t detId_hvoff = (*ihvoff);
265 std::map<std::string, SubDetMEs>::iterator iPos =
SubDetMEsMap.find(subdet_tag);
267 std::vector<uint32_t>::iterator ibad =
std::find(iPos->second.FaultyDetectors.begin(), iPos->second.FaultyDetectors.end(), detId_hvoff);
268 if (ibad == iPos->second.FaultyDetectors.end()) iPos->second.FaultyDetectors.push_back( detId_hvoff);
278 float total_det = 0.0;
279 float faulty_det = 0.0;
282 int total_subdet = it->second.TotalDetectors;
283 int faulty_subdet = it->second.FaultyDetectors.size();
285 else fraction = 1.0 - faulty_subdet*1.0/total_subdet;
286 it->second.DcsFractionME->Reset();
287 it->second.DcsFractionME->Fill(fraction);
288 edm::LogInfo(
"SiStripDcsInfo") <<
" SiStripDcsInfo::fillStatus : Sub Detector " 289 << it->first <<
" Total Number " << total_subdet
290 <<
" Faulty ones " << faulty_subdet;
291 total_det += total_subdet;
292 faulty_det += faulty_subdet;
295 else fraction = 1 - faulty_det/total_det;
301 for (std::vector<uint32_t>::iterator ifaulty = it->second.FaultyDetectors.begin(); ifaulty != it->second.FaultyDetectors.end(); ifaulty++) {
302 uint32_t detId_faulty = (*ifaulty);
303 if(
IsLumiGoodDcs_) it->second.NLumiDetectorIsFaulty[detId_faulty]++;
315 it->second.DcsFractionME->Reset();
316 it->second.DcsFractionME->Fill(-1.0);
337 std::unordered_map<uint32_t,uint16_t> lumiCountBadModules = it->second.NLumiDetectorIsFaulty;
338 for(std::unordered_map<uint32_t,uint16_t>::iterator ilumibad = lumiCountBadModules.begin();
339 ilumibad != lumiCountBadModules.end(); ilumibad++) {
340 uint32_t ibad = (*ilumibad).first;
341 uint32_t nBadLumi = (*ilumibad).second;
343 std::string bad_module_folder = mechanical_dir +
"/" +
344 it->second.folder_name +
"/" 348 std::ostringstream detid_str;
350 std::string full_path = bad_module_folder +
"/" + detid_str.str();
static void setBadModuleFlag(std::string &hname, uint16_t &flg)
std::optional< T > tryToGet() const
int64_t getIntValue() const
void endLuminosityBlock(edm::LuminosityBlock const &lumiSeg, edm::EventSetup const &iSetup) override
End Of Luminosity.
void addActiveDetectorsRawIds(std::vector< uint32_t > &) const
SiStripDcsInfo(const edm::ParameterSet &ps)
Constructor.
#define DEFINE_FWK_MODULE(type)
float MaxAcceptableBadDcsLumi_
bool IsConnected(const uint32_t &det_id) const
void beginLuminosityBlock(edm::LuminosityBlock const &lumiSeg, edm::EventSetup const &eSetup) override
Begin Luminosity Block.
float MinAcceptableDcsDetFrac_
MonitorElement * bookInt(char_string const &name)
Book int.
void find(edm::Handle< EcalRecHitCollection > &hits, DetId thisDet, std::vector< EcalRecHitCollection::const_iterator > &hit, bool debug=false)
MonitorElement * bookFloat(char_string const &name)
Book float.
void setLumiFlag()
this ME is meant to be stored for each luminosity section
void getDetIds(std::vector< uint32_t > &DetIds_) const
std::map< std::string, SubDetMEs > SubDetMEsMap
std::vector< int > m_fed_in
MonitorElement * get(std::string const &path) const
get ME from full pathname (e.g. "my/long/dir/my_histo")
const std::string subdet_tag("SubDet")
MonitorElement * DcsFractionME
~SiStripDcsInfo() override
Destructor.
void Reset()
reset ME (ie. contents, errors, etc)
std::string const & pwd() const
edm::ESHandle< SiStripDetVOff > siStripDetVOff_
void setCurrentFolder(std::string const &fullpath)
void readCabling(edm::EventSetup const &)
void cd()
go to top directory (ie. root)
void beginRun(edm::Run const &run, edm::EventSetup const &eSetup) override
Begin Run.
MonitorElement * DcsFraction_
static void getSubDetectorTag(uint32_t det_id, std::string &subdet_tag, const TrackerTopology *tTopo)
void beginJob() override
BeginJob.
void endRun(edm::Run const &run, edm::EventSetup const &eSetup) override
EndRun.
edm::ESHandle< SiStripDetCabling > detCabling_
void analyze(edm::Event const &, edm::EventSetup const &) override
Analyze.
unsigned long long m_cacheIDCabling_
std::vector< uint32_t > FaultyDetectors
void readStatus(edm::EventSetup const &)
static bool goToDir(DQMStore *dqm_store, std::string name)
T const * product() const
static void getTopFolderPath(DQMStore *dqm_store, std::string top_dir, std::string &path)