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.7 by loizides, Tue Mar 10 15:56:00 2009 UTC vs.
Revision 1.10 by loizides, Sun Mar 22 10:00:45 2009 UTC

# Line 28 | Line 28 | namespace mithep
28        FillerConversionElectrons(const edm::ParameterSet &cfg, const char *name, 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, 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,
34 >                                                    const TrackMap *trackMap);
35 >
36      private:
37 <      std::string                      mitName_;                //name of Electrons in OAK
38 <      std::string                      convInOutTracksName_;    //name of converted in-out track
39 <      std::string                      convOutInTracksName_;    //name of converted out- track
40 <      std::string                      convInOutTrackMapName_;  //name of imported map wrt in-out
41 <      std::string                      convOutInTrackMapName_;  //name of imported map wrt out-in
42 <      std::string                      convElectronMapName_;    //name of exported map wrt electrons
43 <      const mithep::TrackCol          *convInOutTracks_;        //array of converted in-out tracks
44 <      const mithep::TrackCol          *convOutInTracks_;        //array of converted out-in tracks
45 <      const mithep::TrackMap          *convInOutTrackMap_;      //imported map wrt in-out tracks
46 <      const mithep::TrackMap          *convOutInTrackMap_;      //imported map wrt out-in tracks
47 <      mithep::ElectronArr             *convElectrons_;          //array of conversion electrons
48 <      mithep::ConversionElectronMap   *convElectronMap_;        //exported map wrt electrons
37 >      std::string                    mitName_;                //name of Electrons
38 >      std::string                    convInOutTracksName_;    //name of converted in-out track
39 >      std::string                    convOutInTracksName_;    //name of converted out- track
40 >      std::string                    convInOutTrackMapName_;  //name of imported map wrt in-out
41 >      std::string                    convOutInTrackMapName_;  //name of imported map wrt out-in
42 >      std::string                    convElectronMapName_;    //name of exported map wrt electrons
43 >      const mithep::TrackCol        *convInOutTracks_;        //array of converted in-out tracks
44 >      const mithep::TrackCol        *convOutInTracks_;        //array of converted out-in tracks
45 >      const mithep::TrackMap        *convInOutTrackMap_;      //imported map wrt in-out tracks
46 >      const mithep::TrackMap        *convOutInTrackMap_;      //imported map wrt out-in tracks
47 >      mithep::ElectronArr           *convElectrons_;          //array of conversion electrons
48 >      mithep::ConversionElectronMap *convElectronMap_;        //exported map wrt electrons
49    };
50   }
51   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines