AmpTools
MomentManager Class Reference

#include <MomentManager.h>

Inheritance diagram for MomentManager:
Collaboration diagram for MomentManager:

Public Member Functions

 MomentManager (const vector< string > &finalState, const string &reactionName="")
 
 ~MomentManager ()
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ MomentManager()

MomentManager::MomentManager ( const vector< string > &  finalState,
const string &  reactionName = "" 
)

Constructor. Constructs an MomentManager

Parameters
[in]finalStatea 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]reactionNamean optional name for the reaction
See also
getPermutations
addAmpPermutation

◆ ~MomentManager()

MomentManager::~MomentManager ( )

Destructor.


The documentation for this class was generated from the following file: