ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitAna/DataTree/src/DecayParticleColLinkDef.h
Revision: 1.3
Committed: Sat May 5 16:49:11 2012 UTC (13 years ago) by paus
Content type: text/plain
Branch: MAIN
CVS Tags: Mit_032, Mit_031, Mit_030, Mit_029c, Mit_029b, Mit_030_pre1, Mit_029a, Mit_029, Mit_029_pre1, Mit_028a, Mit_028, Mit_027a, Mit_027, HEAD
Changes since 1.2: +3 -1 lines
Log Message:
Version 027 - complete version for ICHEP 2012.

File Contents

# User Rev Content
1 paus 1.3 // $Id: DecayParticleColLinkDef.h,v 1.2 2011/03/11 04:03:00 bendavid Exp $
2 loizides 1.1
3     #ifndef MITANA_DATATREE_DECAYPARTICLECOLLINKDEF_H
4     #define MITANA_DATATREE_DECAYPARTICLECOLLINKDEF_H
5    
6     #include "MitAna/DataTree/interface/DecayParticleCol.h"
7     #endif
8    
9 bendavid 1.2 #ifndef __CINT__
10     # define _R__UNIQUEIDENTIFIER_ DecayParticleCol
11     # define _R__JOIN3_(F,X,Y) _NAME3_(F,X,Y)
12     # undef _R__UNIQUE_
13     # define _R__UNIQUE_(X) _R__JOIN3_( _R__UNIQUEIDENTIFIER_,X,__LINE__)
14     #endif
15    
16 loizides 1.1 #ifdef __CINT__
17     #pragma link off all globals;
18     #pragma link off all classes;
19     #pragma link off all functions;
20     #pragma link C++ nestedclass;
21     #pragma link C++ nestedtypedef;
22     #pragma link C++ namespace mithep;
23    
24     #pragma link C++ class mithep::DecayParticle+;
25     #pragma link C++ class mithep::Collection<mithep::DecayParticle>+;
26     #pragma link C++ class mithep::Array<mithep::DecayParticle>+;
27     #pragma link C++ class mithep::ObjArray<mithep::DecayParticle>+;
28 paus 1.3 #pragma link C++ class mithep::Ref<mithep::DecayParticle>+;
29     #pragma link C++ class mithep::RefArray<mithep::DecayParticle>+;
30 loizides 1.1 #pragma link C++ typedef mithep::DecayParticleCol;
31     #pragma link C++ typedef mithep::DecayParticleArr;
32     #pragma link C++ typedef mithep::DecayParticleOArr;
33     #endif