1 #ifndef MergeCollections_h
2 #define MergeCollections_h 1
4 #include "marlin/Processor.h"
10 using namespace lcio ;
11 using namespace marlin ;
42 virtual void processRunHeader( LCRunHeader* run ) ;
46 virtual void processEvent( LCEvent * evt ) ;
49 virtual void check( LCEvent * evt ) ;
63 std::string _outColName ;
Helper processor that merges several input collections into a transient subset collections.
Definition: MergeCollections.h:26
StringVec _inColNames
Input collection name.
Definition: MergeCollections.h:61