ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitAna/PhysicsMod/src/PublisherModLinkDef.h
(Generate patch)

Comparing UserCode/MitAna/PhysicsMod/src/PublisherModLinkDef.h (file contents):
Revision 1.1 by loizides, Fri Jun 26 16:47:18 2009 UTC vs.
Revision 1.2 by loizides, Thu Oct 22 18:43:48 2009 UTC

# Line 3 | Line 3
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"
# Line 17 | Line 18
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  
# Line 28 | Line 30
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>+;
# Line 49 | Line 52
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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines