3 |
|
#ifndef MITANA_PHYSICSMOD_LINKDEF_H |
4 |
|
#define MITANA_PHYSICSMOD_LINKDEF_H |
5 |
|
#include "MitAna/PhysicsMod/interface/PublisherMod.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" |
18 |
|
#include "MitAna/DataTree/interface/PFMet.h" |
19 |
|
#include "MitAna/DataTree/interface/Photon.h" |
20 |
|
#include "MitAna/DataTree/interface/Track.h" |
21 |
+ |
#include "MitAna/DataTree/interface/SuperCluster.h" |
22 |
|
#include "MitAna/DataTree/interface/TriggerObject.h" |
23 |
|
#endif |
24 |
|
|
30 |
|
#pragma link C++ nestedtypedef; |
31 |
|
#pragma link C++ namespace mithep; |
32 |
|
|
33 |
+ |
#pragma link C++ class mithep::PublisherMod<mithep::BasicCluster>+; |
34 |
|
#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>+; |
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 |
+ |
#pragma link C++ class mithep::PublisherMod<mithep::SuperCluster>+; |
56 |
|
#pragma link C++ class mithep::PublisherMod<mithep::Track>+; |
57 |
|
#pragma link C++ class mithep::PublisherMod<mithep::TriggerObject>+; |
58 |
|
#endif |