#include <RecoTracker/DebugTools/src/TestHits.cc>
Private Member Functions | |
void | analyze (const edm::Event &, const edm::EventSetup &) override |
void | beginRun (edm::Run const &run, const edm::EventSetup &) override |
void | endJob () override |
void | endRun (edm::Run const &run, const edm::EventSetup &) override |
std::pair< LocalPoint, LocalVector > | projectHit (const PSimHit &, const StripGeomDetUnit *, const BoundPlane &) |
Private Attributes | |
std::string | builderName |
TFile * | file |
edm::ESHandle< TrajectoryFitter > | fit |
edm::ESGetToken< TrajectoryFitter, TrajectoryFitter::Record > | fitToken |
std::string | fname |
std::map< std::string, TH1F * > | hChi2Increment |
TH2F * | hClsize_vs_Chi2 |
TH2F * | hProcess_vs_Chi2 |
std::map< std::string, TH1F * > | hPullGM_X_ts |
std::map< std::string, TH1F * > | hPullGM_X_ts_mono |
std::map< std::string, TH1F * > | hPullGM_X_ts_stereo |
std::map< std::string, TH1F * > | hPullGM_Y_ts |
std::map< std::string, TH1F * > | hPullGM_Y_ts_mono |
std::map< std::string, TH1F * > | hPullGM_Y_ts_stereo |
std::map< std::string, TH1F * > | hPullGM_Z_ts |
std::map< std::string, TH1F * > | hPullGM_Z_ts_mono |
std::map< std::string, TH1F * > | hPullGM_Z_ts_stereo |
std::map< std::string, TH1F * > | hPullGP_X_rs |
std::map< std::string, TH1F * > | hPullGP_X_rs_mono |
std::map< std::string, TH1F * > | hPullGP_X_rs_stereo |
std::map< std::string, TH1F * > | hPullGP_X_tr |
std::map< std::string, TH1F * > | hPullGP_X_tr_mono |
std::map< std::string, TH1F * > | hPullGP_X_tr_stereo |
std::map< std::string, TH1F * > | hPullGP_X_ts |
std::map< std::string, TH1F * > | hPullGP_X_ts_mono |
std::map< std::string, TH1F * > | hPullGP_X_ts_stereo |
std::map< std::string, TH1F * > | hPullGP_Y_rs |
std::map< std::string, TH1F * > | hPullGP_Y_rs_mono |
std::map< std::string, TH1F * > | hPullGP_Y_rs_stereo |
std::map< std::string, TH1F * > | hPullGP_Y_tr |
std::map< std::string, TH1F * > | hPullGP_Y_tr_mono |
std::map< std::string, TH1F * > | hPullGP_Y_tr_stereo |
std::map< std::string, TH1F * > | hPullGP_Y_ts |
std::map< std::string, TH1F * > | hPullGP_Y_ts_mono |
std::map< std::string, TH1F * > | hPullGP_Y_ts_stereo |
std::map< std::string, TH1F * > | hPullGP_Z_rs |
std::map< std::string, TH1F * > | hPullGP_Z_rs_mono |
std::map< std::string, TH1F * > | hPullGP_Z_rs_stereo |
std::map< std::string, TH1F * > | hPullGP_Z_tr |
std::map< std::string, TH1F * > | hPullGP_Z_tr_mono |
std::map< std::string, TH1F * > | hPullGP_Z_tr_stereo |
std::map< std::string, TH1F * > | hPullGP_Z_ts |
std::map< std::string, TH1F * > | hPullGP_Z_ts_mono |
std::map< std::string, TH1F * > | hPullGP_Z_ts_stereo |
TH1F * | hTotChi2Increment |
double | maxeta |
double | mineta |
std::string | propagatorName |
std::string | srcName |
edm::ESHandle< TransientTrackingRecHitBuilder > | theBuilder |
edm::ESGetToken< TransientTrackingRecHitBuilder, TransientRecHitRecord > | theBuilderToken |
edm::ESHandle< TrackerGeometry > | theG |
edm::ESGetToken< TrackerGeometry, TrackerDigiGeometryRecord > | theGToken |
edm::ESHandle< MagneticField > | theMF |
edm::ESGetToken< MagneticField, IdealMagneticFieldRecord > | theMFToken |
edm::ESHandle< Propagator > | thePropagator |
edm::ESGetToken< Propagator, TrackingComponentsRecord > | thePropagatorToken |
edm::Handle< TrackCandidateCollection > | theTCCollection |
edm::EDGetTokenT< TrackCandidateCollection > | theTCCollectionToken |
std::stringstream | title |
TrackerHitAssociator::Config | trackerHitAssociatorConfig_ |
edm::ESGetToken< TrackerTopology, TrackerTopologyRcd > | tTopoToken |
Additional Inherited Members | |
Public Types inherited from edm::one::EDAnalyzerBase | |
typedef EDAnalyzerBase | ModuleType |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Static Public Member Functions inherited from edm::one::EDAnalyzerBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Protected Member Functions inherited from edm::EDConsumerBase | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
template<BranchType B = InEvent> | |
EDConsumerBaseAdaptor< B > | consumes (edm::InputTag tag) noexcept |
EDGetToken | consumes (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | consumes (TypeToGet const &id, edm::InputTag const &tag) |
ConsumesCollector | consumesCollector () |
Use a ConsumesCollector to gather consumes information from helper functions. More... | |
template<typename ProductType , BranchType B = InEvent> | |
void | consumesMany () |
void | consumesMany (const TypeToGet &id) |
template<BranchType B> | |
void | consumesMany (const TypeToGet &id) |
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes () |
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag const &tag) |
template<Transition Tr = Transition::Event> | |
constexpr auto | esConsumes () |
template<Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag tag) |
template<Transition Tr = Transition::Event> | |
ESGetTokenGeneric | esConsumes (eventsetup::EventSetupRecordKey const &iRecord, eventsetup::DataKey const &iKey) |
Used with EventSetupRecord::doGet. More... | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | mayConsume (edm::InputTag const &tag) |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
void | resetItemsToGetFrom (BranchType iType) |
Description: <one line="" class="" summary>="">
Implementation: <Notes on="" implementation>="">
Definition at line 49 of file TestHits.h.
|
explicit |
Definition at line 24 of file TestHits.cc.
References builderName, edm::EDConsumerBase::consumes(), edm::EDConsumerBase::esConsumes(), fitToken, fname, edm::ParameterSet::getParameter(), LogTrace, maxeta, mineta, propagatorName, srcName, AlCaHLTBitMon_QueryRunRegistry::string, theBuilderToken, theGToken, theMFToken, thePropagatorToken, theTCCollectionToken, and tTopoToken.
|
override |
Definition at line 43 of file TestHits.cc.
|
overrideprivatevirtual |
Implements edm::one::EDAnalyzerBase.
Definition at line 199 of file TestHits.cc.
References TransientTrackingRecHitBuilder::build(), TrajectoryStateOnSurface::cartesianError(), heavyFlavorValidationHarvestingSequence_cff::combiner, GlobalErrorBase< T, ErrorWeightType >::cxx(), GlobalErrorBase< T, ErrorWeightType >::cyy(), GlobalErrorBase< T, ErrorWeightType >::czz(), dumpMFGeometry_cfg::delta, DetId::det(), edm::EventSetup::getHandle(), TrajectoryStateOnSurface::globalMomentum(), TrajectoryStateOnSurface::globalPosition(), hChi2Increment, hClsize_vs_Chi2, TrackQuality_cff::hitAssociator, hfClusterShapes_cfi::hits, hProcess_vs_Chi2, hPullGM_X_ts, hPullGM_X_ts_mono, hPullGM_X_ts_stereo, hPullGM_Y_ts, hPullGM_Y_ts_mono, hPullGM_Y_ts_stereo, hPullGM_Z_ts, hPullGM_Z_ts_mono, hPullGM_Z_ts_stereo, hPullGP_X_rs, hPullGP_X_rs_mono, hPullGP_X_rs_stereo, hPullGP_X_tr, hPullGP_X_tr_mono, hPullGP_X_tr_stereo, hPullGP_X_ts, hPullGP_X_ts_mono, hPullGP_X_ts_stereo, hPullGP_Y_rs, hPullGP_Y_rs_mono, hPullGP_Y_rs_stereo, hPullGP_Y_tr, hPullGP_Y_tr_mono, hPullGP_Y_tr_stereo, hPullGP_Y_ts, hPullGP_Y_ts_mono, hPullGP_Y_ts_stereo, hPullGP_Z_rs, hPullGP_Z_rs_mono, hPullGP_Z_rs_stereo, hPullGP_Z_tr, hPullGP_Z_tr_mono, hPullGP_Z_tr_stereo, hPullGP_Z_ts, hPullGP_Z_ts_mono, hPullGP_Z_ts_stereo, hTotChi2Increment, mps_fire::i, TrackerGeometry::idToDet(), iEvent, sistrip::SpyUtilities::isValid(), TrajectoryStateOnSurface::isValid(), TrackerTopology::layer(), PSimHit::localPosition(), LogTrace, visualization-live-secondInstance_cfg::m, mag(), CartesianTrajectoryError::matrix(), maxeta, mineta, PSimHit::momentumAtEntry(), GloballyPositioned< T >::position(), CartesianTrajectoryError::position(), PSimHit::processType(), edm::ESHandle< T >::product(), projectHit(), Propagator::propagate(), rpcPointValidation_cfi::recHit, TrackCandidate::recHits(), mps_fire::result, alignCSCRings::s, TrackCandidate::seed(), mathSSE::sqrt(), GeomDet::surface(), theBuilder, theG, theMF, thePropagator, theTCCollection, theTCCollectionToken, title, Surface::toGlobal(), trackerHitAssociatorConfig_, TrackCandidate::trajectoryStateOnDet(), trajectoryStateTransform::transientState(), tTopoToken, PV3DBase< T, PVType, FrameType >::x(), PV3DBase< T, PVType, FrameType >::y(), and PV3DBase< T, PVType, FrameType >::z().
|
overrideprivate |
Definition at line 45 of file TestHits.cc.
References file, fitToken, edm::EventSetup::getHandle(), hChi2Increment, hClsize_vs_Chi2, hProcess_vs_Chi2, hPullGM_X_ts, hPullGM_X_ts_mono, hPullGM_X_ts_stereo, hPullGM_Y_ts, hPullGM_Y_ts_mono, hPullGM_Y_ts_stereo, hPullGM_Z_ts, hPullGM_Z_ts_mono, hPullGM_Z_ts_stereo, hPullGP_X_rs, hPullGP_X_rs_mono, hPullGP_X_rs_stereo, hPullGP_X_tr, hPullGP_X_tr_mono, hPullGP_X_tr_stereo, hPullGP_X_ts, hPullGP_X_ts_mono, hPullGP_X_ts_stereo, hPullGP_Y_rs, hPullGP_Y_rs_mono, hPullGP_Y_rs_stereo, hPullGP_Y_tr, hPullGP_Y_tr_mono, hPullGP_Y_tr_stereo, hPullGP_Y_ts, hPullGP_Y_ts_mono, hPullGP_Y_ts_stereo, hPullGP_Z_rs, hPullGP_Z_rs_mono, hPullGP_Z_rs_stereo, hPullGP_Z_tr, hPullGP_Z_tr_mono, hPullGP_Z_tr_stereo, hPullGP_Z_ts, hPullGP_Z_ts_mono, hPullGP_Z_ts_stereo, hTotChi2Increment, mps_fire::i, dqmiolumiharvest::j, theBuilder, theBuilderToken, theG, theGToken, theMF, theMFToken, thePropagator, thePropagatorToken, and title.
|
overrideprivatevirtual |
Reimplemented from edm::one::EDAnalyzerBase.
Definition at line 954 of file TestHits.cc.
References file, hChi2Increment, hClsize_vs_Chi2, hProcess_vs_Chi2, hPullGM_X_ts, hPullGM_X_ts_mono, hPullGM_X_ts_stereo, hPullGM_Y_ts, hPullGM_Y_ts_mono, hPullGM_Y_ts_stereo, hPullGM_Z_ts, hPullGM_Z_ts_mono, hPullGM_Z_ts_stereo, hPullGP_X_rs, hPullGP_X_rs_mono, hPullGP_X_rs_stereo, hPullGP_X_tr, hPullGP_X_tr_mono, hPullGP_X_tr_stereo, hPullGP_X_ts, hPullGP_X_ts_mono, hPullGP_X_ts_stereo, hPullGP_Y_rs, hPullGP_Y_rs_mono, hPullGP_Y_rs_stereo, hPullGP_Y_tr, hPullGP_Y_tr_mono, hPullGP_Y_tr_stereo, hPullGP_Y_ts, hPullGP_Y_ts_mono, hPullGP_Y_ts_stereo, hPullGP_Z_rs, hPullGP_Z_rs_mono, hPullGP_Z_rs_stereo, hPullGP_Z_tr, hPullGP_Z_tr_mono, hPullGP_Z_tr_stereo, hPullGP_Z_ts, hPullGP_Z_ts_mono, hPullGP_Z_ts_stereo, hTotChi2Increment, mps_fire::i, dqmiolumiharvest::j, and title.
|
inlineoverrideprivate |
Definition at line 57 of file TestHits.h.
|
private |
Definition at line 1203 of file TestHits.cc.
References funct::cos(), DeadROC_duringRun::dir, L1EGammaClusterEmuProducer_cfi::scale, funct::sin(), StripGeomDetUnit::specificTopology(), StripTopology::strip(), StripTopology::stripAngle(), GeomDet::surface(), Surface::toGlobal(), and PV3DBase< T, PVType, FrameType >::z().
Referenced by analyze().
|
private |
Definition at line 67 of file TestHits.h.
Referenced by TestHits().
|
private |
Definition at line 86 of file TestHits.h.
Referenced by beginRun(), and endJob().
|
private |
Definition at line 75 of file TestHits.h.
Referenced by trackingPlots.Iteration::modules().
|
private |
Definition at line 82 of file TestHits.h.
Referenced by beginRun(), and TestHits().
|
private |
Definition at line 69 of file TestHits.h.
Referenced by TestHits().
|
private |
Definition at line 100 of file TestHits.h.
Referenced by analyze(), beginRun(), and endJob().
|
private |
Definition at line 102 of file TestHits.h.
Referenced by analyze(), beginRun(), and endJob().
|
private |
Definition at line 102 of file TestHits.h.
Referenced by analyze(), beginRun(), and endJob().
|
private |
Definition at line 91 of file TestHits.h.
Referenced by analyze(), beginRun(), and endJob().
|
private |
Definition at line 107 of file TestHits.h.
Referenced by analyze(), beginRun(), and endJob().
|
private |
Definition at line 120 of file TestHits.h.
Referenced by analyze(), beginRun(), and endJob().
|
private |
Definition at line 92 of file TestHits.h.
Referenced by analyze(), beginRun(), and endJob().
|
private |
Definition at line 108 of file TestHits.h.
Referenced by analyze(), beginRun(), and endJob().
|
private |
Definition at line 121 of file TestHits.h.
Referenced by analyze(), beginRun(), and endJob().
|
private |
Definition at line 93 of file TestHits.h.
Referenced by analyze(), beginRun(), and endJob().
|
private |
Definition at line 109 of file TestHits.h.
Referenced by analyze(), beginRun(), and endJob().
|
private |
Definition at line 122 of file TestHits.h.
Referenced by analyze(), beginRun(), and endJob().
|
private |
Definition at line 94 of file TestHits.h.
Referenced by analyze(), beginRun(), and endJob().
|
private |
Definition at line 110 of file TestHits.h.
Referenced by analyze(), beginRun(), and endJob().
|
private |
Definition at line 123 of file TestHits.h.
Referenced by analyze(), beginRun(), and endJob().
|
private |
Definition at line 97 of file TestHits.h.
Referenced by analyze(), beginRun(), and endJob().
|
private |
Definition at line 113 of file TestHits.h.
Referenced by analyze(), beginRun(), and endJob().
|
private |
Definition at line 126 of file TestHits.h.
Referenced by analyze(), beginRun(), and endJob().
|
private |
Definition at line 88 of file TestHits.h.
Referenced by analyze(), beginRun(), and endJob().
|
private |
Definition at line 104 of file TestHits.h.
Referenced by analyze(), beginRun(), and endJob().
|
private |
Definition at line 117 of file TestHits.h.
Referenced by analyze(), beginRun(), and endJob().
|
private |
Definition at line 95 of file TestHits.h.
Referenced by analyze(), beginRun(), and endJob().
|
private |
Definition at line 111 of file TestHits.h.
Referenced by analyze(), beginRun(), and endJob().
|
private |
Definition at line 124 of file TestHits.h.
Referenced by analyze(), beginRun(), and endJob().
|
private |
Definition at line 98 of file TestHits.h.
Referenced by analyze(), beginRun(), and endJob().
|
private |
Definition at line 114 of file TestHits.h.
Referenced by analyze(), beginRun(), and endJob().
|
private |
Definition at line 127 of file TestHits.h.
Referenced by analyze(), beginRun(), and endJob().
|
private |
Definition at line 89 of file TestHits.h.
Referenced by analyze(), beginRun(), and endJob().
|
private |
Definition at line 105 of file TestHits.h.
Referenced by analyze(), beginRun(), and endJob().
|
private |
Definition at line 118 of file TestHits.h.
Referenced by analyze(), beginRun(), and endJob().
|
private |
Definition at line 96 of file TestHits.h.
Referenced by analyze(), beginRun(), and endJob().
|
private |
Definition at line 112 of file TestHits.h.
Referenced by analyze(), beginRun(), and endJob().
|
private |
Definition at line 125 of file TestHits.h.
Referenced by analyze(), beginRun(), and endJob().
|
private |
Definition at line 99 of file TestHits.h.
Referenced by analyze(), beginRun(), and endJob().
|
private |
Definition at line 115 of file TestHits.h.
Referenced by analyze(), beginRun(), and endJob().
|
private |
Definition at line 128 of file TestHits.h.
Referenced by analyze(), beginRun(), and endJob().
|
private |
Definition at line 90 of file TestHits.h.
Referenced by analyze(), beginRun(), and endJob().
|
private |
Definition at line 106 of file TestHits.h.
Referenced by analyze(), beginRun(), and endJob().
|
private |
Definition at line 119 of file TestHits.h.
Referenced by analyze(), beginRun(), and endJob().
|
private |
Definition at line 101 of file TestHits.h.
Referenced by analyze(), beginRun(), and endJob().
|
private |
Definition at line 64 of file TestHits.h.
Referenced by analyze(), and TestHits().
|
private |
Definition at line 64 of file TestHits.h.
Referenced by analyze(), and TestHits().
|
private |
Definition at line 66 of file TestHits.h.
Referenced by TestHits().
|
private |
Definition at line 68 of file TestHits.h.
Referenced by TestHits().
|
private |
Definition at line 74 of file TestHits.h.
Referenced by analyze(), and beginRun().
|
private |
Definition at line 81 of file TestHits.h.
Referenced by beginRun(), and TestHits().
|
private |
Definition at line 71 of file TestHits.h.
Referenced by analyze(), and beginRun().
|
private |
Definition at line 78 of file TestHits.h.
Referenced by beginRun(), and TestHits().
|
private |
Definition at line 72 of file TestHits.h.
Referenced by analyze(), and beginRun().
|
private |
Definition at line 79 of file TestHits.h.
Referenced by beginRun(), and TestHits().
|
private |
Definition at line 73 of file TestHits.h.
Referenced by analyze(), and beginRun().
|
private |
Definition at line 80 of file TestHits.h.
Referenced by beginRun(), and TestHits().
|
private |
Definition at line 76 of file TestHits.h.
Referenced by analyze().
|
private |
Definition at line 83 of file TestHits.h.
Referenced by analyze(), and TestHits().
|
private |
Definition at line 87 of file TestHits.h.
Referenced by analyze(), beginRun(), endJob(), and Formatter.SimpleHTMLFormatter::headers().
|
private |
Definition at line 62 of file TestHits.h.
Referenced by analyze().
|
private |
Definition at line 84 of file TestHits.h.
Referenced by analyze(), and TestHits().