ral 0.0.1
Loading...
Searching...
No Matches
LinkDef.h
Go to the documentation of this file.
1#ifdef __CLING__
2
3// Globals
4#pragma link off all globals;
5#pragma link off all classes;
6#pragma link off all functions;
7#pragma link C++ nestedclasses;
8#pragma link C++ nestedtypedefs;
9
10// Dictionaries for output objects
11#pragma link C++ class ROOT::VecOps::RVec < int>;
12#pragma link C++ class ROOT::VecOps::RVec < float>;
13#pragma link C++ class ROOT::VecOps::RVec < bool>;
14#pragma link C++ class ROOT::VecOps::RVec < ROOT::Math::XYZVector>;
15#pragma link C++ class ROOT::VecOps::RVec < ROOT::Math::PxPyPzMVector>;
16
17// to load all other functions
18#pragma link C++ function loadRal;
19
20#endif