ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitAna/scripts/setup.sh
(Generate patch)

Comparing UserCode/MitAna/scripts/setup.sh (file contents):
Revision 1.83 by paus, Thu Aug 9 21:15:47 2012 UTC vs.
Revision 1.86 by ksung, Wed May 15 13:57:46 2013 UTC

# Line 29 | Line 29 | echo
29  
30   cd $CMSSW_BASE/src;
31  
32 + if test $version -lt 6000000 -a $version -ge 5002000; then
33 +    cvs co -r V01-04-23 RecoTauTag/RecoTau
34 +    cvs co -r V01-04-10 RecoTauTag/Configuration
35 +    cvs co -r V00-04-00 CondFormats/EgammaObjects
36 +    cvs co -r b5_3_x_analysis_2013Apr18 TauAnalysis/MCEmbeddingTools
37 + fi
38 +
39   if test $version -lt 5004000 -a $version -ge 5003000; then
40 <  addpkg RecoEcal/EgammaCoreTools  V05-08-20
40 >  addpkg RecoEcal/EgammaCoreTools  V05-08-21
41    # not protected pointer of recHits (very often they are not there)
42    patch  RecoEcal/EgammaCoreTools/src/EcalClusterLazyTools.cc MitAna/scripts/EcalClusterLazyTools.cc.patch
43    addpkg RecoEgamma/EgammaTools    EcalLocalFix

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines