Skip to content

Commit cbc2be6

Browse files
committed
Changing format of includes in jetHadronsPid.cxx
1 parent 2154b12 commit cbc2be6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

PWGJE/Tasks/jetHadronsPid.cxx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@
3333
#include "Framework/HistogramRegistry.h"
3434
#include "Framework/runDataProcessing.h"
3535

36-
#include "ReconstructionDataFormats/DCA.h"
37-
#include "ReconstructionDataFormats/PID.h"
38-
#include "ReconstructionDataFormats/Track.h"
36+
#include <ReconstructionDataFormats/DCA.h>
37+
#include <ReconstructionDataFormats/PID.h>
38+
#include <ReconstructionDataFormats/Track.h>
3939

4040
#include <TPDGCode.h>
4141
#include <TVector3.h>

0 commit comments

Comments
 (0)