ATLAS Offline Software
Loading...
Searching...
No Matches
PhysicsAnalysis/AnalysisCommon/PileupReweighting/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
5#ifndef __PRWLINKDEF__
6#define __PRWLINKDEF__
7
8
9#include <map>
10#include <string>
11#include "TString.h"
13
14
15#ifdef __CINT__
16
17#pragma link off all globals;
18#pragma link off all classes;
19#pragma link off all functions;
20
21
22
23#pragma link C++ namespace CP;
24
25#pragma link C++ class CP::TPileupReweighting+ ;
26
27
28#endif
29
30#endif