to compile:

rm -f fill
c++ -Wall `root-config --cflags` -o fill fill.cc read.cc \
  EventDiscriminator.cc `root-config --libs`

rm -f disc
c++ -Wall `root-config --cflags` -o disc disc.cc read.cc \
  EventDiscriminator.cc DiscAnalysis.cc `root-config --libs`

or

compile

------------

to run:

fill train.txt hDist.root

disc test.txt hDist.root hDisc.root

"train.txt" and "test.txt" files can be found in the discData directory
