Skip to content

Commit 56c4a2e

Browse files
authored
Fix o2 linter error
1 parent 67bae13 commit 56c4a2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PWGCF/TwoParticleCorrelations/DataModel/LongRangeDerived.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,12 @@ DECLARE_SOA_COLUMN(EnergyCommonZNA, energyCommonZNA, float);
6565
DECLARE_SOA_COLUMN(EnergyCommonZNC, energyCommonZNC, float);
6666
} // namespace lrcorrzdctable
6767

68-
DECLARE_SOA_TABLE(zdcLRTables, "AOD", "ZDCLRTABLE",
68+
DECLARE_SOA_TABLE(ZdcLRTables, "AOD", "ZDCLRTABLE",
6969
o2::soa::Index<>,
7070
lrcorrzdctable::UpcCollLRTableId,
7171
lrcorrzdctable::EnergyCommonZNA,
7272
lrcorrzdctable::EnergyCommonZNC);
73-
using zdcLRTable = zdcLRTables::iterator;
73+
using ZdcLRTable = ZdcLRTables::iterator;
7474

7575
namespace lrcorrtrktable
7676
{

0 commit comments

Comments
 (0)