ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitCommon/DataFormats/src/MitCommonDataFormatsLinkDef.h
Revision: 1.3
Committed: Wed Apr 29 15:14:06 2009 UTC (16 years ago) by loizides
Content type: text/plain
Branch: MAIN
CVS Tags: Mit_010, Mit_009c, Mit_009b, Mit_009a
Changes since 1.2: +3 -1 lines
Log Message:
Added histogram ratio class.

File Contents

# User Rev Content
1 loizides 1.3 // $Id: MitCommonDataFormatsLinkDef.h,v 1.2 2009/03/08 12:00:54 loizides Exp $
2 loizides 1.1
3     #ifndef MITCOMMON_DATAFORMATS_LINKDEF_H
4     #define MITCOMMON_DATAFORMATS_LINKDEF_H
5    
6 loizides 1.3 #include "MitCommon/DataFormats/interface/Hist1DRat.h"
7 loizides 1.1 #include "MitCommon/DataFormats/interface/Types.h"
8 loizides 1.2 #include "MitCommon/DataFormats/interface/Vect3.h"
9     #include "MitCommon/DataFormats/interface/Vect3C.h"
10     #include "MitCommon/DataFormats/interface/Vect4M.h"
11 loizides 1.1 #endif
12    
13     #ifdef __CINT__
14     #pragma link off all globals;
15     #pragma link off all classes;
16     #pragma link off all functions;
17     #pragma link C++ nestedclass;
18     #pragma link C++ nestedtypedef;
19     #pragma link C++ namespace mithep;
20    
21     #pragma link C++ typedef mithep::FourVector;
22     #pragma link C++ typedef mithep::FourVectorM;
23     #pragma link C++ typedef mithep::FourVectorE;
24     #pragma link C++ typedef mithep::ThreeVector;
25     #pragma link C++ typedef mithep::ThreeVectorC;
26     #pragma link C++ typedef mithep::ThreeSymMatrix;
27     #pragma link C++ typedef mithep::SevenSymMatrix;
28     #pragma link C++ typedef mithep::ThreeMatrix;
29     #pragma link C++ typedef mithep::SevenMatrix;
30     #pragma link C++ typedef mithep::FourVector32;
31     #pragma link C++ typedef mithep::FourVectorM32;
32     #pragma link C++ typedef mithep::FourVectorE32;
33     #pragma link C++ typedef mithep::ThreeVector32;
34     #pragma link C++ typedef mithep::ThreeVectorC32;
35     #pragma link C++ typedef mithep::ThreeSymMatrix32;
36     #pragma link C++ typedef mithep::SevenSymMatrix32;
37     #pragma link C++ typedef mithep::ThreeMatrix32;
38     #pragma link C++ typedef mithep::SevenMatrix32;
39    
40 loizides 1.3 #pragma link C++ class mithep::Hist1DRat+;
41 loizides 1.2 #pragma link C++ class mithep::Vect3+;
42     #pragma link C++ class mithep::Vect3C+;
43     #pragma link C++ class mithep::Vect4M+;
44 loizides 1.1 #endif