Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mehulkumar Shiroya
cbmroot
Commits
8f3c4e7d
Commit
8f3c4e7d
authored
Jul 21, 2021
by
Cornelius Feier-Riesen
Committed by
Florian Uhlig
Jul 23, 2021
Browse files
Apply clang format
parent
409c7bdd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
analysis/PWGDIL/dielectron/lmvm/CbmAnaDielectronTask.cxx
analysis/PWGDIL/dielectron/lmvm/CbmAnaDielectronTask.cxx
+8
-8
No files found.
analysis/PWGDIL/dielectron/lmvm/CbmAnaDielectronTask.cxx
View file @
8f3c4e7d
...
@@ -2667,20 +2667,20 @@ void CbmAnaDielectronTask::SetEnergyAndPlutoParticle(const string& energy, const
...
@@ -2667,20 +2667,20 @@ void CbmAnaDielectronTask::SetEnergyAndPlutoParticle(const string& energy, const
{
{
// names of particles in common production differ from our names
// names of particles in common production differ from our names
if
(
particle
==
"rho0"
)
{
if
(
particle
==
"rho0"
)
{
this
->
SetEnergyAndPlutoParticle
(
energy
,
"inmed"
);
this
->
SetEnergyAndPlutoParticle
(
energy
,
"inmed"
);
return
;
return
;
}
}
else
if
(
particle
==
"wdalitz"
)
{
else
if
(
particle
==
"wdalitz"
)
{
this
->
SetEnergyAndPlutoParticle
(
energy
,
"omegadalitz"
);
this
->
SetEnergyAndPlutoParticle
(
energy
,
"omegadalitz"
);
return
;
return
;
}
}
else
if
(
particle
==
"w"
)
{
else
if
(
particle
==
"w"
)
{
this
->
SetEnergyAndPlutoParticle
(
energy
,
"omegaepem"
);
this
->
SetEnergyAndPlutoParticle
(
energy
,
"omegaepem"
);
return
;
return
;
}
}
else
if
(
particle
==
"qgp_epem"
)
{
else
if
(
particle
==
"qgp_epem"
)
{
this
->
SetEnergyAndPlutoParticle
(
energy
,
"qgp"
);
this
->
SetEnergyAndPlutoParticle
(
energy
,
"qgp"
);
return
;
return
;
}
}
// Au+Au centr old scaling factors
// Au+Au centr old scaling factors
...
...
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