You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will result in data format backwards incompatibilities. Need to understand when we can deploy. E.g. do we need to merge first in DEVEL IB, and when 14_0_X opens we merge all those from DEVEL to master?
Develop a new version of OwnVector that internally uses std::vector<std::variant<...>>
Need to figure out a good name
Migrate all genuine uses of edm::OwnVector to the variant-based new `OwnVector
Successor of #103.
Miscellaneous
NanoAOD output module
Deprecation of
edm::OwnVector
-Wdeprecated*
there as well?edm::OwnVector
in the issue #599OwnVector<SiStripMatchedRecHit2D>
#827OwnVector<BaseTrackerRecHit>
tovector<unique_ptr<BaseTrackerRecHit>>
#665OwnVector<TrackingRegion>
tovector<unique_ptr<TrackingRegion>>
#835OwnVector
that internally usesstd::vector<std::variant<...>>
edm::OwnVector
to the variant-based new `OwnVectorvector<variant<...>>
in TTree firstDeprecation of
edm::RefToBase
Data model planning for RNTuple
Data model exploration for RNTuple
General output module
First OutputModule and Source prototypes
The text was updated successfully, but these errors were encountered: