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; } |
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; } |
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; // |