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
fa8a9a7f
Commit
fa8a9a7f
authored
12 years ago
by
Pascal Scheffels
Browse files
Options
Downloads
Patches
Plain Diff
QA for omegaphi
parent
be169551
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
Examples/JpsiToOmegaPhiGam/JpsiToOmegaPhiGamHist.hh
+11
-12
11 additions, 12 deletions
Examples/JpsiToOmegaPhiGam/JpsiToOmegaPhiGamHist.hh
with
11 additions
and
12 deletions
Examples/JpsiToOmegaPhiGam/JpsiToOmegaPhiGamHist.hh
+
11
−
12
View file @
fa8a9a7f
...
...
@@ -54,7 +54,6 @@ protected:
private
:
TFile
*
_theTFile
;
...
...
@@ -62,9 +61,9 @@ private:
TH2F
*
_dalitzMcHist
;
TH2F
*
_dalitzFittedHist
;
TH1F
*
_
Phi
PhiMassDataHist
;
TH1F
*
_
Phi
PhiMassMcHist
;
TH1F
*
_
Phi
PhiMassFittedHist
;
TH1F
*
_
Omega
PhiMassDataHist
;
TH1F
*
_
Omega
PhiMassMcHist
;
TH1F
*
_
Omega
PhiMassFittedHist
;
TH1F
*
_KpKmMassDataHist
;
TH1F
*
_KpKmMassMcHist
;
...
...
@@ -91,13 +90,13 @@ private:
TH1F
*
_costGamCmMcHist
;
TH1F
*
_costGamCmFittedHist
;
TH1F
*
_costPhi_
KpKm
DataHist
;
TH1F
*
_costPhi_
KpKm
McHist
;
TH1F
*
_costPhi_
KpKm
FittedHist
;
TH1F
*
_costPhi_
OmegaPhiHeli
DataHist
;
TH1F
*
_costPhi_
OmegaPhiHeli
McHist
;
TH1F
*
_costPhi_
OmegaPhiHeli
FittedHist
;
TH1F
*
_phiPhi_
KpKm
DataHist
;
TH1F
*
_phiPhi_
KpKm
McHist
;
TH1F
*
_phiPhi_
KpKm
FittedHist
;
TH1F
*
_phiPhi_
OmegaPhiHeli
DataHist
;
TH1F
*
_phiPhi_
OmegaPhiHeli
McHist
;
TH1F
*
_phiPhi_
OmegaPhiHeli
FittedHist
;
TH1F
*
_chiDataHist
;
TH1F
*
_chiMcHist
;
...
...
@@ -111,12 +110,12 @@ private:
void
initRootStuff
();
void
plotDalitz
(
TH2F
*
theHisto
,
EvtDataNew
*
theData
,
double
weight
);
void
plot
Phi
Phi
(
TH1F
*
theHisto
,
EvtDataNew
*
theData
,
double
weight
);
void
plot
Omega
Phi
(
TH1F
*
theHisto
,
EvtDataNew
*
theData
,
double
weight
);
void
plotPipPimPi0
(
TH1F
*
theHisto
,
EvtDataNew
*
theData
,
double
weight
);
void
plotKpKm
(
TH1F
*
theHisto
,
EvtDataNew
*
theData
,
double
weight
);
void
plotCostPhiPip
(
TH1F
*
theCostHisto
,
TH1F
*
thePhiHisto
,
EvtDataNew
*
theData
,
double
weight
);
void
plotCostPhiKp
(
TH1F
*
theCostHisto
,
TH1F
*
thePhiHisto
,
EvtDataNew
*
theData
,
double
weight
);
void
plotCostPhi_
Phi
PhiHeli
(
TH1F
*
theCostHisto
,
TH1F
*
thePhiHisto
,
const
Vector4
<
double
>&
the4Vec
,
double
weight
);
void
plotCostPhi_
Omega
PhiHeli
(
TH1F
*
theCostHisto
,
TH1F
*
thePhiHisto
,
const
Vector4
<
double
>&
the4Vec
,
double
weight
);
void
plotCostGam
(
TH1F
*
theCostHisto
,
EvtDataNew
*
theData
,
double
weight
);
void
plotChi
(
TH1F
*
theChiHisto
,
EvtDataNew
*
theData
,
double
weight
);
...
...
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