/**************************************************************************** * File: dBbcOut.idl * Author: T. Kohama (Hiroshima univ.) * Description: `end-product' of BBC * Date: Oct/18/97 First Version * Mar/09/98 NhitPmt, ChargeSum and uncertainty for time zero * and z vertex are added in output data structuer. * ( Hiroaki Ohnishi ) *****************************************************************************/ struct dBbcOut{ short NhitPmtNorth; /* The number of the fired PMT on North side. */ short NhitPmtSouth; /* The number of the fired PMT on South side. */ float ChargeSumNorth; /* The total charge sum on North side of the BBC */ float ChargeSumSouth; /* The total charge sum on South side of the BBC */ float VertexPoint; /* Collision Vertex Point (cm) */ float dVertexPoint; /* Uncertainty of calculated vertex point. */ float TimeZero; /* Collision Time (ns) */ float dTimeZero; /* Uncertainty of calculated Time Zero */ };