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
Configurable<bool> fatalOnPassNotAvailable{"fatalOnPassNotAvailable", true, "Flag to throw a fatal if the pass is not available in the retrieved CCDB object"};
0 commit comments