|
|
|||
File indexing completed on 2026-04-04 08:12:07
0001 #ifdef __CINT__ 0002 0003 #pragma link off all globals; 0004 #pragma link off all classes; 0005 #pragma link off all functions; 0006 0007 // The + tells ROOT to enable streamers for these classes 0008 #pragma link C++ class EventInfo+; 0009 #pragma link C++ class Tower+; 0010 #pragma link C++ class JetInfo+; 0011 0012 // These fix the "vector does not have a compiled CollectionProxy" error 0013 #pragma link C++ class std::vector<Tower>+; 0014 #pragma link C++ class std::vector<JetInfo>+; 0015 0016 #endif
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|