All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
sbncode/sbncode/OpT0Finder/flashmatch/Base/FMWKTools/LinkDef.h
Go to the documentation of this file.
1 //
2 // cint script to generate libraries
3 // Declaire namespace & classes you defined
4 // #pragma statement: order matters! Google it ;)
5 //
6 
7 #ifdef __CINT__
8 #pragma link off all globals;
9 #pragma link off all classes;
10 #pragma link off all functions;
11 
12 #pragma link C++ namespace flashmatch+;
13 #pragma link C++ class flashmatch::PSet+;
14 /*
15 #pragma link C++ function flashmatch::PSet::get< string > (const string&)+;
16 #pragma link C++ function flashmatch::PSet::get< double > (const string&)+;
17 #pragma link C++ function flashmatch::PSet::get< float > (const string&)+;
18 #pragma link C++ function flashmatch::PSet::get< int > (const string&)+;
19 #pragma link C++ function flashmatch::PSet::get< short > (const string&)+;
20 #pragma link C++ function flashmatch::PSet::get< unsigned int > (const string&)+;
21 #pragma link C++ function flashmatch::PSet::get< unsigned short > (const string&)+;
22 #pragma link C++ function flashmatch::PSet::get< size_t > (const string&)+;
23 */
24 #pragma link C++ function flashmatch::ConfigFile2String(const string)+;
25 #pragma link C++ function flashmatch::CreatePSetFromFile(const string)+;
26 #pragma link C++ class flashmatch::ConfigManager+;
27 #pragma link C++ namespace phot+;
28 #pragma link C++ namespace sim+;
29 #pragma link C++ class sim::PhotonVoxel+;
30 #pragma link C++ class sim::PhotonVoxelDef+;
31 #pragma link C++ class phot::PhotonVisibilityService+;
32 #pragma link C++ class phot::PhotonLibrary+;
33 
34 //ADD_NEW_CLASS ... do not change this line
35 #endif