/home/docs/checkouts/readthedocs.org/user_builds/ratpac/checkouts/latest/src/util/include/RAT/util/LinkDef.hh Source File

Ratpac-two: /home/docs/checkouts/readthedocs.org/user_builds/ratpac/checkouts/latest/src/util/include/RAT/util/LinkDef.hh Source File
Ratpac-two
LinkDef.hh
1 // LinkDef fragment for util classes reflected into the RAT ROOT dictionary.
2 // Pulled in by the global src/LinkDef.hh. The '-' suppresses streamer
3 // generation: TransitTimeCalculator indirectly owns a live G4Navigator and is
4 // not meant to be persisted.
5 #ifdef __CINT__
6 
7 #pragma link C++ class RAT::TransitTimeCalculator - ;
8 
9 #endif // __CINT__