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

Comparing UserCode/MitProd/TreeFiller/interface/FillerPATElectrons.h (file contents):
Revision 1.2 by loizides, Wed Sep 10 03:30:23 2008 UTC vs.
Revision 1.3 by bendavid, Mon Nov 3 18:11:10 2008 UTC

# Line 25 | Line 25 | namespace mithep
25    {  
26      public:
27        FillerPATElectrons(const edm::ParameterSet &cfg, bool active=1,
28 <                         const GsfTrackMap* gsfTrackMap=0, const TrackMap* trackerTrackMap=0);
28 >                         const TrackMap* gsfTrackMap=0, const TrackMap* trackerTrackMap=0);
29        ~FillerPATElectrons();
30  
31        void BookDataBlock(TreeWriter &tws);
# Line 38 | Line 38 | namespace mithep
38        std::string      trackerTrackMapName_;   //name of imported map wrt to trk tracks
39  
40        mithep::ElectronArr           *electrons_;
41 <      const mithep::GsfTrackMap     *gsfTrackMap_;
41 >      const mithep::TrackMap        *gsfTrackMap_;
42        const mithep::TrackMap        *trackerTrackMap_;
43    };
44   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines