ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/PollackPrograms/src/TCElectronLinkDef.h
Revision: 1.2
Committed: Wed Feb 20 21:39:43 2013 UTC (12 years, 2 months ago) by bpollack
Content type: text/plain
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +1 -1 lines
Log Message:
commiting moriond analysis package

File Contents

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