ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitCommon/DataFormats/src/MitCommonDataFormatsLinkDef.h
Revision: 1.1
Committed: Sat Sep 27 05:44:11 2008 UTC (16 years, 7 months ago) by loizides
Content type: text/plain
Branch: MAIN
CVS Tags: Mit_008pre1, Mit_006b, Mit_006a, Mit_006, Mit_005, Mit_004
Log Message:
Instatiate types and link to correct root libs.

File Contents

# User Rev Content
1 loizides 1.1 // $Id: MitAnaDataTreeLinkDef.h,v 1.38 2008/09/19 11:58:03 bendavid Exp $
2    
3     #ifndef MITCOMMON_DATAFORMATS_LINKDEF_H
4     #define MITCOMMON_DATAFORMATS_LINKDEF_H
5    
6     #include "MitCommon/DataFormats/interface/Types.h"
7     #endif
8    
9     #ifdef __CINT__
10     #pragma link off all globals;
11     #pragma link off all classes;
12     #pragma link off all functions;
13     #pragma link C++ nestedclass;
14     #pragma link C++ nestedtypedef;
15     #pragma link C++ namespace mithep;
16    
17     #pragma link C++ typedef mithep::FourVector;
18     #pragma link C++ typedef mithep::FourVectorM;
19     #pragma link C++ typedef mithep::FourVectorE;
20     #pragma link C++ typedef mithep::ThreeVector;
21     #pragma link C++ typedef mithep::ThreeVectorC;
22     #pragma link C++ typedef mithep::ThreeSymMatrix;
23     #pragma link C++ typedef mithep::SevenSymMatrix;
24     #pragma link C++ typedef mithep::ThreeMatrix;
25     #pragma link C++ typedef mithep::SevenMatrix;
26     #pragma link C++ typedef mithep::FourVector32;
27     #pragma link C++ typedef mithep::FourVectorM32;
28     #pragma link C++ typedef mithep::FourVectorE32;
29     #pragma link C++ typedef mithep::ThreeVector32;
30     #pragma link C++ typedef mithep::ThreeVectorC32;
31     #pragma link C++ typedef mithep::ThreeSymMatrix32;
32     #pragma link C++ typedef mithep::SevenSymMatrix32;
33     #pragma link C++ typedef mithep::ThreeMatrix32;
34     #pragma link C++ typedef mithep::SevenMatrix32;
35    
36     #endif