Processor calculates Fox-Wolfram moments. More...
#include <Fox.h>
Public Member Functions | |
| virtual Processor * | newProcessor () |
| Fox () | |
| virtual void | init () |
| Called at the begin of the job before anything is read. More... | |
| virtual void | processRunHeader (LCRunHeader *run) |
| Called for every run. More... | |
| virtual void | processEvent (LCEvent *evt) |
| Called for every event - the working horse. More... | |
| virtual void | check (LCEvent *evt) |
| virtual void | end () |
| Called after data processing for clean up. More... | |
Protected Attributes | |
| std::string | _colName {} |
| Input collection name. More... | |
| std::vector< int > | _momentsToCalculate {} |
| Vector of moments orders to be calculated. More... | |
| int | _nRun {} |
| int | _nEvt {} |
Processor calculates Fox-Wolfram moments.
input parameters are name of the ReconstructedParticle collection and arbitrary number of moments entered just as integers for example CalculateFoxWolframMoments 1 3 6 , moment of 0-th order is calculated by default (for later normalisation) so you don't need to enter this one. Output is stored as a parameter of te ReconstructedParticle collection with the name FoxWolfram_moment(n) where n is actual number.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
protected |