Belle II Software development
linkdef.h
1
2#pragma link off all globals;
3#pragma link off all classes;
4#pragma link off all functions;
5#pragma link C++ nestedclasses;
6
7#pragma link C++ class Belle2::VXDMomentumEstimationTools<Belle2::PXDCluster>-;
8#pragma link C++ class Belle2::VXDMomentumEstimationTools<Belle2::SVDCluster>-;
9
10#pragma link C++ class Belle2::VXDMomentumEstimation<Belle2::PXDCluster>-;
11#pragma link C++ class Belle2::VXDMomentumEstimation<Belle2::SVDCluster>-;
12