You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: PWGEM/Dilepton/Core/Dilepton.h
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,6 @@
64
64
#include<Math/Vector4Dfwd.h>
65
65
#include<TH1.h>
66
66
#include<TH2.h>
67
-
#include<TH3.h>
68
67
#include<TList.h>
69
68
#include<TRandom3.h>
70
69
#include<TString.h>
@@ -150,6 +149,7 @@ struct Dilepton {
150
149
o2::framework::ConfigurableAxis ConfPolarizationQuadMomBins{"ConfPolarizationQuadMomBins", {15, -0.5, 1}, "quadrupole moment bins for polarization analysis"}; // quardrupole moment <(3 x cos^2(theta) -1)/2>
151
150
152
151
o2::framework::Configurable<int> cfgNumBootstrapSamples{"cfgNumBootstrapSamples", 1, "Number of Bootstrap Samples"};
0 commit comments