StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
fms_fm101_2015_b.hh
1 #ifndef FMS_FM101_2015_B_HH
2 #define FMS_FM101_2015_B_HH
3 
4 #include "Board.hh"
5 
6 void fms_fm101_2015_b(Board& fm101, int t=MAXPP, int simdat=0);
7 
8 int getFM101_2015b_BS3(int out);
9 int getFM101_2015b_BS2(int out);
10 int getFM101_2015b_BS1T(int out);
11 int getFM101_2015b_BS1M(int out);
12 int getFM101_2015b_BS1B(int out);
13 int getFM101_2015b_JpT(int out);
14 int getFM101_2015b_JpM(int out);
15 int getFM101_2015b_JpB(int out);
16 
17 #endif // FMS_FM101_2015_B_HH
Definition: Board.hh:14