#include <BLNTuple.hh>
Public Member Functions | |
virtual void | ntupleCallback (BLNTuple *ntuple, double data[], int ndata)=0 |
callback() is called by BLNTuple::appendRow() for every registered callback. The first argument is always this, identifying the BLNTuple that is doing the calling. |
virtual void BLNTupleCallback::ntupleCallback | ( | BLNTuple * | ntuple, | |
double | data[], | |||
int | ndata | |||
) | [pure virtual] |
callback() is called by BLNTuple::appendRow() for every registered callback. The first argument is always this, identifying the BLNTuple that is doing the calling.
Implemented in BLCMDntuple.