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
6932c560
Commit
6932c560
authored
12 years ago
by
Michael Leyhe
Browse files
Options
Downloads
Patches
Plain Diff
Hot Fix: Added No of fit events output to AbsHist.cc
parent
25fb6bd0
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
PwaUtils/AbsHist.cc
+1
-0
1 addition, 0 deletions
PwaUtils/AbsHist.cc
with
1 addition
and
0 deletions
PwaUtils/AbsHist.cc
+
1
−
0
View file @
6932c560
...
...
@@ -194,6 +194,7 @@ void AbsHist::fillIt(boost::shared_ptr<AbsLh> theLh, fitParams& theFitParams){
std
::
map
<
boost
::
shared_ptr
<
massHistData
>
,
TH1F
*
,
pawian
::
Collection
::
SharedPtrLess
>::
iterator
itMassMap
;
for
(
itMassMap
=
_massFitHistMap
.
begin
();
itMassMap
!=
_massFitHistMap
.
end
();
++
itMassMap
){
itMassMap
->
second
->
Scale
(
scaleFactor
);
Info
<<
"No of fit events: "
<<
itMassMap
->
second
->
Integral
();
// << endmsg;
}
std
::
map
<
boost
::
shared_ptr
<
angleHistData
>
,
std
::
vector
<
TH1F
*>
,
pawian
::
Collection
::
SharedPtrLess
>::
iterator
itAngleMap
;
...
...
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