Belle II Software  release-05-01-25
linkdef.h
1 #ifdef __CINT__
2 
3 #pragma link off all globals;
4 #pragma link off all classes;
5 #pragma link off all functions;
6 #pragma link C++ nestedclasses;
7 
8 #pragma link C++ class Belle2::Mergeable+;
9 
10 //#pragma link C++ class Belle2::MapMergeable<map<int, unsigned int> >+;
11 #pragma link C++ class Belle2::SetMergeable<std::unordered_set<unsigned long, std::hash<unsigned long>, std::equal_to<unsigned long>, std::allocator<unsigned long> >>+;
12 
13 #pragma link C++ class Belle2::ProcHandler;
14 
15 #pragma link C++ class Belle2::RootMergeable<TTree>+;
16 #pragma link C++ class Belle2::RootMergeable<TNtuple>+;
17 #pragma link C++ class Belle2::RootMergeable<TH1F>+;
18 #pragma link C++ class Belle2::RootMergeable<TH1D>+;
19 #pragma link C++ class Belle2::RootMergeable<TH2F>+;
20 #pragma link C++ class Belle2::RootMergeable<TH2D>+;
21 
22 #endif