EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
Home page
Related Pages
Modules
Namespaces
Classes
Files
External Links
File List
File Members
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
>
14
#include <
trackbase/ActsTrackingGeometry.h
>
15
#include <
trackbase/ActsSurfaceMaps.h
>
16
17
#include <string>
// for string
18
19
class
PHCompositeNode
;
20
22
class
MicromegasClusterizer
:
public
SubsysReco
23
{
24
public
:
25
27
MicromegasClusterizer
(
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
fun4all_coresoftware
blob
master
offline
packages
micromegas
MicromegasClusterizer.h
Built by
Jin Huang
. updated:
Mon Jan 22 2024 12:43:44
using
1.8.2 with
EIC GitHub integration