EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
MicromegasClusterizer.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file MicromegasClusterizer.h
1 // Tell emacs that this is a C++ source
2 // -*- C++ -*-.
3 
4 #ifndef MICROMEGAS_MICROMEGASCLUSTERIZER_H
5 #define MICROMEGAS_MICROMEGASCLUSTERIZER_H
6 
12 #include <fun4all/SubsysReco.h>
13 #include <trackbase/TrkrCluster.h>
16 
17 #include <string> // for string
18 
19 class PHCompositeNode;
20 
23 {
24  public:
25 
28  const std::string &name = "MicromegasClusterizer",
29  const std::string &detector = "MICROMEGAS"
30  );
31 
33  int InitRun(PHCompositeNode*) override;
34 
36  int process_event(PHCompositeNode*) override;
37 
38  private:
39 
41  std::string m_detector;
42 
43 };
44 
45 #endif