StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
StHbtFsiWeight.cc
1 /***************************************************************************
2  *
3  *
4  *
5  * Author: Laurent Conin, Fabrice Retiere, Subatech, France
6  ***************************************************************************
7  *
8  * Description : Base class for the Weight calculator
9  *
10  ***************************************************************************
11  *
12  *
13  *
14  ***************************************************************************/
15 
16 #include "StHbtMaker/Base/StHbtFsiWeight.hh"
17 
18 
19 #ifdef __ROOT__
20 ClassImp(StHbtFsiWeight)
21 #endif
22 
23 StHbtFsiWeight::StHbtFsiWeight()
24 { mWeightDen=1.; }
25 
26 StHbtFsiWeight::~StHbtFsiWeight()
27 {/* no-op */};
28 
29 inline double StHbtFsiWeight::GetWeightDen() {return mWeightDen;}
30 inline StHbtString StHbtFsiWeight::Report() {return StHbtString("StHbtFsiWeight Default Report");}