]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PWG2/PWG2flowCommonLinkDef.h
a few mods how to do the randome numbers
[u/mrichter/AliRoot.git] / PWG2 / PWG2flowCommonLinkDef.h
CommitLineData
6ef175a2 1#ifdef __CINT__
2
da5aa0a0 3#pragma link off all globals;
6ef175a2 4#pragma link off all classes;
5#pragma link off all functions;
6
448e8856 7#pragma link C++ namespace AliFlowCommonConstants;
8#pragma link C++ namespace AliFlowLYZConstants;
9#pragma link C++ namespace AliFlowCumuConstants;
da5aa0a0 10
29b61d43 11#pragma link C++ class AliFlowVector+;
448e8856 12#pragma link C++ class AliFlowTrackSimple+;
29b61d43 13#pragma link C++ class AliFlowEventSimple+;
14
d29ba078 15#pragma link C++ class AliFlowTrackSimpleCuts+;
29b61d43 16
93ff27bd 17#pragma link C++ class AliFlowEventSimpleMakerOnTheFly+;
18
448e8856 19#pragma link C++ class AliFlowCommonHist+;
20#pragma link C++ class AliFlowCommonHistResults+;
21#pragma link C++ class AliFlowLYZHist1+;
22#pragma link C++ class AliFlowLYZHist2+;
29b61d43 23
24#pragma link C++ class AliCumulantsFunctions+;
29b61d43 25#pragma link C++ class AliFittingFunctionsForQDistribution+;
448e8856 26#pragma link C++ class AliFlowLYZEventPlane+;
29b61d43 27
448e8856 28#pragma link C++ class AliFlowAnalysisWithMCEventPlane+;
0b7f49e9 29#pragma link C++ class AliFlowAnalysisWithScalarProduct+;
448e8856 30#pragma link C++ class AliFlowAnalysisWithLYZEventPlane+;
31#pragma link C++ class AliFlowAnalysisWithLeeYangZeros+;
32#pragma link C++ class AliFlowAnalysisWithCumulants+;
dc0576c2 33#pragma link C++ class AliFlowAnalysisWithQCumulants+;
9bed2723 34#pragma link C++ class AliFittingQDistribution+;
6ef175a2 35
36#endif