Skip to content

Commit

Permalink
Fix name of SP column
Browse files Browse the repository at this point in the history
  • Loading branch information
ddobrigk committed Dec 21, 2024
1 parent cbceb80 commit 97fa6c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PWGLF/DataModel/LFStrangenessTables.h
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,8 @@ DECLARE_SOA_TABLE(StraFT0CQVsEv, "AOD", "STRAFT0CQVSEv", //! events used to comp
DECLARE_SOA_TABLE(StraZDCSP, "AOD", "STRAZDCSP", //! ZDC SP information
spcalibrationtable::TriggerEventSP,
spcalibrationtable::PsiZDCA, spcalibrationtable::PsiZDCC,
spcalibrationtable::QxZDCA, spcalibrationtable::QxZDCC,
spcalibrationtable::QyZDCA, spcalibrationtable::QyZDCC);
spcalibrationtable::QXZDCA, spcalibrationtable::QXZDCC,
spcalibrationtable::QYZDCA, spcalibrationtable::QYZDCC);
DECLARE_SOA_TABLE(StraStamps_000, "AOD", "STRASTAMPS", //! information for ID-ing mag field if needed
bc::RunNumber, timestamp::Timestamp);
DECLARE_SOA_TABLE_VERSIONED(StraStamps_001, "AOD", "STRASTAMPS", 1, //! information for ID-ing mag field if needed
Expand Down

0 comments on commit 97fa6c2

Please sign in to comment.