1 |
loizides |
1.2 |
// $Id: PublisherModLinkDef.h,v 1.1 2009/06/26 16:47:18 loizides Exp $
|
2 |
loizides |
1.1 |
|
3 |
|
|
#ifndef MITANA_PHYSICSMOD_LINKDEF_H
|
4 |
|
|
#define MITANA_PHYSICSMOD_LINKDEF_H
|
5 |
|
|
#include "MitAna/PhysicsMod/interface/PublisherMod.h"
|
6 |
loizides |
1.2 |
#include "MitAna/DataTree/interface/BasicCluster.h"
|
7 |
loizides |
1.1 |
#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/PFJet.h"
|
18 |
|
|
#include "MitAna/DataTree/interface/PFMet.h"
|
19 |
|
|
#include "MitAna/DataTree/interface/Photon.h"
|
20 |
|
|
#include "MitAna/DataTree/interface/Track.h"
|
21 |
loizides |
1.2 |
#include "MitAna/DataTree/interface/SuperCluster.h"
|
22 |
loizides |
1.1 |
#include "MitAna/DataTree/interface/TriggerObject.h"
|
23 |
|
|
#endif
|
24 |
|
|
|
25 |
|
|
#ifdef __CINT__
|
26 |
|
|
#pragma link off all globals;
|
27 |
|
|
#pragma link off all classes;
|
28 |
|
|
#pragma link off all functions;
|
29 |
|
|
#pragma link C++ nestedclass;
|
30 |
|
|
#pragma link C++ nestedtypedef;
|
31 |
|
|
#pragma link C++ namespace mithep;
|
32 |
|
|
|
33 |
loizides |
1.2 |
#pragma link C++ class mithep::PublisherMod<mithep::BasicCluster>+;
|
34 |
loizides |
1.1 |
#pragma link C++ class mithep::PublisherMod<mithep::CaloJet,mithep::Jet>+;
|
35 |
|
|
#pragma link C++ class mithep::PublisherMod<mithep::CaloJet>+;
|
36 |
|
|
#pragma link C++ class mithep::PublisherMod<mithep::CaloMet,mithep::Met>+;
|
37 |
|
|
#pragma link C++ class mithep::PublisherMod<mithep::CaloMet>+;
|
38 |
|
|
#pragma link C++ class mithep::PublisherMod<mithep::CaloTower>+;
|
39 |
|
|
#pragma link C++ class mithep::PublisherMod<mithep::CompositeParticle>+;
|
40 |
|
|
#pragma link C++ class mithep::PublisherMod<mithep::CompoundParticle>+;
|
41 |
|
|
#pragma link C++ class mithep::PublisherMod<mithep::Conversion>+;
|
42 |
|
|
#pragma link C++ class mithep::PublisherMod<mithep::Electron>+;
|
43 |
|
|
#pragma link C++ class mithep::PublisherMod<mithep::GenJet>+;
|
44 |
|
|
#pragma link C++ class mithep::PublisherMod<mithep::Jet>+;
|
45 |
|
|
#pragma link C++ class mithep::PublisherMod<mithep::MCParticle>+;
|
46 |
|
|
#pragma link C++ class mithep::PublisherMod<mithep::Met>+;
|
47 |
|
|
#pragma link C++ class mithep::PublisherMod<mithep::CaloMet,mithep::Met>+;
|
48 |
|
|
#pragma link C++ class mithep::PublisherMod<mithep::CaloMet>+;
|
49 |
|
|
#pragma link C++ class mithep::PublisherMod<mithep::PFMet,mithep::Met>+;
|
50 |
|
|
#pragma link C++ class mithep::PublisherMod<mithep::PFMet>+;
|
51 |
|
|
#pragma link C++ class mithep::PublisherMod<mithep::Muon>+;
|
52 |
|
|
#pragma link C++ class mithep::PublisherMod<mithep::PFJet,mithep::Jet>+;
|
53 |
|
|
#pragma link C++ class mithep::PublisherMod<mithep::PFJet>+;
|
54 |
|
|
#pragma link C++ class mithep::PublisherMod<mithep::Photon>+;
|
55 |
loizides |
1.2 |
#pragma link C++ class mithep::PublisherMod<mithep::SuperCluster>+;
|
56 |
loizides |
1.1 |
#pragma link C++ class mithep::PublisherMod<mithep::Track>+;
|
57 |
|
|
#pragma link C++ class mithep::PublisherMod<mithep::TriggerObject>+;
|
58 |
|
|
#endif
|