Creates an extra 'channel' which is the sum of all channels. More...
#include <SumChannels.hh>
Public Member Functions | |
| int | Initialize () |
| Initialize the module before starting a run. Return 0 if no error. | |
| int | Finalize () |
| Finalize state after a run has processed. Return 0 if no error. | |
| int | Process (EventPtr event) |
| Process a single event. Must be overridden. Return 0 if no error. | |
Static Public Member Functions | |
| static const std::string | GetDefaultName () |
Creates an extra 'channel' which is the sum of all channels.
Definition at line 16 of file SumChannels.hh.
1.6.1