00001 #include "CNucleus.h" 00002 #include "TFile.h" 00003 #include "TH1F.h" 00004 #include "TH2F.h" 00005 00015 class CRun 00016 { 00017 00018 public: 00019 CRun(int iZ, int iA, float fEx, float l0, float d0, int lmax, float plb, 00020 int numTot,string title0,float vcm=0.,float thetaDetMin=0., 00021 float thetaDetMax = 360.); 00022 };