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.60 by bendavid, Wed Mar 11 18:12:16 2009 UTC vs.
Revision 1.61 by bendavid, Thu Mar 12 15:56:51 2009 UTC

# Line 34 | Line 34
34   #include "MitAna/DataTree/interface/CaloJet.h"
35   #include "MitAna/DataTree/interface/GenJet.h"
36   #include "MitAna/DataTree/interface/Met.h"
37 + #include "MitAna/DataTree/interface/CaloMet.h"
38 + #include "MitAna/DataTree/interface/PFMet.h"
39   #include "MitAna/DataTree/interface/TriggerObject.h"
40   #include "MitAna/DataTree/interface/MCParticle.h"
41   #include "MitAna/DataTree/interface/CompositeParticle.h"
# Line 303 | Line 305
305  
306   #pragma link C++ class mithep::Jet+;
307   #pragma link C++ class mithep::Collection<mithep::Jet>+;
308 + #pragma link C++ class mithep::Array<mithep::Jet>+;
309   #pragma link C++ class mithep::ObjArray<mithep::Jet>+;
310   #pragma link C++ class mithep::Ref<mithep::Jet>+;
311   #pragma link C++ typedef mithep::JetCol;
312 + #pragma link C++ typedef mithep::JetArr;
313   #pragma link C++ typedef mithep::JetOArr;
314  
315   #pragma link C++ class mithep::CaloJet+;
# Line 344 | Line 348
348   #pragma link C++ typedef mithep::MetArr;
349   #pragma link C++ typedef mithep::MetOArr;
350  
351 + #pragma link C++ class mithep::CaloMet+;
352 + #pragma link C++ class mithep::Collection<mithep::CaloMet>+;
353 + #pragma link C++ class mithep::Array<mithep::CaloMet>+;
354 + #pragma link C++ class mithep::ObjArray<mithep::CaloMet>+;
355 + #pragma link C++ class mithep::Ref<mithep::CaloMet>+;
356 + #pragma link C++ typedef mithep::CaloMetCol;
357 + #pragma link C++ typedef mithep::CaloMetArr;
358 + #pragma link C++ typedef mithep::CaloMetOArr;
359 +
360 + #pragma link C++ class mithep::PFMet+;
361 + #pragma link C++ class mithep::Collection<mithep::PFMet>+;
362 + #pragma link C++ class mithep::Array<mithep::PFMet>+;
363 + #pragma link C++ class mithep::ObjArray<mithep::PFMet>+;
364 + #pragma link C++ class mithep::Ref<mithep::PFMet>+;
365 + #pragma link C++ typedef mithep::PFMetCol;
366 + #pragma link C++ typedef mithep::PFMetArr;
367 + #pragma link C++ typedef mithep::PFMetOArr;
368 +
369   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines