1 #ifndef __SQPileupGen_H__
2 #define __SQPileupGen_H__
26 ExtParticle(
int evtID,
int pdg,
const TVector3& pos,
const TVector3& mom);
53 return _beam_intensity_profile;
58 return _beam_intensity_profile_histo;
63 _beam_intensity_profile = beamIntensityProfile;
68 _beam_intensity_profile_histo = beamIntensityProfile_histo;
74 bool readExtTree(
int nEvents);
85 TF1* _beam_intensity_profile;
86 TH1* _beam_intensity_profile_histo;
88 std::vector<ExtParticle> _extParticles;
103 int _inhibit_threshold;
104 double _proton_coeff;
106 TClonesArray* _extPos;
107 TClonesArray* _extMom;
ExtParticle(int evtID, int pdg, const TVector3 &pos, const TVector3 &mom)
An SQ interface class to hold one event header.
An SQ interface class to hold one simulated-event header.
An SQ class to pileup the tracks from external file.
TF1 * get_beam_intensity_profile() const
< Return beam intensity profile function for pileup
void setExtInputFile(const TString &name)
Set external file with track info for pileup.
int process_event(PHCompositeNode *topNode)
void set_beam_intensity_profile(TF1 *beamIntensityProfile)
void setBucketSize(int n)
Set bucket size for pileup.
void set_beam_intensity_profile_histo(TH1 *beamIntensityProfile_histo)
int InitRun(PHCompositeNode *topNode)
TH1 * get_beam_intensity_profile_histo() const
< Return beam intensity profile histogram for pileup
SQPileupGen(const std::string &name="PileupGen")
void set_inhibit_threshold(int threshold)
Set inhibit threshold in QIE if using intensity profile for pileup.
void set_proton_coeff(double coeff)
Set proton conversion coefficent from QIE count if using intensity profile for pileup.
int Init(PHCompositeNode *topNode)
Class to generate the event vertex, based on the beam profile and the target+spectrometer materials g...