Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Peter Sherwood
athena
Commits
083dca58
Commit
083dca58
authored
4 years ago
by
Attila Krasznahorkay
Browse files
Options
Downloads
Patches
Plain Diff
Updated JetVertexTaggerTool to find its default calibration file correctly.
parent
ba52fe8f
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Reconstruction/Jet/JetMomentTools/JetMomentTools/JetVertexTaggerTool.h
+3
-4
3 additions, 4 deletions
...n/Jet/JetMomentTools/JetMomentTools/JetVertexTaggerTool.h
with
3 additions
and
4 deletions
Reconstruction/Jet/JetMomentTools/JetMomentTools/JetVertexTaggerTool.h
+
3
−
4
View file @
083dca58
...
...
@@ -21,7 +21,7 @@
/// JVFCorr: a corrected JVF calculation accounting for the number of PU tracks in the event.
///
/// Calculation requires three main types of information
/// 1. Vertex container for the event (from evtStore), with respect to which the JVT track sums
/// 1. Vertex container for the event (from evtStore), with respect to which the JVT track sums
/// 2. Tracks associated to each of the input jet (in the jet aux store)
/// 3. Track vertex association object (from evtStore)
/// 4. The track container needed for PU track counting
...
...
@@ -44,7 +44,7 @@
/// AssociatedTracks - name for attribute holding the list of associated tracks
/// TrackVertexAssociation - name for the container holding the track-vertex associations
/// TrackSelector - tool to select tracks (none ==> no selection)
/// JVTFileName - ROOT Filename containing JVT likelihood histogram
/// JVTFileName - ROOT Filename containing JVT likelihood histogram
/// JVTLikelihoodHistName - JVT Likelihood histogram name
/// JVTName - name for the 3 JVT attributes (default is "JVT")
/// K_JVFCorrScale - the scale factor for pileup tracks in the JVFCorr calculation (default is 0.01)
...
...
@@ -107,7 +107,7 @@ private: // data
// Configurable parameters
Gaudi
::
Property
<
std
::
string
>
m_jetContainerName
{
this
,
"JetContainer"
,
""
,
"SG key for the input jet container"
};
Gaudi
::
Property
<
std
::
string
>
m_jvtlikelihoodHistName
{
this
,
"JVTLikelihoodHistName"
,
"JVTRootCore_kNN100trim_pt20to50_Likelihood"
,
"JVT likelihood histogram name"
};
Gaudi
::
Property
<
std
::
string
>
m_jvtfileName
{
this
,
"JVTFileName"
,
"JVTlikelihood_20140805.root"
,
"JVT likelihood file name"
};
Gaudi
::
Property
<
std
::
string
>
m_jvtfileName
{
this
,
"JVTFileName"
,
"
JetMomentTools/
JVTlikelihood_20140805.root"
,
"JVT likelihood file name"
};
SG
::
ReadHandleKey
<
xAOD
::
VertexContainer
>
m_vertexContainer_key
{
this
,
"VertexContainer"
,
"PrimaryVertices"
,
"SG key for input vertex container"
};
SG
::
ReadDecorHandleKey
<
xAOD
::
JetContainer
>
m_jvfCorrKey
{
this
,
"JVFCorrName"
,
"JVFCorr"
,
"SG key for input JVFCorr decoration"
};
...
...
@@ -123,4 +123,3 @@ private: // data
#endif
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment