Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions PWGLF/DataModel/LFSigmaTables.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ DECLARE_SOA_COLUMN(SigmaOPAngle, sigmaOPAngle, float);
DECLARE_SOA_COLUMN(SigmaCentrality, sigmaCentrality, float);
DECLARE_SOA_COLUMN(SigmaRunNumber, sigmaRunNumber, int);
DECLARE_SOA_COLUMN(SigmaTimestamp, sigmaTimestamp, uint64_t);
DECLARE_SOA_COLUMN(SigmaIR, sigmaIR, float);

} // namespace sigma0Core

Expand All @@ -47,8 +46,7 @@ DECLARE_SOA_TABLE(Sigma0Cores, "AOD", "SIGMA0CORES",
sigma0Core::SigmaOPAngle,
sigma0Core::SigmaCentrality,
sigma0Core::SigmaRunNumber,
sigma0Core::SigmaTimestamp,
sigma0Core::SigmaIR);
sigma0Core::SigmaTimestamp);

// For Photon extra info
namespace sigmaPhotonExtra
Expand Down
Loading