iLCSoft / Marlin

Modular Analysis and Reconstruction for the LINear Collider
GNU General Public License v3.0
11 stars 16 forks source link

Processor to join collections #30

Closed andresailer closed 6 years ago

andresailer commented 6 years ago

Is there already a processor that takes two or more collections and spits out a new collection containing the elements of all the others? For e.g. reconstructed particles?

gaede commented 6 years ago

Yes - see here: https://github.com/iLCSoft/LCTuple/blob/master/include/MergeCollections.h

andresailer commented 6 years ago

Thank you! I missed the processors from that package.