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

Comparing UserCode/MitProd/TreeFiller/interface/FillMitTree.h (file contents):
Revision 1.2 by loizides, Wed Jun 18 19:17:21 2008 UTC vs.
Revision 1.3 by loizides, Thu Jun 19 16:53:43 2008 UTC

# Line 29 | Line 29 | namespace mithep
29        ~FillMitTree();
30  
31        void analyze (const edm::Event&, const edm::EventSetup&);
32 <      void beginJob(edm::EventSetup const&);
33 <      void endJob  ();
32 >      void beginJob(const edm::EventSetup&);
33 >      void endJob();
34    
35      private:
36 +      bool configure(const edm::ParameterSet&);
37        std::vector<BaseFiller*>  fillers_;       // list of our fillers and potential fillers
38    };
39   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines