ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitPhysics/Utils/src/MitPhysicsUtilsLinkDef.h
Revision: 1.5
Committed: Mon Mar 14 18:05:56 2011 UTC (14 years, 1 month ago) by mzanetti
Content type: text/plain
Branch: MAIN
CVS Tags: Mit_020a, Mit_020
Changes since 1.4: +3 -1 lines
Log Message:
Met for PU scenario

File Contents

# User Rev Content
1 mzanetti 1.5 // $Id: MitPhysicsUtilsLinkDef.h,v 1.4 2010/07/18 21:13:44 ceballos 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 mzanetti 1.5 #include "MitPhysics/Utils/interface/MetTools.h"
12 sixie 1.3 #include "MitPhysics/Utils/interface/ElectronTools.h"
13 ceballos 1.4 #include "MitPhysics/Utils/interface/JetTools.h"
14 loizides 1.1 #endif
15    
16     #ifdef __CINT__
17     #pragma link off all globals;
18     #pragma link off all classes;
19     #pragma link off all functions;
20     #pragma link C++ nestedclass;
21     #pragma link C++ nestedtypedef;
22     #pragma link C++ namespace mithep;
23    
24     #pragma link C++ class mithep::DiTauSystem;
25 sixie 1.2 #pragma link C++ class mithep::GeneratorTools;
26 loizides 1.1 #pragma link C++ class mithep::IsolationTools;
27     #pragma link C++ class mithep::MatchingTools;
28     #pragma link C++ class mithep::MuonTools;
29 mzanetti 1.5 #pragma link C++ class mithep::MetTools;
30 sixie 1.3 #pragma link C++ class mithep::ElectronTools;
31 ceballos 1.4 #pragma link C++ class mithep::JetTools;
32 sixie 1.3 #pragma link C++ enum mithep::ElectronTools::EElIdType;
33     #pragma link C++ enum mithep::ElectronTools::EElIsoType;
34 loizides 1.1
35     #endif