ATLAS Offline Software
Loading...
Searching...
No Matches
PhysicsAnalysis/AnalysisCommon/ReweightUtils/Root/LinkDef.h
Go to the documentation of this file.
1// Dear emacs, this is -*- c++ -*-
2
3/*
4 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5*/
6
7// $Id: LinkDef.h 784257 2016-11-15 11:59:07Z krasznaa $
8#ifndef REWEIGHTUTILS_LINKDEF_H
9#define REWEIGHTUTILS_LINKDEF_H
10
11// Local include(s):
22
23#ifdef __CINT__
24
25#pragma link off all globals;
26#pragma link off all classes;
27#pragma link off all functions;
28#pragma link C++ nestedclass;
29
30#pragma link C++ class APWeightEntry+;
31#pragma link C++ class APReweightBase+;
32#pragma link C++ class APReweight+;
33#pragma link C++ class APReweight2D+;
34#pragma link C++ class APReweight3D+;
35#pragma link C++ class APReweightND+;
36#pragma link C++ class APWeightHist+;
37#pragma link C++ class APEvtWeight+;
38#pragma link C++ class APWeightSum+;
39#pragma link C++ class APWeightSumEnsemble+;
40
41#endif // __CINT__
42#endif // not REWEIGHTUTILS_LINKDEF_H