Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cbmroot
Manage
Activity
Members
Labels
Plan
Wiki
Redmine
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Computing
cbmroot
Commits
07a32204
Commit
07a32204
authored
2 years ago
by
Adrian Meyer-Ahrens
Browse files
Options
Downloads
Patches
Plain Diff
Remove Unused Variables dist and links
parent
d3668f78
No related branches found
No related tags found
1 merge request
!912
Remove Unused Variables "dist" and "links"
Pipeline
#18200
passed
2 years ago
Stage: documentation
Stage: deploy
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
analysis/PWGDIL/dielectron/papaframework/PairAnalysisVarManager.h
+7
-7
7 additions, 7 deletions
.../PWGDIL/dielectron/papaframework/PairAnalysisVarManager.h
with
7 additions
and
7 deletions
analysis/PWGDIL/dielectron/papaframework/PairAnalysisVarManager.h
+
7
−
7
View file @
07a32204
...
@@ -1948,11 +1948,11 @@ inline void PairAnalysisVarManager::CalculateHitTypes(const PairAnalysisTrack* t
...
@@ -1948,11 +1948,11 @@ inline void PairAnalysisVarManager::CalculateHitTypes(const PairAnalysisTrack* t
TClonesArray
*
hits
=
fgEvent
->
GetHits
(
idet
);
TClonesArray
*
hits
=
fgEvent
->
GetHits
(
idet
);
TClonesArray
*
pnts
=
fgEvent
->
GetPoints
(
idet
);
TClonesArray
*
pnts
=
fgEvent
->
GetPoints
(
idet
);
Int_t
links
=
0
;
//
Int_t links = 0;
//Only needed for kTrdDistortion
Double_t
dist
=
0.
;
//
Double_t dist = 0.;
*
trueH
=
0
;
*
trueH
=
0
;
*
distH
=
0
;
*
distH
=
0
;
*
fakeH
=
(
mctrk
>
-
1
?
0
:
nhits
);
*
fakeH
=
(
mctrk
>
-
1
?
0
:
nhits
);
if
(
hits
&&
pnts
&&
mctrk
>
-
1
)
{
if
(
hits
&&
pnts
&&
mctrk
>
-
1
)
{
for
(
Int_t
ihit
=
0
;
ihit
<
nhits
;
ihit
++
)
{
for
(
Int_t
ihit
=
0
;
ihit
<
nhits
;
ihit
++
)
{
...
@@ -1983,7 +1983,7 @@ inline void PairAnalysisVarManager::CalculateHitTypes(const PairAnalysisTrack* t
...
@@ -1983,7 +1983,7 @@ inline void PairAnalysisVarManager::CalculateHitTypes(const PairAnalysisTrack* t
Bool_t
btrueH
=
kTRUE
;
Bool_t
btrueH
=
kTRUE
;
Bool_t
bfakeH
=
kTRUE
;
Bool_t
bfakeH
=
kTRUE
;
Int_t
nlinks
=
mtch
->
GetNofLinks
();
Int_t
nlinks
=
mtch
->
GetNofLinks
();
links
+=
nlinks
;
//
links += nlinks;
for
(
Int_t
iLink
=
0
;
iLink
<
nlinks
;
iLink
++
)
{
for
(
Int_t
iLink
=
0
;
iLink
<
nlinks
;
iLink
++
)
{
// if(nlinks!=1) { fakeH++; continue; }
// if(nlinks!=1) { fakeH++; continue; }
FairMCPoint
*
pnt
=
static_cast
<
FairMCPoint
*>
(
pnts
->
At
(
mtch
->
GetLink
(
iLink
).
GetIndex
()));
FairMCPoint
*
pnt
=
static_cast
<
FairMCPoint
*>
(
pnts
->
At
(
mtch
->
GetLink
(
iLink
).
GetIndex
()));
...
@@ -1995,7 +1995,7 @@ inline void PairAnalysisVarManager::CalculateHitTypes(const PairAnalysisTrack* t
...
@@ -1995,7 +1995,7 @@ inline void PairAnalysisVarManager::CalculateHitTypes(const PairAnalysisTrack* t
Int_t
lblG
=
mc
->
GetMothersLabel
(
lblM
);
Int_t
lblG
=
mc
->
GetMothersLabel
(
lblM
);
if
(
lbl
!=
mctrk
&&
lblM
!=
mctrk
&&
lblG
!=
mctrk
)
{
if
(
lbl
!=
mctrk
&&
lblM
!=
mctrk
&&
lblG
!=
mctrk
)
{
btrueH
=
kFALSE
;
btrueH
=
kFALSE
;
dist
+=
1.
;
//
dist += 1.;
}
}
else
else
bfakeH
=
kFALSE
;
bfakeH
=
kFALSE
;
...
...
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