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

Comparing UserCode/MitProd/TreeFiller/interface/FillerConversionElectrons.h (file contents):
Revision 1.5 by loizides, Thu Jul 31 12:34:03 2008 UTC vs.
Revision 1.6 by loizides, Wed Sep 10 03:30:22 2008 UTC

# Line 10 | Line 10
10   // Authors: J.Bendavid
11   //--------------------------------------------------------------------------------------------------
12  
13 < #ifndef TREEFILLER_FILLERCONVERSIONELECTRONS_H
14 < #define TREEFILLER_FILLERCONVERSIONELECTRONS_H
13 > #ifndef MITPROD_TREEFILLER_FILLERCONVERSIONELECTRONS_H
14 > #define MITPROD_TREEFILLER_FILLERCONVERSIONELECTRONS_H
15  
16   #include "FWCore/ParameterSet/interface/ParameterSet.h"
17   #include "MitAna/DataUtil/interface/TreeWriter.h"
# Line 28 | Line 28 | namespace mithep
28        FillerConversionElectrons(const edm::ParameterSet &cfg, bool active=1);
29        ~FillerConversionElectrons();
30  
31 <      void                         BookDataBlock(TreeWriter &tws);
32 <      void                         FillDataBlock(const edm::Event &e, const edm::EventSetup &es);
33 <      void                         FillFromTracks(const mithep::TrackCol *tracks,
34 <                                                  const TrackMap *trackMap);
31 >      void BookDataBlock(TreeWriter &tws);
32 >      void FillDataBlock(const edm::Event &e, const edm::EventSetup &es);
33 >      void FillFromTracks(const mithep::TrackCol *tracks, const TrackMap *trackMap);
34      private:
35        std::string                      mitName_;                //name of Electrons in OAK
36        std::string                      convInOutTracksName_;    //name of converted in-out track

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines