ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitAna/TreeMod/src/MitAnaTreeModLinkDef.h
Revision: 1.1
Committed: Tue May 27 19:50:16 2008 UTC (16 years, 11 months ago) by loizides
Content type: text/plain
Branch: MAIN
Log Message:
First import of TreeModules.

File Contents

# User Rev Content
1 loizides 1.1 // $Id: LinkDef.h 2272 2006-01-08 17:16:44Z loizides $
2    
3     #ifndef TREEMOD_LINKDEF_H
4     #define TREEMOD_LINKDEF_H
5     #include "MitAna/TreeMod/interface/Analysis.h"
6     #include "MitAna/TreeMod/interface/ParticleExampleMod.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::Analysis+;
18     #pragma link C++ class mithep::ParticleExampleMod+;
19     #endif