![]() |
|
|||
File indexing completed on 2024-04-06 12:12:32
0001 { 0002 //NOTE: this test causes the macro to abort since 0003 // edmtest is unknown at this point 0004 //if( TClass::GetClass("vector<edmtest::Thing>") ) { 0005 // cout <<"class already exists!"<<endl; 0006 // exit(0); 0007 //} 0008 //cout <<"class not present yet"<<endl; 0009 gSystem->Load("libFWCoreFWLite"); 0010 FWLiteEnabler::enable(); 0011 if( !TClass::GetClass("vector<edmtest::Thing>") ) { 0012 exit(1); 0013 } 0014 cout <<"class loaded"<<endl; 0015 exit(0); 0016 }
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |