1 #ifndef Validation_MuonGEMRecHits_GEMRecHitMatcher_h 2 #define Validation_MuonGEMRecHits_GEMRecHitMatcher_h 45 std::set<unsigned int>
detIds()
const;
GEMRecHitContainer recHits_
GlobalPoint recHitPosition(const GEMRecHit &rechit) const
std::shared_ptr< GEMDigiMatcher > gemDigiMatcher_
bool recHitInContainer(const GEMRecHit &rh, const GEMRecHitContainer &c) const
std::map< unsigned int, GEMRecHitContainer > chamber_to_recHits_
edm::EDGetTokenT< GEMRecHitCollection > gemRecHitToken_
std::vector< GEMRecHit > GEMRecHitContainer
bool areGEMRecHitSame(const GEMRecHit &l, const GEMRecHit &r) const
const GEMRecHitContainer & recHits() const
std::set< unsigned int > chamberIds() const
std::shared_ptr< GEMDigiMatcher > gemDigiMatcher() const
int nGEMRecHits() const
How many recHits in GEM did this simtrack get in total?
std::set< int > partitionNumbers() const
bool isGEMRecHitMatched(const GEMRecHit &thisRh) const
std::map< unsigned int, GEMRecHitContainer > superchamber_to_recHits_
const GEMGeometry * gemGeometry_
void matchRecHitsToSimTrack(const GEMRecHitCollection &recHits)
std::set< int > stripNumbersInDetId(unsigned int) const
const GEMRecHitContainer & recHitsInChamber(unsigned int) const
std::set< unsigned int > detIds() const
edm::Handle< GEMRecHitCollection > gemRecHitH_
const GEMRecHitContainer & recHitsInDetId(unsigned int) const
GlobalPoint recHitMeanPosition(const GEMRecHitContainer &rechits) const
const GEMRecHitContainer & recHitsInSuperChamber(unsigned int) const
GEMRecHitMatcher(edm::ParameterSet const &iPS, edm::ConsumesCollector &&iC)
edm::ESGetToken< GEMGeometry, MuonGeometryRecord > geomToken_
int nLayersWithRecHitsInSuperChamber(unsigned int) const
void init(const edm::Event &e, const edm::EventSetup &eventSetup)
const GEMRecHitContainer no_recHits_
void match(const SimTrack &t, const SimVertex &v)
do the matching
std::set< unsigned int > superChamberIds() const
std::map< unsigned int, GEMRecHitContainer > detid_to_recHits_