# | Line 19 | Line 19 | bool MetLeptonTools::looseTauId(const PF | |
---|---|---|
19 | if(fabs(iTau->Eta()) > fabs(2.3) ) return false; | |
20 | if(!iTau->DiscriminationByDecayModeFinding()) return false; | |
21 | if(!iTau->DiscriminationByLooseElectronRejection()) return false; | |
22 | < | if(!iTau->LooseMuonRejection2()) return false; |
22 | > | //if(!iTau->LooseMuonRejection2()) return false; |
23 | //if(!iTau->DiscriminationByVLooseIsolation() ) return false; | |
24 | if(fTauIsoMVA->MVAValue(iTau,iPUEnergyDensity->At(0)->Rho()) < 0.8) return false; | |
25 | return true; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |