1 #ifndef SQSingleMuonGen_H__
2 #define SQSingleMuonGen_H__
33 const void set_mom_range(
double min,
double max) { _mom_min = min; _mom_max = max; }
38 bool generatePrimaryVtx();
41 void generateMotherParticle();
42 void decayMotherParticle();
62 bool _enable_geom_cut;
65 bool _enable_real_mom_dist;
const void set_charge_ratio(double v)
const void set_target_only(bool en=true)
virtual ~SQSingleMuonGen()
SQSingleMuonGen(const std::string &name="SINGLEGEN")
const void set_mother_decay_length(double l)
const void enable_real_mom_dist(bool en=true)
const void set_pt_max(double v)
int InitRun(PHCompositeNode *topNode)
const void set_mom_range(double min, double max)
int process_event(PHCompositeNode *topNode)
const void enable_geom_cut(bool en=true)