00001 // This file contains the instructions that tell rootcint how to 00002 // build the Dictionary.cxx file. 00003 00004 #ifdef __CINT__ 00005 #pragma link off all globals; 00006 #pragma link off all classes; 00007 #pragma link off all functions; 00008 00009 #pragma link C++ class DemuxFast; 00010 #endif
1.3.9.1