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.9 by loizides, Wed Sep 10 03:30:22 2008 UTC vs.
Revision 1.10 by loizides, Sun Mar 15 11:20:40 2009 UTC

# Line 23 | Line 23
23   namespace mithep
24   {
25    class BaseFiller;
26 +  class BranchTable;
27  
28    class FillMitTree : public edm::EDAnalyzer
29    {
# Line 42 | Line 43 | namespace mithep
43  
44        std::vector<BaseFiller*> fillers_;       //list of active fillers
45        bool                     defactive_;     //default activity flag for fillers
46 +      BranchTable             *brtable_;       //branch dependency table
47        static ObjectService    *os_;            //object service (set in beginJob)
48    };
49   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines