19 #include "TObjArray.h"
22 #include "TClonesArray.h"
41 DIGBeam(Int_t RunNumber,Int_t NumberOfEvents,Float_t ParticleDensity,Float_t ThetaIncidentDeg,Float_t PhiIncidentDeg,
45 void SetRunNumber(Int_t RunNumber);
46 void SetNumberOfEvents(Int_t NumberOfEvents);
47 void SetParticleDensity(Float_t ParticleDensity);
48 void SetThetaIncidentDeg(Float_t ThetaIncidentDeg);
49 void SetPhiIncidentDeg(Float_t PhiIncidentDeg);
50 void SetBeamOption(Int_t BeamOption);
53 Int_t GetRunNumber(){
return fRunNumber;}
54 Int_t GetNumberOfEvents(){
return fNumberOfEvents;}
55 Float_t GetParticleDensity(){
return fParticleDensity;}
56 Float_t GetThetaIncidentDeg(){
return fThetaIncidentDeg;}
57 Float_t GetPhiIncidentDeg(){
return fPhiIncidentDeg;}
58 Int_t GetBeamOption(){
return fBeamOption;}
64 Int_t fNumberOfEvents;
65 Float_t fParticleDensity;
66 Float_t fThetaIncidentDeg;
67 Float_t fPhiIncidentDeg;