55 |
|
Double_t CovEtaEta() const { return fCovEtaEta; } |
56 |
|
Double_t CovEtaPhi() const { return fCovEtaPhi; } |
57 |
|
Double_t CovPhiPhi() const { return fCovPhiPhi; } |
58 |
+ |
Double_t CoviEtaiEta() const { return fCoviEtaiEta; } |
59 |
|
Double_t CaloIsolation() const { return fCaloIsolation; } |
60 |
|
Double_t CaloTowerIsolation() const { return fCaloTowerIsolation; } |
61 |
|
Double_t TrackIsolation() const { return fTrackIsolation; } |
87 |
|
void SetCovEtaEta(Double_t CovEtaEta) { fCovEtaEta = CovEtaEta; } |
88 |
|
void SetCovEtaPhi(Double_t CovEtaPhi) { fCovEtaPhi = CovEtaPhi; } |
89 |
|
void SetCovPhiPhi(Double_t CovPhiPhi) { fCovPhiPhi = CovPhiPhi; } |
90 |
+ |
void SetCoviEtaiEta(Double_t CoviEtaiEta) { fCoviEtaiEta = CoviEtaiEta; } |
91 |
|
void SetCaloIsolation(Double_t CaloIsolation) { fCaloIsolation = CaloIsolation; } |
92 |
|
void SetCaloTowerIsolation(Double_t TowerIso) { fCaloTowerIsolation = TowerIso; } |
93 |
|
void SetTrackIsolation(Double_t TrackIsolation) { fTrackIsolation = TrackIsolation;} |
116 |
|
Double_t fE33; |
117 |
|
Double_t fE55; |
118 |
|
Double_t fCovEtaEta; |
119 |
+ |
Double_t fCoviEtaiEta; |
120 |
|
Double_t fCovEtaPhi; |
121 |
|
Double_t fCovPhiPhi; |
122 |
|
Double_t fCaloIsolation; |