GRSISort "v4.0.0.5"
An extension of the ROOT analysis Framework
Loading...
Searching...
No Matches
libraries/TRawFile/LinkDef.h
Go to the documentation of this file.
1// TRawEvent.h TRawFile.h
2
3#ifdef __CINT__
4
5#pragma link off all globals;
6#pragma link off all classes;
7#pragma link off all functions;
8#pragma link C++ nestedclasses;
9
10#pragma link C++ class TRawEvent + ;
11#pragma link C++ class TRawFile + ;
12
13#endif