ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitAna/DataTree/src/TrackQualityLinkDef.h
Revision: 1.1
Committed: Mon Jan 18 14:35:10 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
Log Message:
Add TrackQuality

File Contents

# Content
1 // $Id: TrackColLinkDef.h,v 1.2 2009/07/20 04:57:27 loizides Exp $
2
3 #ifndef MITANA_DATATREE_TRACKQUALITYLINKDEF_H
4 #define MITANA_DATATREE_TRACKQUALITYLINKDEF_H
5
6 #include "MitAna/DataTree/interface/TrackQuality.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::TrackQuality+;
18 #pragma link C++ enum mithep::TrackQuality::EQuality;
19 #endif