Go to the documentation of this file.
2 #ifndef DTCalibValidationFromMuons_H
3 #define DTCalibValidationFromMuons_H
95 float residualOnDistance,
97 float residualOnPosition,
100 std::map<std::pair<DTSuperLayerId, int>, std::vector<MonitorElement*> >
histosPerSL;
DTCalibValidationFromMuons(const edm::ParameterSet &pset)
Constructor.
edm::ParameterSet parameters
edm::EDGetTokenT< reco::MuonCollection > muonToken_
void compute(const DTGeometry *dtGeom, const DTRecSegment4D &segment)
void dqmBeginRun(const edm::Run &r, const edm::EventSetup &c) override
BeginRun.
edm::ESHandle< DTGeometry > dtGeom
void bookHistos(DTSuperLayerId slId, int step)
void fillHistos(DTSuperLayerId slId, float distance, float residualOnDistance, float position, float residualOnPosition, int step)
float recHitPosition(const DTRecHit1DPair &hitPair, const DTLayer *layer, const DTChamber *chamber, float segmPos, int sl)
std::map< std::pair< DTSuperLayerId, int >, std::vector< MonitorElement * > > histosPerSL
float recHitDistFromWire(const DTRecHit1DPair &hitPair, const DTLayer *layer)
static int position[264][3]
void bookHistograms(DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override
~DTCalibValidationFromMuons() override
Destructor.
edm::EDGetTokenT< DTRecSegment4DCollection > segment4DToken_
void analyze(const edm::Event &event, const edm::EventSetup &setup) override