ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitAna/DataCont/src/MitAnaDataContLinkDef.h
Revision: 1.1
Committed: Tue Jul 29 10:36:21 2008 UTC (16 years, 9 months ago) by loizides
Content type: text/plain
Branch: MAIN
CVS Tags: Mit_004, MITHEP_2_0_x
Log Message:
Added submodule for containers only

File Contents

# Content
1 // $Id: MitAnaDataTreeLinkDef.h,v 1.22 2008/07/28 23:13:42 paus Exp $
2
3 #ifndef DATACONT_LINKDEF_H
4 #define DATACONT_LINKDEF_H
5
6 #include "MitAna/DataCont/interface/BaseCollection.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++ class mithep::BaseCollection+;
18 #endif