1 #ifndef SQCosmicGen_H__
2 #define SQCosmicGen_H__
31 double cosmicProb(
double p,
double theta);
34 double uniformRand(
const double lo,
const double hi);
37 void getZVtxLimits(
int stationID,
double ty,
double y,
double& min,
double& max);
38 void getXVtxLimits(
int stationID,
double tx,
double z,
double& min,
double& max);
41 bool generateVtx(
double tx,
double ty,
double& x,
double& y,
double& z);
44 inline bool acceptedInSt(
int stationID,
double x,
double y,
double z,
double tx,
double ty);
void set_acceptance_st(int stationID, bool b=true)
void set_mom_range(const double lo, const double hi)
int InitRun(PHCompositeNode *topNode)
void set_charge_ratio(const double p, const double n)
int process_event(PHCompositeNode *topNode)
void set_theta_range(const double lo, const double hi)
SQCosmicGen(const std::string &name="COSMICGEN")