40 |
|
|
41 |
|
void checkEfficiency(const reco::TrackCollection & tracks); |
42 |
|
void checkEfficiency(const OrderedSeedingHits& candidates); |
43 |
< |
void checkAlgoEfficiency1(const ctfseeding::SeedingLayerSets&, const OrderedSeedingHits& ); |
44 |
< |
void checkAlgoEfficiency2(const ctfseeding::SeedingLayerSets&, const OrderedSeedingHits& ); |
43 |
> |
// void checkAlgoEfficiency1(const ctfseeding::SeedingLayerSets&, const OrderedSeedingHits& ); |
44 |
> |
// void checkAlgoEfficiency2(const ctfseeding::SeedingLayerSets&, const OrderedSeedingHits& ); |
45 |
|
|
46 |
|
static void print(const SimTrack & track) ; |
47 |
+ |
static void print(const SimVertex& vertex); |
48 |
|
static void print(const reco::Track & track, const math::XYZPoint & bs=math::XYZPoint(0,0,0)); |
49 |
|
private: |
50 |
|
unsigned int matchedHits(unsigned int trackId, const SeedingHitSet& hits); |