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.11 by loizides, Thu Mar 19 22:20:46 2009 UTC vs.
Revision 1.12 by loizides, Sun Mar 22 10:00:45 2009 UTC

# Line 32 | Line 32 | namespace mithep
32        FillMitTree(const edm::ParameterSet &cfg);
33        ~FillMitTree();
34  
35 <      void analyze (const edm::Event &e, const edm::EventSetup &es);
36 <      void beginJob(const edm::EventSetup &es);
37 <      void endJob();
35 >      void                     analyze (const edm::Event &e, const edm::EventSetup &es);
36 >      void                     beginJob(const edm::EventSetup &es);
37 >      void                     endJob();
38  
39 <      static ObjectService *os() { return os_; }
39 >      static ObjectService    *os() { return os_; }
40  
41      protected:
42 <      bool addActiveFiller(BaseFiller *bf);
43 <      bool configure(const edm::ParameterSet &cfg);
42 >      bool                     addActiveFiller(BaseFiller *bf);
43 >      bool                     configure(const edm::ParameterSet &cfg);
44  
45        std::vector<BaseFiller*> fillers_;       //list of active fillers
46        bool                     defactive_;     //default activity flag for fillers

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines