ATLAS Offline Software
Loading...
Searching...
No Matches
PhysicsAnalysis/D3PDTools/EventLoopAlgs/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
12
13#ifdef __CINT__
14
15#pragma link off all globals;
16#pragma link off all classes;
17#pragma link off all functions;
18#pragma link C++ nestedclass;
19
20#pragma link C++ class EL::AlgSelect+;
21#pragma link C++ class EL::DuplicateChecker+;
22#pragma link C++ class EL::NTupleSvc+;
23#pragma link C++ class EL::UnitTestSkim+;
24#pragma link C++ class EL::WhiteBoardSvc+;
25
26#endif