You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DECLARE_SOA_EXTENDED_TABLE(RedIUTracks, StoredRedIUTracks, "EXREDIUTRACK", 0, //! Track parameters at inner most update (e.g. ITS) as it comes from the tracking
230
-
reducedtracks3body::Pt,
231
-
reducedtracks3body::P,
232
-
reducedtracks3body::Eta,
233
-
reducedtracks3body::Phi,
234
-
// cov matrix
235
-
reducedtracks3body::CYY,
236
-
reducedtracks3body::CZY,
237
-
reducedtracks3body::CZZ,
238
-
reducedtracks3body::CSnpY,
239
-
reducedtracks3body::CSnpZ,
240
-
reducedtracks3body::CSnpSnp,
241
-
reducedtracks3body::CTglY,
242
-
reducedtracks3body::CTglZ,
243
-
reducedtracks3body::CTglSnp,
244
-
reducedtracks3body::CTglTgl,
245
-
reducedtracks3body::C1PtY,
246
-
reducedtracks3body::C1PtZ,
247
-
reducedtracks3body::C1PtSnp,
248
-
reducedtracks3body::C1PtTgl,
249
-
reducedtracks3body::C1Pt21Pt2,
250
-
// tracks extra
251
-
reducedtracks3body::DetectorMap);
229
+
DECLARE_SOA_EXTENDED_TABLE_USER(RedIUTracks, StoredRedIUTracks, "REDIUTRACKEXT", //! Track parameters at inner most update (e.g. ITS) as it comes from the tracking
Copy file name to clipboardExpand all lines: PWGLF/TableProducer/Nuspex/reduced3bodyCreator.cxx
+29-8Lines changed: 29 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@
9
9
// granted to it by virtue of its status as an Intergovernmental Organization
10
10
// or submit itself to any jurisdiction.
11
11
12
+
/// \file reduced3bodyCreator.cxx
12
13
/// \brief Task to produce reduced AO2Ds for use in the hypertriton 3body reconstruction with the decay3bodybuilder.cxx
13
14
/// \author Yuanzhe Wang <yuanzhe.wang@cern.ch>
14
15
/// \author Carolina Reetz <c.reetz@cern.ch>
@@ -86,6 +87,8 @@ struct reduced3bodyCreator {
86
87
Configurable<bool> fatalOnPassNotAvailable{"fatalOnPassNotAvailable", true, "Flag to throw a fatal if the pass is not available in the retrieved CCDB object"};
0 commit comments