|
35 | 35 | #include "Math/Vector4D.h" |
36 | 36 | #include "TProfile2D.h" |
37 | 37 | #include <TFile.h> |
38 | | -#include <TLorentzVector.h> |
| 38 | +//#include <TLorentzVector.h> |
39 | 39 | #include <TMatrixD.h> |
40 | 40 | #include <TTree.h> |
41 | 41 |
|
@@ -158,8 +158,8 @@ struct LfMyV0s { |
158 | 158 | const AxisSpec ptAxis{100, 0.0f, 10.0f, "#it{p}_{T} (GeV/#it{c})"}; |
159 | 159 | const AxisSpec invMassLambdaAxis{200, 1.016, 1.216, "m_{p#pi} (GeV/#it{c}^{2})"}; |
160 | 160 |
|
161 | | - ConfigurableAxis axistprofile2DaxisPt{"axistprofile2DaxisPt", {VARIABLE_WIDTH, 0.6, 0.7, 0.8, 0.9, 1.0, 1.1, 1.2, 1.4, 1.6, 1.8, 2.0, 2.2, 2.4, 2.6, 2.8, 3.2, 3.7, 4.2, 5, 6, 8, 10, 12}, "pt axis for histograms"}; |
162 | | - ConfigurableAxis axistprofile2DaxisMass{"axistprofile2DaxisMass", {VARIABLE_WIDTH, 1.10068, 1.10668, 1.11068, 1.11268, 1.11368, 1.11468, o2::constants::physics::MassLambda, 1.11668, 1.11768, 1.11868, 1.12068, 1.12468, 1.13068}, "Mass axis for histograms"}; |
| 161 | + ConfigurableAxis tprofile2DaxisPt{"tprofile2DaxisPt", {VARIABLE_WIDTH, 0.6, 0.7, 0.8, 0.9, 1.0, 1.1, 1.2, 1.4, 1.6, 1.8, 2.0, 2.2, 2.4, 2.6, 2.8, 3.2, 3.7, 4.2, 5, 6, 8, 10, 12}, "pt axis for histograms"}; |
| 162 | + ConfigurableAxis tprofile2DaxisMass{"tprofile2DaxisMass", {VARIABLE_WIDTH, 1.10068, 1.10668, 1.11068, 1.11268, 1.11368, 1.11468, o2::constants::physics::MassLambda, 1.11668, 1.11768, 1.11868, 1.12068, 1.12468, 1.13068}, "Mass axis for histograms"}; |
163 | 163 |
|
164 | 164 | registryData.add("number_of_events_vsmultiplicity", "number of events in data vs multiplicity", HistType::kTH1D, {{101, 0, 101, "Multiplicity percentile"}}); |
165 | 165 | registryData.add("h_track_pt", "track pT;#it{p}_{T,track} (GeV/#it{c});entries", kTH1F, {{200, 0., 200.}}); |
@@ -286,16 +286,16 @@ struct LfMyV0s { |
286 | 286 | registryData.add("TProfile1DLambdasinphiInJet", "#Delta #theta vs sin(phi)", {HistType::kTProfile, {{200, 0.0, TMath::Pi()}}}); |
287 | 287 | registryData.add("hAntiLambdamassandSinPhi", "hAntiLambdaPhiandSinPhi", kTH2F, {{200, -TMath::Pi() / 2, TMath::Pi() / 2}, {200, -1, 1}}); |
288 | 288 | registryData.add("hprotonsinphiInJetV0frame", "hprotonsinphiInJetV0frame", kTH1F, {axisSinPhi}); |
289 | | - registryData.add("TProfile2DLambdaPtMassSinPhi", "", kTProfile2D, {axistprofile2DaxisMass, axistprofile2DaxisPt}); |
290 | | - registryData.add("TProfile2DAntiLambdaPtMassSinPhi", "", kTProfile2D, {axistprofile2DaxisMass, axistprofile2DaxisPt}); |
291 | | - registryData.add("TProfile2DLambdaPtMassSintheta", "", kTProfile2D, {axistprofile2DaxisMass, axistprofile2DaxisPt}); |
292 | | - registryData.add("TProfile2DAntiLambdaPtMassSintheta", "", kTProfile2D, {axistprofile2DaxisMass, axistprofile2DaxisPt}); |
293 | | - |
294 | | - registryData.add("TProfile2DLambdaPtMassCosSquareTheta", "", kTProfile2D, {axistprofile2DaxisMass, axistprofile2DaxisPt}); |
295 | | - registryData.add("TProfile2DAntiLambdaPtMassCosSquareTheta", "", kTProfile2D, {axistprofile2DaxisMass, axistprofile2DaxisPt}); |
296 | | - registryData.add("TProfile2DLambdaMassDeltaPhi", "", kTProfile2D, {{200, -TMath::Pi(), TMath::Pi(), "#Delta#varphi"}, axistprofile2DaxisMass}); |
297 | | - registryData.add("TProfile2DLambdaMassDeltaTheta", "", kTProfile2D, {{200, 0, TMath::Pi(), "#Delta#theta"}, axistprofile2DaxisMass}); |
298 | | - registryData.add("TProfile2DAntiLambdaMassDeltaPhi", "", kTProfile2D, {{200, -TMath::Pi(), TMath::Pi(), "#Delta#varphi"}, axistprofile2DaxisMass}); |
| 289 | + registryData.add("TProfile2DLambdaPtMassSinPhi", "", kTProfile2D, {tprofile2DaxisMass, tprofile2DaxisPt}); |
| 290 | + registryData.add("TProfile2DAntiLambdaPtMassSinPhi", "", kTProfile2D, {tprofile2DaxisMass, tprofile2DaxisPt}); |
| 291 | + registryData.add("TProfile2DLambdaPtMassSintheta", "", kTProfile2D, {tprofile2DaxisMass, tprofile2DaxisPt}); |
| 292 | + registryData.add("TProfile2DAntiLambdaPtMassSintheta", "", kTProfile2D, {tprofile2DaxisMass, tprofile2DaxisPt}); |
| 293 | + |
| 294 | + registryData.add("TProfile2DLambdaPtMassCosSquareTheta", "", kTProfile2D, {tprofile2DaxisMass, tprofile2DaxisPt}); |
| 295 | + registryData.add("TProfile2DAntiLambdaPtMassCosSquareTheta", "", kTProfile2D, {tprofile2DaxisMass, tprofile2DaxisPt}); |
| 296 | + registryData.add("TProfile2DLambdaMassDeltaPhi", "", kTProfile2D, {{200, -TMath::Pi(), TMath::Pi(), "#Delta#varphi"}, tprofile2DaxisMass}); |
| 297 | + registryData.add("TProfile2DLambdaMassDeltaTheta", "", kTProfile2D, {{200, 0, TMath::Pi(), "#Delta#theta"}, tprofile2DaxisMass}); |
| 298 | + registryData.add("TProfile2DAntiLambdaMassDeltaPhi", "", kTProfile2D, {{200, -TMath::Pi(), TMath::Pi(), "#Delta#varphi"}, tprofile2DaxisMass}); |
299 | 299 | registryData.add("hprotonThetaInLab", "hprotonThetaInLab", kTH1F, {axisTheta}); |
300 | 300 | registryData.add("hprotonThetaInV0", "hprotonThetaInV0", kTH1F, {axisTheta}); |
301 | 301 | registryData.add("hprotonThetaInJetV0", "hprotonThetaInJetV0", kTH1F, {axisTheta}); |
|
0 commit comments