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.9 by loizides, Wed Jun 18 14:10:06 2008 UTC vs.
Revision 1.10 by loizides, Fri Jun 20 17:46:41 2008 UTC

# Line 10 | Line 10
10   #include "MitAna/DataTree/interface/Array.h"
11   #include "MitAna/DataTree/interface/ObjArray.h"
12   #include "MitAna/DataTree/interface/Vector.h"
13 #include "MitAna/DataTree/interface/DataObject.h"
13   #include "MitAna/DataTree/interface/EventHeader.h"
14 + #include "MitAna/DataTree/interface/RunInfo.h"
15 + #include "MitAna/DataTree/interface/DataObject.h"
16   #include "MitAna/DataTree/interface/Track.h"
17   #include "MitAna/DataTree/interface/Particle.h"
18   #include "MitAna/DataTree/interface/GenParticle.h"
# Line 31 | Line 32
32  
33   #pragma link C++ class mithep::Names+;
34  
34 #pragma link C++ class mithep::DataObject+;
35   #pragma link C++ class mithep::EventHeader+;
36 + #pragma link C++ class mithep::RunInfo+;
37 + #pragma link C++ class mithep::DataObject+;
38   #pragma link C++ class mithep::Track+;
39   #pragma link C++ class mithep::Particle+;
40   #pragma link C++ class mithep::GenParticle+;
# Line 58 | Line 60
60   #pragma link C++ class mithep::Array<mithep::Muon>+;
61   #pragma link C++ class mithep::Array<mithep::Electron>+;
62   #pragma link C++ class mithep::Array<mithep::GlobalMuon>+;
61 #pragma link C++ class mithep::Vector<mithep::EventHeader>+;
63   #pragma link C++ typedef mithep::DataObjectCol;
64   #pragma link C++ typedef mithep::TrackCol;
65   #pragma link C++ typedef mithep::ParticleCol;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines