Chris Jones
Chris Jones
In our application we protect non-thread safe shared resources via serial task queues. When part of the application needs to use the shared resource it pushes a task into the...
#### PR description: - now uses internal `consumes` rather then adding a `mightGet` parameter to a module - now specify which data products reference data in other data products ####...
#### PR description: The storing of PFCandidates takes 1/3rd of the entire time it takes to write AOD. I have started to look at the class to see if there...
#### PR description: Added ability to register `tranform` methods to modules. This allows a module to have a method which takes a data product already put into the Event by...
#### PR description: Allows specifying the specific information the Framework wants to know: relevant inheritance and container information. #### PR validation: Code compiles and new unit test passes.
#### PR description: This is similar to transform except two actions are specified similar to acquire/produce. #### PR validation: Code compiles and all framework unit tests pass.
#### PR description: - handle esConsumes - refactored to move EventSetup get to producer - convert module to thread-friendly type #### PR validation: Packages compiles without issuing a CMS deprecation...
#### PR description: - added classes used by ROOT when doing storage which specify lossy compression - added iotypes rule to use new classes #### PR validation: Ran on workflow...
#### PR description: Make sure caching std::vector is large enough. #### PR validation: Code compiles. Machines at FNAL cannot run ASAN so this is a guess as to the underlying...
#### PR description: This finished the migration away from the deprecated class. #### PR validation: - Doing a 'git grep --cached interface/EDFilter.h' turns up no hits. - The core framework...