Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review 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
atlas
athena
Merge requests
!69835
Remove the function deltaR used only once in MCTruthClassifier
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Remove the function deltaR used only once in MCTruthClassifier
averbyts/athena:14032024c
into
main
Overview
6
Commits
2
Pipelines
2
Changes
4
Merged
Andrii Verbytskyi
requested to merge
averbyts/athena:14032024c
into
main
1 year ago
Overview
6
Commits
2
Pipelines
2
Changes
4
Expand
Remove the function deltaR used only once
Use Athena::Units::GeV and std::abs explicitly
delete some not useful comments
Edited
1 year ago
by
Andrii Verbytskyi
0
0
Merge request reports
Compare
main
version 1
3d7d2692
1 year ago
main (base)
and
latest version
latest version
a67c354e
2 commits,
1 year ago
version 1
3d7d2692
1 commit,
1 year ago
4 files
+
7
−
31
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
PhysicsAnalysis/MCTruthClassifier/MCTruthClassifier/MCTruthClassifier.h
+
0
−
2
Options
@@ -257,8 +257,6 @@ private:
double
fracParticleInJet
(
const
xAOD
::
TruthParticle
*
,
const
xAOD
::
Jet
*
,
bool
DR
,
bool
nparts
)
const
;
void
findJetConstituents
(
const
xAOD
::
Jet
*
,
std
::
set
<
const
xAOD
::
TruthParticle
*>&
constituents
,
bool
DR
)
const
;
#endif
// Now that we use TLorentzVector for the momentum base class, this is straightforward
template
<
class
A
,
class
B
>
inline
double
deltaR
(
A
&
v1
,
B
&
v2
)
const
{
return
v1
.
p4
().
DeltaR
(
v2
.
p4
());}
static
MCTruthPartClassifier
::
ParticleOrigin
defJetOrig
(
const
std
::
set
<
const
xAOD
::
TruthParticle
*>&
)
;
Loading