Skip to content

Commit 60e8c0e

Browse files
committed
resolve conflict
1 parent 159e4a9 commit 60e8c0e

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

PWGDQ/Tasks/DalitzSelection.cxx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
#include <CommonConstants/LHCConstants.h>
3838
#include <DataFormatsParameters/GRPMagField.h>
3939
#include <DataFormatsTPC/VDriftCorrFact.h>
40-
#include <Framework/ASoAHelpers.h>
4140
#include <Framework/AnalysisDataModel.h>
4241
#include <Framework/AnalysisHelpers.h>
4342
#include <Framework/AnalysisTask.h>
@@ -383,7 +382,6 @@ struct DalitzSelection {
383382
// if the track is TPC only, we shift it in z to be compatible with vertex time
384383
if (!fullTrack.hasITS() && !fullTrack.hasTOF() && !fullTrack.hasTRD() && fVdrift > 0. && fConfigOptions.fConfigShiftTPConly) {
385384
float tTB = 0.;
386-
;
387385
if (collision.collisionTimeRes() < 0.f || fullTrack.collisionId() < 0) { // use track data
388386
tTB = fullTrack.trackTime();
389387
} else {

0 commit comments

Comments
 (0)