#include <DTTriggerLutTest.h>
Protected Member Functions | |
void | beginRun (const edm::Run &r, const edm::EventSetup &c) |
BeginRun. More... | |
void | Bookings (DQMStore::IBooker &, DQMStore::IGetter &) |
void | runClientDiagnostic (DQMStore::IBooker &, DQMStore::IGetter &) |
Run client analysis. More... | |
Protected Member Functions inherited from DTLocalTriggerBaseTest | |
void | bookCmsHistos (DQMStore::IBooker &, std::string hTag, std::string folder="", bool isGlb=false) |
Book the new MEs (CMS summary) More... | |
void | bookSectorHistos (DQMStore::IBooker &, int wheel, int sector, std::string hTag, std::string folder="") |
Book the new MEs (for each sector) More... | |
void | bookWheelHistos (DQMStore::IBooker &, int wheel, std::string hTag, std::string folder="") |
Book the new MEs (for each wheel) More... | |
std::string | category () |
Get message logger name. More... | |
void | dqmEndJob (DQMStore::IBooker &, DQMStore::IGetter &) |
void | dqmEndLuminosityBlock (DQMStore::IBooker &, DQMStore::IGetter &, edm::LuminosityBlock const &, edm::EventSetup const &) |
Perform client diagnostic in online. More... | |
void | endRun (edm::Run const &run, edm::EventSetup const &context) |
Perform client diagnostic in offline. More... | |
std::string | fullName (std::string htype) |
Create fullname from histo partial name. More... | |
template<class T > | |
T * | getHisto (MonitorElement *me) |
Convert ME to Histogram fo type T. More... | |
std::string | getMEName (std::string histoTag, std::string subfolder, const DTChamberId &chambid) |
Get the ME name (by chamber) More... | |
std::string | getMEName (std::string histoTag, std::string subfolder, int wh) |
Get the ME name (by wheel) More... | |
std::pair< float, float > | phiRange (const DTChamberId &id) |
Calculate phi range for histograms. More... | |
void | setConfig (const edm::ParameterSet &ps, std::string name) |
Set configuration variables. More... | |
std::string & | topFolder (bool isDCC) |
Get top folder name. More... | |
Protected Member Functions inherited from edm::one::EDAnalyzerBase | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
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) |
Private Member Functions | |
void | bookCmsHistos1d (DQMStore::IBooker &, std::string hTag, std::string folder="") |
void | fillWhPlot (MonitorElement *plot, int sect, int stat, float value, bool lessIsBest=true) |
Fill summary plots managing double MB4 chambers. More... | |
int | performLutTest (double perc, double threshold1, double threshold2) |
Perform Lut Test logical operations. More... | |
Private Attributes | |
bool | bookingdone |
bool | detailedAnalysis |
double | thresholdErrPhi |
double | thresholdErrPhiB |
double | thresholdWarnPhi |
double | thresholdWarnPhiB |
double | validRange |
Additional Inherited Members | |
Public Types inherited from edm::one::EDAnalyzerBase | |
typedef EDAnalyzerBase | ModuleType |
Static Public Member Functions inherited from edm::one::EDAnalyzerBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Protected Attributes inherited from DTLocalTriggerBaseTest | |
std::string | baseFolderDCC |
std::string | baseFolderDDU |
std::map< std::string, MonitorElement * > | cmsME |
std::string | hwSource |
std::vector< std::string > | hwSources |
edm::ESHandle< DTGeometry > | muonGeom |
int | nevents |
unsigned int | nLumiSegs |
edm::ParameterSet | parameters |
int | prescaleFactor |
int | run |
bool | runOnline |
std::map< int, std::map < std::string, MonitorElement * > > | secME |
std::string | sourceFolder |
std::string | testName |
std::string | trigSource |
std::vector< std::string > | trigSources |
std::map< int, std::map < std::string, MonitorElement * > > | whME |
DQM Test Client to monitor Local Trigger position / direction assignement
threadsafe version (//-) oct/nov 2014 - WATWanAbdullah -ncpp-um-my
Definition at line 22 of file DTTriggerLutTest.h.
DTTriggerLutTest::DTTriggerLutTest | ( | const edm::ParameterSet & | ps | ) |
Constructor.
Definition at line 37 of file DTTriggerLutTest.cc.
References edm::ParameterSet::getUntrackedParameter().
|
virtual |
|
protectedvirtual |
BeginRun.
Reimplemented from DTLocalTriggerBaseTest.
Definition at line 111 of file DTTriggerLutTest.cc.
References DTLocalTriggerBaseTest::beginRun().
|
private |
Definition at line 328 of file DTTriggerLutTest.cc.
References DQMStore::IBooker::book1D(), python.rootplot.argparse::category, newFWLiteAna::fullName, LogTrace, MonitorElement::setAxisTitle(), and DQMStore::IBooker::setCurrentFolder().
|
protected |
Definition at line 59 of file DTTriggerLutTest.cc.
References Parameters::parameters.
|
private |
Fill summary plots managing double MB4 chambers.
Definition at line 345 of file DTTriggerLutTest.cc.
References MonitorElement::getBinContent(), and MonitorElement::setBinContent().
|
private |
Perform Lut Test logical operations.
Definition at line 317 of file DTTriggerLutTest.cc.
References query::result.
|
protectedvirtual |
Run client analysis.
Implements DTLocalTriggerBaseTest.
Definition at line 117 of file DTTriggerLutTest.cc.
References corr, newFWLiteAna::fullName, DQMStore::IGetter::get(), edm::max(), Mean, plotscripts::rms(), and DTChamberId::wheel().
|
private |
Definition at line 57 of file DTTriggerLutTest.h.
|
private |
Definition at line 55 of file DTTriggerLutTest.h.
|
private |
Definition at line 52 of file DTTriggerLutTest.h.
|
private |
Definition at line 53 of file DTTriggerLutTest.h.
|
private |
Definition at line 52 of file DTTriggerLutTest.h.
|
private |
Definition at line 53 of file DTTriggerLutTest.h.
|
private |
Definition at line 54 of file DTTriggerLutTest.h.