Skip to content

Commit 5182ea4

Browse files
ddobrigkjgrosseo
andauthored
Update Framework/Core/include/Framework/AnalysisDataModel.h
move `legacy` to `_000` Co-authored-by: Jan Fiete <jgrosseo@cern.ch>
1 parent d163e32 commit 5182ea4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Framework/Core/include/Framework/AnalysisDataModel.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -711,7 +711,7 @@ DECLARE_SOA_TABLE(CPVClusters, "AOD", "CPVCLUSTER", //! CPV clusters
711711
cpvcluster::ModuleNumber<cpvcluster::ClusterStatus>, cpvcluster::IsUnfolded<cpvcluster::ClusterStatus>);
712712
using CPVCluster = CPVClusters::iterator;
713713

714-
namespace zdclegacy // needed to have the new dynamic columns with the same name
714+
namespace zdc_000 // needed to have the new dynamic columns with the same name
715715
{
716716
DECLARE_SOA_COLUMN(EnergyZEM1, energyZEM1, float); //!
717717
DECLARE_SOA_COLUMN(EnergyZEM2, energyZEM2, float); //!

0 commit comments

Comments
 (0)