#include "CalibMuon/DTCalibration/plugins/DTVDriftCalibration.h"
#include "CalibMuon/DTCalibration/interface/DTMeanTimerFitter.h"
#include "CalibMuon/DTCalibration/interface/DTCalibDBUtils.h"
#include "FWCore/Framework/interface/Event.h"
#include "FWCore/Framework/interface/ESHandle.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "Geometry/DTGeometry/interface/DTGeometry.h"
#include "Geometry/Records/interface/MuonGeometryRecord.h"
#include "CalibMuon/DTDigiSync/interface/DTTTrigSyncFactory.h"
#include "CalibMuon/DTDigiSync/interface/DTTTrigBaseSync.h"
#include "DataFormats/DTRecHit/interface/DTRecSegment4DCollection.h"
#include "CondFormats/DTObjects/interface/DTMtime.h"
#include "CondFormats/DataRecord/interface/DTStatusFlagRcd.h"
#include "CondFormats/DTObjects/interface/DTStatusFlag.h"
#include <map>
#include <iostream>
#include <fstream>
#include <string>
#include <sstream>
#include "TFile.h"
#include "TH1.h"
#include "TF1.h"
#include "TROOT.h"
Go to the source code of this file.
Functions | |
void | bookHistos () |
Variables | |
TH1F * | hChi2 |
void bookHistos | ( | ) |
Definition at line 33 of file Histogram.h.
References hT123Bad, hT123LLR, hT123LRL, hT123LRR, hT124Bad, hT124LLLL, hT124LLLR, hT124LLR, hT124LRLL, hT124LRLR, hT124LRR1gt4, hT124LRR1lt4, hT134Bad, hT134LLLL, hT134LLLR, hT134LLR1gt4, hT134LLR1lt4, hT134LRLL, hT134LRLR, hT134LRR, hT234Bad, hT234LLR, hT234LRL, and hT234LRR.
Referenced by DTVDriftSegmentCalibration::analyze(), DTAlbertoBenvenutiTask::analyze(), DTTestPulsesTask::analyze(), DTDigiForNoiseTask::analyze(), DTDigiTask::analyze(), DTNoiseAnalysisTest::beginJob(), DTOccupancyTest::beginJob(), DTChamberEfficiencyClient::beginJob(), DTSegmentAnalysisTest::beginJob(), DTChamberEfficiency::beginJob(), DTResolutionAnalysisTask::beginRun(), DTt0DBValidation::beginRun(), MuonPFAnalyzer::beginRun(), DTChamberEfficiencyTask::beginRun(), DTCalibValidation::beginRun(), DTResolutionTest::beginRun(), DTTriggerEfficiencyTest::beginRun(), DTChamberEfficiencyTest::beginRun(), DTDigiTask::beginRun(), ExoticaDQM::beginRun(), B2GDQM::beginRun(), DTResolutionAnalysisTest::bookHistos(), DTVDriftCalibration::DTVDriftCalibration(), DTtTrigCalibrationTest::endLuminosityBlock(), DTDeadChannelTest::endLuminosityBlock(), DTEfficiencyTest::endLuminosityBlock(), DTNoiseTest::endLuminosityBlock(), DTResolutionAnalysisTest::endRun(), DTEfficiencyTask::fillHistos(), HiggsDQM::HiggsDQM(), and DTTriggerEfficiencyTest::runClientDiagnostic().
TH1F* hChi2 |
Definition at line 40 of file DTVDriftCalibration.cc.
Referenced by DTVDriftCalibration::analyze(), MuonTrackAnalyzer::beginRun(), DTVDriftCalibration::DTVDriftCalibration(), DTVDriftCalibration::endJob(), and MuonTrackAnalyzer::fillPlots().