|
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 dgTwoTrackCandProducer.cxx |
| 12 | +/// \file upcCandProducerBarrel.cxx |
13 | 13 | /// \brief Compact two-track double-gap candidate table producer for exclusive diffraction and UPC studies. |
14 | 14 | /// Requires: event selection, propagation, TPC PID and TOF PID services |
15 | 15 | /// \author Nazar Burmasov (JINR), Evgeny Kryshen (JINR) |
@@ -115,7 +115,7 @@ namespace o2::aod::upc_cand_prod_bar |
115 | 115 | { |
116 | 116 | DECLARE_SOA_COLUMN(RunNumber, runNumber, int32_t); |
117 | 117 | DECLARE_SOA_COLUMN(GlobalBC, globalBC, uint64_t); |
118 | | -DECLARE_SOA_COLUMN(TFId, tfId, uint32_t); |
| 118 | +DECLARE_SOA_COLUMN(TfId, tfId, uint32_t); |
119 | 119 | DECLARE_SOA_COLUMN(Timestamp, timestamp, uint64_t); |
120 | 120 | DECLARE_SOA_COLUMN(PosX, posX, float); |
121 | 121 | DECLARE_SOA_COLUMN(PosY, posY, float); |
@@ -145,7 +145,7 @@ namespace o2::aod |
145 | 145 | DECLARE_SOA_TABLE(UPCBarrelCands, "AOD", "UPCBARRELCANDS", |
146 | 146 | upc_cand_prod_bar::RunNumber, |
147 | 147 | upc_cand_prod_bar::GlobalBC, |
148 | | - upc_cand_prod_bar::TFId, |
| 148 | + upc_cand_prod_bar::TfId, |
149 | 149 | upc_cand_prod_bar::Timestamp, |
150 | 150 | upc_cand_prod_bar::PosX, |
151 | 151 | upc_cand_prod_bar::PosY, |
|
0 commit comments