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
6cb72a2f
Commit
6cb72a2f
authored
13 years ago
by
Bertram Kopf
Browse files
Options
Downloads
Patches
Plain Diff
modification 2
parent
c76b7cc9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Examples/JpsiGamKsKlKK/JpsiGamKsKlKKProdLh.cc
+2
-5
2 additions, 5 deletions
Examples/JpsiGamKsKlKK/JpsiGamKsKlKKProdLh.cc
with
2 additions
and
5 deletions
Examples/JpsiGamKsKlKK/JpsiGamKsKlKKProdLh.cc
+
2
−
5
View file @
6cb72a2f
...
...
@@ -45,6 +45,7 @@ JpsiGamKsKlKKProdLh::JpsiGamKsKlKKProdLh( boost::shared_ptr<AbsJpsiGamKsKlKKLh>
std
::
vector
<
boost
::
shared_ptr
<
const
JPCLS
>
>
JPCLSs
=
_fitparamsGamKsKlKK
.
jpclsVec
(
*
ampIt
);
_nFitParams
+=
2
*
JPCLSs
.
size
();
}
_nFitParams
+=
4
;
//2 masses+ 2 widths
}
JpsiGamKsKlKKProdLh
::~
JpsiGamKsKlKKProdLh
()
...
...
@@ -249,10 +250,6 @@ void JpsiGamKsKlKKProdLh::setMnUsrParams(MnUserParameters& upar, paramGamKsKlKK&
int
JpsiGamKsKlKKProdLh
::
setFitParamVal
(
paramGamKsKlKK
&
theParamVal
,
const
std
::
vector
<
double
>&
par
){
std
::
vector
<
double
>::
const_iterator
it
;
for
(
it
=
par
.
begin
();
it
!=
par
.
end
();
++
it
){
std
::
cout
<<
"par: "
<<
*
it
<<
std
::
endl
;
}
if
(
par
.
size
()
!=
nFitParams
()
)
{
Alert
<<
"size of parameters wrong!!! par.size()="
<<
par
.
size
()
<<
...
...
@@ -267,7 +264,7 @@ int JpsiGamKsKlKKProdLh::setFitParamVal(paramGamKsKlKK& theParamVal, const std::
counter
=
_fitparamsGamKsKlKK
.
setFitParamValDec
(
theParamVal
,
par
,
counter
,
paramEnumGamKsKlKK
::
etacGamma
);
counter
=
_fitparamsGamKsKlKK
.
setFitParamValDec
(
theParamVal
,
par
,
counter
,
paramEnumGamKsKlKK
::
eta2225Gamma
);
counter
=
_fitparamsGamKsKlKK
.
setFitParamValMass
(
theParamVal
,
par
,
counter
,
paramEnumGamKsKlKK
::
etac
);
counter
=
_fitparamsGamKsKlKK
.
setFitParamVal
Dec
(
theParamVal
,
par
,
counter
,
paramEnumGamKsKlKK
::
eta2225
);
counter
=
_fitparamsGamKsKlKK
.
setFitParamVal
Mass
(
theParamVal
,
par
,
counter
,
paramEnumGamKsKlKK
::
eta2225
);
// counter=_fitparamsGamKsKlKK.setFitParamValDec(theParamVal, par, counter, paramEnumGamKsKlKK::f22010Gamma);
// counter=_fitparamsGamKsKlKK.setFitParamValDec(theParamVal, par, counter, paramEnumGamKsKlKK::f22300Gamma);
// counter=_fitparamsGamKsKlKK.setFitParamValDec(theParamVal, par, counter, paramEnumGamKsKlKK::f22340Gamma);
...
...
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