#include <DTResolutionAnalysisTask.h>
Public Member Functions | |
void | analyze (const edm::Event &event, const edm::EventSetup &setup) |
void | beginLuminosityBlock (edm::LuminosityBlock const &lumiSeg, edm::EventSetup const &context) |
To reset the MEs. More... | |
void | beginRun (const edm::Run &, const edm::EventSetup &) |
BeginRun. More... | |
DTResolutionAnalysisTask (const edm::ParameterSet &pset) | |
Constructor. More... | |
void | endJob () |
Endjob. More... | |
virtual | ~DTResolutionAnalysisTask () |
Destructor. More... | |
Public Member Functions inherited from edm::EDAnalyzer | |
EDAnalyzer () | |
std::string | workerType () const |
virtual | ~EDAnalyzer () |
Private Member Functions | |
void | bookHistos (DTSuperLayerId slId) |
void | fillHistos (DTSuperLayerId slId, float distExtr, float residual) |
Private Attributes | |
edm::ESHandle< DTGeometry > | dtGeom |
std::map< DTSuperLayerId, std::vector< MonitorElement * > > | histosPerSL |
int | prescaleFactor |
int | resetCycle |
DQMStore * | theDbe |
std::string | theRecHits4DLabel |
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) |
Protected Member Functions inherited from edm::EDAnalyzer | |
CurrentProcessingContext const * | currentContext () const |
Definition at line 32 of file DTResolutionAnalysisTask.h.
DTResolutionAnalysisTask::DTResolutionAnalysisTask | ( | const edm::ParameterSet & | pset | ) |
Constructor.
Definition at line 38 of file DTResolutionAnalysisTask.cc.
References edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), and dtDQMClient_cfg::prescaleFactor.
|
virtual |
Destructor.
Definition at line 53 of file DTResolutionAnalysisTask.cc.
|
virtual |
Implements edm::EDAnalyzer.
Definition at line 111 of file DTResolutionAnalysisTask.cc.
References filterCSVwithJSON::copy, funct::cos(), edm::HandleBase::isValid(), DTWireId::layerId(), DTRecSegment2D::specificRecHits(), DTLayer::specificTopology(), DTChamber::superLayer(), DTSuperLayerId::superlayer(), DTLayerId::superlayerId(), GeomDet::toGlobal(), GeomDet::toLocal(), DTWireId::wire(), DTTopology::wirePosition(), PV3DBase< T, PVType, FrameType >::x(), PV3DBase< T, PVType, FrameType >::y(), and PV3DBase< T, PVType, FrameType >::z().
|
virtual |
To reset the MEs.
Reimplemented from edm::EDAnalyzer.
Definition at line 85 of file DTResolutionAnalysisTask.cc.
References trackerHits::histo, i, edm::LuminosityBlockBase::id(), edm::LuminosityBlockID::luminosityBlock(), python.multivaluedict::map(), and findQualityFiles::size.
|
virtual |
BeginRun.
Reimplemented from edm::EDAnalyzer.
Definition at line 59 of file DTResolutionAnalysisTask.cc.
References bookHistos(), chambers, edm::EventSetup::get(), cmsCodeRules.cppFunctionSkipper::operator, and DTChamberId::station().
|
private |
Definition at line 244 of file DTResolutionAnalysisTask.cc.
References mergeVDriftHistosByStation::histos, DTChamberId::sector(), DTChamberId::station(), relativeConstraints::station, DTSuperLayerId::superlayer(), and DTChamberId::wheel().
|
virtual |
Endjob.
Reimplemented from edm::EDAnalyzer.
Definition at line 103 of file DTResolutionAnalysisTask.cc.
|
private |
Definition at line 279 of file DTResolutionAnalysisTask.cc.
References mergeVDriftHistosByStation::histos.
|
private |
Definition at line 58 of file DTResolutionAnalysisTask.h.
|
private |
Definition at line 73 of file DTResolutionAnalysisTask.h.
|
private |
Definition at line 60 of file DTResolutionAnalysisTask.h.
|
private |
Definition at line 61 of file DTResolutionAnalysisTask.h.
|
private |
Definition at line 56 of file DTResolutionAnalysisTask.h.
|
private |
Definition at line 64 of file DTResolutionAnalysisTask.h.
|
private |
Definition at line 76 of file DTResolutionAnalysisTask.h.