ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitAna/DataTree/src/MuonQualityLinkDef.h
Revision: 1.1
Committed: Fri Mar 26 21:40:11 2010 UTC (15 years, 1 month ago) by sixie
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
Log Message:
Add Muon Quality variables

File Contents

# Content
1 // $Id: $
2
3 #ifndef MITANA_DATATREE_MUONQUALITYLINKDEF_H
4 #define MITANA_DATATREE_MUONQUALITYLINKDEF_H
5
6 #include "MitAna/DataTree/interface/MuonQuality.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::MuonQuality+;
18 #pragma link C++ enum mithep::MuonQuality::MuonSelectionType;
19 #endif