ATLAS Offline Software
Loading...
Searching...
No Matches
Trigger/TrigAnalysis/TrigAnalysisInterfaces/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 617991 2014-09-22 13:59:57Z krasznaa $
8#ifndef TRIGANALYSISINTERFACES_LINKDEF_H
9#define TRIGANALYSISINTERFACES_LINKDEF_H
10
11// Local include(s):
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#pragma link C++ nestedclass;
22
23#pragma link C++ class Trig::IBunchCrossingTool+;
24#pragma link C++ class Trig::IBunchCrossingConfProvider+;
25
26#endif // __CINT__
27#endif // not TRIGANALYSISINTERFACES_LINKDEF_H