- fcsEcalGain.idl (1 row) : Ecal Gain [GeV/ch]
struct fcsEcalGain {
float gain[1496]; /* gain 2*748 */
};
- fcsEcalGainCorr.idl (1 row) : Ecal Gain Correction[unitless]
struct fcsEcalGainCorr {
float gaincorr[1496]; /* gain correction 2*748 */
};
- fcsHcalGain.idl (1 row) : Hcal Gain [GeV/ch]
struct fcsHcalGain {
float gain[520]; /* gain 2*260 */
};
- fcsHcalGainCorr.idl (1 row) : Hcal Gain Correction [unitless]
struct fcsHcalGainCorr {
float gaincorr[520]; /* gain correction 2*260 */
};
- fcsPresGain.idl (1 row) : Pres Gain [MIP/ch]
struct fcsPresGain {
float gain[384]; /* gain 2*192 */
};
- fcsPresValley.idl (1 row) : Pres Valley Position [MIP]
struct fcsPresValley {
float valley[384]; /* valley 2*192 */
};
- fcsEcalGainOnline.idl (1 row) : Ecal Gain Online[unitless]
struct fcsEcalGainOnline {
float gainOnline[1496]; /* online gain 2*748 */
};
- fcsHcalGainOnline.idl (1 row) : Hcal Gain Online [unitless]
struct fcsHcalGainOnline {
float gainOnline[520]; /* online gain 2*260 */
};
- fcsPresThreshold.idl (1 row) : Pres Threshold Position [MIP]
struct fcsPresThreshold {
float threshold[384]; /* online threshold 2*192 */
};