CMS 3D CMS Logo

List of all members | Classes | Public Member Functions | Private Member Functions | Private Attributes
SiStripDaqInfo Class Reference

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

Inheritance diagram for SiStripDaqInfo:
edm::EDAnalyzer edm::EDConsumerBase

Classes

struct  SubDetMEs
 

Public Member Functions

 SiStripDaqInfo (const edm::ParameterSet &ps)
 Constructor. More...
 
 ~SiStripDaqInfo () override
 Destructor. More...
 
- Public Member Functions inherited from edm::EDAnalyzer
void callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func)
 
 EDAnalyzer ()
 
SerialTaskQueueglobalLuminosityBlocksQueue ()
 
SerialTaskQueueglobalRunsQueue ()
 
ModuleDescription const & moduleDescription () const
 
std::string workerType () const
 
 ~EDAnalyzer () 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)
 

Private Member Functions

void analyze (edm::Event const &, edm::EventSetup const &) override
 Analyze. More...
 
void beginJob () override
 BeginJob. More...
 
void beginRun (edm::Run const &run, edm::EventSetup const &eSetup) override
 Begin Run. More...
 
void bookStatus ()
 
void endLuminosityBlock (edm::LuminosityBlock const &lumiSeg, edm::EventSetup const &iSetup) override
 End Of Luminosity. More...
 
void endRun (edm::Run const &run, edm::EventSetup const &eSetup) override
 EndRun. More...
 
void fillDummyStatus ()
 
void findExcludedModule (unsigned short fed_id, const TrackerTopology *tTopo)
 
void readFedIds (const edm::ESHandle< SiStripFedCabling > &fedcabling, edm::EventSetup const &iSetup)
 
void readSubdetFedFractions (std::vector< int > &fed_ids, edm::EventSetup const &iSetup)
 

Private Attributes

bool bookedStatus_
 
MonitorElementDaqFraction_
 
DQMStoredqmStore_
 
edm::ESHandle< SiStripFedCablingfedCabling_
 
unsigned long long m_cacheID_
 
int nFedTotal
 
std::map< std::string, std::vector< unsigned short > > subDetFedMap
 
std::map< std::string, SubDetMEsSubDetMEsMap
 

Additional Inherited Members

- Public Types inherited from edm::EDAnalyzer
typedef EDAnalyzer ModuleType
 
- Public Types inherited from edm::EDConsumerBase
typedef ProductLabels Labels
 
- Static Public Member Functions inherited from edm::EDAnalyzer
static const std::string & baseType ()
 
static void fillDescriptions (ConfigurationDescriptions &descriptions)
 
static void prevalidate (ConfigurationDescriptions &)
 
static bool wantsGlobalLuminosityBlocks ()
 
static bool wantsGlobalRuns ()
 
static bool wantsStreamLuminosityBlocks ()
 
static bool wantsStreamRuns ()
 
- 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 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)
 

Detailed Description

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

Definition at line 41 of file SiStripDaqInfo.h.

Constructor & Destructor Documentation

SiStripDaqInfo::SiStripDaqInfo ( const edm::ParameterSet ps)

Constructor.

Definition at line 34 of file SiStripDaqInfo.cc.

References bookedStatus_, dqmStore_, nFedTotal, and Utilities::operator.

34  :
35  m_cacheID_(0) {
36 
37  // Create MessageSender
38  edm::LogInfo( "SiStripDaqInfo") << "SiStripDaqInfo::Deleting SiStripDaqInfo ";
39 
40  // get back-end interface
42  nFedTotal = 0;
43  bookedStatus_ = false;
44 }
DQMStore * dqmStore_
unsigned long long m_cacheID_
SiStripDaqInfo::~SiStripDaqInfo ( )
override

Destructor.

Definition at line 45 of file SiStripDaqInfo.cc.

45  {
46  edm::LogInfo("SiStripDaqInfo") << "SiStripDaqInfo::Deleting SiStripDaqInfo ";
47 
48 }

Member Function Documentation

void SiStripDaqInfo::analyze ( edm::Event const &  event,
edm::EventSetup const &  eSetup 
)
overrideprivatevirtual

Analyze.

Implements edm::EDAnalyzer.

Definition at line 161 of file SiStripDaqInfo.cc.

161  {
162 }
void SiStripDaqInfo::beginJob ( void  )
overrideprivatevirtual

BeginJob.

Reimplemented from edm::EDAnalyzer.

Definition at line 52 of file SiStripDaqInfo.cc.

52  {
53 
54 }
void SiStripDaqInfo::beginRun ( edm::Run const &  run,
edm::EventSetup const &  eSetup 
)
overrideprivatevirtual

Begin Run.

Reimplemented from edm::EDAnalyzer.

Definition at line 113 of file SiStripDaqInfo.cc.

References bookedStatus_, bookStatus(), DaqFraction_, fedCabling_, MonitorElement::Fill(), fillDummyStatus(), edm::EventSetup::get(), edm::ESHandleBase::isValid(), m_cacheID_, RunInfo::m_fed_in, FEDNumbering::MAXSiStripFEDID, FEDNumbering::MINSiStripFEDID, nFedTotal, readFedIds(), readSubdetFedFractions(), MonitorElement::Reset(), and edm::EventSetup::tryToGet().

113  {
114  edm::LogInfo ("SiStripDaqInfo") <<"SiStripDaqInfo:: Begining of Run";
115 
116  // Check latest Fed cabling and create TrackerMapCreator
117  unsigned long long cacheID = eSetup.get<SiStripFedCablingRcd>().cacheIdentifier();
118  if (m_cacheID_ != cacheID) {
119  m_cacheID_ = cacheID;
120 
121  eSetup.get<SiStripFedCablingRcd>().get(fedCabling_);
122 
123  readFedIds(fedCabling_, eSetup);
124  }
125  if (!bookedStatus_) bookStatus();
126  if (nFedTotal == 0) {
127  fillDummyStatus();
128  edm::LogInfo ("SiStripDaqInfo") <<" SiStripDaqInfo::No FEDs Connected!!!";
129  return;
130  }
131 
132  float nFEDConnected = 0.0;
133  const int siStripFedIdMin = FEDNumbering::MINSiStripFEDID;
134  const int siStripFedIdMax = FEDNumbering::MAXSiStripFEDID;
135 
136  if(auto runInfoRec = eSetup.tryToGet<RunInfoRcd>()) {
137 
138  edm::ESHandle<RunInfo> sumFED;
139  runInfoRec->get(sumFED);
140 
141  if ( sumFED.isValid() ) {
142  std::vector<int> FedsInIds= sumFED->m_fed_in;
143  for(unsigned int it = 0; it < FedsInIds.size(); ++it) {
144  int fedID = FedsInIds[it];
145 
146  if(fedID>=siStripFedIdMin && fedID<=siStripFedIdMax) ++nFEDConnected;
147  }
148  edm::LogInfo ("SiStripDaqInfo") <<" SiStripDaqInfo::Total # of FEDs " << nFedTotal
149  << " Connected FEDs " << nFEDConnected;
150  if (nFEDConnected > 0) {
151  DaqFraction_->Reset();
152  DaqFraction_->Fill(nFEDConnected/nFedTotal);
153  readSubdetFedFractions(FedsInIds,eSetup);
154  }
155  }
156  }
157 }
void readFedIds(const edm::ESHandle< SiStripFedCabling > &fedcabling, edm::EventSetup const &iSetup)
void Fill(long long x)
edm::ESHandle< SiStripFedCabling > fedCabling_
std::vector< int > m_fed_in
Definition: RunInfo.h:26
void Reset()
reset ME (ie. contents, errors, etc)
void readSubdetFedFractions(std::vector< int > &fed_ids, edm::EventSetup const &iSetup)
void fillDummyStatus()
MonitorElement * DaqFraction_
bool isValid() const
Definition: ESHandle.h:47
unsigned long long m_cacheID_
void SiStripDaqInfo::bookStatus ( )
private

Definition at line 58 of file SiStripDaqInfo.cc.

References bookedStatus_, DQMStore::bookFloat(), DQMStore::cd(), SiStripDaqInfo::SubDetMEs::ConnectedFeds, DaqFraction_, SiStripDaqInfo::SubDetMEs::DaqFractionME, dqmStore_, SiStripUtility::getTopFolderPath(), DQMStore::setCurrentFolder(), AlCaHLTBitMon_QueryRunRegistry::string, and SubDetMEsMap.

Referenced by beginRun(), and fillDummyStatus().

58  {
59  edm::LogInfo( "SiStripDcsInfo") << " SiStripDaqInfo::bookStatus " << bookedStatus_;
60  if (!bookedStatus_) {
61  dqmStore_->cd();
62  std::string strip_dir = "";
63  SiStripUtility::getTopFolderPath(dqmStore_, "SiStrip", strip_dir);
64  if (!strip_dir.empty()) dqmStore_->setCurrentFolder(strip_dir+"/EventInfo");
65  else dqmStore_->setCurrentFolder("SiStrip/EventInfo");
66 
67 
68  DaqFraction_= dqmStore_->bookFloat("DAQSummary");
69 
70  dqmStore_->cd();
71  if (!strip_dir.empty()) dqmStore_->setCurrentFolder(strip_dir+"/EventInfo/DAQContents");
72  else dqmStore_->setCurrentFolder("SiStrip/EventInfo/DAQContents");
73 
74  std::vector<std::string> det_type;
75  det_type.push_back("TIB");
76  det_type.push_back("TOB");
77  det_type.push_back("TIDF");
78  det_type.push_back("TIDB");
79  det_type.push_back("TECF");
80  det_type.push_back("TECB");
81 
82  for ( std::vector<std::string>::iterator it = det_type.begin(); it != det_type.end(); it++) {
83  std::string det = (*it);
84 
85  SubDetMEs local_mes;
86  std::string me_name;
87  me_name = "SiStrip_" + det;
88  local_mes.DaqFractionME = dqmStore_->bookFloat(me_name);
89  local_mes.ConnectedFeds = 0;
90  SubDetMEsMap.insert(make_pair(det, local_mes));
91  }
92  bookedStatus_ = true;
93  dqmStore_->cd();
94  }
95 }
MonitorElement * bookFloat(char_string const &name)
Book float.
Definition: DQMStore.cc:1036
DQMStore * dqmStore_
std::map< std::string, SubDetMEs > SubDetMEsMap
void setCurrentFolder(std::string const &fullpath)
Definition: DQMStore.cc:565
void cd()
go to top directory (ie. root)
Definition: DQMStore.cc:540
MonitorElement * DaqFraction_
static void getTopFolderPath(DQMStore *dqm_store, std::string top_dir, std::string &path)
void SiStripDaqInfo::endLuminosityBlock ( edm::LuminosityBlock const &  lumiSeg,
edm::EventSetup const &  iSetup 
)
overrideprivatevirtual

End Of Luminosity.

Reimplemented from edm::EDAnalyzer.

Definition at line 167 of file SiStripDaqInfo.cc.

167  {
168  edm::LogInfo( "SiStripDaqInfo") << "SiStripDaqInfo::endLuminosityBlock";
169 }
void SiStripDaqInfo::endRun ( edm::Run const &  run,
edm::EventSetup const &  eSetup 
)
overrideprivatevirtual

EndRun.

Reimplemented from edm::EDAnalyzer.

Definition at line 173 of file SiStripDaqInfo.cc.

173  {
174  edm::LogInfo ("SiStripDaqInfo") <<"SiStripDaqInfo::EndRun";
175 }
void SiStripDaqInfo::fillDummyStatus ( )
private

Definition at line 99 of file SiStripDaqInfo.cc.

References bookedStatus_, bookStatus(), DaqFraction_, MonitorElement::Fill(), MonitorElement::Reset(), and SubDetMEsMap.

Referenced by beginRun().

99  {
100  if (!bookedStatus_) bookStatus();
101  if (bookedStatus_) {
102  for (std::map<std::string, SubDetMEs>::iterator it = SubDetMEsMap.begin(); it != SubDetMEsMap.end(); it++) {
103  it->second.DaqFractionME->Reset();
104  it->second.DaqFractionME->Fill(-1.0);
105  }
106  DaqFraction_->Reset();
107  DaqFraction_->Fill(-1.0);
108  }
109 }
void Fill(long long x)
void Reset()
reset ME (ie. contents, errors, etc)
std::map< std::string, SubDetMEs > SubDetMEsMap
MonitorElement * DaqFraction_
void SiStripDaqInfo::findExcludedModule ( unsigned short  fed_id,
const TrackerTopology tTopo 
)
private

Definition at line 258 of file SiStripDaqInfo.cc.

References DQMStore::bookInt(), DQMStore::cd(), DEFINE_FWK_MODULE, DQMStore::dirExists(), dqmStore_, fedCabling_, SiStripFedCabling::fedConnections(), MonitorElement::Fill(), RemoveAddSevLevel::flag, DQMStore::get(), MonitorElement::getIntValue(), SiStripFolderOrganizer::getSubDetFolder(), SiStripUtility::goToDir(), DQMStore::pwd(), MonitorElement::Reset(), SiStripUtility::setBadModuleFlag(), DQMStore::setCurrentFolder(), AlCaHLTBitMon_QueryRunRegistry::string, and GlobalPosition_Frontier_DevDB_cff::tag.

Referenced by readSubdetFedFractions().

258  {
259  dqmStore_->cd();
260  std::string mdir = "MechanicalView";
261  if (!SiStripUtility::goToDir(dqmStore_, mdir)) {
262  dqmStore_->setCurrentFolder("SiStrip/"+mdir);
263  }
264  std::string mechanical_dir = dqmStore_->pwd();
265  auto fedChannels = fedCabling_->fedConnections(fed_id);
266  int ichannel = 0;
267  std::string tag = "ExcludedFedChannel";
268  std::string bad_module_folder;
269  for (std::vector<FedChannelConnection>::const_iterator iconn = fedChannels.begin();
270  iconn < fedChannels.end(); iconn++){
271  if (!iconn->isConnected()) continue;
272  uint32_t detId = iconn->detId();
273  if (detId == 0 || detId == 0xFFFFFFFF) continue;
274 
275  ichannel++;
276  if (ichannel == 1) {
277  std::string subdet_folder ;
278  SiStripFolderOrganizer folder_organizer;
279  folder_organizer.getSubDetFolder(detId,tTopo,subdet_folder);
280  if (!dqmStore_->dirExists(subdet_folder)) {
281  subdet_folder = mechanical_dir + subdet_folder.substr(subdet_folder.find(mdir)+mdir.size());
282  }
283  bad_module_folder = subdet_folder + "/" + "BadModuleList";
284  dqmStore_->setCurrentFolder(bad_module_folder);
285  }
286  std::ostringstream detid_str;
287  detid_str << detId;
288  std::string full_path = bad_module_folder + "/" + detid_str.str();
289  MonitorElement* me = dqmStore_->get(full_path);
290  uint16_t flag = 0;
291  if (me) {
292  flag = me->getIntValue();
293  me->Reset();
294  } else me = dqmStore_->bookInt(detid_str.str());
296  me->Fill(flag);
297  }
298  dqmStore_->cd();
299 }
static void setBadModuleFlag(std::string &hname, uint16_t &flg)
int64_t getIntValue() const
void getSubDetFolder(const uint32_t &detid, const TrackerTopology *tTopo, std::string &folder_name)
MonitorElement * bookInt(char_string const &name)
Book int.
Definition: DQMStore.cc:1015
void Fill(long long x)
edm::ESHandle< SiStripFedCabling > fedCabling_
bool dirExists(std::string const &path) const
true if directory exists
Definition: DQMStore.cc:629
MonitorElement * get(std::string const &path) const
get ME from full pathname (e.g. "my/long/dir/my_histo")
Definition: DQMStore.cc:1601
void Reset()
reset ME (ie. contents, errors, etc)
DQMStore * dqmStore_
std::string const & pwd() const
Definition: DQMStore.cc:533
void setCurrentFolder(std::string const &fullpath)
Definition: DQMStore.cc:565
void cd()
go to top directory (ie. root)
Definition: DQMStore.cc:540
ConnsConstIterRange fedConnections(uint16_t fed_id) const
static bool goToDir(DQMStore *dqm_store, std::string name)
void SiStripDaqInfo::readFedIds ( const edm::ESHandle< SiStripFedCabling > &  fedcabling,
edm::EventSetup const &  iSetup 
)
private

Definition at line 179 of file SiStripDaqInfo.cc.

References fedCabling_, SiStripFedCabling::fedConnections(), SiStripFedCabling::fedIds(), edm::EventSetup::get(), SiStripUtility::getSubDetectorTag(), nFedTotal, edm::ESHandle< T >::product(), AlCaHLTBitMon_QueryRunRegistry::string, xuti::subdet_tag(), and subDetFedMap.

Referenced by beginRun().

179  {
180 
181  //Retrieve tracker topology from geometry
182  edm::ESHandle<TrackerTopology> tTopoHandle;
183  iSetup.get<TrackerTopologyRcd>().get(tTopoHandle);
184  const TrackerTopology* const tTopo = tTopoHandle.product();
185 
186  auto feds = fedCabling_->fedIds();
187 
188  nFedTotal = feds.size();
189  for(std::vector<unsigned short>::const_iterator ifed = feds.begin(); ifed != feds.end(); ifed++){
190  auto fedChannels = fedCabling_->fedConnections( *ifed );
191  for (auto iconn = fedChannels.begin(); iconn < fedChannels.end(); iconn++){
192  if (!iconn->isConnected()) continue;
193  uint32_t detId = iconn->detId();
194  if (detId == 0 || detId == 0xFFFFFFFF) continue;
196  SiStripUtility::getSubDetectorTag(detId,subdet_tag,tTopo);
197  subDetFedMap[subdet_tag].push_back(*ifed);
198  break;
199  }
200  }
201 }
edm::ESHandle< SiStripFedCabling > fedCabling_
FedsConstIterRange fedIds() const
const std::string subdet_tag("SubDet")
std::map< std::string, std::vector< unsigned short > > subDetFedMap
ConnsConstIterRange fedConnections(uint16_t fed_id) const
static void getSubDetectorTag(uint32_t det_id, std::string &subdet_tag, const TrackerTopology *tTopo)
T const * product() const
Definition: ESHandle.h:86
void SiStripDaqInfo::readSubdetFedFractions ( std::vector< int > &  fed_ids,
edm::EventSetup const &  iSetup 
)
private

Definition at line 205 of file SiStripDaqInfo.cc.

References findExcludedModule(), edm::EventSetup::get(), genParticles_cff::map, FEDNumbering::MAXSiStripFEDID, FEDNumbering::MINSiStripFEDID, dataset::name, edm::ESHandle< T >::product(), AlCaHLTBitMon_QueryRunRegistry::string, subDetFedMap, and SubDetMEsMap.

Referenced by beginRun().

205  {
206 
207  //Retrieve tracker topology from geometry
208  edm::ESHandle<TrackerTopology> tTopoHandle;
209  iSetup.get<TrackerTopologyRcd>().get(tTopoHandle);
210  const TrackerTopology* const tTopo = tTopoHandle.product();
211 
212  const int siStripFedIdMin = FEDNumbering::MINSiStripFEDID;
213  const int siStripFedIdMax = FEDNumbering::MAXSiStripFEDID;
214 
215  // initialiase
216  for (std::map<std::string, std::vector<unsigned short> >::const_iterator it = subDetFedMap.begin();
217  it != subDetFedMap.end(); it++) {
218  std::string name = it->first;
219  std::map<std::string, SubDetMEs>::iterator iPos = SubDetMEsMap.find(name);
220  if (iPos == SubDetMEsMap.end()) continue;
221  iPos->second.ConnectedFeds = 0;
222  }
223  // count sub detector feds
224 
225 
226  for (std::map<std::string, std::vector<unsigned short> >::const_iterator it = subDetFedMap.begin();
227  it != subDetFedMap.end(); it++) {
228  std::string name = it->first;
229  std::vector<unsigned short> subdetIds = it->second;
230  std::map<std::string, SubDetMEs>::iterator iPos = SubDetMEsMap.find(name);
231  if (iPos == SubDetMEsMap.end()) continue;
232  iPos->second.ConnectedFeds = 0;
233  for (std::vector<unsigned short>::iterator iv = subdetIds.begin();
234  iv != subdetIds.end(); iv++) {
235  bool fedid_found = false;
236  for(unsigned int it = 0; it < fed_ids.size(); ++it) {
237  unsigned short fedID = fed_ids[it];
238  if(fedID < siStripFedIdMin || fedID > siStripFedIdMax) continue;
239  if ((*iv) == fedID) {
240  fedid_found = true;
241  iPos->second.ConnectedFeds++;
242  break;
243  }
244  }
245  if (!fedid_found) findExcludedModule((*iv),tTopo);
246  }
247  int nFedsConnected = iPos->second.ConnectedFeds;
248  int nFedSubDet = subdetIds.size();
249  if (nFedSubDet > 0) {
250  iPos->second.DaqFractionME->Reset();
251  iPos->second.DaqFractionME->Fill(nFedsConnected*1.0/nFedSubDet);
252  }
253  }
254 }
void findExcludedModule(unsigned short fed_id, const TrackerTopology *tTopo)
std::map< std::string, SubDetMEs > SubDetMEsMap
std::map< std::string, std::vector< unsigned short > > subDetFedMap
T const * product() const
Definition: ESHandle.h:86

Member Data Documentation

bool SiStripDaqInfo::bookedStatus_
private

Definition at line 91 of file SiStripDaqInfo.h.

Referenced by beginRun(), bookStatus(), fillDummyStatus(), and SiStripDaqInfo().

MonitorElement* SiStripDaqInfo::DaqFraction_
private

Definition at line 80 of file SiStripDaqInfo.h.

Referenced by beginRun(), bookStatus(), and fillDummyStatus().

DQMStore* SiStripDaqInfo::dqmStore_
private

Definition at line 79 of file SiStripDaqInfo.h.

Referenced by bookStatus(), findExcludedModule(), and SiStripDaqInfo().

edm::ESHandle< SiStripFedCabling > SiStripDaqInfo::fedCabling_
private

Definition at line 93 of file SiStripDaqInfo.h.

Referenced by beginRun(), findExcludedModule(), and readFedIds().

unsigned long long SiStripDaqInfo::m_cacheID_
private

Definition at line 89 of file SiStripDaqInfo.h.

Referenced by beginRun().

int SiStripDaqInfo::nFedTotal
private

Definition at line 90 of file SiStripDaqInfo.h.

Referenced by beginRun(), readFedIds(), and SiStripDaqInfo().

std::map<std::string,std::vector<unsigned short> > SiStripDaqInfo::subDetFedMap
private

Definition at line 77 of file SiStripDaqInfo.h.

Referenced by readFedIds(), and readSubdetFedFractions().

std::map<std::string, SubDetMEs> SiStripDaqInfo::SubDetMEsMap
private

Definition at line 87 of file SiStripDaqInfo.h.

Referenced by bookStatus(), fillDummyStatus(), and readSubdetFedFractions().