ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitAna/PhysicsMod/src/PublisherModLinkDef.h
Revision: 1.1
Committed: Fri Jun 26 16:47:18 2009 UTC (15 years, 10 months ago) by loizides
Content type: text/plain
Branch: MAIN
CVS Tags: Mit_011a, Mit_011, Mit_010a, Mit_010
Log Message:
Cleanup and added TrackToPartMod

File Contents

# User Rev Content
1 loizides 1.1 // $Id: MitAnaPhysicsModLinkDef.h,v 1.15 2009/06/15 15:00:16 loizides Exp $
2    
3     #ifndef MITANA_PHYSICSMOD_LINKDEF_H
4     #define MITANA_PHYSICSMOD_LINKDEF_H
5     #include "MitAna/PhysicsMod/interface/PublisherMod.h"
6     #include "MitAna/DataTree/interface/CaloJet.h"
7     #include "MitAna/DataTree/interface/CaloMet.h"
8     #include "MitAna/DataTree/interface/CaloTower.h"
9     #include "MitAna/DataTree/interface/CompositeParticle.h"
10     #include "MitAna/DataTree/interface/CompoundParticle.h"
11     #include "MitAna/DataTree/interface/Conversion.h"
12     #include "MitAna/DataTree/interface/Electron.h"
13     #include "MitAna/DataTree/interface/GenJet.h"
14     #include "MitAna/DataTree/interface/MCParticle.h"
15     #include "MitAna/DataTree/interface/Muon.h"
16     #include "MitAna/DataTree/interface/PFJet.h"
17     #include "MitAna/DataTree/interface/PFMet.h"
18     #include "MitAna/DataTree/interface/Photon.h"
19     #include "MitAna/DataTree/interface/Track.h"
20     #include "MitAna/DataTree/interface/TriggerObject.h"
21     #endif
22    
23     #ifdef __CINT__
24     #pragma link off all globals;
25     #pragma link off all classes;
26     #pragma link off all functions;
27     #pragma link C++ nestedclass;
28     #pragma link C++ nestedtypedef;
29     #pragma link C++ namespace mithep;
30    
31     #pragma link C++ class mithep::PublisherMod<mithep::CaloJet,mithep::Jet>+;
32     #pragma link C++ class mithep::PublisherMod<mithep::CaloJet>+;
33     #pragma link C++ class mithep::PublisherMod<mithep::CaloMet,mithep::Met>+;
34     #pragma link C++ class mithep::PublisherMod<mithep::CaloMet>+;
35     #pragma link C++ class mithep::PublisherMod<mithep::CaloTower>+;
36     #pragma link C++ class mithep::PublisherMod<mithep::CompositeParticle>+;
37     #pragma link C++ class mithep::PublisherMod<mithep::CompoundParticle>+;
38     #pragma link C++ class mithep::PublisherMod<mithep::Conversion>+;
39     #pragma link C++ class mithep::PublisherMod<mithep::Electron>+;
40     #pragma link C++ class mithep::PublisherMod<mithep::GenJet>+;
41     #pragma link C++ class mithep::PublisherMod<mithep::Jet>+;
42     #pragma link C++ class mithep::PublisherMod<mithep::MCParticle>+;
43     #pragma link C++ class mithep::PublisherMod<mithep::Met>+;
44     #pragma link C++ class mithep::PublisherMod<mithep::CaloMet,mithep::Met>+;
45     #pragma link C++ class mithep::PublisherMod<mithep::CaloMet>+;
46     #pragma link C++ class mithep::PublisherMod<mithep::PFMet,mithep::Met>+;
47     #pragma link C++ class mithep::PublisherMod<mithep::PFMet>+;
48     #pragma link C++ class mithep::PublisherMod<mithep::Muon>+;
49     #pragma link C++ class mithep::PublisherMod<mithep::PFJet,mithep::Jet>+;
50     #pragma link C++ class mithep::PublisherMod<mithep::PFJet>+;
51     #pragma link C++ class mithep::PublisherMod<mithep::Photon>+;
52     #pragma link C++ class mithep::PublisherMod<mithep::Track>+;
53     #pragma link C++ class mithep::PublisherMod<mithep::TriggerObject>+;
54     #endif