00001 #include "CNucleus.h" 00002 #include "TFile.h" 00003 #include "TH1F.h" 00004 #include "TH2F.h" 00005 00016 class CRunThick 00017 { 00018 00019 public: 00020 CRunThick(int iZ, int iA, float fEx_min,float fEx_max, float l0_min, 00021 float l0_Max,float d0, int lmax, float plb,int nBins, 00022 int numTot,string title0,float vcm=0.,float thetaDetMin=0., 00023 float thetaDetMax = 360.); 00024 };