ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/ShallowTools/interface/ShallowTools.h
(Generate patch)

Comparing UserCode/ShallowTools/interface/ShallowTools.h (file contents):
Revision 1.2 by bbetchar, Wed Jun 10 01:24:50 2009 UTC vs.
Revision 1.3 by bbetchar, Thu Jun 11 16:09:15 2009 UTC

# 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  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines