Skip to content

Commit dcc0cef

Browse files
authored
Add files via upload
1 parent aac5326 commit dcc0cef

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

PWGLF/Tasks/Strangeness/lambdaJetpolarization.cxx

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
#include "Math/Vector4D.h"
3636
#include "TProfile2D.h"
3737
#include <TFile.h>
38-
#include <TLorentzVector.h>
38+
//#include <TLorentzVector.h>
3939
#include <TMatrixD.h>
4040
#include <TTree.h>
4141

@@ -158,8 +158,8 @@ struct LfMyV0s {
158158
const AxisSpec ptAxis{100, 0.0f, 10.0f, "#it{p}_{T} (GeV/#it{c})"};
159159
const AxisSpec invMassLambdaAxis{200, 1.016, 1.216, "m_{p#pi} (GeV/#it{c}^{2})"};
160160

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"};
163163

164164
registryData.add("number_of_events_vsmultiplicity", "number of events in data vs multiplicity", HistType::kTH1D, {{101, 0, 101, "Multiplicity percentile"}});
165165
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 {
286286
registryData.add("TProfile1DLambdasinphiInJet", "#Delta #theta vs sin(phi)", {HistType::kTProfile, {{200, 0.0, TMath::Pi()}}});
287287
registryData.add("hAntiLambdamassandSinPhi", "hAntiLambdaPhiandSinPhi", kTH2F, {{200, -TMath::Pi() / 2, TMath::Pi() / 2}, {200, -1, 1}});
288288
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});
299299
registryData.add("hprotonThetaInLab", "hprotonThetaInLab", kTH1F, {axisTheta});
300300
registryData.add("hprotonThetaInV0", "hprotonThetaInV0", kTH1F, {axisTheta});
301301
registryData.add("hprotonThetaInJetV0", "hprotonThetaInJetV0", kTH1F, {axisTheta});

0 commit comments

Comments
 (0)