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

Comparing UserCode/MitProd/TreeFiller/interface/FillerPFMet.h (file contents):
Revision 1.1 by bendavid, Thu Mar 12 16:00:23 2009 UTC vs.
Revision 1.3 by loizides, Sun Mar 22 10:00:46 2009 UTC

# Line 26 | Line 26 | namespace mithep
26        FillerPFMet(const edm::ParameterSet &cfg, const char *name, bool active=1);
27        ~FillerPFMet();
28  
29 <      void            BookDataBlock(TreeWriter &tws);
30 <      void            FillDataBlock(const edm::Event &e, const edm::EventSetup &es);
29 >      void                  BookDataBlock(TreeWriter &tws);
30 >      void                  FillDataBlock(const edm::Event &e, const edm::EventSetup &es);
31    
32      private:
33        std::string           edmName_;    //edm name of met collection
34 <      std::string           mitName_;    //name of Mets in OAK
34 >      std::string           mitName_;    //mit name of met collection
35        mithep::PFMetArr     *pfMets_;     //array of Mets
36    };
37   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines