-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Added ROOT dictionaries in DataFormats #51739
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
Changes from 1 commit
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 | ||
|---|---|---|---|---|
|
|
@@ -13,6 +13,7 @@ | |||
| </class> | ||||
| <class name="std::vector<l1t::io_v1::TkEm>"/> | ||||
| <class name="edm::Wrapper<std::vector<l1t::io_v1::TkEm> >"/> | ||||
| <class name="edm::refhelper::FindUsingAdvance<std::vector<l1t::io_v1::TkElectron>,l1t::io_v1::TkElectron>"/> | ||||
|
Contributor
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. Please move this above the line
Contributor
Author
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. done |
||||
| <class name="edm::Ref<std::vector<l1t::io_v1::TkEm>,l1t::io_v1::TkEm,edm::refhelper::FindUsingAdvance<std::vector<l1t::io_v1::TkEm>,l1t::io_v1::TkEm> >"/> | ||||
| <class name="std::vector<edm::Ref<std::vector<l1t::io_v1::TkEm>,l1t::io_v1::TkEm,edm::refhelper::FindUsingAdvance<std::vector<l1t::io_v1::TkEm>,l1t::io_v1::TkEm> > >"/> | ||||
| <class name="edm::RefProd<l1t::TkEmCollection>" /> | ||||
|
|
||||
| Original file line number | Diff line number | Diff line change | ||
|---|---|---|---|---|
|
|
@@ -29,6 +29,8 @@ | |||
| <class name="l1t::RegionalOutput<l1t::PFCandidateCollection>" /> | ||||
| <class name="edm::Wrapper<l1t::RegionalOutput<l1t::PFCandidateCollection>>" /> | ||||
|
|
||||
| <class name="edm::refhelper::FindUsingAdvance<std::vector<l1t::io_v1::PFJet>,l1t::io_v1::PFJet>"/> | ||||
|
Contributor
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. Please move this above the line
Contributor
Author
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. done |
||||
|
|
||||
| <class name="l1t::io_v1::PFJet" ClassVersion="3"> | ||||
| <version ClassVersion="3" checksum="1164493406"/> | ||||
| </class> | ||||
|
|
||||
| Original file line number | Diff line number | Diff line change | ||
|---|---|---|---|---|
|
|
@@ -28,6 +28,9 @@ | |||
| <!-- <field name="fixed_" transient="true"/> --> | ||||
| </class> | ||||
|
|
||||
| <class name="std::pair<reco::isodeposit::Direction::Distance,float>"/> | ||||
| <class name="std::map<reco::isodeposit::Direction::Distance,float>"/> | ||||
|
Contributor
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. Please move these below the line
Contributor
Author
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. done |
||||
|
|
||||
| <class name="std::vector<reco::io_v1::RecoChargedCandidate>"/> | ||||
| <class name="edm::Wrapper<std::vector<reco::io_v1::RecoChargedCandidate> >"/> | ||||
| <class name="edm::Ref<std::vector<reco::io_v1::RecoChargedCandidate>,reco::io_v1::RecoChargedCandidate,edm::refhelper::FindUsingAdvance<std::vector<reco::io_v1::RecoChargedCandidate>,reco::io_v1::RecoChargedCandidate> >"/> | ||||
|
|
||||
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.
Please move this line below
cmssw/DataFormats/EgammaReco/src/classes_def.xml
Line 97 in 40fca09
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.
done