Skip to content
GitLab
Explore
Sign in
Register
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
cb496b7e
Commit
cb496b7e
authored
10 years ago
by
Bertram Kopf
Browse files
Options
Downloads
Patches
Plain Diff
added modified caching also for e+e- gammap and res
parent
3d834d2a
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
epemUtils/EpemChannelEnv.cc
+8
-0
8 additions, 0 deletions
epemUtils/EpemChannelEnv.cc
gammapUtils/GammapChannelEnv.cc
+7
-0
7 additions, 0 deletions
gammapUtils/GammapChannelEnv.cc
resUtils/ResChannelEnv.cc
+7
-0
7 additions, 0 deletions
resUtils/ResChannelEnv.cc
with
22 additions
and
0 deletions
epemUtils/EpemChannelEnv.cc
+
8
−
0
View file @
cb496b7e
...
@@ -169,6 +169,14 @@ void EpemChannelEnv::setup(ChannelID id){
...
@@ -169,6 +169,14 @@ void EpemChannelEnv::setup(ChannelID id){
}
}
}
}
}
}
//set decay levels
std
::
vector
<
std
::
shared_ptr
<
AbsDecay
>
>
prodDecList
=
_prodDecList
->
getList
();
std
::
vector
<
std
::
shared_ptr
<
AbsDecay
>
>::
iterator
itProdDecList
;
for
(
itProdDecList
=
prodDecList
.
begin
();
itProdDecList
!=
prodDecList
.
end
();
++
itProdDecList
){
(
*
itProdDecList
)
->
setDecayLevelTree
(
AbsDecay
::
decayLevel
::
isProdAmp
);
}
}
}
...
...
This diff is collapsed.
Click to expand it.
gammapUtils/GammapChannelEnv.cc
+
7
−
0
View file @
cb496b7e
...
@@ -220,6 +220,13 @@ void GammapChannelEnv::setup(ChannelID id){
...
@@ -220,6 +220,13 @@ void GammapChannelEnv::setup(ChannelID id){
}
}
}
}
//set decay levels
std
::
vector
<
std
::
shared_ptr
<
AbsDecay
>
>
prodDecList
=
_prodDecList
->
getList
();
std
::
vector
<
std
::
shared_ptr
<
AbsDecay
>
>::
iterator
itProdDecList
;
for
(
itProdDecList
=
prodDecList
.
begin
();
itProdDecList
!=
prodDecList
.
end
();
++
itProdDecList
){
(
*
itProdDecList
)
->
setDecayLevelTree
(
AbsDecay
::
decayLevel
::
isProdAmp
);
}
// spin density particles
// spin density particles
_spinDensity
=
_theParser
->
spinDensityNames
();
_spinDensity
=
_theParser
->
spinDensityNames
();
...
...
This diff is collapsed.
Click to expand it.
resUtils/ResChannelEnv.cc
+
7
−
0
View file @
cb496b7e
...
@@ -143,4 +143,11 @@ void ResChannelEnv::setup(ChannelID id){
...
@@ -143,4 +143,11 @@ void ResChannelEnv::setup(ChannelID id){
}
}
}
}
}
}
//set decay levels
std
::
vector
<
std
::
shared_ptr
<
AbsDecay
>
>
prodDecList
=
_prodDecList
->
getList
();
std
::
vector
<
std
::
shared_ptr
<
AbsDecay
>
>::
iterator
itProdDecList
;
for
(
itProdDecList
=
prodDecList
.
begin
();
itProdDecList
!=
prodDecList
.
end
();
++
itProdDecList
){
(
*
itProdDecList
)
->
setDecayLevelTree
(
AbsDecay
::
decayLevel
::
isProdAmp
);
}
}
}
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