ATLAS Offline Software
Loading...
Searching...
No Matches
Reconstruction/Jet/JetReclustering/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
7#ifdef __CINT__
8
9#pragma link off all globals;
10#pragma link off all classes;
11#pragma link off all functions;
12#pragma link C++ nestedclass;
13
14/* Add a pragma link for any EventLoop algorithm */
15#pragma link C++ class JetReclusteringAlgo+;
16
17#endif