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

Comparing UserCode/MitProd/TreeFiller/interface/FillerElectrons.h (file contents):
Revision 1.7 by sixie, Fri Aug 22 09:57:35 2008 UTC vs.
Revision 1.8 by sixie, Tue Sep 9 12:50:43 2008 UTC

# Line 33 | Line 33 | namespace mithep
33    
34      private:
35  
36 <      std::string                    edmName_;                   //edm name of electrons collection
37 <      std::string                    mitName_;                   //name of Electrons in OAK
38 <      std::string                    gsfTrackMapName_;           //name of imported map wrt gsf tracks
39 <      std::string                    trackerTrackMapName_;       //name of imported map wrt
40 <                                                                 //to trk tracks
41 <      std::string                    barrelEcalRecHitName_;      //name of barrel ecal rechits
42 <      std::string                    endcapEcalRecHitName_;      //name of endcap ecal rechits
43 <      std::string                    barrelSuperClusterName_;    //name of barrel super clusters
44 <      std::string                    endcapSuperClusterName_;    //name of endcap super clusters
45 <      std::string                    barrelBasicClusterName_;    //name of barrel basic clusters
46 <      std::string                    endcapBasicClusterName_;    //name of endcap basic clusters
47 <      std::string                    barrelSuperClusterMapName_; //name of imported map wrt to
48 <                                                                 //barrel super clusters
49 <      std::string                    endcapSuperClusterMapName_; //name of imported map wrt to
50 <                                                                 //endcap super cluster
51 <      std::string                    eIDCutBasedTightName_;      //name of cut based eID algo
52 <      std::string                    eIDCutBasedLooseName_;      //name of cut based classes eID algo
53 <      std::string                    eIDLikelihoodName_;         //name of likelihood eID algo
54 <      std::string                    eIDNeuralNetName_;          //name of neural net eID algo
36 >      std::string      edmName_;                          //edm name of electrons collection
37 >      std::string      mitName_;                          //name of Electrons in OAK
38 >      std::string      gsfTrackMapName_;                  //name of imported map wrt gsf tracks
39 >      std::string      trackerTrackMapName_;              //name of imported map wrt
40 >                                                          //to trk tracks
41 >      std::string      barrelEcalRecHitName_;             //name of barrel ecal rechits
42 >      std::string      endcapEcalRecHitName_;             //name of endcap ecal rechits
43 >      std::string      barrelSuperClusterName_;           //name of barrel super clusters
44 >      std::string      endcapSuperClusterName_;           //name of endcap super clusters
45 >      std::string      barrelBasicClusterName_;           //name of barrel basic clusters
46 >      std::string      endcapBasicClusterName_;           //name of endcap basic clusters
47 >      std::string      barrelSuperClusterMapName_;        //name of imported map wrt to
48 >                                                          //barrel super clusters
49 >      std::string      endcapSuperClusterMapName_;        //name of imported map wrt to
50 >                                                          //endcap super cluster
51 >      std::string      eIDCutBasedTightName_;             //name of cut based eID algo
52 >      std::string      eIDCutBasedLooseName_;             //name of cut based classes eID algo
53 >      std::string      eIDLikelihoodName_;                //name of likelihood eID algo
54 >      std::string      eIDNeuralNetName_;                 //name of neural net eID algo
55 >      std::string      isolationTrackCollectionName_;     //name of isolation track Collection
56 >      std::string      isolationCaloTowerCollectionName_; //name of isolation CaloTower Collection
57 >      std::string      ecalJurassicIsolationName_;        //name of Ecal Jurassic Isolation
58 >      std::string      hcalJurassicIsolationName_;        //name of Hcal Jurassic Isolation
59 >
60  
61        mithep::ElectronArr            *electrons_;                //array of Electrons
62        const mithep::GsfTrackMap      *gsfTrackMap_;              //map wrt gsf tracks

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines