17 Tk_HM_ = std::make_unique<TkHistoMap>(tkDetMapHandle.
product(),
"SiStrip/Histo_Map",
"LA_TkMap", 0.);
30 std::map<uint32_t, float>::const_iterator LAMapIter_;
33 for (LAMapIter_ = LAMap_.begin(); LAMapIter_ != LAMap_.end(); LAMapIter_++) {
51 for (
unsigned int i = 0;
i < selectedDetIds.size();
i++) {
53 if (subDetId_ < 3 || subDetId_ > 6) {
55 <<
"[SiStripLorentzAngle::fillSummaryMEs] WRONG INPUT : no such " 57 << subDetId_ <<
" and detId " << selectedDetIds[
i] <<
" therefore no filling!" << std::endl;
89 c1.Print(name.c_str());
97 c2.Print(name2.c_str());
107 c1.Print(name.c_str());
116 c1.Print(name.c_str());
135 if (subDetId_ < 3 || subDetId_ > 6) {
136 edm::LogError(
"SiStripLorentzAngleDQM") <<
"[SiStripLorentzAngleDQM::fillMEsForLayer] WRONG INPUT : no such " 137 "subdetector type : " 138 << subDetId_ <<
" no folder set!" << std::endl;
142 std::vector<uint32_t> sameLayerDetIds_;
143 sameLayerDetIds_.clear();
149 std::map<uint32_t, ModMEs>::iterator selMEsMapIter_ =
154 selME_ = selMEsMapIter_->second;
159 sameLayerDetIds_.clear();
161 switch (
DetId(selDetId_).subdetId()) {
186 for (
unsigned int i = 0;
i < sameLayerDetIds_.size();
i++) {
206 if (subDetId_ < 3 || subDetId_ > 6) {
207 edm::LogError(
"SiStripLorentzAngleDQM") <<
"[SiStripLorentzAngleDQM::fillMEsForLayer] WRONG INPUT : no such " 208 "subdetector type : " 209 << subDetId_ <<
" no folder set!" << std::endl;
214 hSummaryOfCumul_description,
"layer",
getStringNameAndId(selDetId_, tTopo).first,
"");
216 for (
unsigned int i = 0;
i < sameLayerDetIds_.size();
i++) {
223 std::map<uint32_t, ModMEs>::iterator selMEsMapIter_ =
228 selME_ = selMEsMapIter_->second;
237 sameLayerDetIds_.clear();
241 for (
unsigned int i = 0;
i < sameLayerDetIds_.size();
i++) {
260 if (subDetId_ < 3 || subDetId_ > 6) {
261 edm::LogError(
"SiStripLorentzAngleDQM") <<
"[SiStripLorentzAngleDQM::fillMEsForLayer] WRONG INPUT : no " 262 "such subdetector type : " 263 << subDetId_ <<
" no folder set!" << std::endl;
270 for (
unsigned int i = 0;
i < sameLayerDetIds_.size();
i++) {
TProfile * getTProfile() const
T getParameter(std::string const &) const
void getTIBDetectors(const std::vector< uint32_t > &inputDetRawIds, std::vector< uint32_t > &tibDetRawIds, const TrackerTopology *trackerTopology, uint32_t layer=0, uint32_t bkw_frw=0, uint32_t int_ext=0, uint32_t string=0)
unsigned int tibLayer(const DetId &id) const
unsigned int tibString(const DetId &id) const
void fillSummaryMEs(const std::vector< uint32_t > &selectedDetIds, const edm::EventSetup &es) override
edm::ESHandle< SiStripLorentzAngle > lorentzangleHandle_
bool SummaryOnLayerLevel_On_
void getTIDDetectors(const std::vector< uint32_t > &inputDetRawIds, std::vector< uint32_t > &tidDetRawIds, const TrackerTopology *trackerTopology, uint32_t side=0, uint32_t wheel=0, uint32_t ring=0, uint32_t ster=0)
bool SummaryOnStringLevel_On_
void getTECDetectors(const std::vector< uint32_t > &inputDetRawIds, std::vector< uint32_t > &tecDetRawIds, const TrackerTopology *trackerTopology, uint32_t side=0, uint32_t wheel=0, uint32_t petal_bkw_frw=0, uint32_t petal=0, uint32_t ring=0, uint32_t ster=0)
void getSummaryMEs(ModMEs &CondObj_ME, const uint32_t &detId_, const TrackerTopology *tTopo)
SiStripLorentzAngleDQM(const edm::EventSetup &eSetup, edm::RunNumber_t iRun, edm::ParameterSet const &hPSet, edm::ParameterSet const &fPSet)
void fillTkMap(const uint32_t &detid, const float &value)
U second(std::pair< T, U > const &p)
const std::map< unsigned int, float > & getLorentzAngles() const
std::map< uint32_t, ModMEs > SummaryMEsMap_
bool tibIsExternalString(const DetId &id) const
float getLorentzAngle(const uint32_t &) const
void getActiveDetIds(const edm::EventSetup &eSetup) override
std::vector< uint32_t > GetSameLayerDetId(const std::vector< uint32_t > &activeDetIds, uint32_t selDetId, const TrackerTopology *tTopo)
constexpr int subdetId() const
get the contents of the subdetector field (not cast into any detector's numbering enum) ...
std::pair< std::string, uint32_t > getStringNameAndId(const uint32_t &detId_, const TrackerTopology *tTopo)
MonitorElement * SummaryOfProfileDistr
void fillMEsForLayer(uint32_t selDetId_, const TrackerTopology *tTopo) override
~SiStripLorentzAngleDQM() override
void getConditionObject(const edm::EventSetup &eSetup) override
std::pair< std::string, uint32_t > getLayerNameAndId(const uint32_t &detId_, const TrackerTopology *tTopo)
std::vector< uint32_t > activeDetIds
void getTOBDetectors(const std::vector< uint32_t > &inputDetRawIds, std::vector< uint32_t > &tobDetRawIds, const TrackerTopology *trackerTopology, uint32_t layer=0, uint32_t bkw_frw=0, uint32_t rod=0)
std::string createHistoLayer(std::string description, std::string id_type, std::string path, std::string flag)
unsigned int tobRod(const DetId &id) const
MonitorElement * SummaryOfCumulDistr
bool tibIsInternalString(const DetId &id) const
T const * product() const
SiStripHistoId hidmanager
std::unique_ptr< TkHistoMap > Tk_HM_
unsigned int tobLayer(const DetId &id) const