]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PWG2/PWG2flowCommonLinkDef.h
added plotting versus refmult and modified some classes to not stream
[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;
da5aa0a0 9
29b61d43 10#pragma link C++ class AliFlowVector+;
448e8856 11#pragma link C++ class AliFlowTrackSimple+;
29b61d43 12#pragma link C++ class AliFlowEventSimple+;
13
d29ba078 14#pragma link C++ class AliFlowTrackSimpleCuts+;
29b61d43 15
93ff27bd 16#pragma link C++ class AliFlowEventSimpleMakerOnTheFly+;
17
448e8856 18#pragma link C++ class AliFlowCommonHist+;
19#pragma link C++ class AliFlowCommonHistResults+;
20#pragma link C++ class AliFlowLYZHist1+;
21#pragma link C++ class AliFlowLYZHist2+;
29b61d43 22
448e8856 23#pragma link C++ class AliFlowLYZEventPlane+;
29b61d43 24
448e8856 25#pragma link C++ class AliFlowAnalysisWithMCEventPlane+;
0b7f49e9 26#pragma link C++ class AliFlowAnalysisWithScalarProduct+;
448e8856 27#pragma link C++ class AliFlowAnalysisWithLYZEventPlane+;
28#pragma link C++ class AliFlowAnalysisWithLeeYangZeros+;
29#pragma link C++ class AliFlowAnalysisWithCumulants+;
dc0576c2 30#pragma link C++ class AliFlowAnalysisWithQCumulants+;
ce4a88f5 31#pragma link C++ class AliFlowAnalysisWithFittingQDistribution+;
d66d46f7 32#pragma link C++ class AliFlowAnalysisWithMixedHarmonics+;
83bc3e95 33#pragma link C++ class AliFlowAnalysisWithNestedLoops+;
6ef175a2 34
35#endif