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
0bb0ef86
Commit
0bb0ef86
authored
10 years ago
by
Malte Albrecht
Browse files
Options
Downloads
Patches
Plain Diff
Updated mass and width of etac in pdtNew.table, fixed warning on comparison of signed/unsigned ints
parent
9473630d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
FitParams/FitParColBase.cc
+1
-1
1 addition, 1 deletion
FitParams/FitParColBase.cc
MinFunctions/EvoMinimizer.cc
+1
-1
1 addition, 1 deletion
MinFunctions/EvoMinimizer.cc
Particle/pdtNew.table
+1
-1
1 addition, 1 deletion
Particle/pdtNew.table
with
3 additions
and
3 deletions
FitParams/FitParColBase.cc
+
1
−
1
View file @
0bb0ef86
...
...
@@ -353,7 +353,7 @@ void FitParColBase::setAbsPawianParamsDouble(std::shared_ptr<AbsPawianParameters
else
if
(
theName
.
size
()
>
20
&&
(
theName
.
compare
(
theName
.
size
()
-
19
,
theName
.
size
(),
"channelScalingOther"
)
==
0
)){
minVal
=
0.
;
// maxVal = theStartVal+30.*theErrVal;
upar
->
Add
(
theName
,
theStartVal
,
theErrVal
,
minVal
,
maxVal
);
upar
->
Add
(
theName
,
theStartVal
,
theErrVal
,
minVal
,
maxVal
*
10.
);
}
else
{
upar
->
Add
(
theName
,
theStartVal
,
theErrVal
,
minVal
,
maxVal
);
...
...
This diff is collapsed.
Click to expand it.
MinFunctions/EvoMinimizer.cc
+
1
−
1
View file @
0bb0ef86
...
...
@@ -225,7 +225,7 @@ void EvoMinimizer::printFitResult(double evtWeightSumData){
Info
<<
"Final fit params:"
<<
endmsg
;
std
::
vector
<
double
>
pVals
=
_bestPawianParams
->
Params
();
std
::
vector
<
double
>
pErrs
=
_bestPawianParams
->
Errors
();
for
(
int
i
=
0
;
i
<
pVals
.
size
();
++
i
){
for
(
unsigned
int
i
=
0
;
i
<
pVals
.
size
();
++
i
){
Info
<<
_bestPawianParams
->
GetName
(
i
)
<<
" : "
<<
pVals
.
at
(
i
)
<<
"
\t
"
<<
pErrs
.
at
(
i
)
<<
endmsg
;
}
...
...
This diff is collapsed.
Click to expand it.
Particle/pdtNew.table
+
1
−
1
View file @
0bb0ef86
...
...
@@ -191,7 +191,7 @@ Meson D- D^- -3 0 -1 0 0 1 -1 0 -1 1.86962 0.0001 relBW [PDG nonet
#
# type name texName 3*Q 2*J P C G I I3 S C mass width dyn.f comment
#
Meson etac \eta_c 0 0 -1 1 1 0 0 0 0 2.98
1
0.0
297
relBW [PDG]
Meson etac \eta_c 0 0 -1 1 1 0 0 0 0 2.98
36
0.0
322
relBW [PDG]
Meson Jpsi J/\psi 0 2 -1 -1 -1 0 0 0 0 3.096916 0.0929 relBW [PDG]
Meson Chic0 chi_{c0} 0 0 1 1 1 0 0 0 0 3414.75 0.0103 relBW [PDG]
Meson Chic1 chi_{c1} 0 2 1 1 1 0 0 0 0 3.51066 0.00086 relBW [PDG]
...
...
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