ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitAna/DataCont/src/MitAnaDataContLinkDef.h
Revision: 1.2
Committed: Tue Oct 14 05:28:21 2008 UTC (16 years, 6 months ago) by loizides
Content type: text/plain
Branch: MAIN
CVS Tags: Mit_005
Changes since 1.1: +3 -3 lines
Log Message:
Cleanup

File Contents

# Content
1 // $Id: MitAnaDataContLinkDef.h,v 1.1 2008/07/29 10:36:21 loizides Exp $
2
3 #ifndef MITANA_DATACONT_LINKDEF_H
4 #define MITANA_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