ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/Anghel/macros/myGenParticle_LinkDef.h
Revision: 1.1
Committed: Fri Jan 29 23:16:29 2010 UTC (15 years, 3 months ago) by anghel
Content type: text/plain
Branch: MAIN
CVS Tags: HEAD
Log Message:
Revision 29Jan2010

File Contents

# User Rev Content
1 anghel 1.1 #include "myGenParticle.h"
2     #include <vector>
3    
4     #ifdef __MAKECINT__
5     #pragma link off all globals;
6     #pragma link off all classes;
7     #pragma link off all functions;
8     #pragma link C++ class myGenParticle+;
9     #pragma link C++ class vector<myGenParticle>+;
10     #endif