#include <CkfDebugger.h>
Classes | |
class | SimHit |
Public Member Functions | |
bool | analyseCompatibleMeasurements (const Trajectory &, const std::vector< TrajectoryMeasurement > &, const MeasurementTracker *, const Propagator *, const Chi2MeasurementEstimatorBase *, const TransientTrackingRecHitBuilder *) |
CkfDebugger (edm::EventSetup const &es, edm::ConsumesCollector &&iC) | |
void | countSeed () |
void | deleteHitAssociator () |
void | fillSeedHist (CTTRHp h1, CTTRHp h2, TrajectoryStateOnSurface t) |
void | printSimHits (const edm::Event &iEvent) |
~CkfDebugger () | |
Private Types | |
typedef TrajectoryMeasurement | TM |
typedef TrajectoryStateOnSurface | TSOS |
Private Member Functions | |
std::pair< CTTRHp, double > | analyseRecHitExistance (const PSimHit &sh, const TSOS &startingState) |
int | analyseRecHitNotFound (const Trajectory &, CTTRHp) |
bool | associated (CTTRHp rechit, const PSimHit &sh) const |
int | assocTrackId (CTTRHp rechit) const |
template<unsigned int D> | |
std::pair< double, double > | computePulls (CTTRHp recHit, TSOS startingState) |
std::pair< double, double > | computePulls (CTTRHp recHit, TSOS startingState) |
bool | correctMeas (const TM &tm, const PSimHit *correctHit) const |
bool | correctTrajectory (const Trajectory &, unsigned int &) const |
const GeomDetUnit * | det (const PSimHit *sh) const |
void | dumpSimHit (const SimHit &hit) const |
bool | goodSimHit (const PSimHit &sh) const |
bool | hasDelta (const PSimHit *correctHit) |
int | layer (const GeomDet *det) |
std::vector< const PSimHit * > | nextCorrectHits (const Trajectory &, unsigned int &) |
Global3DPoint | position (const PSimHit *sh) const |
const PSimHit * | pSimHit (unsigned int tkId, DetId detId) |
double | testSeed (CTTRHp, CTTRHp, TrajectoryStateOnSurface) |
Private Attributes | |
int | chi2gt30 |
int | chi2gt30delta |
int | chi2gt30deltaSeed |
int | chi2ls30 |
int | det_not_found |
std::vector< int > | dump |
std::map< std::pair< int, int > , int > | dump2 |
std::map< std::pair< int, int > , int > | dump3 |
std::map< std::pair< int, int > , int > | dump4 |
std::map< std::pair< int, int > , int > | dump5 |
std::map< std::pair< int, int > , int > | dump6 |
TFile * | file |
int | glued_det_not_fuond |
TH1F * | hchi2seedAll |
TH1F * | hchi2seedProb |
TrackerHitAssociator * | hitAssociator |
std::map< std::string, TH1F * > | hPullGP_X_shst |
std::map< std::string, TH1F * > | hPullGP_Y_shst |
std::map< std::string, TH1F * > | hPullGP_Z_shst |
TH2F * | hPullGPXvsGPeta_shst |
TH2F * | hPullGPXvsGPphi_shst |
TH2F * | hPullGPXvsGPr_shst |
TH2F * | hPullGPXvsGPX_shst |
TH2F * | hPullGPXvsGPY_shst |
TH2F * | hPullGPXvsGPZ_shst |
std::map< std::string, TH1F * > | hPullM_shrh |
std::map< std::string, TH1F * > | hPullM_shst |
std::map< std::string, TH1F * > | hPullM_strh |
std::map< std::string, TH1F * > | hPullS_shrh |
std::map< std::string, TH1F * > | hPullS_shst |
std::map< std::string, TH1F * > | hPullS_strh |
std::map< std::string, TH1F * > | hPullX_shrh |
std::map< std::string, TH1F * > | hPullX_shst |
std::map< std::string, TH1F * > | hPullX_strh |
std::map< std::string, TH1F * > | hPullY_shrh |
std::map< std::string, TH1F * > | hPullY_shst |
std::map< std::string, TH1F * > | hPullY_strh |
std::map< unsigned int, std::vector< PSimHit * > > | idHitsMap |
int | layer_not_found |
int | matched_not_associated |
int | matched_not_found |
int | no_component |
int | no_layer |
int | no_sim_hit |
int | only_one_component |
int | other |
int | partner_det_not_fuond |
int | problems |
int | propagation |
int | seedWithDelta |
int | simple_hit_not_found |
const MeasurementEstimator * | theChi2 |
const Propagator * | theForwardPropagator |
const GeometricSearchTracker * | theGeomSearchTracker |
const MagneticField * | theMagField |
const MeasurementTracker * | theMeasurementTracker |
NavigationSchool const * | theNavSchool |
const TrackerTopology * | theTopo |
const TrackerGeometry * | theTrackerGeom |
const TransientTrackingRecHitBuilder * | theTTRHBuilder |
int | totchi2gt30 |
int | totSeeds |
TrackerHitAssociator::Config | trackerHitAssociatorConfig_ |
Definition at line 43 of file CkfDebugger.h.
|
private |
Definition at line 70 of file CkfDebugger.h.
|
private |
Definition at line 71 of file CkfDebugger.h.
CkfDebugger::CkfDebugger | ( | edm::EventSetup const & | es, |
edm::ConsumesCollector && | iC | ||
) |
Definition at line 37 of file CkfDebugger.cc.
CkfDebugger::~CkfDebugger | ( | ) |
Definition at line 1059 of file CkfDebugger.cc.
bool CkfDebugger::analyseCompatibleMeasurements | ( | const Trajectory & | traj, |
const std::vector< TrajectoryMeasurement > & | meas, | ||
const MeasurementTracker * | aMeasurementTracker, | ||
const Propagator * | propagator, | ||
const Chi2MeasurementEstimatorBase * | estimator, | ||
const TransientTrackingRecHitBuilder * | aTTRHBuilder | ||
) |
Definition at line 197 of file CkfDebugger.cc.
Referenced by CkfDebugTrajectoryBuilder::analyzeMeasurementsDebugger().
|
private |
Definition at line 680 of file CkfDebugger.cc.
|
private |
Definition at line 904 of file CkfDebugger.cc.
Definition at line 614 of file CkfDebugger.cc.
|
private |
Definition at line 511 of file CkfDebugger.cc.
|
inlineprivate |
Definition at line 158 of file CkfDebugger.h.
|
inlineprivate |
Definition at line 185 of file CkfDebugger.h.
Definition at line 634 of file CkfDebugger.cc.
|
private |
Definition at line 469 of file CkfDebugger.cc.
|
inline |
Definition at line 51 of file CkfDebugger.h.
Referenced by cms::CkfDebugTrackCandidateMaker::countSeedsDebugger().
|
inline |
Definition at line 65 of file CkfDebugger.h.
Referenced by cms::CkfDebugTrackCandidateMaker::deleteAssocDebugger().
|
inlineprivate |
Definition at line 150 of file CkfDebugger.h.
|
private |
Definition at line 185 of file CkfDebugger.cc.
|
inline |
Definition at line 53 of file CkfDebugger.h.
Referenced by CkfDebugTrajectoryBuilder::fillSeedHistoDebugger().
|
private |
Definition at line 607 of file CkfDebugger.cc.
|
inlineprivate |
Definition at line 136 of file CkfDebugger.h.
|
inlineprivate |
Definition at line 152 of file CkfDebugger.h.
|
private |
Definition at line 529 of file CkfDebugger.cc.
|
inlineprivate |
Definition at line 147 of file CkfDebugger.h.
void CkfDebugger::printSimHits | ( | const edm::Event & | iEvent | ) |
Definition at line 156 of file CkfDebugger.cc.
Referenced by cms::CkfDebugTrackCandidateMaker::printHitsDebugger().
Definition at line 892 of file CkfDebugger.cc.
|
private |
Definition at line 989 of file CkfDebugger.cc.
|
private |
Definition at line 237 of file CkfDebugger.h.
|
private |
Definition at line 238 of file CkfDebugger.h.
|
private |
Definition at line 239 of file CkfDebugger.h.
|
private |
Definition at line 240 of file CkfDebugger.h.
|
private |
Definition at line 236 of file CkfDebugger.h.
|
private |
Definition at line 196 of file CkfDebugger.h.
|
private |
Definition at line 197 of file CkfDebugger.h.
|
private |
Definition at line 198 of file CkfDebugger.h.
|
private |
Definition at line 199 of file CkfDebugger.h.
|
private |
Definition at line 200 of file CkfDebugger.h.
|
private |
Definition at line 201 of file CkfDebugger.h.
|
private |
Definition at line 203 of file CkfDebugger.h.
|
private |
Definition at line 247 of file CkfDebugger.h.
|
private |
Definition at line 204 of file CkfDebugger.h.
|
private |
Definition at line 204 of file CkfDebugger.h.
|
private |
Definition at line 105 of file CkfDebugger.h.
|
private |
Definition at line 220 of file CkfDebugger.h.
|
private |
Definition at line 221 of file CkfDebugger.h.
|
private |
Definition at line 222 of file CkfDebugger.h.
|
private |
Definition at line 228 of file CkfDebugger.h.
|
private |
Definition at line 229 of file CkfDebugger.h.
|
private |
Definition at line 227 of file CkfDebugger.h.
|
private |
Definition at line 224 of file CkfDebugger.h.
|
private |
Definition at line 225 of file CkfDebugger.h.
|
private |
Definition at line 226 of file CkfDebugger.h.
|
private |
Definition at line 213 of file CkfDebugger.h.
|
private |
Definition at line 215 of file CkfDebugger.h.
|
private |
Definition at line 217 of file CkfDebugger.h.
|
private |
Definition at line 214 of file CkfDebugger.h.
|
private |
Definition at line 216 of file CkfDebugger.h.
|
private |
Definition at line 218 of file CkfDebugger.h.
|
private |
Definition at line 206 of file CkfDebugger.h.
|
private |
Definition at line 208 of file CkfDebugger.h.
|
private |
Definition at line 210 of file CkfDebugger.h.
|
private |
Definition at line 207 of file CkfDebugger.h.
|
private |
Definition at line 209 of file CkfDebugger.h.
|
private |
Definition at line 211 of file CkfDebugger.h.
|
private |
Definition at line 111 of file CkfDebugger.h.
|
private |
Definition at line 235 of file CkfDebugger.h.
|
private |
Definition at line 245 of file CkfDebugger.h.
|
private |
Definition at line 244 of file CkfDebugger.h.
|
private |
Definition at line 242 of file CkfDebugger.h.
|
private |
Definition at line 234 of file CkfDebugger.h.
|
private |
Definition at line 233 of file CkfDebugger.h.
|
private |
Definition at line 243 of file CkfDebugger.h.
|
private |
Definition at line 249 of file CkfDebugger.h.
|
private |
Definition at line 246 of file CkfDebugger.h.
|
private |
Definition at line 232 of file CkfDebugger.h.
|
private |
Definition at line 248 of file CkfDebugger.h.
|
private |
Definition at line 231 of file CkfDebugger.h.
|
private |
Definition at line 241 of file CkfDebugger.h.
|
private |
Definition at line 102 of file CkfDebugger.h.
|
private |
Definition at line 103 of file CkfDebugger.h.
|
private |
Definition at line 101 of file CkfDebugger.h.
|
private |
Definition at line 100 of file CkfDebugger.h.
|
private |
Definition at line 106 of file CkfDebugger.h.
|
private |
Definition at line 109 of file CkfDebugger.h.
|
private |
Definition at line 108 of file CkfDebugger.h.
|
private |
Definition at line 99 of file CkfDebugger.h.
|
private |
Definition at line 107 of file CkfDebugger.h.
|
private |
Definition at line 250 of file CkfDebugger.h.
|
private |
Definition at line 252 of file CkfDebugger.h.
|
private |
Definition at line 104 of file CkfDebugger.h.