![]() |
AmpTools
|
#include <MomentManager.h>
Public Member Functions | |
MomentManager (const vector< string > &finalState, const string &reactionName="") | |
~MomentManager () | |
A class for managing the construction of a sum of moments.
This is currently a placeholder for future development that will allow moment-based fitting.
There should be one instance of the MomentManager for each reaction or set of unique final state particles in the fit.
Definition at line 75 of file MomentManager.h.
MomentManager::MomentManager | ( | const vector< string > & | finalState, |
const string & | reactionName = "" |
||
) |
Constructor. Constructs an MomentManager
[in] | finalState | a vector of strings, one to identify each final state argument. Particles with identical string identifiers will be automatically permuted when the intesnity is calculated. |
[in] | reactionName | an optional name for the reaction |
MomentManager::~MomentManager | ( | ) |
Destructor.