29 |
|
|
30 |
|
cd $CMSSW_BASE/src; |
31 |
|
|
32 |
– |
if test $version -lt 2002014; then |
33 |
– |
echo "Version not supported, exiting"; |
34 |
– |
exit 1; |
35 |
– |
fi |
32 |
|
|
33 |
< |
if ! test -d MitProd; then |
34 |
< |
echo "MitProd does not exists. Nothing to be done, exiting"; |
35 |
< |
exit 1; |
33 |
> |
|
34 |
> |
|
35 |
> |
if test $version -lt 4005000 -a $version -ge 4004000; then |
36 |
> |
|
37 |
> |
# and finally latest svfit developments |
38 |
> |
addpkg AnalysisDataFormats/TauAnalysis b4_2_x_2011Jun26 |
39 |
> |
addpkg TauAnalysis/CandidateTools b4_2_x_2011Jun27 |
40 |
> |
|
41 |
> |
checkdeps -a |
42 |
|
fi |
43 |
|
|
42 |
– |
case $version in |
43 |
– |
(3002001) |
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 |
– |
#tags needed for antikt jets |
52 |
– |
addpkg RecoJets/JetProducers V03-00-07 |
53 |
– |
addpkg RecoJets/Configuration V01-11-07 |
44 |
|
|
45 |
+ |
|
46 |
+ |
case $version in |
47 |
+ |
(3003006) |
48 |
|
;; |
49 |
|
*) |
50 |
< |
echo "Nothing known about this version, exiting"; |
51 |
< |
exit 1; |
50 |
> |
#echo "Nothing known about this version, exiting"; |
51 |
> |
#exit 1; |
52 |
|
;; |
53 |
|
esac |
54 |
|
|
60 |
|
echo |
61 |
|
echo "Entering production setup. Looking for MIT_VERS: $MIT_VERS dependencies." |
62 |
|
echo |
70 |
– |
case $MIT_VERS in |
71 |
– |
005) |
72 |
– |
MitAna/scripts/setup-pixelLessTracking.sh |
73 |
– |
;; |
74 |
– |
*) |
75 |
– |
echo "Nothing special to be done for this version"; |
76 |
– |
;; |
77 |
– |
esac |
63 |
|
fi |
64 |
|
|
65 |
|
echo "Setup done; you probably want to compile your project area now"; |