Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Pawian
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Analyze
Contributor 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
PWA
Pawian
Commits
b0bf8696
Commit
b0bf8696
authored
11 years ago
by
Julian Pychy
Browse files
Options
Downloads
Patches
Plain Diff
bugfix for epem&res coupled channel mode
parent
272a1133
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
epemUtils/EpemChannelEnv.cc
+1
-1
1 addition, 1 deletion
epemUtils/EpemChannelEnv.cc
resUtils/ResChannelEnv.cc
+1
-1
1 addition, 1 deletion
resUtils/ResChannelEnv.cc
with
2 additions
and
2 deletions
epemUtils/EpemChannelEnv.cc
+
1
−
1
View file @
b0bf8696
...
@@ -62,7 +62,7 @@ void EpemChannelEnv::setup(ChannelID id){
...
@@ -62,7 +62,7 @@ void EpemChannelEnv::setup(ChannelID id){
//epem reaction
//epem reaction
_epemReaction
=
std
::
shared_ptr
<
epemReaction
>
(
new
epemReaction
(
_producedParticlePairs
,
0
));
_epemReaction
=
std
::
shared_ptr
<
epemReaction
>
(
new
epemReaction
(
_producedParticlePairs
,
id
));
std
::
vector
<
std
::
shared_ptr
<
AbsDecay
>
>
prodDecs
;
std
::
vector
<
std
::
shared_ptr
<
AbsDecay
>
>
prodDecs
;
if
(
_theParser
->
productionFormalism
()
==
"Heli"
){
if
(
_theParser
->
productionFormalism
()
==
"Heli"
){
...
...
This diff is collapsed.
Click to expand it.
resUtils/ResChannelEnv.cc
+
1
−
1
View file @
b0bf8696
...
@@ -59,7 +59,7 @@ void ResChannelEnv::setup(ChannelID id){
...
@@ -59,7 +59,7 @@ void ResChannelEnv::setup(ChannelID id){
//epem reaction
//epem reaction
_resReaction
=
std
::
shared_ptr
<
resReaction
>
(
new
resReaction
(
_motherParticle
,
_producedParticlePairs
,
0
));
_resReaction
=
std
::
shared_ptr
<
resReaction
>
(
new
resReaction
(
_motherParticle
,
_producedParticlePairs
,
id
));
//fill prodDecayList
//fill prodDecayList
std
::
vector
<
std
::
shared_ptr
<
IsobarHeliDecay
>
>
prodDecs
=
_resReaction
->
productionHeliDecays
();
std
::
vector
<
std
::
shared_ptr
<
IsobarHeliDecay
>
>
prodDecs
=
_resReaction
->
productionHeliDecays
();
...
...
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