ATLAS Offline Software
Event/xAOD/xAODCore/Root/LinkDef.h
Go to the documentation of this file.
1 // Dear emacs, this is -*- c++ -*-
2 
3 /*
4  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5 */
6 
7 // $Id: LinkDef.h 750677 2016-05-30 10:24:50Z krasznaa $
8 #ifndef XAODCORE_LINKDEF_H
9 #define XAODCORE_LINKDEF_H
10 
11 #ifdef ROOTCORE
12 // MN: includes needed by RootCore but posing problems in ROOT 6.6.1. remove protection when ROOT-7879 fixed
13 // Local include(s):
16 #endif
17 
18 #ifdef __CINT__
19 
20 #pragma link off all globals;
21 #pragma link off all classes;
22 #pragma link off all functions;
23 
24 #pragma link C++ nestedclass;
25 
26 #pragma link C++ class xAOD::BranchStats+;
27 #pragma link C++ class xAOD::ReadStats+;
28 #pragma link C++ class map<string,xAOD::BranchStats>+;
29 #pragma link C++ class pair<string,xAOD::BranchStats>+;
30 #pragma link C++ class xAOD::PerfStats+;
31 
32 #ifdef XAOD_STANDALONE
33 #pragma link C++ class vector<vector<float> >+;
34 #pragma link C++ class vector<vector<int> >+;
35 #endif
36 
37 #endif // __CINT__
38 #endif // XAODCORE_LINKDEF_H
PerfStats.h
ReadStats.h