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.3 by paus, Wed Jun 11 23:37:20 2008 UTC vs.
Revision 1.4 by loizides, Tue Jun 17 13:31:38 2008 UTC

# Line 1 | Line 1
1 //--------------------------------------------------------------------------------------------------
1   // $Id$
2 < //
4 < // FillElectrons
5 < //
6 < // Module copying HepMC particles into Electrons.
7 < //
8 < // Authors: C.Loizides, J. Bendavid
9 < //--------------------------------------------------------------------------------------------------
2 >
3   #ifndef TREEFILLER_FILLELECTRONS_H
4   #define TREEFILLER_FILLELECTRONS_H
5  
13 #include <TClonesArray.h>
14
6   #include "FWCore/Framework/interface/EDAnalyzer.h"
7   #include "FWCore/Framework/interface/Event.h"
8   #include "FWCore/ParameterSet/interface/ParameterSet.h"
# Line 20 | Line 11
11   #include "MitAna/DataUtil/interface/TreeWriter.h"
12   #include "MitAna/DataTree/interface/Electron.h"
13   #include "MitAna/DataTree/interface/Track.h"
14 < #include "MitAna/DataTree/interface/Vector.h"
14 > #include "MitAna/DataTree/interface/Array.h"
15 >
16 > //--------------------------------------------------------------------------------------------------
17 > //
18 > // FillElectrons
19 > //
20 > // Module copying HepMC particles into Electrons.
21 > //
22 > // Authors: C.Loizides, J.Bendavid
23 > //--------------------------------------------------------------------------------------------------
24  
25   namespace mithep
26   {
# Line 35 | 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    };

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines