ATLAS Offline Software
Loading...
Searching...
No Matches
PhysicsAnalysis/TauID/DiTauMassTools/Root/LinkDef.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef __MMC__
6#define __MMC__
7
10
11#ifdef __CINT__
12
13#pragma link off all globals;
14#pragma link off all classes;
15#pragma link off all functions;
16#pragma link C++ nestedclasses;
17
18#pragma link C++ namespace MMCCalibrationSet;
19#pragma link C++ namespace WalkStrategy;
20#pragma link C++ namespace MaxHistStrategy;
21#pragma link C++ namespace HistInfo;
22
23#pragma link C++ class MissingMassCalculator;
25
26#endif
27#endif