StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
l1_fp201_2011_a.hh
1 //
2 // Pibero Djawotho <pibero@tamu.edu>
3 // Texas A&M University
4 // 14 Jan 2011
5 //
6 
7 #ifndef L1_FP201_2011_A_HH
8 #define L1_FP201_2011_A_HH
9 
10 #include "Board.hh"
11 
12 void l1_fp201_2011_a(Board& fp201, int t=MAXPP);
13 
14 void computeJetPatchSums(const Board& fp201,
15  int& SumST, int& SumSB, int& SumNT, int& SumNB,
16  int t=MAXPP);
17 
18 #endif // L1_FP201_2011_A_HH
Definition: Board.hh:14