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
b5713fb8
Commit
b5713fb8
authored
Mar 20, 2020
by
Tim Martin
Browse files
Make HLT_GSCJet be a property of the Alg
parent
bbb67de7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Trigger/TrigMonitoring/TrigBjetMonitoring/src/TrigBjetMonitorAlgorithm.cxx
View file @
b5713fb8
...
...
@@ -320,7 +320,7 @@ StatusCode TrigBjetMonitorAlgorithm::fillHistograms( const EventContext& ctx ) c
// Jets and PV through jet link
// std::vector< TrigCompositeUtils::LinkInfo<xAOD::JetContainer> > onlinejets = m_trigDec->features<xAOD::JetContainer>(trigName, TrigDefs::Physics, jetKey);
std
::
vector
<
TrigCompositeUtils
::
LinkInfo
<
xAOD
::
JetContainer
>
>
onlinejets
=
m_trigDec
->
features
<
xAOD
::
JetContainer
>
(
trigName
,
TrigDefs
::
Physics
,
"HLT_GSCJet"
);
std
::
vector
<
TrigCompositeUtils
::
LinkInfo
<
xAOD
::
JetContainer
>
>
onlinejets
=
m_trigDec
->
features
<
xAOD
::
JetContainer
>
(
trigName
,
TrigDefs
::
Physics
,
m_onlineBjetContainerKey
);
// std::vector< TrigCompositeUtils::LinkInfo<xAOD::JetContainer> > onlinejets = m_trigDec->features<xAOD::JetContainer>(trigName);
int
ijet
=
0
;
std
::
string
nJetH
=
"nJet_"
+
trigName
;
...
...
Trigger/TrigMonitoring/TrigBjetMonitoring/src/TrigBjetMonitorAlgorithm.h
View file @
b5713fb8
...
...
@@ -25,6 +25,8 @@ 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_GSCJet"
,
"The SG key of the online BJet container from the TriggerEDMRun3"
};
// const std::vector<std::string> m_allChains;
std
::
vector
<
std
::
string
>
m_allChains
;
SG
::
ReadHandleKey
<
xAOD
::
MuonContainer
>
m_muonContainerKey
;
...
...
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