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.4 by loizides, Tue Jun 24 14:25:46 2008 UTC vs.
Revision 1.5 by loizides, Tue Jul 1 14:38:33 2008 UTC

# Line 25 | Line 25 | namespace mithep
25    class FillMitTree : public edm::EDAnalyzer
26    {
27      public:
28 <      FillMitTree(const edm::ParameterSet&);
28 >      FillMitTree(const edm::ParameterSet &cfg);
29        ~FillMitTree();
30  
31 <      void analyze (const edm::Event&, const edm::EventSetup&);
32 <      void beginJob(const edm::EventSetup&);
31 >      void analyze (const edm::Event &e, const edm::EventSetup &es);
32 >      void beginJob(const edm::EventSetup &es);
33        void endJob();
34    
35 <    private:
36 <      bool configure(const edm::ParameterSet&);
37 <      std::vector<BaseFiller*>  fillers_;       // list of active fillers
35 >    protected:
36 >      bool configure(const edm::ParameterSet &cfg);
37 >
38 >      std::vector<BaseFiller*> fillers_;       // list of active fillers
39    };
40   }
41   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines