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
f08c2d2e
Commit
f08c2d2e
authored
13 years ago
by
Marc Pelizaeus
Browse files
Options
Downloads
Patches
Plain Diff
Add further QA histograms
parent
6d45ed5f
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/JpsiGamKsKlKKHist.hh
+12
-1
12 additions, 1 deletion
Examples/JpsiGamKsKlKK/JpsiGamKsKlKKHist.hh
with
12 additions
and
1 deletion
Examples/JpsiGamKsKlKK/JpsiGamKsKlKKHist.hh
+
12
−
1
View file @
f08c2d2e
...
...
@@ -13,6 +13,7 @@
#include
"TROOT.h"
// #include <TSystem.h>
#include
"qft++/topincludes/relativistic-quantum-mechanics.hh"
#include
"qft++/topincludes/tensor.hh"
#include
"PwaUtils/EvtDataBaseList.hh"
#include
"PwaUtils/FitParamsBase.hh"
#include
"PwaUtils/AbsLh.hh"
...
...
@@ -23,6 +24,7 @@ class TH2F;
class
TH1F
;
class
TNtuple
;
class
JpsiGamKsKlKKHist
{
public:
...
...
@@ -32,7 +34,7 @@ public:
///Constructor
JpsiGamKsKlKKHist
(
boost
::
shared_ptr
<
const
EvtDataBaseList
>
);
JpsiGamKsKlKKHist
(
boost
::
shared_ptr
<
AbsLh
>
,
fitParams
&
);
/** Destructor */
virtual
~
JpsiGamKsKlKKHist
();
...
...
@@ -42,6 +44,10 @@ protected:
private:
TFile
*
_theTFile
;
TH2F
*
_dalitzDataHist
;
TH2F
*
_dalitzMcHist
;
...
...
@@ -94,6 +100,11 @@ private:
void
fillTuple
(
TNtuple
*
theTuple
,
EvtData
*
theData
,
double
weight
);
double
decayAngleChi
(
const
Vector4
<
double
>&
v4_p
,
const
Vector4
<
double
>&
v4_d1
,
const
Vector4
<
double
>&
v4_d2
,
const
Vector4
<
double
>&
v4_h1
,
const
Vector4
<
double
>&
v4_h2
)
;
};
#endif
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