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.14 by loizides, Mon Jun 15 15:00:23 2009 UTC vs.
Revision 1.17 by bendavid, Sat Dec 12 22:33:46 2009 UTC

# Line 29 | Line 29 | namespace mithep
29        FillMitTree(const edm::ParameterSet &cfg);
30        ~FillMitTree();
31  
32 +      void                     beginRun(edm::Run const &, edm::EventSetup const&);
33        void                     analyze(const edm::Event &e, const edm::EventSetup &es);
34        void                     beginJob(const edm::EventSetup &es);
35        void                     endJob();
# Line 38 | Line 39 | namespace mithep
39      protected:
40        bool                     addActiveFiller(BaseFiller *bf);
41        bool                     configure(const edm::ParameterSet &cfg);
42 +      bool                     configureTreeWriter(const edm::ParameterSet &cfg);
43  
44        std::vector<BaseFiller*> fillers_;       //list of active fillers
45        bool                     defactive_;     //default activity flag for fillers

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines