Back to home page

sPhenix code displayed by LXR

 
 

    


File indexing completed on 2025-08-05 08:21:37

0001 #ifdef __CINT__
0002 // The + tells root to use root v3 streamers
0003 // (again root'ish for we want to save this
0004 // on a file). This will at some point will become the default
0005 // (maybe it is nowadays)
0006 #pragma link C++ class MyTClonesArray+;
0007 
0008 #endif /* __CINT__ */