ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitAna/PhysicsMod/src/SkimModLinkDef.h
Revision: 1.1
Committed: Wed Mar 28 12:15:36 2012 UTC (13 years, 1 month ago) by paus
Content type: text/plain
Branch: MAIN
CVS Tags: Mit_032, Mit_031, Mit_030, Mit_029c, Mit_029b, Mit_030_pre1, Mit_029a, Mit_029, Mit_029_pre1, Mit_028a, Mit_028, Mit_027a, Mit_027, Mit_026, Mit_025e, HEAD
Log Message:
Enable skimming.

File Contents

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