ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
Root Listing
root
/
cvsroot
/
UserCode
/
MPIAnalyzer
/
src
/
TCMETLinkDef.h
Revision:
1.1
Committed:
Mon Dec 6 19:34:37 2010 UTC
(14 years, 4 months ago) by
naodell
Content type:
text/plain
Branch:
MAIN
CVS Tags:
HEAD
Log Message:
Class for storage of MET variables.
File Contents
#
Content
1
/*
2
* File: TCMETLinkDef.h
3
* Author: Nate O.
4
*
5
* Created on December 6 2010 8:24 PM
6
*/
7
8
#include "TCMET.h"
9
#ifdef __CINT__
10
#pragma link C++ class TCMET;
11
#endif