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
6a345b3a
Commit
6a345b3a
authored
13 years ago
by
Bertram Kopf
Browse files
Options
Downloads
Patches
Plain Diff
Psi2STo2K2PiGam: added pure production fit
parent
800e3fca
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Examples/Psi2STo2K2PiGam/Mpsi2STo2K2PiGamTestApp.cc
+3
-2
3 additions, 2 deletions
Examples/Psi2STo2K2PiGam/Mpsi2STo2K2PiGamTestApp.cc
Examples/Psi2STo2K2PiGam/Psi2STo2K2PiGamParser.hh
+1
-1
1 addition, 1 deletion
Examples/Psi2STo2K2PiGam/Psi2STo2K2PiGamParser.hh
with
4 additions
and
3 deletions
Examples/Psi2STo2K2PiGam/Mpsi2STo2K2PiGamTestApp.cc
+
3
−
2
View file @
6a345b3a
...
...
@@ -13,6 +13,7 @@
#include
"Examples/Psi2STo2K2PiGam/Psi2STo2K2PiGamStates.hh"
#include
"Examples/Psi2STo2K2PiGam/Psi2STo2K2PiGamHist.hh"
#include
"Examples/Psi2STo2K2PiGam/AbsPsi2STo2K2PiGamLh.hh"
#include
"Examples/Psi2STo2K2PiGam/HypProdLh.hh"
#include
"Examples/Psi2STo2K2PiGam/Hyp1Lh.hh"
#include
"Examples/Psi2STo2K2PiGam/Hyp2Lh.hh"
#include
"Examples/Psi2STo2K2PiGam/Hyp3Lh.hh"
...
...
@@ -219,8 +220,8 @@ int main(int __argc,char *__argv[]){
boost
::
shared_ptr
<
AbsPsi2STo2K2PiGamLh
>
thePsi2STo2K2PiGamLhPtr
;
std
::
string
startWithHyp
=
theAppParams
.
startHypo
();
if
(
startWithHyp
==
"hyp1"
)
thePsi2STo2K2PiGamLhPtr
=
boost
::
shared_ptr
<
AbsPsi2STo2K2PiGamLh
>
(
new
Hyp1Lh
(
thePsi2STo2K2PiGamEvtListPtr
,
hypMap
));
if
(
startWithHyp
==
"prod"
)
thePsi2STo2K2PiGamLhPtr
=
boost
::
shared_ptr
<
AbsPsi2STo2K2PiGamLh
>
(
new
HypProdLh
(
thePsi2STo2K2PiGamEvtListPtr
));
else
if
(
startWithHyp
==
"hyp1"
)
thePsi2STo2K2PiGamLhPtr
=
boost
::
shared_ptr
<
AbsPsi2STo2K2PiGamLh
>
(
new
Hyp1Lh
(
thePsi2STo2K2PiGamEvtListPtr
,
hypMap
));
else
if
(
startWithHyp
==
"hyp2"
)
thePsi2STo2K2PiGamLhPtr
=
boost
::
shared_ptr
<
AbsPsi2STo2K2PiGamLh
>
(
new
Hyp2Lh
(
thePsi2STo2K2PiGamEvtListPtr
,
hypMap
));
else
if
(
startWithHyp
==
"hyp3"
)
thePsi2STo2K2PiGamLhPtr
=
boost
::
shared_ptr
<
AbsPsi2STo2K2PiGamLh
>
(
new
Hyp3Lh
(
thePsi2STo2K2PiGamEvtListPtr
,
hypMap
));
else
if
(
startWithHyp
==
"hyp4"
)
thePsi2STo2K2PiGamLhPtr
=
boost
::
shared_ptr
<
AbsPsi2STo2K2PiGamLh
>
(
new
Hyp4Lh
(
thePsi2STo2K2PiGamEvtListPtr
,
hypMap
));
...
...
This diff is collapsed.
Click to expand it.
Examples/Psi2STo2K2PiGam/Psi2STo2K2PiGamParser.hh
+
1
−
1
View file @
6a345b3a
...
...
@@ -79,7 +79,7 @@ class Psi2STo2K2PiGamParser
,
_qaMode
(
false
)
,
_genMode
(
false
)
{
_disabledHyps
.
push_back
(
"blainit"
);
//
_disabledHyps.push_back("blainit");
if
(
!
parseCommandLine
(
argc
,
argv
))
throw
false
;
}
...
...
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