ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
MySimpleTreeLinkDef.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file MySimpleTreeLinkDef.h
1 #ifdef __CINT__
2 // The + tells root to use root v3 streamers
3 // (again root'ish for we want to save this
4 // on a file). This will at some point will become the default
5 // (maybe it is nowadays)
6 #pragma link C++ class MySimpleTree+;
7 
8 #endif /* __CINT__ */