ART Suite Release Notes 0.07.10¶
ART.¶
Changes since previous version:
"Self-referential" Ptrs¶
Ptr<T>
may now refer to another object in the same collection holding object containing the Ptr<T>
. Use the new module function:
art::ProductID EDProducer::getProductID<PROD>(Event const &, std::string instanceName="")
See also issues #1361, #1363 & #1364.
ART_DEBUG_CONFIG=1
produces formatted output.¶
Before:
all_modules:[] process_name:DUMMY services:{message:{destinations:{STDOUT:{categories:{ArtReport:{limit:100} default:{limit:-1}} threshold:INFO type:cout}}}}After:
all_modules: [] process_name: DUMMY services: { message: { destinations: { STDOUT: { categories: { ArtReport: { limit: 100 } default: { limit: -1 } } threshold: INFO type: cout } } } }
Improvements to artmod
¶
See issue #1349.
Minor changes.¶
- Track improvements to
cet::map_vector
interface.
- Minor internal tidy-up and efficiency improvements.