MINT2
SpinFactorMaker.h
Go to the documentation of this file.
1 // author: Jonas Rademacker (Jonas.Rademacker@bristol.ac.uk)
2 // status: Mon 9 Feb 2009 19:18:13 GMT
3 #ifndef SPINFACTOR_MAKER
4 #define SPINFACTOR_MAKER
5 
6 #include <iostream>
7 //#include "Mint/DecayTree.h"
9 #include "Mint/ISpinFactor.h"
10 
11 void PrintAllSpinFactors(std::ostream& out = std::cout);
12 
14  , char SPD_Wave='?'
15  , const std::string& lopt=""
16  );
17 
19  , char SPD_Wave='?'
20  , const std::string& lopt=""
21  );
22 
24  , char SPD_Wave='?'
25  , const std::string& lopt=""
26  );
27 #endif
28 //
ISpinFactor * SpinFactorMaker4Body(const AssociatedDecayTree &thisDcy, char SPD_Wave='?', const std::string &lopt="")
void PrintAllSpinFactors(std::ostream &out=std::cout)
ISpinFactor * SpinFactorMaker(const AssociatedDecayTree &thisDcy, char SPD_Wave='?', const std::string &lopt="")
ISpinFactor * SpinFactorMaker3Body(const AssociatedDecayTree &thisDcy, char SPD_Wave='?', const std::string &lopt="")