ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitPhysics/Mods/src/MergerModLinkDef.h
Revision: 1.2
Committed: Thu Oct 22 18:43:26 2009 UTC (15 years, 6 months ago) by loizides
Content type: text/plain
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +1 -1 lines
State: FILE REMOVED
Error occurred while calculating annotation data.
Log Message:
Removed to MitAna/PhysicsMod

File Contents

# Content
1 // $Id: MergerModLinkDef.h,v 1.1 2009/06/17 08:42:29 loizides Exp $
2
3 #ifndef MITPHYSICS_MODS_MERGERMODLINKDEF_H
4 #define MITPHYSICS_MODS_MERGERMODLINKDEF_H
5 #include "MitPhysics/Mods/interface/MergerMod.h"
6 #include "MitAna/DataTree/interface/DataBase.h"
7 #include "MitAna/DataTree/interface/DataObject.h"
8 #include "MitAna/DataTree/interface/Particle.h"
9 #endif
10
11 #ifdef __CINT__
12 #pragma link off all globals;
13 #pragma link off all classes;
14 #pragma link off all functions;
15 #pragma link C++ nestedclass;
16 #pragma link C++ nestedtypedef;
17 #pragma link C++ namespace mithep;
18
19 #pragma link C++ class mithep::MergerMod<TObject>+;
20 #pragma link C++ class mithep::MergerMod<mithep::DataBase>+;
21 #pragma link C++ class mithep::MergerMod<mithep::DataObject>+;
22 #pragma link C++ class mithep::MergerMod<mithep::Particle>+;
23 #endif