StRoot
1
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Groups
Pages
StHighptPool
Common
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
Generated by
1.8.5