Skip to content

Commit 2bdb25d

Browse files
Update lambdaOrAntiLambdaProducerWithSpin.cxx
1 parent f51401e commit 2bdb25d

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

PWGCF/TwoParticleCorrelations/Tasks/lambdaOrAntiLambdaProducerWithSpin.cxx

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
///
1212
/// \brief Step2 of the LambdaOrAntiLambdaProducerWithSpin.cxx
1313
/// \author Akash Raj (akash.raj.john.babu@cern.ch)
14-
/// \author Yash Patley <yash.patley@cern.ch>
14+
1515

1616
#include "PWGLF/DataModel/LFStrangenessTables.h"
1717

@@ -21,6 +21,7 @@
2121
#include "Common/DataModel/PIDResponseTPC.h"
2222

2323
#include <CommonConstants/PhysicsConstants.h>
24+
#include <CommonConstants/MathConstants.h>
2425
#include <Framework/ASoA.h>
2526
#include <Framework/AnalysisDataModel.h>
2627
#include <Framework/AnalysisTask.h>
@@ -30,9 +31,16 @@
3031
#include <Framework/HistogramSpec.h>
3132
#include <Framework/InitContext.h>
3233
#include <Framework/OutputObjHeader.h>
34+
#include <Framework/ASoAHelpers.h>
35+
#include <Framework/AnalysisHelpers.h>
36+
37+
#include <TH1.h>
38+
#include <TPDGCode.h>
39+
#include <TString.h>
3340

3441
#include <Math/GenVector/Boost.h>
3542
#include <Math/Vector4D.h>
43+
#include <Math/Vector4Dfwd.h>
3644

3745
#include <cmath>
3846
#include <cstdint>

0 commit comments

Comments
 (0)