ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitAna/DataTree/interface/Electron.h
(Generate patch)

Comparing UserCode/MitAna/DataTree/interface/Electron.h (file contents):
Revision 1.27 by loizides, Tue Mar 3 17:04:09 2009 UTC vs.
Revision 1.28 by bendavid, Tue Mar 3 18:03:55 2009 UTC

# Line 36 | Line 36 | namespace mithep
36        const Track         *Trk()                   const { return BestTrk();                   }
37        Double_t             CaloIsolation()         const { return fCaloIsolation;              }
38        Double_t             CaloTowerIsolation()    const { return fCaloTowerIsolation;         }
39 <      Double_t             Classification()        const { return fClassification;             }
39 >      Int_t                Classification()        const { return fClassification;             }
40        Double_t             CovEtaEta()             const { return fCovEtaEta;                  }
41        Double_t             CovEtaPhi()             const { return fCovEtaPhi;                  }
42        Double_t             CovPhiPhi()             const { return fCovPhiPhi;                  }
# Line 78 | Line 78 | namespace mithep
78                               { fSuperClusterRef = sc; ClearMom(); }
79        void                 SetCaloIsolation(Double_t caloiso)    { fCaloIsolation = caloiso;   }
80        void                 SetCaloTowerIsolation(Double_t tiso)  { fCaloTowerIsolation = tiso; }
81 <      void                 SetClassification(Double_t x)         { fClassification = x;        }
81 >      void                 SetClassification(Int_t x)            { fClassification = x;        }
82        void                 SetCovEtaEta(Double_t CovEtaEta)      { fCovEtaEta = CovEtaEta;     }
83        void                 SetCovEtaPhi(Double_t CovEtaPhi)      { fCovEtaPhi = CovEtaPhi;     }
84        void                 SetCovPhiPhi(Double_t CovPhiPhi)      { fCovPhiPhi = CovPhiPhi;     }
# Line 125 | Line 125 | namespace mithep
125        Double32_t           fIsEnergyScaleCorrected;    //
126        Double32_t           fIsMomentumCorrected;       //
127        Double32_t           fNumberOfClusters;          //
128 <      Double32_t           fClassification;            //
128 >      Int_t                fClassification;            //
129        Double32_t           fE33;                       //
130        Double32_t           fE55;                       //
131        Double32_t           fCovEtaEta;                 //

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines