46 |
|
sed -e 's/else std::cout << \"\[Jets\] JetVertexAssociation: Warning\! problems for Algo = 2: possible division by zero ..\" << std::endl;//' > $TMP; |
47 |
|
mv $TMP JetMETCorrections/JetVertexAssociation/src/JetVertexMain.cc |
48 |
|
|
49 |
< |
#for jurassic isolation veto FIX. Note that this should be fixed |
50 |
< |
#in the release at some point so this will be unnecessary then |
51 |
< |
#and should be removed at that point in time. |
52 |
< |
#These tags were suggested by Sam Harper |
53 |
< |
if test $version -eq 2001011 -o $version -eq 2001012; then |
54 |
< |
cvs co -rV00-02-00 RecoEgamma/EgammaIsolationAlgos |
55 |
< |
cvs co -rV00-02-04 EgammaAnalysis/EgammaIsolationProducers |
49 |
> |
if test $version -eq 2001011; then |
50 |
> |
#for jurassic isolation veto FIX. |
51 |
|
cvs co -rV01-01-06 PhysicsTools/IsolationAlgos |
52 |
< |
cvs co -rV00-16-07 DataFormats/RecoCandidate |
52 |
> |
#comment out unused function to remove dependencies on additional tags |
53 |
> |
patch -N -u -r MitAna/scripts/patch-reject.rej -i MitAna/scripts/IsoDepositVetoFactory.cc.patch PhysicsTools/IsolationAlgos/src/IsoDepositVetoFactory.cc |
54 |
> |
|
55 |
> |
#for sigmaietaeta |
56 |
|
cvs co -rV00-05-19 RecoEcal/EgammaCoreTools |
59 |
– |
|
60 |
– |
#remove this file because it is causing python compile errors due to |
61 |
– |
#incompatibilities of the tags... |
62 |
– |
#we don't use this file anyways. |
63 |
– |
#then replace it with an empty file so that it doesn't return after doing cvs update |
64 |
– |
rm RecoEgamma/EgammaIsolationAlgos/python/egammaIsolationSequence_cff.py |
65 |
– |
touch RecoEgamma/EgammaIsolationAlgos/python/egammaIsolationSequence_cff.py |
57 |
|
fi |
58 |
|
|
59 |
|
;; |