22 SQVertexing(
const std::string& name =
"SQVertexing",
int sign1 = 1,
int sign2 = -1);
43 double swimTrackToVertex(
SQGenFit::GFTrack& track,
double z, TVector3* pos =
nullptr, TVector3* mom =
nullptr);
44 double refitTrkToVtx(
SQGenFit::GFTrack& track,
double z, TVector3* pos =
nullptr, TVector3* mom =
nullptr);
45 double refitTrkToVtx(
SRecTrack* track,
double z, TVector3* pos =
nullptr, TVector3* mom =
nullptr);
47 double calcZsclp(
double p);
50 bool legacyContainer_in, legacyContainer_out;
51 bool enableSingleRetracking;
57 std::string geom_file_name;
An SQ interface class to hold a list of SQDimuon objects.
An SQ interface class to hold a list of SQTrack objects.
An SQ interface class to hold one true or reconstructed track.
int InitRun(PHCompositeNode *topNode)
int process_event(PHCompositeNode *topNode)
SQVertexing(const std::string &name="SQVertexing", int sign1=1, int sign2=-1)
void set_legacy_out_container(const bool enable=true)
int Init(PHCompositeNode *topNode)
void set_legacy_rec_container(const bool enable=true)
void set_single_retracking(const bool enable=true)
void set_geom_file_name(const std::string &geomFileName)
int End(PHCompositeNode *topNode)
Called at the end of all processing.
void set_legacy_in_container(const bool enable=true)