BLNTupleCallback Class Reference

#include <BLNTuple.hh>

Inheritance diagram for BLNTupleCallback:

BLCMDntuple

List of all members.


Detailed Description

class BLNTupleCallback defines a callback for BLNTuple::appendRow().

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.

Member Function Documentation

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.


The documentation for this class was generated from the following file:
g4beamline