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.32 by bendavid, Mon Sep 7 23:58:47 2009 UTC vs.
Revision 1.50 by bendavid, Mon Nov 22 16:51:45 2010 UTC

# Line 29 | Line 29 | echo
29  
30   cd $CMSSW_BASE/src;
31  
32 < if test $version -lt 2002014; then
33 <    echo "Version not supported, exiting";
34 <    exit 1;
32 > if test $version -lt 3010000; then
33 > ;
34   fi
35  
37 if ! test -d MitProd; then
38    echo "MitProd does not exists. Nothing to be done, exiting";
39    exit 1;
40 fi
36  
37   case $version in
38 <    (3002004)
44 <        #Remove annoying warning messages for the jet to vertex associator.
45 <        addpkg JetMETCorrections/JetVertexAssociation;
46 <        TMP=`mktemp`;
47 <        cat JetMETCorrections/JetVertexAssociation/src/JetVertexMain.cc |
48 <        sed -e 's/else  std::cout << \"\[Jets\] JetVertexAssociation: Warning\! problems for  Algo = 2: possible division by zero ..\" << std::endl;//' > $TMP;
49 <        mv $TMP JetMETCorrections/JetVertexAssociation/src/JetVertexMain.cc
50 <
51 <        addpkg CondFormats/JetMETObjects V01-08-08
52 <        addpkg JetMETCorrections/Configuration V01-08-21
53 <
38 >    (3003006)
39          ;;
40      *)
41 <        echo "Nothing known about this version, exiting";
42 <        exit 1;
41 >        #echo "Nothing known about this version, exiting";
42 >        #exit 1;
43      ;;
44   esac
45  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines