ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitPhysics/Utils/src/MitPhysicsUtilsLinkDef.h
Revision: 1.2
Committed: Sat Mar 27 13:38:44 2010 UTC (15 years, 1 month ago) by sixie
Content type: text/plain
Branch: MAIN
CVS Tags: Mit_013c, Mit_013b, Mit_013a
Changes since 1.1: +3 -1 lines
Log Message:
Add Generator Tools

File Contents

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