Skip to content

Commit a8f9d51

Browse files
authored
[PWGEM/Dilepton] update mc study (#9887)
1 parent cb417c5 commit a8f9d51

File tree

3 files changed

+347
-646
lines changed

3 files changed

+347
-646
lines changed

PWGEM/Dilepton/DataModel/lmeeMLTables.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
#include "Common/DataModel/TrackSelectionTables.h"
1717
#include "Common/DataModel/Multiplicity.h"
1818
#include "Common/DataModel/Centrality.h"
19-
#include <TMath.h>
2019

2120
#ifndef PWGEM_DILEPTON_DATAMODEL_LMEEMLTABLES_H_
2221
#define PWGEM_DILEPTON_DATAMODEL_LMEEMLTABLES_H_
@@ -33,7 +32,7 @@ enum class PID_Label : int {
3332
kPion = 2,
3433
kKaon = 3,
3534
kProton = 4,
36-
}; // this can be used for eID with ITSsa.
35+
}; // this can be used for eID.
3736

3837
enum class Track_Type : int {
3938
kPrimary = 0,

0 commit comments

Comments
 (0)