Skip to content
Snippets Groups Projects
Commit 49d466ff authored by Adrian Casais Vidal's avatar Adrian Casais Vidal
Browse files

put cuts on dielectron aligning with hlt1

parent 168bbc2a
No related branches found
No related tags found
1 merge request!4604Electron and muons with a pT threshold are persisted in dielectron lines
Pipeline #11101851 failed
...@@ -73,10 +73,10 @@ def dielectron_maker_prompt(e_minpt, isOS): ...@@ -73,10 +73,10 @@ def dielectron_maker_prompt(e_minpt, isOS):
opposite_sign=isOS, opposite_sign=isOS,
PIDe_min=0.0, PIDe_min=0.0,
pt_e=e_minpt, pt_e=e_minpt,
maxipchi2=2.0, maxipchi2=64.0,
trghostprob=0.25, trghostprob=0.25,
dielectron_ID="J/psi(1S)", dielectron_ID="J/psi(1S)",
pt_diE=0 * MeV, pt_diE=500 * MeV, #HLT1 cuts on the SumPT > 1000
m_diE_min=5 * MeV, m_diE_min=5 * MeV,
m_diE_max=300 * MeV, m_diE_max=300 * MeV,
adocachi2cut=30, adocachi2cut=30,
...@@ -92,10 +92,10 @@ def dielectron_maker_displaced(e_minpt, isOS): ...@@ -92,10 +92,10 @@ def dielectron_maker_displaced(e_minpt, isOS):
opposite_sign=isOS, opposite_sign=isOS,
PIDe_min=0.0, PIDe_min=0.0,
pt_e=e_minpt, pt_e=e_minpt,
minipchi2=2.0, minipchi2=4.0,
trghostprob=0.25, trghostprob=0.25,
dielectron_ID="J/psi(1S)", dielectron_ID="J/psi(1S)",
pt_diE=0 * MeV, pt_diE=500 * MeV, #HLT1 cuts on the SumPT > 1000
m_diE_min=5 * MeV, m_diE_min=5 * MeV,
m_diE_max=300 * MeV, m_diE_max=300 * MeV,
adocachi2cut=30, adocachi2cut=30,
...@@ -114,7 +114,7 @@ for kind in "", "Norm": ...@@ -114,7 +114,7 @@ for kind in "", "Norm":
name=f"Hlt2QEE_DiElectronPrompt{kind}_PersistPhotons", name=f"Hlt2QEE_DiElectronPrompt{kind}_PersistPhotons",
prescale=1 if kind == "" else 0.1, prescale=1 if kind == "" else 0.1,
persistreco=False, persistreco=False,
e_minpt=0.0, e_minpt=300., #HLT1 cuts on the PT
make_pvs=make_pvs, make_pvs=make_pvs,
): ):
"""Aiming for prompt pi0/eta -> gamma e+ e- decays. Label the dielectron """Aiming for prompt pi0/eta -> gamma e+ e- decays. Label the dielectron
...@@ -153,7 +153,7 @@ for kind in "", "Norm": ...@@ -153,7 +153,7 @@ for kind in "", "Norm":
name=f"Hlt2QEE_DiElectronPrompt{kind}_PersistPhotons_Full", name=f"Hlt2QEE_DiElectronPrompt{kind}_PersistPhotons_Full",
prescale=0.05, prescale=0.05,
persistreco=True, persistreco=True,
e_minpt=0.0, e_minpt=300,
make_pvs=make_pvs, make_pvs=make_pvs,
): ):
"""Copy of turbo line, but strongly prescaled, which allows full-event """Copy of turbo line, but strongly prescaled, which allows full-event
...@@ -196,7 +196,7 @@ for kind in "", "Norm": ...@@ -196,7 +196,7 @@ for kind in "", "Norm":
name=f"Hlt2QEE_DiElectronPrompt{kind}_PersistPhotonsSS", name=f"Hlt2QEE_DiElectronPrompt{kind}_PersistPhotonsSS",
prescale=0.1, prescale=0.1,
persistreco=False, persistreco=False,
e_minpt=0.0, e_minpt=300,
make_pvs=make_pvs, make_pvs=make_pvs,
): ):
"""Aiming to normalize prompt pi0/eta -> gamma e+ e+ or gamma e- e- decays. Label """Aiming to normalize prompt pi0/eta -> gamma e+ e+ or gamma e- e- decays. Label
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment