ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitAna/DataTree/src/MCParticleColLinkDef.h
Revision: 1.2
Committed: Thu Jan 7 11:03:42 2010 UTC (15 years, 3 months 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, Mit_013d, Mit_013c, Mit_013b, Mit_013a, Mit_013, Mit_013pre1, Mit_012i, Mit_012h
Changes since 1.1: +3 -1 lines
Log Message:
Add TrackingParticle class for more detailed sim info

File Contents

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