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.1 by loizides, Wed Sep 17 05:08:21 2008 UTC vs.
Revision 1.2 by sixie, Wed Sep 17 19:27:05 2008 UTC

# Line 25 | Line 25 | elif test $version -eq 20108; then
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";

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines