# | Line 15 | Line 15 | namespace shallow { | |
---|---|---|
15 | typedef std::map<std::pair<uint32_t, uint16_t>, unsigned int> CLUSTERMAP; | |
16 | ||
17 | CLUSTERMAP make_cluster_map( const edm::Event& ); | |
18 | – | int findTrackIndex(const edm::Handle<std::vector<reco::Track> >&, const reco::Track*); |
18 | LocalVector drift( const StripGeomDetUnit*, const MagneticField&, const SiStripLorentzAngle&); | |
19 | + | int findTrackIndex(const edm::Handle<edm::View<reco::Track> >& h, const reco::Track* t); |
20 | ||
21 | } | |
22 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |