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

Comparing UserCode/MitAna/DataTree/src/MitAnaDataTreeLinkDef.h (file contents):
Revision 1.7 by loizides, Tue Jun 17 14:45:22 2008 UTC vs.
Revision 1.8 by paus, Wed Jun 18 13:23:13 2008 UTC

# Line 18 | Line 18
18   #include "MitAna/DataTree/interface/Lepton.h"
19   #include "MitAna/DataTree/interface/Muon.h"
20   #include "MitAna/DataTree/interface/Electron.h"
21 + #include "MitAna/DataTree/interface/GlobalMuon.h"
22   #endif
23  
24   #ifdef __CINT__
# Line 38 | Line 39
39   #pragma link C++ class mithep::Lepton+;
40   #pragma link C++ class mithep::Muon+;
41   #pragma link C++ class mithep::Electron+;
42 <
42 > #pragma link C++ class mithep::GlobalMuon+;
43 > #pragma link C++ class std::vector<mithep::DataObject>+;
44 > #pragma link C++ class std::vector<mithep::Track>+;
45 > #pragma link C++ class std::vector<mithep::Particle>+;
46 > #pragma link C++ class std::vector<mithep::GenParticle>+;
47 > #pragma link C++ class std::vector<mithep::Lepton>+;
48 > #pragma link C++ class std::vector<mithep::Muon>+;
49 > #pragma link C++ class std::vector<mithep::Electron>+;
50 > #pragma link C++ class std::vector<mithep::GlobalMuon>+;
51   #pragma link C++ class mithep::BaseCollection+;
52   #pragma link C++ class mithep::Collection<mithep::EventHeader>+;
53   #pragma link C++ class mithep::Collection<mithep::DataObject>+;
# Line 48 | Line 57
57   #pragma link C++ class mithep::Collection<mithep::Lepton>+;
58   #pragma link C++ class mithep::Collection<mithep::Muon>+;
59   #pragma link C++ class mithep::Collection<mithep::Electron>+;
60 < #pragma link C++ class mithep::Array<mithep::DataObject>+;
61 < #pragma link C++ class mithep::Array<mithep::Track>+;
62 < #pragma link C++ class mithep::Array<mithep::Particle>+;
63 < #pragma link C++ class mithep::Array<mithep::GenParticle>+;
64 < #pragma link C++ class mithep::Array<mithep::Lepton>+;
65 < #pragma link C++ class mithep::Array<mithep::Muon>+;
66 < #pragma link C++ class mithep::Array<mithep::Electron>+;
60 > #pragma link C++ class mithep::Collection<mithep::GlobalMuon>+;
61 > #pragma link C++ class mithep::Vector<mithep::DataObject>+;
62 > #pragma link C++ class mithep::Vector<mithep::Track>+;
63 > #pragma link C++ class mithep::Vector<mithep::Particle>+;
64 > #pragma link C++ class mithep::Vector<mithep::GenParticle>+;
65 > #pragma link C++ class mithep::Vector<mithep::Lepton>+;
66 > #pragma link C++ class mithep::Vector<mithep::Muon>+;
67 > #pragma link C++ class mithep::Vector<mithep::Electron>+;
68 > #pragma link C++ class mithep::Vector<mithep::GlobalMuon>+;
69   #pragma link C++ class mithep::Vector<mithep::EventHeader>+;
70   #pragma link C++ typedef mithep::DataObjectCol;
71   #pragma link C++ typedef mithep::TrackCol;
# Line 63 | Line 74
74   #pragma link C++ typedef mithep::LeptonCol;
75   #pragma link C++ typedef mithep::MuonCol;
76   #pragma link C++ typedef mithep::ElectronCol;
77 + #pragma link C++ typedef mithep::GlobalMuonCol;
78   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines