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.3 by bbetchar, Thu Jun 11 16:09:15 2009 UTC vs.
Revision 1.4 by bbetchar, Wed Sep 2 17:12:53 2009 UTC

# Line 9 | Line 9 | class StripGeomDetUnit;
9   class MagneticField;
10   class SiStripLorentzAngle;
11   class Event;
12 + namespace edm {class InputTag;}
13  
14   namespace shallow {
15    
16   typedef std::map<std::pair<uint32_t, uint16_t>, unsigned int> CLUSTERMAP;  
17  
18 < CLUSTERMAP make_cluster_map( const edm::Event& );
18 > CLUSTERMAP make_cluster_map( const edm::Event& , edm::InputTag&);
19   LocalVector drift( const StripGeomDetUnit*, const MagneticField&, const SiStripLorentzAngle&);
20   int findTrackIndex(const edm::Handle<edm::View<reco::Track> >& h,   const reco::Track* t);
21  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines