ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
Root Listing
root
/
cvsroot
/
UserCode
/
mstein
/
triggerStudy
/
run.C
Revision:
1.1
Committed:
Tue Nov 27 12:50:57 2012 UTC
(12 years, 5 months ago) by
mstein
Content type:
text/plain
Branch:
MAIN
CVS Tags:
v2, HEAD
Log Message:
first running version
File Contents
#
Content
1
//================================================= run ==================================================
2
void run(){
3
gROOT->ProcessLine(".x plotMaker.cpp+");
4
gROOT->ProcessLine(".x triggerStudy.C+");
5
}
6
7
8
9