ATLAS Offline Software
Loading...
Searching...
No Matches
PhysicsAnalysis/AnalysisCommon/ParticleJetTools/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
7
8#ifdef __CINT__
9
10#pragma link off all globals;
11#pragma link off all classes;
12#pragma link off all functions;
13#pragma link C++ nestedclass;
14
15#endif
16
17#ifdef __CINT__
18#pragma link C++ class CopyTruthParticles+;
19#pragma link C++ class CopyTruthJetParticles+;
20
21#endif