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.34 by loizides, Mon Jul 20 04:57:27 2009 UTC vs.
Revision 1.35 by bendavid, Tue Jul 21 16:34:46 2009 UTC

# Line 24 | Line 24 | namespace mithep
24          fESuperClusterOverP(0), fESeedClusterOverPout(0), fDeltaEtaSuperClTrkAtVtx(0),
25          fDeltaEtaSeedClTrkAtCalo(0), fDeltaPhiSuperClTrkAtVtx(0),
26          fDeltaPhiSeedClTrkAtCalo(0), fFBrem(0), fHadronicOverEm(0), fHcalDepth1OverEcal(0),
27 <        fHcalDepth2OverEcal(0), fNumberOfClusters(0), fE15(0), fE25Max(0), fE33(0),
28 <        fE55(0), fCovEtaEta(0), fCoviEtaiEta(0), fCovEtaPhi(0), fCovPhiPhi(0),
27 >        fHcalDepth2OverEcal(0), fNumberOfClusters(0), fE15(0), fE25Max(0),
28 >        fE55(0), fCovEtaEta(0), fCoviEtaiEta(0),
29          fCaloIsolation(0), fHcalJurassicIsolation(0),
30          fHcalDepth1TowerSumEtDr04(0), fHcalDepth2TowerSumEtDr04(0),
31          fEcalJurassicIsolation(0), fTrackIsolationDr04(0), fCaloTowerIsolation(0),
# Line 39 | Line 39 | namespace mithep
39  
40        const Track         *BestTrk()                const;
41        Double_t             CaloIsolation()          const { return fCaloIsolation;       } //*DEPRECATED*
42      Double_t             CaloTowerIsolation()     const { return HcalTowerSumEtDr03(); } //*DEPRECATED*
42        Int_t                Classification()         const { return fClassification;      }
43        Double_t             CovEtaEta()              const { return fCovEtaEta;           }
45      Double_t             CovEtaPhi()              const { return fCovEtaPhi;           } //*DEPRECATED*
46      Double_t             CovPhiPhi()              const { return fCovPhiPhi;           } //*DEPRECATED*
44        Double_t             CoviEtaiEta()            const { return fCoviEtaiEta;         }
45        Double_t             DeltaEtaSuperClusterTrackAtVtx() const
46                               { return fDeltaEtaSuperClTrkAtVtx; }
# Line 55 | Line 52 | namespace mithep
52                               { return fDeltaPhiSeedClTrkAtCalo; }
53        Double_t             E15()                    const { return fE15;                }
54        Double_t             E25Max()                 const { return fE25Max;             }
58      Double_t             E33()                    const { return fE33;                } //*DEPRECATED*
55        Double_t             E55()                    const { return fE55;                }
60      Double_t             EcalJurassicIsolation()  const { return EcalRecHitIsoDr04(); } //*DEPRECATED*
56        Double_t             ESuperClusterOverP()     const { return fESuperClusterOverP;            }
57        Double_t             ESeedClusterOverPout()   const { return fESeedClusterOverPout;          }
58        Double_t             ESeedClusterOverPIn()    const;
# Line 164 | Line 159 | namespace mithep
159        
160      
161        const Track         *TrackerTrk()            const { return fTrackerTrackRef.Obj();   }
167      Double_t             TrackIsolation()        const { return TrackIsolationDr03();     } //*DEPRECATED*
162        const Track         *Trk()                   const { return BestTrk();                }
163  
164      protected:
# Line 188 | Line 182 | namespace mithep
182        Double32_t           fNumberOfClusters;          //[0,0,14]number of associated clusters
183        Double32_t           fE15;                       //[0,0,14]1x5 crystal energy
184        Double32_t           fE25Max;                    //[0,0,14]2x5 crystal energy (max of two possible sums)
191      Double32_t           fE33;                       //[0,0,14]3x3 crystal energy *DEPRECATED*
185        Double32_t           fE55;                       //[0,0,14]5x5 crystal energy
186        Double32_t           fCovEtaEta;                 //[0,0,14]variance eta-eta
187        Double32_t           fCoviEtaiEta;               //[0,0,14]covariance eta-eta (in crystals)
195      Double32_t           fCovEtaPhi;                 //[0,0,14]covariance eta-phi *DEPRECATED*
196      Double32_t           fCovPhiPhi;                 //[0,0,14]covariance phi-phi *DEPRECATED*
188        Double32_t           fCaloIsolation;             //[0,0,14](non-jura) ecal isolation based on rechits dR 0.3 *DEPRECATED*
189        Double32_t           fHcalJurassicIsolation;     //[0,0,14]hcal jura iso dR 0.4 *DEPRECATED*
190        Double32_t           fHcalDepth1TowerSumEtDr04;  //[0,0,14]hcal depth1 tower based isolation dR 0.4

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines