#include <DTSegmentAnalysisTest.h>
Public Member Functions | |
void | analyze (const edm::Event &e, const edm::EventSetup &c) |
Analyze. More... | |
void | beginJob () |
BeginJob. More... | |
void | beginLuminosityBlock (edm::LuminosityBlock const &lumiSeg, edm::EventSetup const &context) |
void | beginRun (const edm::Run &run, const edm::EventSetup &eSetup) |
void | bookHistos () |
book the summary histograms More... | |
DTSegmentAnalysisTest (const edm::ParameterSet &ps) | |
Constructor. More... | |
void | endJob (void) |
void | endLuminosityBlock (edm::LuminosityBlock const &lumiSeg, edm::EventSetup const &c) |
DQM Client Diagnostic in online mode. More... | |
void | endRun (edm::Run const &run, edm::EventSetup const &c) |
DQM Client Diagnostic in offline mode. More... | |
std::string | getMEName (const DTChamberId &chID, std::string histoTag) |
Get the ME name. More... | |
void | performClientDiagnostic () |
Perform client diagnostic operations. More... | |
virtual | ~DTSegmentAnalysisTest () |
Destructor. More... | |
Public Member Functions inherited from edm::EDAnalyzer | |
EDAnalyzer () | |
std::string | workerType () const |
virtual | ~EDAnalyzer () |
Private Attributes | |
std::map< std::pair< int, int > , MonitorElement * > | chi2Histos |
DQMStore * | dbe |
bool | detailedAnalysis |
bool | hltDQMMode |
int | maxPhiHit |
int | maxPhiZHit |
edm::ESHandle< DTGeometry > | muonGeom |
int | nevents |
unsigned int | nLumiSegs |
int | nMinEvts |
bool | normalizeHistoPlots |
edm::ParameterSet | parameters |
bool | runOnline |
std::map< std::pair< int, int > , MonitorElement * > | segmRecHitHistos |
std::map< int, MonitorElement * > | summaryHistos |
std::string | topHistoFolder |
Additional Inherited Members | |
Public Types inherited from edm::EDAnalyzer | |
typedef EDAnalyzer | ModuleType |
typedef WorkerT< EDAnalyzer > | WorkerType |
Static Public Member Functions inherited from edm::EDAnalyzer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &) |
Protected Member Functions inherited from edm::EDAnalyzer | |
CurrentProcessingContext const * | currentContext () const |
DQM Test Client
Definition at line 41 of file DTSegmentAnalysisTest.h.
DTSegmentAnalysisTest::DTSegmentAnalysisTest | ( | const edm::ParameterSet & | ps | ) |
Constructor.
Definition at line 45 of file DTSegmentAnalysisTest.cc.
References edm::ParameterSet::getUntrackedParameter(), LogTrace, cppFunctionSkipper::operator, and Parameters::parameters.
|
virtual |
|
virtual |
Analyze.
Implements edm::EDAnalyzer.
Definition at line 101 of file DTSegmentAnalysisTest.cc.
|
virtual |
BeginJob.
Reimplemented from edm::EDAnalyzer.
Definition at line 73 of file DTSegmentAnalysisTest.cc.
References bookHistos(), LogTrace, and nevents.
|
virtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 94 of file DTSegmentAnalysisTest.cc.
References LogTrace.
|
virtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 85 of file DTSegmentAnalysisTest.cc.
References edm::EventSetup::get(), and LogTrace.
void DTSegmentAnalysisTest::bookHistos | ( | ) |
book the summary histograms
Definition at line 330 of file DTSegmentAnalysisTest.cc.
|
virtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 381 of file DTSegmentAnalysisTest.cc.
|
virtual |
DQM Client Diagnostic in online mode.
Reimplemented from edm::EDAnalyzer.
Definition at line 110 of file DTSegmentAnalysisTest.cc.
References edm::LuminosityBlockBase::id(), LogTrace, and edm::LuminosityBlockID::luminosityBlock().
|
virtual |
DQM Client Diagnostic in offline mode.
Reimplemented from edm::EDAnalyzer.
Definition at line 124 of file DTSegmentAnalysisTest.cc.
References LogTrace, and DTTimeEvolutionHisto::normalizeTo().
string DTSegmentAnalysisTest::getMEName | ( | const DTChamberId & | chID, |
std::string | histoTag | ||
) |
Get the ME name.
Definition at line 304 of file DTSegmentAnalysisTest.cc.
References DTChamberId::sector(), DTChamberId::station(), relativeConstraints::station, and DTChamberId::wheel().
void DTSegmentAnalysisTest::performClientDiagnostic | ( | ) |
Perform client diagnostic operations.
Definition at line 158 of file DTSegmentAnalysisTest.cc.
References abs, newFWLiteAna::bin, HcalObjRepresent::Fill(), QReport::getBadChannels(), MonitorElement::getFloatValue(), MonitorElement::getTH1F(), MonitorElement::getTH2F(), interpolateCardsSimple::histo, Association::map, pileupCalc::nbins, Parameters::parameters, DTChamberId::sector(), DTChamberId::station(), dtDQMClient_cfg::threshold, CommonMethods::weight(), and DTChamberId::wheel().
|
private |
Definition at line 98 of file DTSegmentAnalysisTest.h.
|
private |
Definition at line 92 of file DTSegmentAnalysisTest.h.
|
private |
Definition at line 84 of file DTSegmentAnalysisTest.h.
|
private |
Definition at line 105 of file DTSegmentAnalysisTest.h.
|
private |
Definition at line 87 of file DTSegmentAnalysisTest.h.
|
private |
Definition at line 88 of file DTSegmentAnalysisTest.h.
|
private |
Definition at line 95 of file DTSegmentAnalysisTest.h.
|
private |
Definition at line 81 of file DTSegmentAnalysisTest.h.
|
private |
Definition at line 82 of file DTSegmentAnalysisTest.h.
|
private |
Definition at line 85 of file DTSegmentAnalysisTest.h.
|
private |
Definition at line 101 of file DTSegmentAnalysisTest.h.
|
private |
Definition at line 94 of file DTSegmentAnalysisTest.h.
Referenced by Vispa.Plugins.ConfigEditor.ConfigDataAccessor.ConfigDataAccessor::inputTags(), Vispa.Plugins.ConfigEditor.ConfigDataAccessor.ConfigDataAccessor::properties(), and Vispa.Plugins.ConfigEditor.ConfigDataAccessor.ConfigDataAccessor::recursePSetProperties().
|
private |
Definition at line 90 of file DTSegmentAnalysisTest.h.
|
private |
Definition at line 99 of file DTSegmentAnalysisTest.h.
|
private |
Definition at line 100 of file DTSegmentAnalysisTest.h.
|
private |
Definition at line 103 of file DTSegmentAnalysisTest.h.