25 |
|
cvs co -r V01-06-02 CondFormats/JetMETObjects; |
26 |
|
cvs co -r V01-08-03 JetMETCorrections/Configuration; |
27 |
|
cvs co -r V02-09-00 JetMETCorrections/Modules; |
28 |
+ |
|
29 |
+ |
#to remove annoying Warning messages for the jet to vertex associator. |
30 |
+ |
cvs co JetMETCorrections/JetVertexAssociation |
31 |
+ |
cat JetMETCorrections/JetVertexAssociation/src/JetVertexMain.cc | sed -e 's/else std::cout << \"\[Jets\] JetVertexAssociation: Warning\! problems for Algo = 2: possible division by zero ..\" << std::endl;//' > tmp |
32 |
+ |
mv tmp JetMETCorrections/JetVertexAssociation/src/JetVertexMain.cc |
33 |
|
fi |
34 |
|
|
35 |
|
echo "Setup done; you probably want to compile your project area now"; |