Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PHTpcDeltaZCorrection.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file PHTpcDeltaZCorrection.h
1 // Tell emacs that this is a C++ source
2 // -*- C++ -*-.
3 
10 #ifndef TRACKRECO_PHTPCDELTAZCORRECTION_H
11 #define TRACKRECO_PHTPCDELTAZCORRECTION_H
12 
13 #include <fun4all/SubsysReco.h>
14 #include <phparameter/PHParameterInterface.h>
15 #include <trackbase/ActsGeometry.h>
16 #include <trackbase/TrkrDefs.h>
17 
18 class TrackSeedContainer;
20 class TrackSeed;
21 
23 {
24  public:
25 
27  PHTpcDeltaZCorrection(const std::string &name = "PHTpcDeltaZCorrection");
28 
30  ~PHTpcDeltaZCorrection() override = default;
31 
32  int InitRun(PHCompositeNode *topNode) override;
33  int process_event(PHCompositeNode *topNode) override;
34  int End(PHCompositeNode *topNode) override;
35  void SetDefaultParameters() override;
36 
37  private:
38 
41 
43  void process_tracks();
44 
46  void process_track( unsigned int, TrackSeed* );
47 
50 
53 
56 
58 
59  std::set<TrkrDefs::cluskey> m_corrected_clusters;
60 
61 };
62 
63 #endif // PHTpcDeltaZCorrection_H