Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Analysis
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Requirements
Jira
Code
Merge requests
7
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
LHCb
Analysis
Merge requests
!905
Jets daughters
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Jets daughters
jets_daughters
into
run2-patches
Overview
25
Commits
20
Pipelines
21
Changes
4
Merged
Davide Zuliani
requested to merge
jets_daughters
into
run2-patches
2 years ago
Overview
7
Commits
20
Pipelines
21
Changes
4
Expand
👍
0
👎
0
Merge request reports
Compare
run2-patches
version 19
b5a53050
2 years ago
version 18
ecf37aa1
2 years ago
version 17
2851d2b4
2 years ago
version 16
12d12993
2 years ago
version 15
dd7392a2
2 years ago
version 14
9a3b4a5c
2 years ago
version 13
537ddb3d
2 years ago
version 12
d6a210dc
2 years ago
version 11
6107e69d
2 years ago
version 10
de37ad1b
2 years ago
version 9
fba94106
2 years ago
version 8
1ca1a76c
2 years ago
version 7
b20ca69b
2 years ago
version 6
510f5244
2 years ago
version 5
b0fcc1fc
2 years ago
version 4
7896c579
2 years ago
version 3
5ea99b25
2 years ago
version 2
f164b55b
2 years ago
version 1
7fb9a693
2 years ago
run2-patches (base)
and
latest version
latest version
3d950871
20 commits,
2 years ago
version 19
b5a53050
19 commits,
2 years ago
version 18
ecf37aa1
18 commits,
2 years ago
version 17
2851d2b4
17 commits,
2 years ago
version 16
12d12993
16 commits,
2 years ago
version 15
dd7392a2
15 commits,
2 years ago
version 14
9a3b4a5c
14 commits,
2 years ago
version 13
537ddb3d
13 commits,
2 years ago
version 12
d6a210dc
12 commits,
2 years ago
version 11
6107e69d
11 commits,
2 years ago
version 10
de37ad1b
10 commits,
2 years ago
version 9
fba94106
9 commits,
2 years ago
version 8
1ca1a76c
8 commits,
2 years ago
version 7
b20ca69b
7 commits,
2 years ago
version 6
510f5244
6 commits,
2 years ago
version 5
b0fcc1fc
5 commits,
2 years ago
version 4
7896c579
4 commits,
2 years ago
version 3
5ea99b25
3 commits,
2 years ago
version 2
f164b55b
2 commits,
2 years ago
version 1
7fb9a693
1 commit,
2 years ago
4 files
+
288
−
60
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
Phys/DecayTreeTupleJets/src/TupleToolJets.cpp
+
2
−
1
Options
/*****************************************************************************\
* (c) Copyright 2000-20
19
CERN for the benefit of the LHCb Collaboration *
* (c) Copyright 2000-20
22
CERN for the benefit of the LHCb Collaboration *
* *
* This software is distributed under the terms of the GNU General Public *
* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". *
@@ -29,6 +29,7 @@ TupleToolJets::TupleToolJets( const std::string& type, const std::string& name,
{
declareInterface
<
IParticleTupleTool
>
(
this
);
declareProperty
(
"withJetConstituents"
,
m_withJetConstituents
=
false
,
"Save jets constituents?"
);
}
//=============================================================================
Loading