.. _program_listing_file_larflow_SCBoundary_LinkDef.h: Program Listing for File LinkDef.h ================================== |exhale_lsh| :ref:`Return to documentation for file ` (``larflow/SCBoundary/LinkDef.h``) .. |exhale_lsh| unicode:: U+021B0 .. UPWARDS ARROW WITH TIP LEFTWARDS .. code-block:: cpp #ifdef __CINT__ #pragma link off all globals; #pragma link off all classes; #pragma link off all functions; #pragma link C++ namespace larflow; #pragma link C++ namespace larflow::scb; #pragma link C++ class larflow::scb::SCBoundary+; //ADD_NEW_CLASS ... do not change this line #endif