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
Add UPC info in the derived data producer & V0 analysis task (#7526)
* Add UPC info in the derived data producer & V0 analysis task
* Please consider the following formating changes
* Merge StraRawCents and StraEvSels tables
* Please consider the following formatting changes
* Exploit UD tables to fill strangeness tables
* Remove unnecessary linked library
* Add FIT/ZN info from UPC and use it in analysis task
* Please consider the following formatting changes
* Please consider the following formatting changes
// !!! DEPRECATED TABLE: StraRawCents_000 !!! All info in StraEvSels_001, in order to group all event characteristics in a unique table. Please use StraEvSels_001
38
60
DECLARE_SOA_TABLE(StraRawCents_000, "AOD", "STRARAWCENTS", //! debug information
// !!! DEPRECATED TABLE: StraRawCents_001 !!! All info in StraEvSels_001, in order to group all event characteristics in a unique table. Please use StraEvSels_001
40
63
DECLARE_SOA_TABLE_VERSIONED(StraRawCents_001, "AOD", "STRARAWCENTS", 1, //! debug information
41
64
mult::MultFT0A, mult::MultFT0C, mult::MultFV0A, // FIT detectors
// !!! DEPRECATED TABLE: StraRawCents_002 !!! All info in StraEvSels_001, in order to group all event characteristics in a unique table. Please use StraEvSels_001
45
69
DECLARE_SOA_TABLE_VERSIONED(StraRawCents_002, "AOD", "STRARAWCENTS", 2, //! debug information
46
70
mult::MultFT0A, mult::MultFT0C, mult::MultFV0A, // FIT detectors
47
71
mult::MultNTracksPVeta1, // track multiplicities with eta cut for INEL>0
48
72
mult::MultNTracksITSTPC, // track multiplicities, PV contribs, no eta cut
49
73
mult::MultAllTracksTPCOnly, mult::MultAllTracksITSTPC, // track multiplicities, all, no eta cut
// !!! DEPRECATED TABLE: StraRawCents_003 !!! All info in StraEvSels_001, in order to group all event characteristics in a unique table. Please use StraEvSels_001
52
77
DECLARE_SOA_TABLE_VERSIONED(StraRawCents_003, "AOD", "STRARAWCENTS", 3, //! debug information
53
78
mult::MultFT0A, mult::MultFT0C, mult::MultFV0A, // FIT detectors
54
79
mult::MultNTracksPVeta1, // track multiplicities with eta cut for INEL>0
// !!! DEPRECATED TABLE: StraRawCents_004 !!! All info in StraEvSels_001, in order to group all event characteristics in a unique table. Please use StraEvSels_001
62
88
DECLARE_SOA_TABLE_VERSIONED(StraRawCents_004, "AOD", "STRARAWCENTS", 4, //! debug information
63
89
mult::MultFT0A, mult::MultFT0C, mult::MultFV0A, // FIT detectors
64
90
mult::MultNTracksPVeta1, // track multiplicities with eta cut for INEL>0
0 commit comments