ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitPhysics/Utils/src/MitPhysicsUtilsLinkDef.h
Revision: 1.1
Committed: Mon Jul 20 04:55:33 2009 UTC (15 years, 9 months ago) by loizides
Content type: text/plain
Branch: MAIN
CVS Tags: Mit_013, Mit_013pre1, Mit_012i, Mit_012g, Mit_012f, Mit_012e, Mit_012d, Mit_012c, Mit_012b, Mit_012a, Mit_012, Mit_011a, Mit_011, Mit_010a, Mit_010
Log Message:
Changes for docu

File Contents

# User Rev Content
1 loizides 1.1 // $Id: MitCommonMathToolsLinkDef.h,v 1.4 2009/07/20 03:12:22 loizides Exp $
2    
3     #ifndef MITPHYSICS_UTILS_LINKDEF_H
4     #define MITPHYSICS_UTILS_LINKDEF_H
5    
6     #include "MitPhysics/Utils/interface/DiTauSystem.h"
7     #include "MitPhysics/Utils/interface/IsolationTools.h"
8     #include "MitPhysics/Utils/interface/MatchingTools.h"
9     #include "MitPhysics/Utils/interface/MuonTools.h"
10     #endif
11    
12     #ifdef __CINT__
13     #pragma link off all globals;
14     #pragma link off all classes;
15     #pragma link off all functions;
16     #pragma link C++ nestedclass;
17     #pragma link C++ nestedtypedef;
18     #pragma link C++ namespace mithep;
19    
20     #pragma link C++ class mithep::DiTauSystem;
21     #pragma link C++ class mithep::IsolationTools;
22     #pragma link C++ class mithep::MatchingTools;
23     #pragma link C++ class mithep::MuonTools;
24    
25     #endif