Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
atlas
athena
Commits
94e4e182
Commit
94e4e182
authored
Jul 14, 2020
by
Christian Nass
Browse files
Update Monitoring with new b-jet container name
parent
2bf65889
Changes
3
Hide whitespace changes
Inline
Side-by-side
PhysicsAnalysis/JetTagging/JetTagCalibration/python/JetTagCalibConfig.py
View file @
94e4e182
...
...
@@ -31,7 +31,7 @@ def JetTagCalibCfg(ConfigFlags, scheme="", TaggerList = [], **kwargs):
newChannel
=
kwargs
.
get
(
"NewChannel"
)
if
newChannel
:
CalibrationChannelAliases
.
append
(
newChannel
)
CalibrationChannelAliases
+=
newChannel
#IP2D
grades
=
ConfigFlags
.
BTagging
.
Grades
...
...
Trigger/TrigMonitoring/TrigBjetMonitoring/src/HLTBjetMonTool.h
View file @
94e4e182
...
...
@@ -66,7 +66,7 @@ class HLTBjetMonTool : public IHLTMonTool {
std
::
map
<
std
::
string
,
std
::
string
>
m_Chain2Dir
;
std
::
vector
<
std
::
string
>
m_Shifter_jSplit
,
m_Expert_jSplit
,
m_Shifter_jUnSplit
,
m_Expert_jUnSplit
,
m_Shifter_mujet
,
m_Expert_mujet
;
Gaudi
::
Property
<
std
::
string
>
m_onlineBjetContainerKey
{
this
,
"OnlineBJetContainerKey"
,
"HLT_
GSC
Jet"
,
Gaudi
::
Property
<
std
::
string
>
m_onlineBjetContainerKey
{
this
,
"OnlineBJetContainerKey"
,
"HLT_
b
Jet
s
"
,
"The SG key of the online BJet container from the TriggerEDMRun3"
};
SG
::
ReadHandleKey
<
xAOD
::
VertexContainer
>
m_offlineVertexContainerKey
{
this
,
"OfflineVertexContainerName"
,
"PrimaryVertices"
,
"Key of offline primary vertexes"
};
...
...
Trigger/TrigMonitoring/TrigBjetMonitoring/src/TrigBjetMonitorAlgorithm.h
View file @
94e4e182
...
...
@@ -25,7 +25,7 @@ class TrigBjetMonitorAlgorithm : public AthMonitorAlgorithm {
private:
// Gaudi::Property<bool> m_doRandom {this,"RandomHist",false};
Gaudi
::
Property
<
bool
>
m_doRandom
{
this
,
"RandomHist"
,
true
};
Gaudi
::
Property
<
std
::
string
>
m_onlineBjetContainerKey
{
this
,
"OnlineBJetContainerKey"
,
"HLT_
GSC
Jet"
,
Gaudi
::
Property
<
std
::
string
>
m_onlineBjetContainerKey
{
this
,
"OnlineBJetContainerKey"
,
"HLT_
b
Jet
s
"
,
"The SG key of the online BJet container from the TriggerEDMRun3"
};
// const std::vector<std::string> m_allChains;
std
::
vector
<
std
::
string
>
m_allChains
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment