#include <MuonTrackResidualAnalyzer.h>
Classes | |
struct | RadiusComparatorInOut |
Public Types | |
enum | EtaRange { all, barrel, endcap } |
Public Types inherited from edm::EDAnalyzer | |
typedef EDAnalyzer | ModuleType |
typedef WorkerT< EDAnalyzer > | WorkerType |
Public Member Functions | |
void | analyze (const edm::Event &event, const edm::EventSetup &eventSetup) |
virtual void | beginJob () |
virtual void | endJob () |
MuonTrackResidualAnalyzer (const edm::ParameterSet &pset) | |
Constructor. More... | |
virtual | ~MuonTrackResidualAnalyzer () |
Destructor. More... | |
Public Member Functions inherited from edm::EDAnalyzer | |
EDAnalyzer () | |
std::string | workerType () const |
virtual | ~EDAnalyzer () |
Private Member Functions | |
void | computeResolution (Trajectory &trajectory, std::map< DetId, const PSimHit * > &hitIdMap, HResolution1DRecHit *histos) |
bool | isInTheAcceptance (double eta) |
std::map< DetId, const PSimHit * > | mapMuSimHitsPerId (edm::Handle< edm::PSimHitContainer > dtSimhits, edm::Handle< edm::PSimHitContainer > cscSimhits, edm::Handle< edm::PSimHitContainer > rpcSimhits) |
void | mapMuSimHitsPerId (edm::Handle< edm::PSimHitContainer > simhits, std::map< DetId, const PSimHit * > &hitIdMap) |
Private Attributes | |
edm::InputTag | cscSimHitLabel |
DQMStore * | dbe_ |
std::string | dirName_ |
edm::InputTag | dtSimHitLabel |
HResolution1DRecHit * | h1DRecHitRes |
HResolution1DRecHit * | h1DSimHitRes |
MonitorElement * | hDeltaPtVsEtaSim |
MonitorElement * | hDeltaPtVsEtaSim2 |
MonitorElement * | hDPtRef |
MonitorElement * | hSimHitsPerTrack |
MonitorElement * | hSimHitsPerTrackVsEta |
std::string | out |
edm::InputTag | rpcSimHitLabel |
edm::InputTag | theDataType |
MeasurementEstimator * | theEstimator |
EtaRange | theEtaRange |
int | theMuonSimHitNumberPerEvent |
edm::InputTag | theMuonTrackLabel |
edm::InputTag | theSeedCollectionLabel |
MuonServiceProxy * | theService |
std::vector< const PSimHit * > | theSimHitContainer |
unsigned int | theSimTkId |
KFUpdator * | theUpdator |
Additional Inherited Members | |
Static Public Member Functions inherited from edm::EDAnalyzer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &) |
Protected Member Functions inherited from edm::EDAnalyzer | |
CurrentProcessingContext const * | currentContext () const |
No description available.
Definition at line 44 of file MuonTrackResidualAnalyzer.h.
Enumerator | |
---|---|
all | |
barrel | |
endcap |
Definition at line 47 of file MuonTrackResidualAnalyzer.h.
MuonTrackResidualAnalyzer::MuonTrackResidualAnalyzer | ( | const edm::ParameterSet & | pset | ) |
Constructor.
Definition at line 38 of file MuonTrackResidualAnalyzer.cc.
References Chi2MeasurementEstimatorESProducer_cfi::Chi2MeasurementEstimator, dbe_, edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), LogDebug, MuonServiceProxy_cff::MuonServiceProxy, cppFunctionSkipper::operator, and dbtoconf::out.
|
virtual |
Destructor.
Definition at line 70 of file MuonTrackResidualAnalyzer.cc.
|
virtual |
Implements edm::EDAnalyzer.
Definition at line 117 of file MuonTrackResidualAnalyzer.cc.
References abs, debug, LogDebug, LogTrace, mag(), query::result, and GeomDet::toGlobal().
|
virtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 77 of file MuonTrackResidualAnalyzer.cc.
References algo, DQMStore::book1D(), DQMStore::book2D(), DQMStore::cd(), dbe_, TrackerOfflineValidation_Dqm_cff::dirName, edm::InputTag::instance(), edm::InputTag::label(), LogDebug, edm::InputTag::process(), python.rootplot.root2matplotlib::replace(), DQMStore::setCurrentFolder(), and DQMStore::showDirStructure().
|
private |
Definition at line 329 of file MuonTrackResidualAnalyzer.cc.
References abs, gather_cfg::cout, data, PSimHit::detUnitId(), diffTreeTool::diff, PV3DBase< T, PVType, FrameType >::eta(), HResolution1DRecHit::Fill(), PSimHit::localPosition(), Trajectory::measurements(), PSimHit::momentumAtEntry(), PV3DBase< T, PVType, FrameType >::phi(), GeomDet::toLocal(), PV3DBase< T, PVType, FrameType >::x(), PV3DBase< T, PVType, FrameType >::y(), and PV3DBase< T, PVType, FrameType >::z().
|
virtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 112 of file MuonTrackResidualAnalyzer.cc.
References dbe_, dbtoconf::out, and DQMStore::save().
|
private |
Definition at line 255 of file MuonTrackResidualAnalyzer.cc.
References abs, cond::ecalcond::all, Reference_intrackfit_cff::barrel, Reference_intrackfit_cff::endcap, and LogDebug.
|
private |
Definition at line 270 of file MuonTrackResidualAnalyzer.cc.
References prof2calltree::count, debug, MuonPatternRecoDumper::dumpMuonId(), LogDebug, and LogTrace.
|
private |
Definition at line 301 of file MuonTrackResidualAnalyzer.cc.
References abs, MuonSubdetId::DT, LogDebug, and DetId::rawId().
|
private |
Definition at line 91 of file MuonTrackResidualAnalyzer.h.
|
private |
Definition at line 81 of file MuonTrackResidualAnalyzer.h.
|
private |
Definition at line 82 of file MuonTrackResidualAnalyzer.h.
|
private |
Definition at line 92 of file MuonTrackResidualAnalyzer.h.
|
private |
Definition at line 103 of file MuonTrackResidualAnalyzer.h.
|
private |
Definition at line 106 of file MuonTrackResidualAnalyzer.h.
|
private |
Definition at line 110 of file MuonTrackResidualAnalyzer.h.
|
private |
Definition at line 111 of file MuonTrackResidualAnalyzer.h.
|
private |
Definition at line 100 of file MuonTrackResidualAnalyzer.h.
|
private |
Definition at line 108 of file MuonTrackResidualAnalyzer.h.
|
private |
Definition at line 109 of file MuonTrackResidualAnalyzer.h.
|
private |
Definition at line 84 of file MuonTrackResidualAnalyzer.h.
|
private |
Definition at line 93 of file MuonTrackResidualAnalyzer.h.
|
private |
Definition at line 86 of file MuonTrackResidualAnalyzer.h.
|
private |
Definition at line 97 of file MuonTrackResidualAnalyzer.h.
|
private |
Definition at line 87 of file MuonTrackResidualAnalyzer.h.
|
private |
Definition at line 113 of file MuonTrackResidualAnalyzer.h.
|
private |
Definition at line 89 of file MuonTrackResidualAnalyzer.h.
|
private |
Definition at line 90 of file MuonTrackResidualAnalyzer.h.
|
private |
Definition at line 95 of file MuonTrackResidualAnalyzer.h.
|
private |
Definition at line 118 of file MuonTrackResidualAnalyzer.h.
|
private |
Definition at line 115 of file MuonTrackResidualAnalyzer.h.
|
private |
Definition at line 96 of file MuonTrackResidualAnalyzer.h.