Git Product home page Git Product logo

Comments (2)

ktht avatar ktht commented on August 21, 2024

The selector classes are implemented in ttH analysis and the post-processing code is adapted such that all leptons passing either the loose selection or CMS POG ID criteria are saved to the Ntuples. Our post-processed Ntuples are currently missing isolation-based EGamma ID branches that will be added in the next post-production cycle.

Implemented the veto in SL channel that is based on the multiplicity of leptons passing CMS POG ID but it's not currently effective (notice the TODO comment):

const std::vector<const RecoMuon*> pogMuons = pogMuonSelector(cleanedMuons, isHigherConePt);

const std::vector<const RecoElectron*> pogElectrons = pogElectronSelector(cleanedElectrons_wrt_pogMuons, isHigherConePt);

hh-bbww/bin/analyze_hh_bb1l.cc

Lines 1808 to 1809 in 3e35571

const std::vector<const RecoLepton*> pogLeptons = mergeLeptonCollections(pogElectrons, pogMuons, isHigherConePt);
const std::vector<const RecoLepton*> vetoLeptons = tightLeptonsFull; // TODO: change it to pogLeptons

hh-bbww/bin/analyze_hh_bb1l.cc

Lines 2006 to 2012 in 3e35571

if ( !(vetoLeptons.size() <= 1) ) {
if ( run_lumi_eventSelector ) {
std::cout << "event " << eventInfo.str() << " FAILS tightLeptons selection." << std::endl;
printCollection("vetoLeptons", vetoLeptons);
}
continue;
}

from hh-bbww.

ktht avatar ktht commented on August 21, 2024

As agreed in the post-bbWW meeting last week, we decided to go for the relaxed ttH ID in the DL channel as well. I'll undo the modification done in the analysis executables of this repository and in produceNtuple of ttH repository.

from hh-bbww.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.