ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitAna/DataTree/src/JPTJetColLinkDef.h
Revision: 1.1
Committed: Tue May 4 11:56:06 2010 UTC (15 years ago) by bendavid
Content type: text/plain
Branch: MAIN
CVS Tags: Mit_018, Mit_017, Mit_017pre3, Mit_017pre2, Mit_017pre1, Mit_016, Mit_015b, Mit_015a, Mit_015, Mit_014e, Mit_014d, Mit_014c, Mit_014b, Mit_014a, Mit_014, Mit_014pre3, Mit_014pre2, Mit_014pre1
Log Message:
Add JPTJet class for jet plus tracks in 36x

File Contents

# User Rev Content
1 bendavid 1.1 // $Id: JPTJetColLinkDef.h,v 1.1 2009/06/15 15:00:15 loizides Exp $
2    
3     #ifndef MITANA_DATATREE_JPTJETCOLLINKDEF_H
4     #define MITANA_DATATREE_JPTJETCOLLINKDEF_H
5    
6     #include "MitAna/DataCont/interface/Ref.h"
7     #include "MitAna/DataTree/interface/JPTJetCol.h"
8     #endif
9    
10     #ifdef __CINT__
11     #pragma link off all globals;
12     #pragma link off all classes;
13     #pragma link off all functions;
14     #pragma link C++ nestedclass;
15     #pragma link C++ nestedtypedef;
16     #pragma link C++ namespace mithep;
17    
18     #pragma link C++ class mithep::JPTJet+;
19     #pragma link C++ class mithep::Collection<mithep::JPTJet>+;
20     #pragma link C++ class mithep::Array<mithep::JPTJet>+;
21     #pragma link C++ class mithep::ObjArray<mithep::JPTJet>+;
22     #pragma link C++ class mithep::Ref<mithep::JPTJet>+;
23     #pragma link C++ typedef mithep::JPTJetCol;
24     #pragma link C++ typedef mithep::JPTJetArr;
25     #pragma link C++ typedef mithep::JPTJetOArr;
26     #endif