ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitPlots/Input/src/MitPlotsInputLinkDef.h
Revision: 1.2
Committed: Tue Jan 25 11:30:30 2011 UTC (14 years, 3 months ago) by paus
Content type: text/plain
Branch: MAIN
CVS Tags: Mit_029a, Mit_028, Mit_027, Mit_027a, HEAD
Changes since 1.1: +20 -0 lines
Log Message:
2nd try

File Contents

# User Rev Content
1 paus 1.2 // $Id: MitPlotsInputLinkDef.h,v 1.1.2.1 2010/10/03 04:08:48 paus Exp $
2    
3     #ifndef MITPLOTS_INPUT_LINKDEF_H
4     #define MITPLOTS_INPUT_LINKDEF_H
5     #include "MitPlots/Input/interface/Sample.h"
6     #include "MitPlots/Input/interface/TaskSamples.h"
7     #endif
8    
9     #ifdef __CINT__
10     #pragma link off all globals;
11     #pragma link off all classes;
12     #pragma link off all functions;
13     #pragma link C++ nestedclass;
14     #pragma link C++ nestedtypedef;
15     #pragma link C++ namespace mithep;
16    
17     #pragma link C++ class mithep::Sample+;
18     #pragma link C++ class std::vector<mithep::Sample>+;
19     #pragma link C++ class mithep::TaskSamples+;
20     #endif