Skip to content

Commit 5f2c96a

Browse files
committed
removing unnecessary columns
1 parent a09af00 commit 5f2c96a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

PWGJE/TableProducer/slimTablesProducer.cxx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,6 @@ using SlMcCollision = SlMcCollisions::iterator;
4747
namespace slimtracks
4848
{
4949
DECLARE_SOA_INDEX_COLUMN(SlimCollision, slimCollision);
50-
DECLARE_SOA_COLUMN(Pt, pt, float);
51-
DECLARE_SOA_COLUMN(Eta, eta, float);
52-
DECLARE_SOA_COLUMN(Phi, phi, float);
5350
DECLARE_SOA_COLUMN(Px, px, float);
5451
DECLARE_SOA_COLUMN(Py, py, float);
5552
DECLARE_SOA_COLUMN(Pz, pz, float);
@@ -66,9 +63,6 @@ using SlimTrack = SlimTracks::iterator;
6663
namespace slimparticles
6764
{
6865
DECLARE_SOA_INDEX_COLUMN(SlMcCollision, slMcCollision);
69-
DECLARE_SOA_COLUMN(Pt, pt, float);
70-
DECLARE_SOA_COLUMN(Eta, eta, float);
71-
DECLARE_SOA_COLUMN(Phi, phi, float);
7266
DECLARE_SOA_COLUMN(Px, px, float);
7367
DECLARE_SOA_COLUMN(Py, py, float);
7468
DECLARE_SOA_COLUMN(Pz, pz, float);

0 commit comments

Comments
 (0)