/* dMvddNdEtaOut */ /* dN/deta output structure */ struct dMvddNdEtaOut { short id; /* Primary key */ float dndeta; /* dN/deta value */ float dndetaerr; /* dN/deta uncertainty */ float eta; /* eta value */ float deta; /* deta (i.e. size of eta bin) */ float phi; /* phi (azimuthal angle) */ float dphi; /* dphi (size of phi bin) */ float softdndeta; /* ID and version number of dN/deta algorithm */ };