ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
Root Listing
root
/
cvsroot
/
UserCode
/
FGolf
/
tcmet
/
loader.C
Revision:
1.1
Committed:
Sat Dec 5 02:59:03 2009 UTC
(15 years, 5 months ago) by
fgolf
Content type:
text/plain
Branch:
MAIN
CVS Tags:
HEAD
Log Message:
looper for studying tcMET in CMSSW_3_1_2
File Contents
#
User
Rev
Content
1
fgolf
1.1
#include <vector>
2
#ifdef __MAKECINT__
3
#pragma link C++ class vector<vector<float> >+;
4
#pragma link C++ class vector<vector<int> >+;
5
#endif