From 3c7f7f7645c473869c664e250f895b0c57e5d501 Mon Sep 17 00:00:00 2001 From: Wouter Deconinck <wdconinc@gmail.com> Date: Fri, 18 Mar 2022 22:39:32 -0500 Subject: [PATCH] iConstExtraCode -> ExtraCode in podio@0.14.1: --- eic_data.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eic_data.yaml b/eic_data.yaml index 058eca7..6c5e5b4 100644 --- a/eic_data.yaml +++ b/eic_data.yaml @@ -260,7 +260,7 @@ datatypes: - eicd::Track tracks // Tracks used for this particle - eicd::ReconstructedParticle particles // Reconstructed particles that have been combined to this particle - eicd::ParticleID particleIDs // All associated particle IDs for this particle (not sorted by likelihood) - ConstExtraCode: + ExtraCode: declaration: " bool isCompound() const {return particles_size() > 0;}\n " -- GitLab