Analysis Software
Documentation for sPHENIX simulation 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 #ifndef MICROMEGAS_MICROMEGASCLUSTERIZER_H
2 #define MICROMEGAS_MICROMEGASCLUSTERIZER_H
3 
10 
11 #include <fun4all/SubsysReco.h>
12 
13 #include <string>
14 
15 class PHCompositeNode;
16 
19 {
20  public:
21 
23  MicromegasClusterizer( const std::string &name = "MicromegasClusterizer" );
24 
26  int Init(PHCompositeNode*) override;
27 
29  int InitRun(PHCompositeNode*) override;
30 
32  int process_event(PHCompositeNode*) override;
33 
35  void set_default_pedestal( double value )
37 
41 
45 
46  private:
47 
49 
50 
53 
55  double m_default_pedestal = 74.6;
56 
59 
62 
64 
65 
66 };
67 
68 #endif