#include <DTVDriftSegmentCalibration.h>
Classes | |
class | DTVDriftSegmentCalibration |
Public Member Functions | |
void | analyze (const edm::Event &event, const edm::EventSetup &eventSetup) |
void | beginJob () |
void | beginRun (const edm::Run &run, const edm::EventSetup &setup) |
DTVDriftSegmentCalibration (const edm::ParameterSet &pset) | |
void | endJob () |
virtual | ~DTVDriftSegmentCalibration () |
Public Member Functions inherited from edm::EDAnalyzer | |
EDAnalyzer () | |
std::string | workerType () const |
virtual | ~EDAnalyzer () |
Private Types | |
typedef std::map< DTChamberId, std::vector< TH1F * > > | ChamberHistosMapTH1F |
typedef std::map< DTChamberId, std::vector< TH2F * > > | ChamberHistosMapTH2F |
Private Member Functions | |
void | bookHistos (DTChamberId) |
Private Attributes | |
TFile * | rootFile_ |
DTSegmentSelector | select_ |
std::string | theCalibChamber_ |
edm::InputTag | theRecHits4DLabel_ |
ChamberHistosMapTH1F | theVDriftHistoMapTH1F_ |
ChamberHistosMapTH2F | theVDriftHistoMapTH2F_ |
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 |
Produces histograms from v-drift computation in segment fit to be used for v-drift calibration
Definition at line 24 of file DTVDriftSegmentCalibration.h.
|
private |
Definition at line 37 of file DTVDriftSegmentCalibration.h.
|
private |
Definition at line 38 of file DTVDriftSegmentCalibration.h.
Definition at line 36 of file DTVDriftSegmentCalibration.cc.
References edm::ParameterSet::getUntrackedParameter(), rootFile_, and dtT0WireCalibration_cfg::rootFileName.
|
virtual |
Definition at line 56 of file DTVDriftSegmentCalibration.cc.
References rootFile_.
|
virtual |
Implements edm::EDAnalyzer.
Definition at line 61 of file DTVDriftSegmentCalibration.cc.
References bookHistos(), DTChamberId, HcalObjRepresent::Fill(), edm::EventSetup::get(), LogTrace, rootFile_, select_, theCalibChamber_, theRecHits4DLabel_, theVDriftHistoMapTH1F_, theVDriftHistoMapTH2F_, and GeomDet::toGlobal().
|
virtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 50 of file DTVDriftSegmentCalibration.cc.
|
virtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 54 of file DTVDriftSegmentCalibration.cc.
|
private |
Definition at line 151 of file DTVDriftSegmentCalibration.cc.
References DTChamberId::sector(), DTChamberId::station(), relativeConstraints::station, theVDriftHistoMapTH1F_, theVDriftHistoMapTH2F_, and DTChamberId::wheel().
Referenced by analyze().
|
virtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 130 of file DTVDriftSegmentCalibration.cc.
References rootFile_, theVDriftHistoMapTH1F_, and theVDriftHistoMapTH2F_.
|
private |
Definition at line 47 of file DTVDriftSegmentCalibration.h.
Referenced by analyze(), DTVDriftSegmentCalibration(), endJob(), and ~DTVDriftSegmentCalibration().
|
private |
Definition at line 41 of file DTVDriftSegmentCalibration.h.
Referenced by analyze().
|
private |
Definition at line 45 of file DTVDriftSegmentCalibration.h.
Referenced by analyze().
|
private |
Definition at line 43 of file DTVDriftSegmentCalibration.h.
Referenced by analyze().
|
private |
Definition at line 48 of file DTVDriftSegmentCalibration.h.
Referenced by analyze(), bookHistos(), and endJob().
|
private |
Definition at line 49 of file DTVDriftSegmentCalibration.h.
Referenced by analyze(), bookHistos(), and endJob().