MINT2
LineshapeMaker.h
Go to the documentation of this file.
1 #ifndef LINESHAPEMAKER_HH
2 #define LINESHAPEMAKER_HH
3 // author: Jonas Rademacker (Jonas.Rademacker@bristol.ac.uk)
4 // status: Mon 9 Feb 2009 19:18:04 GMT
5 
6 #include "Mint/ILineshape.h"
8 
9 #include <string>
10 #include <vector>
11 
13  , const std::string& lineshapePrefix
14  , const std::string& lopt
15  , const std::vector<double>& numOptions
16  = std::vector<double>()
17  );
18 
19 #endif
20 //
ILineshape * LineshapeMaker(const AssociatedDecayTree *tree, const std::string &lineshapePrefix, const std::string &lopt, const std::vector< double > &numOptions=std::vector< double >())