Skip to content

Commit 1fc194d

Browse files
[PWGLF] Function to process generated V0s in sigma0 tasks + minor fixes (#11216)
Co-authored-by: ALICE Action Bot <alibuild@cern.ch>
1 parent 549ba39 commit 1fc194d

File tree

3 files changed

+246
-42
lines changed

3 files changed

+246
-42
lines changed

PWGLF/DataModel/LFSigmaTables.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ DECLARE_SOA_COLUMN(SigmaOPAngle, sigmaOPAngle, float);
3636
DECLARE_SOA_COLUMN(SigmaCentrality, sigmaCentrality, float);
3737
DECLARE_SOA_COLUMN(SigmaRunNumber, sigmaRunNumber, int);
3838
DECLARE_SOA_COLUMN(SigmaTimestamp, sigmaTimestamp, uint64_t);
39-
DECLARE_SOA_COLUMN(SigmaIR, sigmaIR, float);
4039

4140
} // namespace sigma0Core
4241

@@ -47,8 +46,7 @@ DECLARE_SOA_TABLE(Sigma0Cores, "AOD", "SIGMA0CORES",
4746
sigma0Core::SigmaOPAngle,
4847
sigma0Core::SigmaCentrality,
4948
sigma0Core::SigmaRunNumber,
50-
sigma0Core::SigmaTimestamp,
51-
sigma0Core::SigmaIR);
49+
sigma0Core::SigmaTimestamp);
5250

5351
// For Photon extra info
5452
namespace sigmaPhotonExtra

0 commit comments

Comments
 (0)