ATLAS Offline Software
Loading...
Searching...
No Matches
Simulation/Barcode/BarcodeServices/Root/LinkDef.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef __BARCODESERVICES__
6#define __BARCODESERVICES__
7
8#include <vector>
9#include <string>
10#include <map>
11#include <TString.h>
12
13#ifdef __CINT__
14
15#pragma link off all globals;
16#pragma link off all classes;
17#pragma link off all functions;
18
19#endif
20
21#endif
22