#!/bin/sh

# compile histogramming program

c++ -Wall `root-config --cflags` -o his his.cc \
HitEfficiency.cc FitEfficiency.cc `root-config --libs`
