]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWG2/PWG2flowCommonLinkDef.h
added option to create flow event from SPD tracklets
[u/mrichter/AliRoot.git] / PWG2 / PWG2flowCommonLinkDef.h
1 #ifdef __CINT__
2
3 #pragma link off all globals;
4 #pragma link off all classes;
5 #pragma link off all functions;
6
7 #pragma link C++ namespace AliFlowCommonConstants;
8 #pragma link C++ namespace AliFlowLYZConstants;
9
10 #pragma link C++ class AliFlowVector+;
11 #pragma link C++ class AliFlowTrackSimple+;
12 #pragma link C++ class AliFlowEventSimple+;
13
14 #pragma link C++ class AliFlowTrackSimpleCuts+;
15
16 #pragma link C++ class AliFlowEventSimpleMakerOnTheFly+;
17
18 #pragma link C++ class AliFlowCommonHist+;
19 #pragma link C++ class AliFlowCommonHistResults+;
20 #pragma link C++ class AliFlowLYZHist1+;
21 #pragma link C++ class AliFlowLYZHist2+;
22
23 #pragma link C++ class AliFlowLYZEventPlane+;
24
25 #pragma link C++ class AliFlowAnalysisWithMCEventPlane+;
26 #pragma link C++ class AliFlowAnalysisWithScalarProduct+;
27 #pragma link C++ class AliFlowAnalysisWithLYZEventPlane+;
28 #pragma link C++ class AliFlowAnalysisWithLeeYangZeros+;
29 #pragma link C++ class AliFlowAnalysisWithCumulants+;
30 #pragma link C++ class AliFlowAnalysisWithQCumulants+;
31 #pragma link C++ class AliFlowAnalysisWithFittingQDistribution+;
32 #pragma link C++ class AliFlowAnalysisWithMixedHarmonics+;
33 #pragma link C++ class AliFlowAnalysisWithNestedLoops+;
34
35 #endif