//!///////////////////////////////////////////////////////////////////// // // camera // // @file MDiag.cxx // @title definition of the diagnostic output root tree // @author DP // @date Thu Oct 21 // //---------------------------------------------------------------------- // // $RCSfile: MDiag.cxx,v $ // $Revision: 1.1.1.1 $ // $Author: harald $ // $Date: 1999-11-05 11:59:32 $ // //////////////////////////////////////////////////////////////////////// #include "MDiag.h" ClassImp(MDiagEventobject) MDiagEventobject::MDiagEventobject(){ // the constructor function // initialize with invalid values n = -99.; primary = -99.; energy = -99.; cored = -99.; impact = -99.; xcore = -99.; ycore = -99.; theta = -99.; phi = -99.; deviations = -99.; dtheta = -99.; dphi = -99.; trigger = -99.; ncphs = -99.; nphes = -99.; maxpassthr_phe = -99.; nphes2 = -99.; length = -99.; width = -99.; dist = -99.; xdist = -99.; azw = -99.; miss = -99.; alpha = -99.; conc2 = -99.; conc3 = -99.; conc4 = -99.; conc5 = -99.; conc6 = -99.; conc7 = -99.; conc8 = -99.; conc9 = -99.; conc10 = -99.; asymx = -99.; asymy = -99.; phiasym = -99.; }