/** * @file DstLinkDef.h * @author Simon Lang * @date Wed May 3 09:24:22 2006 * * @brief CINT dictionary definition file: All objects mentioned here are * taken into account while "root-cint" is compiling the dictionary. */ #ifdef __CINT__ #pragma link C++ class HDst; #pragma link C++ class HDstUtilities; #pragma link C++ class HDstProduction; #pragma link C++ class HDstSimulation; #pragma link C++ class HDstRealData; #pragma link C++ class HDstEmbedding; #pragma link C++ class HDstProduction::DstConfiguration_t; #endif