ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitProd/TreeFiller/interface/FillTracks.h
(Generate patch)

Comparing UserCode/MitProd/TreeFiller/interface/FillTracks.h (file contents):
Revision 1.2 by loizides, Wed Jun 11 12:50:17 2008 UTC vs.
Revision 1.3 by loizides, Tue Jun 17 13:31:38 2008 UTC

# Line 10 | Line 10
10   #include "MitProd/TreeService/interface/TreeService.h"
11   #include "MitAna/DataUtil/interface/TreeWriter.h"
12   #include "MitAna/DataTree/interface/Track.h"
13 < #include "MitAna/DataTree/interface/Vector.h"
13 > #include "MitAna/DataTree/interface/Array.h"
14  
15   //--------------------------------------------------------------------------------------------------
16   //
# Line 35 | Line 35 | namespace mithep
35        void endJob ();
36    
37      private:
38 <      mithep::Vector<mithep::Track> *tracks_;  
38 >      mithep::Array<mithep::Track> *tracks_;  
39        std::string trackSource_;
40        std::string trackBranch_;
41    };

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines