ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/FGolf/ss/setup.sh
Revision: 1.1
Committed: Thu Sep 2 01:18:30 2010 UTC (14 years, 8 months ago) by fgolf
Content type: application/x-sh
Branch: MAIN
Log Message:
check out stuff needed for SS analysis

File Contents

# User Rev Content
1 fgolf 1.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 TTbarThesis/CMS2.h CORE/
12     cp TTbarThesis/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