ROOTPWA
productionAmp.cc
Go to the documentation of this file.
1 //-----------------------------------------------------------
2 // File and Version Information:
3 // $Id$
4 //
5 // Description:
6 // Implementation of class TProductionAmp
7 // see TProductionAmp.hh for details
8 //
9 //
10 // Author List:
11 // Sebastian Neubert TUM (original author)
12 //
13 //
14 //-----------------------------------------------------------
15 
16 #include "productionAmp.h"
17 
18 
19 using namespace rpwa;
20 
21 productionAmp::productionAmp(const std::complex<double>& amplitude)
22  : _amp(amplitude) { }
23