HbkTuple
Current Version: V00-00-11
HepTuple is in the process of becoming a new package. It is an implentation of HepTuple that uses HBook.
Recent Changes
- Package creation!
- HepHistID has been implemented. (See HepTuple)
- Addition of accessors to HbkFile and HbkHistogram. (See HepTuple)
- Modification of accumulate(float arg1,float arg2=1.0) behavior.
Previously accumulate(float arg1,float arg2=1.0) would do nothing for 2D histograms. This behavior has been changed so that the second argument now acts as the Y value.
HepHistogram * myHist = myTupleManager->histogram("a 2D hist",10,0,10,20,0,20);
myHist->accumulate(5,10);
adds one to the bin corresponding to X=5, Y=10.
Scott D. Metzler
metzler@caltech.edu
Last updated April 4, 1998 |