24 |
|
fi |
25 |
|
|
26 |
|
case $version in |
27 |
< |
(2001008 | 2001009 | 2001010 | 2001011 ) |
27 |
> |
(2001008 | 2001009 | 2001010 | 2001011 | 2001012) |
28 |
|
|
29 |
|
cvs co -r V01-06-05 CondFormats/JetMETObjects; |
30 |
|
cvs co -r V01-08-10 JetMETCorrections/Configuration; |
48 |
|
#in the release at some point so this will be unnecessary then |
49 |
|
#and should be removed at that point in time. |
50 |
|
#These tags were suggested by Sam Harper |
51 |
< |
if test $version -eq 2001011; then |
51 |
> |
if test $version -eq 2001011 -o $version -eq 2001012; then |
52 |
|
cvs co -rV00-02-00 RecoEgamma/EgammaIsolationAlgos |
53 |
|
cvs co -rV00-02-04 EgammaAnalysis/EgammaIsolationProducers |
54 |
|
cvs co -rV01-01-06 PhysicsTools/IsolationAlgos |
63 |
|
esac |
64 |
|
|
65 |
|
if test -z $MIT_VERS; then |
66 |
< |
echo " " |
67 |
< |
echo "Production setup not executed: MIT_VERS is not setup." |
68 |
< |
echo " " |
66 |
> |
echo |
67 |
> |
echo "Warning: Production setup not executed since \$MIT_VERS is not setup." |
68 |
> |
echo |
69 |
|
else |
70 |
< |
echo " " |
70 |
> |
echo |
71 |
|
echo "Entering production setup. Looking for MIT_VERS: $MIT_VERS dependencies." |
72 |
< |
echo " " |
72 |
> |
echo |
73 |
|
case $MIT_VERS in |
74 |
|
005) |
75 |
|
MitAna/scripts/setup-pixelLessTracking.sh |