ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MPIAnalyzer/src/TCMuonLinkDef.h
Revision: 1.1
Committed: Tue Dec 7 09:49:19 2010 UTC (14 years, 4 months ago) by naodell
Content type: text/plain
Branch: MAIN
CVS Tags: HEAD
Error occurred while calculating annotation data.
Log Message:
Container class for storage of muon variables.

File Contents

# Content
1 /*
2 * File: TCMuonLinkDef.h
3 * Author: Anton A.
4 *
5 * Created on May 19, 2010, 5:37 PM
6 */
7
8 #include "TCMuon.h"
9 #ifdef __CINT__
10 #pragma link C++ class TCMuon;
11 #endif