ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitAna/TreeMod/src/OutputMod.cc
(Generate patch)

Comparing UserCode/MitAna/TreeMod/src/OutputMod.cc (file contents):
Revision 1.12 by loizides, Tue Mar 24 16:12:26 2009 UTC vs.
Revision 1.13 by loizides, Mon Jun 15 15:00:17 2009 UTC

# Line 4 | Line 4
4   #include "MitAna/TreeMod/interface/HLTFwkMod.h"
5   #include "MitAna/DataUtil/interface/Debug.h"
6   #include "MitAna/DataTree/interface/BranchTable.h"
7 + #include "MitAna/DataTree/interface/EventHeaderCol.h"
8   #include "MitAna/DataTree/interface/Names.h"
9   #include "MitAna/DataUtil/interface/TreeWriter.h"
10   #include "MitAna/TreeMod/interface/TreeBranchLoader.h"
# Line 49 | Line 50 | OutputMod::OutputMod(const char *name, c
50    fFileNum(-1),
51    fLastWrittenEvt(-1),
52    fLastSeenEvt(-1),
53 <  fCounter(0)
53 >  fCounter(0),
54 >  fAddBrList(0)
55   {
56    // Constructor.
57   }
# Line 629 | Line 631 | void OutputMod::SlaveBegin()
631    fSkimmedIn = GetPublicObj<EventHeaderCol>(Names::gkSkimmedHeaders);
632  
633    // deal here with published objects (not yet implemented)
634 <
634 >  fAddBrList = 0;
635 >
636    // create TObject space for TAM
637    fBranches = new TObject*[fNBranchesMax];      
638  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines