Low-Energy Muon (LEM) Experiment  1.1.0
PTempCalibGuiLinkDef.h
Go to the documentation of this file.
1 /***************************************************************************
2 
3  PTempCalibGuiLinkDef.h
4 
5  Author: Andreas Suter
6  e-mail: andreas.suter@psi.ch
7 
8  $Id$
9 
10 ***************************************************************************/
11 
12 /***************************************************************************
13  * Copyright (C) 2007 by Andreas Suter *
14  * andreas.suter@psi.ch *
15  * *
16  * This program is free software; you can redistribute it and/or modify *
17  * it under the terms of the GNU General Public License as published by *
18  * the Free Software Foundation; either version 2 of the License, or *
19  * (at your option) any later version. *
20  * *
21  * This program is distributed in the hope that it will be useful, *
22  * but WITHOUT ANY WARRANTY; without even the implied warranty of *
23  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
24  * GNU General Public License for more details. *
25  * *
26  * You should have received a copy of the GNU General Public License *
27  * along with this program; if not, write to the *
28  * Free Software Foundation, Inc., *
29  * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
30  ***************************************************************************/
31 
32 #ifdef __CINT__
33 
34 #pragma link off all globals;
35 #pragma link off all classes;
36 #pragma link off all functions;
37 
38 #pragma link C++ class PRawData+;
39 #pragma link C++ class PDrawRawData+;
40 #pragma link C++ class PDrawMeanRawData+;
41 #pragma link C++ class PCalibData+;
42 #pragma link C++ class PDrawCalibData+;
43 #pragma link C++ class PSensorInfo+;
44 #pragma link C++ class PTempCalibSensors+;
45 #pragma link C++ class PTempCalibGui+;
46 
47 #endif