Revision: | 1.7 |
Committed: | Sat Mar 27 13:20:11 2010 UTC (15 years, 1 month ago) by sixie |
Content type: | text/plain |
Branch: | MAIN |
CVS Tags: | Mit_032, Mit_031, Mit_025c_branch2, Mit_025c_branch1, Mit_030, Mit_029c, Mit_030_pre1, Mit_029a, Mit_029, Mit_029_pre1, Mit_028a, Mit_025c_branch0, Mit_028, Mit_027a, Mit_027, Mit_026, Mit_025e, Mit_025d, Mit_025c, Mit_025b, Mit_025a, Mit_025, Mit_025pre2, Mit_024b, Mit_025pre1, Mit_024a, Mit_024, Mit_023, Mit_022a, Mit_022, Mit_020d, TMit_020d, Mit_020c, Mit_021, Mit_021pre2, Mit_021pre1, Mit_020b, Mit_020a, Mit_020, Mit_020pre1, Mit_018, Mit_017, Mit_017pre3, Mit_017pre2, Mit_017pre1, V07-05-00, Mit_016, Mit_015b, Mit_015a, Mit_015, Mit_014e, Mit_014d, Mit_014c, Mit_014b, ConvRejection-10-06-09, Mit_014a, Mit_014, Mit_014pre3, Mit_014pre2, Mit_014pre1, Mit_013d, Mit_013c, Mit_013b, Mit_013a, HEAD |
Branch point for: | Mit_025c_branch |
Changes since 1.6: | +3 -1 lines |
Log Message: | Add TH3DAsymErr class |
# | User | Rev | Content |
---|---|---|---|
1 | sixie | 1.7 | // $Id: MitCommonDataFormatsLinkDef.h,v 1.6 2010/01/18 14:32:01 bendavid 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 | phedex | 1.4 | #include "MitCommon/DataFormats/interface/TH2DAsymErr.h" |
8 | sixie | 1.7 | #include "MitCommon/DataFormats/interface/TH3DAsymErr.h" |
9 | loizides | 1.1 | #include "MitCommon/DataFormats/interface/Types.h" |
10 | loizides | 1.2 | #include "MitCommon/DataFormats/interface/Vect3.h" |
11 | #include "MitCommon/DataFormats/interface/Vect3C.h" | ||
12 | #include "MitCommon/DataFormats/interface/Vect4M.h" | ||
13 | loizides | 1.1 | #endif |
14 | |||
15 | #ifdef __CINT__ | ||
16 | #pragma link off all globals; | ||
17 | #pragma link off all classes; | ||
18 | #pragma link off all functions; | ||
19 | #pragma link C++ nestedclass; | ||
20 | #pragma link C++ nestedtypedef; | ||
21 | #pragma link C++ namespace mithep; | ||
22 | |||
23 | #pragma link C++ typedef mithep::FourVector; | ||
24 | #pragma link C++ typedef mithep::FourVectorM; | ||
25 | #pragma link C++ typedef mithep::FourVectorE; | ||
26 | #pragma link C++ typedef mithep::ThreeVector; | ||
27 | #pragma link C++ typedef mithep::ThreeVectorC; | ||
28 | #pragma link C++ typedef mithep::ThreeSymMatrix; | ||
29 | #pragma link C++ typedef mithep::SevenSymMatrix; | ||
30 | #pragma link C++ typedef mithep::ThreeMatrix; | ||
31 | #pragma link C++ typedef mithep::SevenMatrix; | ||
32 | #pragma link C++ typedef mithep::FourVector32; | ||
33 | #pragma link C++ typedef mithep::FourVectorM32; | ||
34 | #pragma link C++ typedef mithep::FourVectorE32; | ||
35 | #pragma link C++ typedef mithep::ThreeVector32; | ||
36 | #pragma link C++ typedef mithep::ThreeVectorC32; | ||
37 | #pragma link C++ typedef mithep::ThreeSymMatrix32; | ||
38 | #pragma link C++ typedef mithep::SevenSymMatrix32; | ||
39 | #pragma link C++ typedef mithep::ThreeMatrix32; | ||
40 | #pragma link C++ typedef mithep::SevenMatrix32; | ||
41 | bendavid | 1.6 | #pragma link C++ typedef mithep::UIntPair; |
42 | #pragma link C++ typedef mithep::UIntBounds; | ||
43 | loizides | 1.1 | |
44 | loizides | 1.3 | #pragma link C++ class mithep::Hist1DRat+; |
45 | phedex | 1.4 | #pragma link C++ class mithep::TH2DAsymErr+; |
46 | loizides | 1.5 | #pragma link C++ enum mithep::TH2DAsymErr::EErrType; |
47 | sixie | 1.7 | #pragma link C++ class mithep::TH3DAsymErr+; |
48 | loizides | 1.2 | #pragma link C++ class mithep::Vect3+; |
49 | #pragma link C++ class mithep::Vect3C+; | ||
50 | #pragma link C++ class mithep::Vect4M+; | ||
51 | loizides | 1.1 | #endif |