Skip to content

Commit

Permalink
DataFormats/HGCRecHit: clean dictionary of duplicate selection rules
Browse files Browse the repository at this point in the history
Thanks to Danilo ROOT 6.04.00 will have user-friendly duplicate
selection rule check.

    Warning: Selection file classes_def.xml, lines 23 and 17. Attempt to
    select with a named selection rule an already selected class. The name
    used in the selection is "HGCRecHitCollection" while the class is
    "edm::SortedCollection<HGCRecHit,edm::StrictWeakOrdering<HGCRecHit> >".

Tested by comparing `seal_cap.cc`, which does not change after this
patchset.

Signed-off-by: David Abdurachmanov <David.Abdurachmanov@cern.ch>
  • Loading branch information
David Abdurachmanov authored and David Abdurachmanov committed May 31, 2015
1 parent 3f7acf4 commit b7f2c79
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion DataFormats/HGCRecHit/src/classes_def.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
<class name="edm::RefVector<edm::SortedCollection<HGCRecHit,edm::StrictWeakOrdering<HGCRecHit> >,HGCRecHit,edm::refhelper::FindUsingAdvance<edm::SortedCollection<HGCRecHit,edm::StrictWeakOrdering<HGCRecHit> >,HGCRecHit> >"/>
<class name="edm::RefProd<edm::SortedCollection<HGCRecHit,edm::StrictWeakOrdering<HGCRecHit> > >"/>

<class name="HGCRecHitCollection"/>
<class name="edm::Wrapper<HGCRecHitCollection>"/>

<class name="edm::DetSet<HGCRecHit>"/>
Expand Down

0 comments on commit b7f2c79

Please sign in to comment.