Skip to content

Commit

Permalink
Merge pull request #31075 from CTPPS/pps_strip_pattern_fix
Browse files Browse the repository at this point in the history
PPS: adding missing IO rule for class TotemRPUVPattern
  • Loading branch information
cmsbuild committed Aug 7, 2020
2 parents f6a8ebb + bf84fac commit c21aee5
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 c21aee5

Please sign in to comment.