# | Line 157 | Line 157 | Bool_t ElectronTools::PassCustomID(const | |
---|---|---|
157 | // Cuts only for pt<20 region and kVBTFWorkingPoint80LowPtId | |
158 | if(ele->Pt() < 20 && idType == kVBTFWorkingPoint80LowPtId) { | |
159 | Bool_t isGoodLowPtEl = fBrem > 0.15 || | |
160 | < | (ele->AbsEta() < 1.0 && eOverP > 0.95 && |
161 | < | TMath::Abs(ele->Charge()*ele->DeltaPhiSuperClusterTrackAtVtx()) < 0.006); |
160 | > | (ele->AbsEta() < 1.0 && eOverP > 0.95); |
161 | if(!isGoodLowPtEl) return kFALSE; | |
162 | } | |
163 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |