Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PHSiliconHelicalPropagator.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file PHSiliconHelicalPropagator.h
1 #include <fun4all/SubsysReco.h>
7 
9 {
10  public:
11  PHSiliconHelicalPropagator(const std::string &name = "PHSiliconHelicalPropagator");
13 
14  int InitRun(PHCompositeNode* topNode) override;
15  int process_event(PHCompositeNode* topNode) override;
16  int End(PHCompositeNode* topNode) override;
17 
19 
20  private:
21  int createSeedContainer(TrackSeedContainer*& container, const std::string &container_name, PHCompositeNode* topNode);
22 
29 
30  std::string _track_map_name = "SvtxTrackSeedContainer";
31 };