StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Centrality.h
1 /*
2  manuel's zdc-ctb, centrality definitions
3 
4  */
5 
6 #ifndef Centrality_hh
7 #define Centrality_hh
8 
9 enum NchCentrality {kFive, kTen, kTwenty,
10  kThirty, kForty, kFifty,
11  kSixty, kSeventy, kEighty, kTotal, kNull, kNoClue};
12 
13 NchCentrality centralityNch(int);
14 
15 //Added this for offline centrality determination
16 //4-Jun-2002
17 int flowCentrality(int);
18 
19 #endif