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.2 by loizides, Wed Jun 11 12:50:17 2008 UTC vs.
Revision 1.8 by loizides, Tue Jun 24 14:25:46 2008 UTC

# Line 1 | Line 1
1 + //--------------------------------------------------------------------------------------------------
2   // $Id$
3 + //
4 + // FillElectrons
5 + //
6 + // Module copying reconstructed EDM electrons into mithep::Electrons.
7 + //
8 + // Authors: C.Loizides, J.Bendavid
9 + //--------------------------------------------------------------------------------------------------
10  
11   #ifndef TREEFILLER_FILLELECTRONS_H
12   #define TREEFILLER_FILLELECTRONS_H
# Line 7 | Line 15
15   #include "FWCore/Framework/interface/Event.h"
16   #include "FWCore/ParameterSet/interface/ParameterSet.h"
17   #include "FWCore/Framework/interface/Frameworkfwd.h"
10 #include "MitProd/TreeService/interface/TreeService.h"
11 #include "MitAna/DataUtil/interface/TreeWriter.h"
18   #include "MitAna/DataTree/interface/Electron.h"
19   #include "MitAna/DataTree/interface/Track.h"
20 < #include "MitAna/DataTree/interface/Vector.h"
15 <
16 < //--------------------------------------------------------------------------------------------------
17 < //
18 < // FillElectrons
19 < //
20 < // Module copying reconstructed EDM electrons into mithep::Electrons.
21 < //
22 < // Authors: C.Loizides, J.Bendavid
23 < //
24 < //--------------------------------------------------------------------------------------------------
20 > #include "MitAna/DataTree/interface/Array.h"
21  
22   namespace mithep
23   {
# Line 32 | Line 28 | namespace mithep
28        ~FillElectrons();
29  
30        void analyze(const edm::Event&, const edm::EventSetup&);
31 <      void beginJob(edm::EventSetup const&);
31 >      void beginJob(const edm::EventSetup&);
32        void endJob ();
33    
34      private:
35 <      mithep::Vector<mithep::Electron> *electrons_;  
35 >      mithep::Array<mithep::Electron> *electrons_;  
36        std::string electronSource_;
37        std::string electronBranch_;
38    };

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines