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.8 by loizides, Thu Jul 31 12:34:03 2008 UTC vs.
Revision 1.11 by loizides, Thu Mar 19 22:20:46 2009 UTC

# Line 11 | Line 11
11   // Authors: C.Paus
12   //--------------------------------------------------------------------------------------------------
13  
14 < #ifndef TREEFILLER_FILLMITTREE_H
15 < #define TREEFILLER_FILLMITTREE_H
14 > #ifndef MITPROD_TREEFILLER_FILLMITTREE_H
15 > #define MITPROD_TREEFILLER_FILLMITTREE_H
16  
17   #include "FWCore/Framework/interface/EDAnalyzer.h"
18   #include "FWCore/Framework/interface/Event.h"
# Line 22 | Line 22
22  
23   namespace mithep
24   {
25 +  class BranchTable;
26    class BaseFiller;
27 +  class TreeWriter;
28  
29    class FillMitTree : public edm::EDAnalyzer
30    {
# Line 42 | Line 44 | namespace mithep
44  
45        std::vector<BaseFiller*> fillers_;       //list of active fillers
46        bool                     defactive_;     //default activity flag for fillers
47 +      BranchTable             *brtable_;       //branch dependency table
48 +      int                      acfnumber_;     //keep track of active file number
49 +      TreeWriter              *tws_;           //pointer to tree writer
50        static ObjectService    *os_;            //object service (set in beginJob)
51    };
52   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines