-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
L1T: fix duplicate dictionary problems in #33978 #34094
Changes from 2 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
@@ -1,33 +1,28 @@ | ||||||
<lcgdict> | ||||||
<class name="l1tVertexFinder::InputData"/> | ||||||
<class name="l1tVertexFinder::Vertex"/> | ||||||
<class name="l1tVertexFinder::TP"/> | ||||||
<class name="l1tVertexFinder::Stub"/> | ||||||
<class name="std::map<DetId,DetId>"/> | ||||||
<class name="edm::Ptr<l1tVertexFinder::Stub>"/> | ||||||
<class name="edm::Ptr<l1tVertexFinder::TP>"/> | ||||||
<class name="edm::RefToBase<TrackingParticle>"/> | ||||||
<class name="edm::reftobase::BaseHolder<TrackingParticle>"/> | ||||||
<class name="std::map<edm::Ptr<TrackingParticle>,edm::RefToBase<TrackingParticle> >"/> | ||||||
<class name="edm::ValueMap<edm::Ptr<l1tVertexFinder::Stub> >"/> | ||||||
<class name="edm::ValueMap<edm::Ptr<l1tVertexFinder::TP> >"/> | ||||||
<class name="edm::ValueMap<l1tVertexFinder::Stub>"/> | ||||||
<class name="edm::ValueMap<l1tVertexFinder::TP>"/> | ||||||
<class name="std::vector<l1tVertexFinder::Stub>"/> | ||||||
<class name="std::vector<l1tVertexFinder::TP>"/> | ||||||
<class name="std::vector<l1tVertexFinder::Vertex>"/> | ||||||
<class name="std::vector<edm::Ptr<l1tVertexFinder::Stub> >"/> | ||||||
<class name="std::vector<edm::Ptr<l1tVertexFinder::TP> >"/> | ||||||
<class name="edm::Wrapper<l1tVertexFinder::Vertex>"/> | ||||||
<class name="edm::Wrapper<l1tVertexFinder::TP>"/> | ||||||
<class name="edm::Wrapper<l1tVertexFinder::Stub>"/> | ||||||
<class name="edm::Wrapper<edm::ValueMap<edm::Ptr<l1tVertexFinder::Stub> > >"/> | ||||||
<class name="edm::Wrapper<edm::ValueMap<edm::Ptr<l1tVertexFinder::TP> > >"/> | ||||||
<class name="edm::Wrapper<edm::ValueMap<l1tVertexFinder::Stub> >"/> | ||||||
<class name="edm::Wrapper<edm::ValueMap<l1tVertexFinder::TP> >"/> | ||||||
<class name="edm::Wrapper<std::map<DetId,DetId>>"/> | ||||||
<class name="edm::Wrapper<std::vector<l1tVertexFinder::Stub>>"/> | ||||||
<class name="edm::Wrapper<std::vector<l1tVertexFinder::TP>>"/> | ||||||
<class name="edm::Wrapper<std::vector<l1tVertexFinder::Vertex>>"/> | ||||||
<class name="edm::Wrapper<l1tVertexFinder::InputData>"/> | ||||||
</lcgdict> | ||||||
<class name="l1tVertexFinder::InputData" transient="true"/> | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. These should actually be
Suggested change
|
||||||
<class name="l1tVertexFinder::Vertex" transient="true"/> | ||||||
<class name="l1tVertexFinder::TP" transient="true"/> | ||||||
<class name="l1tVertexFinder::Stub" transient="true"/> | ||||||
<class name="edm::Ptr<l1tVertexFinder::Stub>" transient="true"/> | ||||||
<class name="edm::Ptr<l1tVertexFinder::TP>" transient="true"/> | ||||||
<class name="edm::ValueMap<edm::Ptr<l1tVertexFinder::Stub> >" transient="true"/> | ||||||
<class name="edm::ValueMap<edm::Ptr<l1tVertexFinder::TP> >" transient="true"/> | ||||||
<class name="edm::ValueMap<l1tVertexFinder::Stub>" transient="true"/> | ||||||
<class name="edm::ValueMap<l1tVertexFinder::TP>" transient="true"/> | ||||||
<class name="std::vector<l1tVertexFinder::Stub>" transient="true"/> | ||||||
<class name="std::vector<l1tVertexFinder::TP>" transient="true"/> | ||||||
<class name="std::vector<l1tVertexFinder::Vertex>" transient="true"/> | ||||||
<class name="std::vector<edm::Ptr<l1tVertexFinder::Stub> >" transient="true"/> | ||||||
<class name="std::vector<edm::Ptr<l1tVertexFinder::TP> >" transient="true"/> | ||||||
<class name="edm::Wrapper<l1tVertexFinder::Vertex>" transient="true"/> | ||||||
<class name="edm::Wrapper<l1tVertexFinder::TP>" transient="true"/> | ||||||
<class name="edm::Wrapper<l1tVertexFinder::Stub>" transient="true"/> | ||||||
<class name="edm::Wrapper<edm::ValueMap<edm::Ptr<l1tVertexFinder::Stub> > >" transient="true"/> | ||||||
<class name="edm::Wrapper<edm::ValueMap<edm::Ptr<l1tVertexFinder::TP> > >" transient="true"/> | ||||||
<class name="edm::Wrapper<edm::ValueMap<l1tVertexFinder::Stub> >" transient="true"/> | ||||||
<class name="edm::Wrapper<edm::ValueMap<l1tVertexFinder::TP> >" transient="true"/> | ||||||
<class name="edm::Wrapper<std::vector<l1tVertexFinder::Stub>>" transient="true"/> | ||||||
<class name="edm::Wrapper<std::vector<l1tVertexFinder::TP>>" transient="true"/> | ||||||
<class name="edm::Wrapper<std::vector<l1tVertexFinder::Vertex>>" transient="true"/> | ||||||
<class name="edm::Wrapper<l1tVertexFinder::InputData>" transient="true"/> | ||||||
</lcgdict> |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,6 +23,8 @@ | |
|
||
<class name="TrackingParticleRefVector" /> | ||
<class name="edm::Wrapper<TrackingParticleRefVector>"/> | ||
|
||
<class name="std::map<edm::Ptr<TrackingParticle>,edm::RefToBase<TrackingParticle> >"/> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'm still curious why |
||
|
||
<class name="edm::helpers::KeyVal<edm::RefProd<std::vector<TrackingParticle> >,edm::RefToBaseProd<reco::Track> >" /> | ||
<class name="edm::helpers::KeyVal<edm::RefToBaseProd<reco::Track>,edm::RefProd<std::vector<TrackingParticle> > >" /> | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I mean that the contents of the struct (and the namespace) can be removed.