#include <CastorLEDMonitor.h>
Public Member Functions | |
void | bookHistograms (DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) |
CastorLEDMonitor (const edm::ParameterSet &ps) | |
void | processEvent (const CastorDigiCollection &cast, const CastorDbService &cond) |
~CastorLEDMonitor () | |
Private Attributes | |
int | fVerbosity |
MonitorElement * | h2meanMap |
MonitorElement * | h2qMap |
int | ievt_ |
std::string | subsystemname |
Definition at line 40 of file CastorLEDMonitor.h.
CastorLEDMonitor::CastorLEDMonitor | ( | const edm::ParameterSet & | ps | ) |
Definition at line 14 of file CastorLEDMonitor.cc.
References gather_cfg::cout, fVerbosity, edm::ParameterSet::getUntrackedParameter(), ievt_, AlCaHLTBitMon_QueryRunRegistry::string, and subsystemname.
CastorLEDMonitor::~CastorLEDMonitor | ( | ) |
Definition at line 23 of file CastorLEDMonitor.cc.
void CastorLEDMonitor::bookHistograms | ( | DQMStore::IBooker & | , |
edm::Run const & | , | ||
edm::EventSetup const & | |||
) |
Definition at line 25 of file CastorLEDMonitor.cc.
References DQMStore::IBooker::book2D(), MonitorElement::getTH2F(), h2meanMap, h2qMap, ievt_, alignCSCRings::s, DQMStore::IBooker::setCurrentFolder(), and subsystemname.
Referenced by CastorMonitorModule::bookHistograms().
void CastorLEDMonitor::processEvent | ( | const CastorDigiCollection & | cast, |
const CastorDbService & | cond | ||
) |
Definition at line 45 of file CastorLEDMonitor.cc.
References a, HcalQIESample::adc(), edm::SortedCollection< T, SORT >::begin(), gather_cfg::cout, edm::SortedCollection< T, SORT >::empty(), edm::SortedCollection< T, SORT >::end(), MonitorElement::Fill(), fVerbosity, MonitorElement::getTH2F(), h2meanMap, h2qMap, mps_fire::i, CastorDataFrame::id(), ievt_, LedMonAdc2fc, mod(), HcalCastorDetId::module(), CastorDataFrame::sample(), HcalCastorDetId::sector(), and CastorDataFrame::size().
Referenced by CastorMonitorModule::analyze().
|
private |
Definition at line 52 of file CastorLEDMonitor.h.
Referenced by CastorLEDMonitor(), and processEvent().
|
private |
Definition at line 54 of file CastorLEDMonitor.h.
Referenced by bookHistograms(), and processEvent().
|
private |
Definition at line 54 of file CastorLEDMonitor.h.
Referenced by bookHistograms(), and processEvent().
|
private |
Definition at line 50 of file CastorLEDMonitor.h.
Referenced by bookHistograms(), CastorLEDMonitor(), and processEvent().
|
private |
Definition at line 51 of file CastorLEDMonitor.h.
Referenced by bookHistograms(), and CastorLEDMonitor().