rm -f writeHist
rm -f  readHist
c++ -Wall `root-config --cflags` -o writeHist writeHist.cc `root-config --libs`
c++ -Wall `root-config --cflags` -o  readHist  readHist.cc `root-config --libs`
