CMS 3D CMS Logo

List of all members | Public Member Functions | Protected Member Functions | Private Member Functions | Private Attributes
SiStripBadComponentInfo Class Reference

#include <DQM/SiStripMonitorCluster/interface/SiStripBadComponentInfo.h>

Inheritance diagram for SiStripBadComponentInfo:
DQMEDHarvester edm::one::EDProducer< edm::Accumulator, edm::EndLuminosityBlockProducer, edm::EndRunProducer, edm::one::WatchLuminosityBlocks, edm::one::WatchRuns, edm::one::SharedResources > edm::one::EDProducerBase edm::ProducerBase edm::EDConsumerBase edm::ProductRegistryHelper

Public Member Functions

 SiStripBadComponentInfo (const edm::ParameterSet &ps)
 Constructor. More...
 
 ~SiStripBadComponentInfo () override
 
- Public Member Functions inherited from DQMEDHarvester
void accumulate (edm::Event const &ev, edm::EventSetup const &es) final
 
void beginLuminosityBlock (edm::LuminosityBlock const &, edm::EventSetup const &) final
 
void beginRun (edm::Run const &, edm::EventSetup const &) override
 
 DQMEDHarvester ()
 
virtual void dqmEndLuminosityBlock (DQMStore::IBooker &, DQMStore::IGetter &, edm::LuminosityBlock const &, edm::EventSetup const &)
 
void endJob () final
 
void endLuminosityBlock (edm::LuminosityBlock const &, edm::EventSetup const &) final
 
void endLuminosityBlockProduce (edm::LuminosityBlock &, edm::EventSetup const &) final
 
void endRun (edm::Run const &, edm::EventSetup const &) override
 
void endRunProduce (edm::Run &run, edm::EventSetup const &setup) override
 
 ~DQMEDHarvester () override=default
 
- Public Member Functions inherited from edm::one::EDProducer< edm::Accumulator, edm::EndLuminosityBlockProducer, edm::EndRunProducer, edm::one::WatchLuminosityBlocks, edm::one::WatchRuns, edm::one::SharedResources >
 EDProducer ()=default
 
SerialTaskQueueglobalLuminosityBlocksQueue () final
 
SerialTaskQueueglobalRunsQueue () final
 
bool hasAbilityToProduceInLumis () const final
 
bool hasAbilityToProduceInRuns () const final
 
bool wantsGlobalLuminosityBlocks () const final
 
bool wantsGlobalRuns () const final
 
- Public Member Functions inherited from edm::one::EDProducerBase
 EDProducerBase ()
 
ModuleDescription const & moduleDescription () const
 
bool wantsStreamLuminosityBlocks () const
 
bool wantsStreamRuns () const
 
 ~EDProducerBase () override
 
- Public Member Functions inherited from edm::ProducerBase
void callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func)
 
std::vector< edm::ProductResolverIndex > const & indiciesForPutProducts (BranchType iBranchType) const
 
 ProducerBase ()
 
std::vector< edm::ProductResolverIndex > const & putTokenIndexToProductResolverIndex () const
 
void registerProducts (ProducerBase *, ProductRegistry *, ModuleDescription const &)
 
std::function< void(BranchDescription const &)> registrationCallback () const
 used by the fwk to register list of products More...
 
void resolvePutIndicies (BranchType iBranchType, ModuleToResolverIndicies const &iIndicies, std::string const &moduleLabel)
 
 ~ProducerBase () noexcept(false) override
 
- Public Member Functions inherited from edm::EDConsumerBase
std::vector< ConsumesInfoconsumesInfo () const
 
void convertCurrentProcessAlias (std::string const &processName)
 Convert "@currentProcess" in InputTag process names to the actual current process name. More...
 
 EDConsumerBase ()
 
 EDConsumerBase (EDConsumerBase const &)=delete
 
 EDConsumerBase (EDConsumerBase &&)=default
 
ProductResolverIndexAndSkipBit indexFrom (EDGetToken, BranchType, TypeID const &) const
 
void itemsMayGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const
 
void itemsToGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const
 
std::vector< ProductResolverIndexAndSkipBit > const & itemsToGetFrom (BranchType iType) const
 
void labelsForToken (EDGetToken iToken, Labels &oLabels) const
 
void modulesWhoseProductsAreConsumed (std::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const
 
EDConsumerBase const & operator= (EDConsumerBase const &)=delete
 
EDConsumerBaseoperator= (EDConsumerBase &&)=default
 
bool registeredToConsume (ProductResolverIndex, bool, BranchType) const
 
bool registeredToConsumeMany (TypeID const &, BranchType) const
 
ProductResolverIndexAndSkipBit uncheckedIndexFrom (EDGetToken) const
 
void updateLookup (BranchType iBranchType, ProductResolverIndexHelper const &, bool iPrefetchMayGet)
 
virtual ~EDConsumerBase () noexcept(false)
 

Protected Member Functions

void beginRun (edm::Run const &, edm::EventSetup const &) override
 
void dqmEndJob (DQMStore::IBooker &, DQMStore::IGetter &) override
 
void endRun (edm::Run const &, edm::EventSetup const &) override
 
- Protected Member Functions inherited from edm::EDConsumerBase
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > consumes (edm::InputTag const &tag)
 
EDGetToken consumes (const TypeToGet &id, edm::InputTag const &tag)
 
template<BranchType B>
EDGetToken consumes (TypeToGet const &id, edm::InputTag const &tag)
 
ConsumesCollector consumesCollector ()
 Use a ConsumesCollector to gather consumes information from helper functions. More...
 
template<typename ProductType , BranchType B = InEvent>
void consumesMany ()
 
void consumesMany (const TypeToGet &id)
 
template<BranchType B>
void consumesMany (const TypeToGet &id)
 
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event>
auto esConsumes ()
 
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event>
auto esConsumes (ESInputTag const &tag)
 
template<typename ESProduct , Transition Tr = Transition::Event>
auto esConsumes (eventsetup::EventSetupRecordKey const &, ESInputTag const &tag)
 
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > mayConsume (edm::InputTag const &tag)
 
EDGetToken mayConsume (const TypeToGet &id, edm::InputTag const &tag)
 
template<BranchType B>
EDGetToken mayConsume (const TypeToGet &id, edm::InputTag const &tag)
 

Private Member Functions

void bookBadComponentHistos (DQMStore::IBooker &ibooker, DQMStore::IGetter &igetter)
 
void checkBadComponents (edm::EventSetup const &eSetup)
 
void createSummary (MonitorElement *me, const std::map< std::pair< int, int >, float > &map)
 
void fillBadComponentMaps (int xbin, int component, SiStripQuality::BadComponent const &BC)
 

Private Attributes

MonitorElementbadAPVME_
 
MonitorElementbadFiberME_
 
MonitorElementbadStripME_
 
bool bookedStatus_
 
std::map< std::pair< int, int >, float > mapBadAPV
 
std::map< std::pair< int, int >, float > mapBadFiber
 
std::map< std::pair< int, int >, float > mapBadStrip
 
int nSubSystem_
 
std::string qualityLabel_
 
edm::ESHandle< SiStripQualitysiStripQuality_
 
edm::ESHandle< TrackerTopologytTopoHandle_
 

Additional Inherited Members

- Public Types inherited from edm::one::EDProducerBase
typedef EDProducerBase ModuleType
 
- Public Types inherited from edm::ProducerBase
using ModuleToResolverIndicies = std::unordered_multimap< std::string, std::tuple< edm::TypeID const *, const char *, edm::ProductResolverIndex >>
 
typedef ProductRegistryHelper::TypeLabelList TypeLabelList
 
- Public Types inherited from edm::EDConsumerBase
typedef ProductLabels Labels
 
- Static Public Member Functions inherited from edm::one::EDProducerBase
static const std::string & baseType ()
 
static void fillDescriptions (ConfigurationDescriptions &descriptions)
 
static void prevalidate (ConfigurationDescriptions &descriptions)
 
- Protected Attributes inherited from DQMEDHarvester
edm::EDPutTokenT< DQMTokenlumiToken_
 
edm::EDPutTokenT< DQMTokenrunToken_
 

Detailed Description

Description: Checks the # of SiStrip FEDs from DAQ Usage: <usage>

Definition at line 42 of file SiStripBadComponentInfo.h.

Constructor & Destructor Documentation

SiStripBadComponentInfo::SiStripBadComponentInfo ( const edm::ParameterSet ps)

Constructor.

Definition at line 23 of file SiStripBadComponentInfo.cc.

References LogDebug.

23  :
24  bookedStatus_(false),
25  nSubSystem_(6),
26  qualityLabel_(pSet.getParameter<std::string>("StripQualityLabel"))
27 {
28  // Create MessageSender
29  LogDebug( "SiStripBadComponentInfo") << "SiStripBadComponentInfo::Deleting SiStripBadComponentInfo ";
30 }
#define LogDebug(id)
SiStripBadComponentInfo::~SiStripBadComponentInfo ( )
override

Definition at line 34 of file SiStripBadComponentInfo.cc.

References LogDebug, mapBadAPV, mapBadFiber, and mapBadStrip.

34  {
35  LogDebug("SiStripBadComponentInfo") << "SiStripBadComponentInfo::Deleting SiStripBadComponentInfo ";
36  mapBadAPV.clear();
37  mapBadFiber.clear();
38  mapBadStrip.clear();
39 }
#define LogDebug(id)
std::map< std::pair< int, int >, float > mapBadFiber
std::map< std::pair< int, int >, float > mapBadAPV
std::map< std::pair< int, int >, float > mapBadStrip

Member Function Documentation

void SiStripBadComponentInfo::beginRun ( edm::Run const &  run,
edm::EventSetup const &  eSetup 
)
overrideprotected

Definition at line 43 of file SiStripBadComponentInfo.cc.

43  {
44 }
void SiStripBadComponentInfo::bookBadComponentHistos ( DQMStore::IBooker ibooker,
DQMStore::IGetter igetter 
)
private

Definition at line 154 of file SiStripBadComponentInfo.cc.

References badAPVME_, badFiberME_, badStripME_, DQMStore::IBooker::book2D(), bookedStatus_, DQMStore::IBooker::cd(), DQMStore::IGetter::dirExists(), mps_fire::i, names, nSubSystem_, DQMStore::IBooker::pwd(), MonitorElement::setAxisTitle(), MonitorElement::setBinLabel(), DQMStore::IBooker::setCurrentFolder(), and AlCaHLTBitMon_QueryRunRegistry::string.

Referenced by dqmEndJob().

154  {
155  if (!bookedStatus_) {
156  std::string strip_dir = "";
157  ibooker.cd();
158  // SiStripUtility::getTopFolderPath(dqmStore_, "SiStrip", strip_dir);
159  if (igetter.dirExists("SiStrip")) {
160  ibooker.cd("SiStrip");
161  strip_dir = ibooker.pwd();
162  }
163  edm::LogInfo ("SiStripBadComponentInfo") << "SiStripBadComponentInfo::bookBadComponentHistos ==> " << strip_dir << " " << ibooker.pwd() << std::endl;
164  if (!strip_dir.empty()) ibooker.setCurrentFolder(strip_dir+"/EventInfo");
165  else ibooker.setCurrentFolder("SiStrip/EventInfo");
166 
167  ibooker.cd();
168  if (!strip_dir.empty()) ibooker.setCurrentFolder(strip_dir+"/EventInfo/BadComponentContents");
169 
170  std::string hname, htitle;
171  hname = "BadAPVMap";
172  htitle = "SiStrip Bad APVs";
173  badAPVME_ = ibooker.book2D(hname, htitle, nSubSystem_, 0.5, nSubSystem_+0.5, 10, 0.5, 10.5);
174  badAPVME_->setAxisTitle("Sub Detector Type", 1);
175  badAPVME_->setAxisTitle("Layer/Disc Number", 2);
176 
177  hname = "BadFiberMap";
178  htitle = "SiStrip Bad Fibers";
179  badFiberME_ = ibooker.book2D(hname, htitle, nSubSystem_, 0.5, nSubSystem_+0.5, 10, 0.5, 10.5);
180  badFiberME_->setAxisTitle("Sub Detector Type", 1);
181  badFiberME_->setAxisTitle("Layer/Disc Number", 2);
182 
183  hname = "BadStripMap";
184  htitle = "SiStrip Bad Strips";
185  badStripME_ = ibooker.book2D(hname, htitle, nSubSystem_, 0.5, nSubSystem_+0.5, 10, 0.5, 10.5);
186  badStripME_->setAxisTitle("Sub Detector Type", 1);
187  badStripME_->setAxisTitle("Layer/Disc Number", 2);
188 
189  std::vector<std::string> names;
190  names.push_back("TECB");
191  names.push_back("TECF");
192  names.push_back("TIB");
193  names.push_back("TIDB");
194  names.push_back("TIDF");
195  names.push_back("TOB");
196 
197  for (unsigned int i=0; i < names.size(); i++) {
198  badAPVME_->setBinLabel(i+1, names[i]);
199  badFiberME_->setBinLabel(i+1, names[i]);
200  badStripME_->setBinLabel(i+1, names[i]);
201  }
202 
203  bookedStatus_ = true;
204  ibooker.cd();
205  }
206 }
void setBinLabel(int bin, const std::string &label, int axis=1)
set bin label for x, y or z axis (axis=1, 2, 3 respectively)
const std::string names[nVars_]
void setCurrentFolder(std::string const &fullpath)
Definition: DQMStore.cc:268
MonitorElement * book2D(Args &&...args)
Definition: DQMStore.h:109
std::string const & pwd()
Definition: DQMStore.cc:278
bool dirExists(std::string const &path)
Definition: DQMStore.cc:343
void setAxisTitle(const std::string &title, int axis=1)
set x-, y- or z-axis title (axis=1, 2, 3 respectively)
void SiStripBadComponentInfo::checkBadComponents ( edm::EventSetup const &  eSetup)
private

Definition at line 48 of file SiStripBadComponentInfo.cc.

References SiStripBadStrip::decode(), fillBadComponentMaps(), edm::EventSetup::get(), SiStripQuality::getBadComponentList(), SiStripBadStrip::getDataVectorBegin(), SiStripBadStrip::getRegistryVectorBegin(), SiStripBadStrip::getRegistryVectorEnd(), mps_fire::i, LogDebug, mapBadStrip, edm::ESHandle< T >::product(), qualityLabel_, SiStripBadStrip::data::range, siStripQuality_, DetId::subdetId(), StripSubdetector::TEC, TrackerTopology::tecSide(), TrackerTopology::tecWheel(), StripSubdetector::TIB, TrackerTopology::tibLayer(), StripSubdetector::TID, TrackerTopology::tidSide(), TrackerTopology::tidWheel(), StripSubdetector::TOB, TrackerTopology::tobLayer(), tTopoHandle_, and heppy_batch::val.

Referenced by endRun().

48  {
49 
50  LogDebug ("SiStripBadComponentInfo") <<"SiStripBadComponentInfo:: Begining of Run";
51 
52  //Retrieve tracker topology from geometry
53  eSetup.get<TrackerTopologyRcd>().get(tTopoHandle_);
54  const TrackerTopology* const topo = tTopoHandle_.product();
55 
57 
58  auto const& BC = siStripQuality_->getBadComponentList();
59 
60  for (size_t i=0;i<BC.size();++i){
61  int subdet=-999; int component=-999;
62  //&&&&&&&&&&&&&&&&&
63  //Single SubSyste
64  //&&&&&&&&&&&&&&&&&
65  int subDet = DetId(BC[i].detid).subdetId();
66  if ( subDet == StripSubdetector::TIB ){
67  //&&&&&&&&&&&&&&&&&
68  //TIB
69  //&&&&&&&&&&&&&&&&&
70  subdet = 3;
71  component=topo->tibLayer(BC[i].detid);
72  } else if ( subDet == StripSubdetector::TID ) {
73  //&&&&&&&&&&&&&&&&&
74  //TID
75  //&&&&&&&&&&&&&&&&&
76  if (topo->tidSide(BC[i].detid)==2) subdet = 4;
77  else subdet = 5;
78  component = topo->tidWheel(BC[i].detid);
79  } else if ( subDet == StripSubdetector::TOB ) {
80  //&&&&&&&&&&&&&&&&&
81  //TOB
82  //&&&&&&&&&&&&&&&&&
83  subdet = 6;
84  component=topo->tobLayer(BC[i].detid);
85  } else if ( subDet == StripSubdetector::TEC ) {
86  //&&&&&&&&&&&&&&&&&
87  //TEC
88  //&&&&&&&&&&&&&&&&&
89  if (topo->tecSide(BC[i].detid)==2) subdet = 2;
90  else subdet=1;
91  component=topo->tecWheel(BC[i].detid);
92  }
93  fillBadComponentMaps(subdet,component,BC[i]);
94  }
95 
96  //&&&&&&&&&&&&&&&&&&
97  // Single Strip Info
98  //&&&&&&&&&&&&&&&&&&
99 
102 
103  for (SiStripBadStrip::RegistryIterator rp=rbegin; rp != rend; ++rp) {
104  uint32_t detid=rp->detid;
105  int subdet=-999; int component=-999;
106  DetId detectorId=DetId(detid);
107  int subDet = detectorId.subdetId();
108  if ( subDet == StripSubdetector::TIB ){
109  subdet=3;
110  component=topo->tibLayer(detid);
111  } else if ( subDet == StripSubdetector::TID ) {
112  if (topo->tidSide(detid)==2) subdet = 5;
113  else subdet = 4;
114  component = topo->tidWheel(detid);
115  } else if ( subDet == StripSubdetector::TOB ) {
116  subdet=6;
117  component=topo->tobLayer(detid);
118  } else if ( subDet == StripSubdetector::TEC ) {
119  if (topo->tecSide(detid) == 2) subdet = 2;
120  else subdet=1;
121  component=topo->tecWheel(detid);
122  }
123 
125 
126  for(int it=0;it<sqrange.second-sqrange.first;it++){
127  unsigned int range=siStripQuality_->decode( *(sqrange.first+it) ).range;
128  float val = (mapBadStrip.find(std::make_pair(subdet,component))!=mapBadStrip.end()) ? mapBadStrip.at(std::make_pair(subdet,component)) : 0.;
129  val += range;
130  mapBadStrip[std::make_pair(subdet,component)]=val;
131  }
132  }
133 }
#define LogDebug(id)
unsigned short range
const std::vector< BadComponent > & getBadComponentList() const
unsigned int tibLayer(const DetId &id) const
unsigned int tidWheel(const DetId &id) const
Registry::const_iterator RegistryIterator
edm::ESHandle< SiStripQuality > siStripQuality_
RegistryIterator getRegistryVectorEnd() const
unsigned int tidSide(const DetId &id) const
constexpr int subdetId() const
get the contents of the subdetector field (not cast into any detector&#39;s numbering enum) ...
Definition: DetId.h:41
void fillBadComponentMaps(int xbin, int component, SiStripQuality::BadComponent const &BC)
ContainerIterator getDataVectorBegin() const
Definition: DetId.h:18
RegistryIterator getRegistryVectorBegin() const
edm::ESHandle< TrackerTopology > tTopoHandle_
std::pair< ContainerIterator, ContainerIterator > Range
std::map< std::pair< int, int >, float > mapBadStrip
unsigned int tecWheel(const DetId &id) const
T const * product() const
Definition: ESHandle.h:84
data decode(const unsigned int &value) const
unsigned int tobLayer(const DetId &id) const
unsigned int tecSide(const DetId &id) const
void SiStripBadComponentInfo::createSummary ( MonitorElement me,
const std::map< std::pair< int, int >, float > &  map 
)
private

Definition at line 224 of file SiStripBadComponentInfo.cc.

References DEFINE_FWK_MODULE, MonitorElement::getNbinsY(), mps_fire::i, gen::k, genParticles_cff::map, nSubSystem_, and MonitorElement::setBinContent().

Referenced by dqmEndJob().

224  {
225  for (int i=1; i<nSubSystem_+1; i++) {
226  float sum = 0.0;
227  for (int k=1; k<me->getNbinsY(); k++) {
228  auto index = std::make_pair(i,k);
229  if (map.find(index)!=map.end()){
230  me->setBinContent(i,k,map.at(index)); // fill the layer/wheel bins
231  sum += map.at(index);
232  }
233  }
234  me->setBinContent(i,me->getNbinsY(), sum); // fill the summary bin (last one)
235  }
236 }
void setBinContent(int binx, double content)
set content of bin (1-D)
int k[5][pyjets_maxn]
int getNbinsY() const
get # of bins in Y-axis
void SiStripBadComponentInfo::dqmEndJob ( DQMStore::IBooker ibooker,
DQMStore::IGetter igetter 
)
overrideprotectedvirtual

Implements DQMEDHarvester.

Definition at line 144 of file SiStripBadComponentInfo.cc.

References badAPVME_, badFiberME_, badStripME_, bookBadComponentHistos(), createSummary(), LogDebug, mapBadAPV, mapBadFiber, and mapBadStrip.

144  {
145  LogDebug ("SiStripBadComponentInfo") <<"SiStripBadComponentInfo::dqmEndRun";
146  bookBadComponentHistos(ibooker, igetter);
150 }
#define LogDebug(id)
std::map< std::pair< int, int >, float > mapBadFiber
void createSummary(MonitorElement *me, const std::map< std::pair< int, int >, float > &map)
void bookBadComponentHistos(DQMStore::IBooker &ibooker, DQMStore::IGetter &igetter)
std::map< std::pair< int, int >, float > mapBadAPV
std::map< std::pair< int, int >, float > mapBadStrip
void SiStripBadComponentInfo::endRun ( edm::Run const &  run,
edm::EventSetup const &  eSetup 
)
overrideprotected

Definition at line 137 of file SiStripBadComponentInfo.cc.

References checkBadComponents(), and LogDebug.

137  {
138  LogDebug ("SiStripBadComponentInfo") <<"SiStripBadComponentInfo:: End of Run";
139  checkBadComponents(eSetup);
140 }
#define LogDebug(id)
void checkBadComponents(edm::EventSetup const &eSetup)
void SiStripBadComponentInfo::fillBadComponentMaps ( int  xbin,
int  component,
SiStripQuality::BadComponent const &  BC 
)
private

Definition at line 207 of file SiStripBadComponentInfo.cc.

References SiStripQuality::BadComponent::BadApvs, SiStripQuality::BadComponent::BadFibers, KineDebug3::count(), mapBadAPV, mapBadFiber, and heppy_batch::val.

Referenced by checkBadComponents().

207  {
208 
209  auto index = std::make_pair(xbin,component);
210 
211  if (BC.BadApvs){
212  int ntot = std::bitset<16>(BC.BadApvs&0x3f).count();
213  float val = (mapBadAPV.find(index)!=mapBadAPV.end()) ? mapBadAPV.at(index) : 0.;
214  val += ntot;
216  }
217  if (BC.BadFibers){
218  int ntot = std::bitset<16>(BC.BadFibers&0x7).count();
219  float val = (mapBadFiber.find(index)!=mapBadFiber.end()) ? mapBadFiber.at(index) : 0.;
220  val+= ntot;
222  }
223 }
std::map< std::pair< int, int >, float > mapBadFiber
std::map< std::pair< int, int >, float > mapBadAPV

Member Data Documentation

MonitorElement* SiStripBadComponentInfo::badAPVME_
private

Definition at line 62 of file SiStripBadComponentInfo.h.

Referenced by bookBadComponentHistos(), and dqmEndJob().

MonitorElement* SiStripBadComponentInfo::badFiberME_
private

Definition at line 63 of file SiStripBadComponentInfo.h.

Referenced by bookBadComponentHistos(), and dqmEndJob().

MonitorElement* SiStripBadComponentInfo::badStripME_
private

Definition at line 64 of file SiStripBadComponentInfo.h.

Referenced by bookBadComponentHistos(), and dqmEndJob().

bool SiStripBadComponentInfo::bookedStatus_
private

Definition at line 70 of file SiStripBadComponentInfo.h.

Referenced by bookBadComponentHistos().

std::map<std::pair<int,int>,float > SiStripBadComponentInfo::mapBadAPV
private
std::map<std::pair<int,int>,float > SiStripBadComponentInfo::mapBadFiber
private
std::map<std::pair<int,int>,float > SiStripBadComponentInfo::mapBadStrip
private
int SiStripBadComponentInfo::nSubSystem_
private

Definition at line 71 of file SiStripBadComponentInfo.h.

Referenced by bookBadComponentHistos(), and createSummary().

std::string SiStripBadComponentInfo::qualityLabel_
private

Definition at line 72 of file SiStripBadComponentInfo.h.

Referenced by checkBadComponents().

edm::ESHandle<SiStripQuality> SiStripBadComponentInfo::siStripQuality_
private

Definition at line 74 of file SiStripBadComponentInfo.h.

Referenced by checkBadComponents().

edm::ESHandle<TrackerTopology> SiStripBadComponentInfo::tTopoHandle_
private

Definition at line 75 of file SiStripBadComponentInfo.h.

Referenced by checkBadComponents().