StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
qt32b_fms_2009_a.hh
1 //
2 // Pibero Djawotho <pibero@tamu.edu>
3 // Texas A&M University
4 // 14 Jan 2011
5 //
6 
7 #ifndef QT32B_FMS_2009_HH
8 #define QT32B_FMS_2009_HH
9 
10 #include "Board.hh"
11 
12 void qt32b_fms_2009_a(Board& qt, int t=MAXPP);
13 
14 void getQtDaughterSum(int qtout, int* sum);
15 int getQtHighTowerAdc(int qtout);
16 int getQtHighTowerId(int qtout);
17 void getQtSumAndHighTower(int* channels, int* A, int* B, int* C, int* D, int& htadc, int& htid);
18 void getQtSumAndHighTower(int* channels, int* I, int* J, int& htadc, int& htid);
19 
20 #endif // QT32B_FMS_2009_HH
Definition: Board.hh:14