Go to the documentation of this file.00001
00002
00003 #include "TRossendorfHistParam.h"
00004
00005
00006 TRossendorfHistParam::TRossendorfHistParam(const char* name) : TGo4Parameter(name)
00007 {
00008 for(Int_t ix=0;ix<16;ix++)
00009 {
00010 for(Int_t iy=0;iy<2;iy++)
00011 {
00012 histHigh[ix][iy]=0.;
00013 }
00014 }
00015 for(Int_t ix=0;ix<16;ix++)
00016 {
00017 for(Int_t iy=0;iy<2;iy++)
00018 {
00019 histLow[ix][iy] = 0.;
00020 }
00021 }
00022 for(Int_t ix=0;ix<16;ix++)
00023 {
00024 for(Int_t iy=0;iy<2;iy++)
00025 {
00026 histBins[ix][iy] = 0.;
00027 }
00028 }
00029 fbHisto = kTRUE;
00030 }