|
|
Go to the documentation of this file.
14 Tk_HM_ = std::make_unique<TkHistoMap>(tkDetMap,
"SiStrip/Histo_Map",
"LA_TkMap", 0.);
23 std::map<uint32_t, float>::const_iterator LAMapIter_;
26 for (LAMapIter_ = LAMap_.begin(); LAMapIter_ != LAMap_.end(); LAMapIter_++) {
37 for (
unsigned int i = 0;
i < selectedDetIds.size();
i++) {
39 if (subDetId_ < 3 || subDetId_ > 6) {
41 <<
"[SiStripLorentzAngle::fillSummaryMEs] WRONG INPUT : no such "
43 << subDetId_ <<
" and detId " << selectedDetIds[
i] <<
" therefore no filling!" << std::endl;
83 c2.Print(
name2.c_str());
109 uint32_t selDetId_) {
119 if (subDetId_ < 3 || subDetId_ > 6) {
120 edm::LogError(
"SiStripLorentzAngleDQM") <<
"[SiStripLorentzAngleDQM::fillMEsForLayer] WRONG INPUT : no such "
121 "subdetector type : "
122 << subDetId_ <<
" no folder set!" << std::endl;
126 std::vector<uint32_t> sameLayerDetIds_;
127 sameLayerDetIds_.clear();
137 selME_ = selMEsMapIter_->second;
142 sameLayerDetIds_.clear();
144 switch (
DetId(selDetId_).subdetId()) {
169 for (
unsigned int i = 0;
i < sameLayerDetIds_.size();
i++) {
188 if (subDetId_ < 3 || subDetId_ > 6) {
189 edm::LogError(
"SiStripLorentzAngleDQM") <<
"[SiStripLorentzAngleDQM::fillMEsForLayer] WRONG INPUT : no such "
190 "subdetector type : "
191 << subDetId_ <<
" no folder set!" << std::endl;
195 hSummaryOfCumul_name =
198 for (
unsigned int i = 0;
i < sameLayerDetIds_.size();
i++) {
209 selME_ = selMEsMapIter_->second;
218 sameLayerDetIds_.clear();
222 for (
unsigned int i = 0;
i < sameLayerDetIds_.size();
i++) {
241 if (subDetId_ < 3 || subDetId_ > 6) {
242 edm::LogError(
"SiStripLorentzAngleDQM") <<
"[SiStripLorentzAngleDQM::fillMEsForLayer] WRONG INPUT : no "
243 "such subdetector type : "
244 << subDetId_ <<
" no folder set!" << std::endl;
248 hSummaryOfCumul_name =
251 for (
unsigned int i = 0;
i < sameLayerDetIds_.size();
i++) {
std::string createHistoLayer(std::string description, std::string id_type, std::string path, std::string flag)
void getActiveDetIds(const edm::EventSetup &eSetup) override
SiStripHistoId hidmanager
bool tibIsInternalString(const DetId &id) const
bool tibIsExternalString(const DetId &id) const
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)
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)
~SiStripLorentzAngleDQM() override
std::vector< uint32_t > activeDetIds
void fillSummaryMEs(const std::vector< uint32_t > &selectedDetIds) override
U second(std::pair< T, U > const &p)
MonitorElement * SummaryOfProfileDistr
SiStripLorentzAngleDQM(edm::ESGetToken< SiStripLorentzAngle, SiStripLorentzAngleRcd > token, edm::RunNumber_t iRun, edm::ParameterSet const &hPSet, edm::ParameterSet const &fPSet, const TrackerTopology *tTopo, const TkDetMap *tkDetMap)
bool SummaryOnLayerLevel_On_
std::map< uint32_t, ModMEs > SummaryMEsMap_
unsigned int tobRod(const DetId &id) const
void fillTkMap(const uint32_t &detid, const float &value)
std::pair< std::string, uint32_t > getStringNameAndId(const uint32_t &detId_)
std::pair< std::string, uint32_t > getLayerNameAndId(const uint32_t &detId_)
std::unique_ptr< TkHistoMap > Tk_HM_
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)
static constexpr auto TIB
virtual TProfile * getTProfile() const
void fillMEsForLayer(uint32_t selDetId_) override
virtual TH1 * getTH1() const
constexpr int subdetId() const
get the contents of the subdetector field (not cast into any detector's numbering enum)
unsigned int tibString(const DetId &id) const
virtual std::string getTitle() const
get MonitorElement title
Log< level::Error, false > LogError
std::vector< uint32_t > GetSameLayerDetId(const std::vector< uint32_t > &activeDetIds, uint32_t selDetId)
float getLorentzAngle(const uint32_t &) const
unsigned int tobLayer(const DetId &id) const
const std::map< unsigned int, float > & getLorentzAngles() const
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)
static constexpr auto TEC
const TrackerTopology * tTopo_
void getSummaryMEs(ModMEs &CondObj_ME, const uint32_t &detId_)
bool SummaryOnStringLevel_On_
MonitorElement * SummaryOfCumulDistr
static constexpr auto TOB
T getParameter(std::string const &) const
void getConditionObject(const edm::EventSetup &eSetup) override
const SiStripLorentzAngle * condObj_
static constexpr auto TID
unsigned int tibLayer(const DetId &id) const