--- root2paw/inc/trklev1struct.h 2005/12/05 16:17:38 1.1.1.1 +++ root2paw/inc/trklev1struct.h 2006/03/09 15:48:38 1.3 @@ -1,10 +1,14 @@ struct Trklev1 { Bool_t good1; Int_t nev1; + Int_t whic_calib1; + Int_t swcode1; + // Bool_t crc1[12]; + Int_t crc1[12]; Int_t pkt_type1; Int_t pkt_num1; Int_t obt1; - Int_t which_calib1; + Bool_t cpu_crc1; Int_t nclstr1; Int_t view[500]; Int_t ladder[500]; @@ -38,6 +42,3 @@ Float_t clsignal[8500]; Float_t cnev[24][12]; }; - - -