Skip to content

Commit

Permalink
Added missing IO rule.
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-kaspar committed Aug 6, 2020
1 parent 37a05c6 commit bf84fac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions DataFormats/CTPPSReco/src/classes_def.xml
Expand Up @@ -40,6 +40,9 @@
<ioread sourceClass="TotemRPUVPattern" version="[2]" targetClass="TotemRPUVPattern" source="bool fittable" target="fittable_">
<![CDATA[fittable_ = onfile.fittable;]]>
</ioread>
<ioread sourceClass="TotemRPUVPattern" version="[2]" targetClass="TotemRPUVPattern" source="TotemRPUVPattern::ProjectionType projection" target="projection_">
<![CDATA[projection_ = onfile.projection;]]>
</ioread>
<ioread sourceClass="TotemRPUVPattern" version="[2]" targetClass="TotemRPUVPattern" source="edm::DetSetVector<TotemRPRecHit> hits" target="hits_">
<![CDATA[hits_ = onfile.hits;]]>
</ioread>
Expand Down

0 comments on commit bf84fac

Please sign in to comment.