We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 159e4a9 commit 60e8c0eCopy full SHA for 60e8c0e
1 file changed
PWGDQ/Tasks/DalitzSelection.cxx
@@ -37,7 +37,6 @@
37
#include <CommonConstants/LHCConstants.h>
38
#include <DataFormatsParameters/GRPMagField.h>
39
#include <DataFormatsTPC/VDriftCorrFact.h>
40
-#include <Framework/ASoAHelpers.h>
41
#include <Framework/AnalysisDataModel.h>
42
#include <Framework/AnalysisHelpers.h>
43
#include <Framework/AnalysisTask.h>
@@ -383,7 +382,6 @@ struct DalitzSelection {
383
382
// if the track is TPC only, we shift it in z to be compatible with vertex time
384
if (!fullTrack.hasITS() && !fullTrack.hasTOF() && !fullTrack.hasTRD() && fVdrift > 0. && fConfigOptions.fConfigShiftTPConly) {
385
float tTB = 0.;
386
- ;
387
if (collision.collisionTimeRes() < 0.f || fullTrack.collisionId() < 0) { // use track data
388
tTB = fullTrack.trackTime();
389
} else {
0 commit comments