00001 /*************************************************************************** 00002 * 00003 * $Id: 00004 * 00005 * Author: Laurent Conin, Fabrice Retiere, Subatech, France 00006 *************************************************************************** 00007 * 00008 * Description: Calculate the quantum statistic only 00009 * 00010 *************************************************************************** 00011 * 00012 * $Log: 00013 * 00014 **************************************************************************/ 00015 #ifndef StHbtFsiQuanStat_hh 00016 #define StHbtFsiQuanStat_hh 00017 00018 #include "StHbtMaker/Base/StHbtFsiWeight.hh" 00019 00020 class StHbtFsiQuantStat : public StHbtFsiWeight { 00021 public: 00022 00023 double GetWeight(const StHbtThPair* aThPair); 00024 00025 //virtual StHbtString Report(); 00026 00027 #ifdef __ROOT__ 00028 ClassDef(StHbtFsiQuantStat,0) 00029 #endif 00030 }; 00031 00032 #endif
1.5.9