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.6 by loizides, Tue Jul 1 14:38:33 2008 UTC vs.
Revision 1.7 by loizides, Mon Jul 7 16:14:01 2008 UTC

# Line 25 | Line 25 | namespace mithep
25        virtual ~BaseFiller() {}
26  
27        bool                     Active() const { return active_; }
28 <      virtual void             BookDataBlock(TreeWriter &tws)                           = 0;
29 <      virtual void             FillDataBlock(const edm::Event&, const edm::EventSetup&) = 0;
28 >      virtual void             BookDataBlock(TreeWriter &tws)                                = 0;
29 >      virtual void             FillDataBlock(const edm::Event &e, const edm::EventSetup &es) = 0;
30        const std::string       &Name()   const { return name_; }
31 <      virtual void             ResolveLinks(const edm::Event&, const edm::EventSetup&)  {}
31 >      virtual void             ResolveLinks(const edm::Event &e, const edm::EventSetup &es)    {}
32  
33      protected:
34        const edm::ParameterSet &Conf()   const { return config_; }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines