ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/FGolf/ss/setup.sh
Revision: 1.2
Committed: Thu Sep 2 22:27:33 2010 UTC (14 years, 8 months ago) by fgolf
Content type: application/x-sh
Branch: MAIN
CVS Tags: fkwsynch3pbv2, fkw_3pb_samesign_synch, HEAD
Changes since 1.1: +2 -2 lines
Error occurred while calculating annotation data.
Log Message:
updated path in setup script

File Contents

# Content
1 #checkout CORE
2 echo
3 echo "checking out CORE..."
4 echo
5 cvs co -d CORE UserCode/JRibnik/CMS2/NtupleMacros/CORE
6
7 #copy CMS2 files from TTbarThesis to CORE
8 echo
9 echo "copying CMS2 files to CORE..."
10 echo
11 cp ssThesis/CMS2.h CORE/
12 cp ssThesis/CMS2.cc CORE/
13
14 #checking out Tools
15 rm -rf Tools
16 echo
17 echo "checking out Tools..."
18 echo
19 cvs co -d Tools UserCode/FGolf/Tools
20
21 #checkout stuff needed for on-the-fly JEC
22 echo
23 echo "checking out stuff needed for on-the-fly JEC..."
24 echo
25 cvs co -r V01-09-01-10 CondFormats/JetMETObjects
26