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

Comparing UserCode/MitProd/TreeFiller/interface/FillElectrons.h (file contents):
Revision 1.1 by bendavid, Thu Jun 5 16:07:11 2008 UTC vs.
Revision 1.4 by loizides, Tue Jun 17 13:31:38 2008 UTC

# Line 7 | Line 7
7   #include "FWCore/Framework/interface/Event.h"
8   #include "FWCore/ParameterSet/interface/ParameterSet.h"
9   #include "FWCore/Framework/interface/Frameworkfwd.h"
10
10   #include "MitProd/TreeService/interface/TreeService.h"
11   #include "MitAna/DataUtil/interface/TreeWriter.h"
13
12   #include "MitAna/DataTree/interface/Electron.h"
13   #include "MitAna/DataTree/interface/Track.h"
14 < #include "MitAna/DataTree/interface/Vector.h"
17 < #include <TClonesArray.h>
14 > #include "MitAna/DataTree/interface/Array.h"
15  
16   //--------------------------------------------------------------------------------------------------
17   //
# Line 22 | Line 19
19   //
20   // Module copying HepMC particles into Electrons.
21   //
22 < // Authors: C.Loizides, J. Bendavid
26 < //
22 > // Authors: C.Loizides, J.Bendavid
23   //--------------------------------------------------------------------------------------------------
24  
25   namespace mithep
# Line 39 | Line 35 | namespace mithep
35        void endJob ();
36    
37      private:
38 <      mithep::Vector<mithep::Electron> *electrons_;  
38 >      mithep::Array<mithep::Electron> *electrons_;  
39        std::string electronSource_;
40        std::string electronBranch_;
41    };
42 <
47 < } /*namespace mithep*/
48 <
42 > }
43   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines