ATLAS Offline Software
Loading...
Searching...
No Matches
PhysicsAnalysis/D3PDTools/MultiDraw/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
6#include <MultiDraw/AlgHist.h>
7#include <MultiDraw/Formula.h>
9
10#ifdef __CINT__
11
12#pragma link off all globals;
13#pragma link off all classes;
14#pragma link off all functions;
15#pragma link C++ nestedclass;
16
17#pragma link C++ namespace MD;
18#pragma link C++ class MD::AlgCFlow+;
19#pragma link C++ class MD::AlgHist+;
20#pragma link C++ class MD::Formula+;
21#pragma link C++ class MD::FormulaSvc+;
22
23#pragma link C++ function MD::formulas (EL::IWorker*);
24#pragma link C++ function MD::useFormulas (EL::Job&);
25
26#endif