ATLAS Offline Software
PhysicsAnalysis/TileID/TileTripReader/Root/LinkDef.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef TILETRIPREADERLINKDEF_H
6 #define TILETRIPREADERLINKDEF_H
7 
9 
10 #ifdef __CINT__
11 
12 
13 #include <vector>
14 
15 #pragma link off all typedefs;
16 #pragma link off all globals;
17 #pragma link off all classes;
18 #pragma link off all functions;
19 
20 #pragma link C++ class vector<char>+;
21 #pragma link C++ class Root::TTileTripReader+;
22 
23 #endif // #ifdef __CINT__
24 
25 #endif /*TILETRIPREADERLINKDEF_H*/
TTileTripReader.h