60 |
|
Double_t CaloTowerIsolation() const { return fCaloTowerIsolation; } |
61 |
|
Double_t TrackIsolation() const { return fTrackIsolation; } |
62 |
|
Double_t EcalJurassicIsolation() const { return fEcalJurassicIsolation; } |
63 |
< |
Double_t HcalJurassicIsolation() const { return fHcalJurassicIsolation; } |
64 |
< |
|
63 |
> |
Double_t HcalIsolation() const { return fHcalJurassicIsolation; } |
64 |
|
Double_t PassLooseID() const { return fPassLooseID; } |
65 |
|
Double_t PassTightID() const { return fPassTightID; } |
66 |
|
Double_t IDLikelihood() const { return fIDLikelihood; } |
91 |
|
void SetCaloTowerIsolation(Double_t TowerIso) { fCaloTowerIsolation = TowerIso; } |
92 |
|
void SetTrackIsolation(Double_t TrackIsolation) { fTrackIsolation = TrackIsolation;} |
93 |
|
void SetEcalJurassicIsolation(Double_t iso ) { fEcalJurassicIsolation = iso; } |
94 |
< |
void SetHcalJurassicIsolation(Double_t iso ) { fHcalJurassicIsolation = iso; } |
94 |
> |
void SetHcalIsolation(Double_t iso ) { fHcalJurassicIsolation = iso; } |
95 |
|
void SetPassLooseID(Double_t passLooseID) { fPassLooseID = passLooseID; } |
96 |
|
void SetPassTightID(Double_t passTightID) { fPassTightID = passTightID; } |
97 |
|
void SetIDLikelihood(Double_t likelihood) { fIDLikelihood = likelihood; } |