Skip to content

Commit bbdf8c5

Browse files
prottayCMTProttay Das
andauthored
[PWGLF] added q vectors information in strangeness derived data tables (#9837)
Co-authored-by: Prottay Das <prottay@alipap1.cern.ch>
1 parent 8cebdae commit bbdf8c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

PWGLF/DataModel/LFStrangenessTables.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ DECLARE_SOA_TABLE(StraFT0CQVsEv, "AOD", "STRAFT0CQVSEv", //! events used to comp
236236
epcalibrationtable::TriggerEventEP);
237237
DECLARE_SOA_TABLE(StraZDCSP, "AOD", "STRAZDCSP", //! ZDC SP information
238238
spcalibrationtable::TriggerEventSP,
239-
spcalibrationtable::PsiZDCA, spcalibrationtable::PsiZDCC);
239+
spcalibrationtable::PsiZDCA, spcalibrationtable::PsiZDCC, spcalibrationtable::QXZDCA, spcalibrationtable::QXZDCC, spcalibrationtable::QYZDCA, spcalibrationtable::QYZDCC);
240240
DECLARE_SOA_TABLE(StraStamps_000, "AOD", "STRASTAMPS", //! information for ID-ing mag field if needed
241241
bc::RunNumber, timestamp::Timestamp);
242242
DECLARE_SOA_TABLE_VERSIONED(StraStamps_001, "AOD", "STRASTAMPS", 1, //! information for ID-ing mag field if needed

PWGLF/TableProducer/Strangeness/strangederivedbuilder.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -988,7 +988,7 @@ struct strangederivedbuilder {
988988
void processZDCSP(soa::Join<aod::Collisions, aod::SPCalibrationTables>::iterator const& collision)
989989
{
990990
StraZDCSP(collision.triggereventsp(),
991-
collision.psiZDCA(), collision.psiZDCC());
991+
collision.psiZDCA(), collision.psiZDCC(), collision.qxZDCA(), collision.qxZDCC(), collision.qyZDCA(), collision.qyZDCC());
992992
}
993993
void processFT0MQVectors(soa::Join<aod::Collisions, aod::QvectorFT0Ms>::iterator const& collision)
994994
{

0 commit comments

Comments
 (0)