ATLAS Offline Software
Loading...
Searching...
No Matches
PhysicsAnalysis/AnalysisCommon/PATInterfaces/Root/LinkDef.h
Go to the documentation of this file.
1// Dear emacs, this is -*- c++ -*-
2//
3// Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
4//
5#ifndef PATINTERFACES_LINKDEF_H
6#define PATINTERFACES_LINKDEF_H
7
8// Local include(s).
15
16// System include(s).
17#include <set>
18#include <vector>
19
20#ifdef __CINT__
21
22#pragma link off all globals;
23#pragma link off all classes;
24#pragma link off all functions;
25#pragma link C++ nestedclass;
26
27#pragma link C++ namespace CP;
28#pragma link C++ class CP::CorrectionCode+;
29#pragma link C++ class CP::SystematicVariation+;
30#pragma link C++ class std::set<CP::SystematicVariation>+;
31#pragma link C++ class CP::SystematicSet+;
32#pragma link C++ class std::vector<CP::SystematicSet>+;
33#pragma link C++ class CP::SystematicSet::iterator;
34#pragma link C++ class CP::SystematicSet::const_iterator;
35#pragma link C++ class CP::SystematicRegistry;
36
37// For the streaming unit-test
38#pragma link C++ namespace SysStreamTest;
39#pragma link C++ class SysStreamTest::StreamTestWrapper+;
40
41#endif // __CINT__
42#endif // not PATINTERFACES_LINKDEF_H