Skip to content

Commit d61763e

Browse files
authored
Update lambdaR2Correlation.cxx
1 parent 4dc01a6 commit d61763e

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

PWGCF/TwoParticleCorrelations/Tasks/lambdaR2Correlation.cxx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
#include <CommonConstants/MathConstants.h>
3030
#include <CommonConstants/PhysicsConstants.h>
3131
#include <DataFormatsParameters/GRPMagField.h>
32-
#include <DataFormatsParameters/GRPObject.h>
3332
#include <Framework/ASoA.h>
3433
#include <Framework/AnalysisDataModel.h>
3534
#include <Framework/AnalysisHelpers.h>
@@ -389,8 +388,8 @@ struct LambdaTableProducer {
389388

390389
// Initialize Global Variables
391390
float cent = 0., mult = 0.;
392-
TList *ccdbObjRecoEff = nullptr;
393-
TList *ccdbObjMatchEff = nullptr;
391+
TList* ccdbObjRecoEff = nullptr;
392+
TList* ccdbObjMatchEff = nullptr;
394393
static constexpr std::string_view SubDir[] = {"QA/Lambda/", "QA/AntiLambda/", "QA/KaonPlus/", "QA/KaonMinus/"};
395394

396395
void init(InitContext const&)

0 commit comments

Comments
 (0)