EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
reader.C
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file reader.C
1 
2 void reader(const char *fname)
3 {
4  // Import the EicToyModel model singleton class instance;
5  EicToyModel::Import(fname);
6 } // reader()
7 
8 // then:
9 //
10 // auto eic = EicToyModel::Instance();
11 // eic->hdraw();
12 // ...