StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
StHbtFsiQuantStat.h
1 /***************************************************************************
2  *
3  *
4  *
5  * Author: Laurent Conin, Fabrice Retiere, Subatech, France
6  ***************************************************************************
7  *
8  * Description: Calculate the quantum statistic only
9  *
10  ***************************************************************************
11  *
12  *
13  *
14  **************************************************************************/
15 #ifndef StHbtFsiQuanStat_hh
16 #define StHbtFsiQuanStat_hh
17 
18 #include "StHbtMaker/Base/StHbtFsiWeight.hh"
19 
21  public:
22 
23  double GetWeight(const StHbtThPair* aThPair);
24 
25  //virtual StHbtString Report();
26 
27 #ifdef __ROOT__
28  ClassDef(StHbtFsiQuantStat,0)
29 #endif
30 };
31 
32 #endif