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

Comparing UserCode/MitProd/TreeFiller/interface/BaseFiller.h (file contents):
Revision 1.15 by loizides, Mon Jun 15 15:00:23 2009 UTC vs.
Revision 1.16 by loizides, Fri Sep 25 08:43:07 2009 UTC

# Line 36 | Line 36 | namespace mithep
36                                   { AddBranchDep(n.c_str(), d);         }
37        void                     AddBranchDep(const std::string &n, const std::string &d)
38                                   { AddBranchDep(n.c_str(), d.c_str()); }
39 <      virtual void             BookDataBlock(TreeWriter &tws)                                = 0;
39 >      virtual void             BookDataBlock(TreeWriter &tws, const edm::EventSetup &es)     = 0;
40        virtual void             FillDataBlock(const edm::Event &e, const edm::EventSetup &es) = 0;
41        const std::string       &Name()    const { return name_;         }
42        virtual void             ResolveLinks(const edm::Event &e, const edm::EventSetup &es)    {}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines