Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JETMET fraction plots #31

Merged
merged 2 commits into from
Nov 16, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
110 changes: 110 additions & 0 deletions backend/extractor/cfg/JetMET/JetFractions_Barrel_EndCap.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,110 @@
[plot:CHFrac_lowPt_Barrel]
metric = basic.Mean()
relativePath = JetMET/Jet/Cleanedak4PFJetsCHS/CHFrac_lowPt_Barrel
threshold = 10
yTitle = Charged hadron fractions in lowPt jets at Barrel

[plot:NHFrac_lowPt_Barrel]
metric = basic.Mean()
relativePath = JetMET/Jet/Cleanedak4PFJetsCHS/NHFrac_lowPt_Barrel
threshold = 10
yTitle = Neutral hadron fractions in lowPt jets at Barrel

[plot:PhFrac_lowPt_Barrel]
metric = basic.Mean()
relativePath = JetMET/Jet/Cleanedak4PFJetsCHS/PhFrac_lowPt_Barrel
threshold = 10
yTitle = Photon fractions in lowPt jets at Barrel

[plot:CHFrac_mediumPt_Barrel]
metric = basic.Mean()
relativePath = JetMET/Jet/Cleanedak4PFJetsCHS/CHFrac_mediumPt_Barrel
threshold = 10
yTitle = Charged hadron fractions in mediumPt jets at Barrel

[plot:NHFrac_mediumPt_Barrel]
metric = basic.Mean()
relativePath = JetMET/Jet/Cleanedak4PFJetsCHS/NHFrac_mediumPt_Barrel
threshold = 10
yTitle = Neutral hadron fractions in mediumPt jets at Barrel

[plot:PhFrac_mediumPt_Barrel]
metric = basic.Mean()
relativePath = JetMET/Jet/Cleanedak4PFJetsCHS/PhFrac_mediumPt_Barrel
threshold = 10
yTitle = Photon fractions in mediumPt jets at Barrel

[plot:CHFrac_highPt_Barrel]
metric = basic.Mean()
relativePath = JetMET/Jet/Cleanedak4PFJetsCHS/CHFrac_highPt_Barrel
threshold = 10
yTitle = Charged hadron fractions in highPt jets at Barrel

[plot:NHFrac_highPt_Barrel]
metric = basic.Mean()
relativePath = JetMET/Jet/Cleanedak4PFJetsCHS/NHFrac_highPt_Barrel
threshold = 10
yTitle = Neutral hadron fractions in highPt jets at Barrel

[plot:PhFrac_highPt_Barrel]
metric = basic.Mean()
relativePath = JetMET/Jet/Cleanedak4PFJetsCHS/PhFrac_highPt_Barrel
threshold = 10
yTitle = Photon fractions in highPt jets at Barrel


[plot:CHFrac_lowPt_EndCap]
metric = basic.Mean()
relativePath = JetMET/Jet/Cleanedak4PFJetsCHS/CHFrac_lowPt_EndCap
threshold = 10
yTitle = Charged hadron fractions in lowPt jets at EndCap

[plot:NHFrac_lowPt_EndCap]
metric = basic.Mean()
relativePath = JetMET/Jet/Cleanedak4PFJetsCHS/NHFrac_lowPt_EndCap
threshold = 10
yTitle = Neutral hadron fractions in lowPt jets at EndCap

[plot:PhFrac_lowPt_EndCap]
metric = basic.Mean()
relativePath = JetMET/Jet/Cleanedak4PFJetsCHS/PhFrac_lowPt_EndCap
threshold = 10
yTitle = Photon fractions in lowPt jets at EndCap

[plot:CHFrac_mediumPt_EndCap]
metric = basic.Mean()
relativePath = JetMET/Jet/Cleanedak4PFJetsCHS/CHFrac_mediumPt_EndCap
threshold = 10
yTitle = Charged hadron fractions in mediumPt jets at EndCap

[plot:NHFrac_mediumPt_EndCap]
metric = basic.Mean()
relativePath = JetMET/Jet/Cleanedak4PFJetsCHS/NHFrac_mediumPt_EndCap
threshold = 10
yTitle = Neutral hadron fractions in mediumPt jets at EndCap

[plot:PhFrac_mediumPt_EndCap]
metric = basic.Mean()
relativePath = JetMET/Jet/Cleanedak4PFJetsCHS/PhFrac_mediumPt_EndCap
threshold = 10
yTitle = Photon fractions in mediumPt jets at EndCap

[plot:CHFrac_highPt_EndCap]
metric = basic.Mean()
relativePath = JetMET/Jet/Cleanedak4PFJetsCHS/CHFrac_highPt_EndCap
threshold = 10
yTitle = Charged hadron fractions in highPt jets at EndCap

[plot:NHFrac_highPt_EndCap]
metric = basic.Mean()
relativePath = JetMET/Jet/Cleanedak4PFJetsCHS/NHFrac_highPt_EndCap
threshold = 10
yTitle = Neutral hadron fractions in highPt jets at EndCap

[plot:PhFrac_highPt_EndCap]
metric = basic.Mean()
relativePath = JetMET/Jet/Cleanedak4PFJetsCHS/PhFrac_highPt_EndCap
threshold = 10
yTitle = Photon fractions in highPt jets at EndCap


50 changes: 49 additions & 1 deletion frontend/js/displayConfig.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,55 @@

const displayConfig = (function() {
const displayGroups = [

// =========================================== JETMET ===========================================
{
name: "LowPt_JET_Fractions_for_Barrel",
plot_title: "LowPt JET Fractions for Barrel",
y_title: "Fractions in LowPt Jets (mean)",
subsystem: "JetMET",
correlation: false,
series: ["CHFrac_lowPt_Barrel","NHFrac_lowPt_Barrel","PhFrac_lowPt_Barrel"],
},
{
name: "MediumPt_JET_Fractions_for_Barrel",
plot_title: "MediumPt JET Fractions for Barrel",
y_title: "Fractions in MediumPt Jets (mean)",
subsystem: "JetMET",
correlation: false,
series: ["CHFrac_mediumPt_Barrel","NHFrac_mediumPt_Barrel","PhFrac_mediumPt_Barrel"],
},
{
name: "HighPt_JET_Fractions_for_Barrel",
plot_title: "HighPt JET Fractions for Barrel",
y_title: "Fractions in HighPt Jets (mean)",
subsystem: "JetMET",
correlation: false,
series: ["CHFrac_highPt_Barrel","NHFrac_highPt_Barrel","PhFrac_highPt_Barrel"],
},
{
name: "LowPt_JET_Fractions_for_EndCap",
plot_title: "LowPt JET Fractions for EndCap",
y_title: "Fractions in LowPt Jets (mean)",
subsystem: "JetMET",
correlation: false,
series: ["CHFrac_lowPt_EndCap","NHFrac_lowPt_EndCap","PhFrac_lowPt_EndCap"],
},
{
name: "MediumPt_JET_Fractions_for_EndCap",
plot_title: "MediumPt JET Fractions for EndCap",
y_title: "Fractions in MediumPt Jets (mean)",
subsystem: "JetMET",
correlation: false,
series: ["CHFrac_mediumPt_EndCap","NHFrac_mediumPt_EndCap","PhFrac_mediumPt_EndCap"],
},
{
name: "HighPt_JET_Fractions_for_EndCap",
plot_title: "HighPt JET Fractions for EndCap",
y_title: "Fractions in HighPt Jets (mean)",
subsystem: "JetMET",
correlation: false,
series: ["CHFrac_highPt_EndCap","NHFrac_highPt_EndCap","PhFrac_highPt_EndCap"],
},
// ======================================== PixelPhase1 ========================================
{
name: "HitEfficiency_BPix_perLayer_group",
Expand Down