Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SvtxTrackStateRemoval.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file SvtxTrackStateRemoval.h
1 // Tell emacs that this is a C++ source
2 // -*- C++ -*-.
3 #ifndef SVTXTRACKSTATEREMOVAL_H
4 #define SVTXTRACKSTATEREMOVAL_H
5 
6 #include <fun4all/SubsysReco.h>
7 
8 #include <string>
9 
10 class PHCompositeNode;
11 
13 {
14  public:
15  SvtxTrackStateRemoval(const std::string &name = "SvtxTrackStateRemoval");
16 
17  ~SvtxTrackStateRemoval() override;
18 
19  int Init(PHCompositeNode *topNode) override;
20  int InitRun(PHCompositeNode *topNode) override;
21  int process_event(PHCompositeNode *topNode) override;
22  int End(PHCompositeNode *topNode) override;
23 
24  private:
25 };
26 
27 #endif // SVTXTRACKSTATEREMOVAL_H