1 #ifndef CondTools_Ecal_EcalErrorMask_H 2 #define CondTools_Ecal_EcalErrorMask_H 20 void fetchDataSet(std::map<EcalLogicID, RunCrystalErrorsDat>* fillMap);
21 void fetchDataSet(std::map<EcalLogicID, RunTTErrorsDat>* fillMap);
22 void fetchDataSet(std::map<EcalLogicID, RunPNErrorsDat>* fillMap);
23 void fetchDataSet(std::map<EcalLogicID, RunMemChErrorsDat>* fillMap);
24 void fetchDataSet(std::map<EcalLogicID, RunMemTTErrorsDat>* fillMap);
36 #endif // CondTools_Ecal_EcalErrorMask_H void readDB(EcalCondDBInterface *eConn, RunIOV *runIOV) noexcept(false)
std::map< EcalLogicID, RunPNErrorsDat > mapPNErrors_
std::map< EcalLogicID, RunTTErrorsDat > mapTTErrors_
std::map< EcalLogicID, RunMemTTErrorsDat > mapMemTTErrors_
std::map< EcalLogicID, RunCrystalErrorsDat > mapCrystalErrors_
void fetchDataSet(std::map< EcalLogicID, RunCrystalErrorsDat > *fillMap)
std::map< EcalLogicID, RunMemChErrorsDat > mapMemChErrors_