]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWG2/PWG2flowLinkDef.h
Remove event number reading due to interface changes
[u/mrichter/AliRoot.git] / PWG2 / PWG2flowLinkDef.h
1 #ifdef __CINT__
2
3 #pragma link off all glols;
4 #pragma link off all classes;
5 #pragma link off all functions;
6
7 #pragma link C++ class AliFlowEvent+;
8 #pragma link C++ class AliFlowTrack+;
9 #pragma link C++ class AliFlowV0+;
10 #pragma link C++ class AliFlowSelection+;
11 #pragma link C++ class AliFlowConstants+;
12
13 #pragma link C++ class AliFlowMaker+;
14 #pragma link C++ class AliFlowWeighter+;
15 #pragma link C++ class AliFlowAnalyser+;
16
17 #endif