Go to the documentation of this file.
2 #ifndef DTSegmentAnalysisTask_H
3 #define DTSegmentAnalysisTask_H
75 std::map<DTChamberId, std::vector<MonitorElement*> >
histosPerCh;
edm::ESHandle< DTGeometry > dtGeom
std::string topHistoFolder
void dqmBeginRun(const edm::Run &, const edm::EventSetup &) override
BeginRun.
const caConstants::TupleMultiplicity *__restrict__ const HitsOnGPU *__restrict__ double *__restrict__ float *__restrict__ double *__restrict__ uint32_t nHits
~DTSegmentAnalysisTask() override
Destructor.
void fillHistos(DTChamberId chamberId, int nHits, float chi2)
void analyze(const edm::Event &event, const edm::EventSetup &setup) override
MonitorElement * nEventMonitor
std::map< DTChamberId, std::vector< MonitorElement * > > histosPerCh
std::map< int, MonitorElement * > summaryHistos
edm::EDGetTokenT< DTRecSegment4DCollection > recHits4DToken_
void bookHistos(DQMStore::IBooker &ibooker, DTChamberId chamberId)
void bookHistograms(DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override
DTSegmentAnalysisTask(const edm::ParameterSet &pset)
Constructor.