Analysis Software
Documentation for
sPHENIX
simulation software
Home page
Related Pages
Modules
Namespaces
Classes
Files
Examples
External Links
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
MicromegasRawHitContainer.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file MicromegasRawHitContainer.h
1
#ifndef FUN4ALLRAW_MICROMEGASRAWHITCONTAINER_H
2
#define FUN4ALLRAW_MICROMEGASRAWHITCONTAINER_H
3
4
#include <
phool/PHObject.h
>
5
6
class
MicromegasRawHit
;
7
8
class
MicromegasRawHitContainer
:
public
PHObject
9
{
10
public
:
11
MicromegasRawHitContainer
() =
default
;
12
virtual
~MicromegasRawHitContainer
() =
default
;
13
14
virtual
MicromegasRawHit
*
AddHit
() {
return
nullptr
;}
15
virtual
MicromegasRawHit
*
AddHit
(
MicromegasRawHit
*) {
return
nullptr
;}
16
virtual
unsigned
int
get_nhits
() {
return
0;}
17
virtual
MicromegasRawHit
*
get_hit
(
unsigned
int
) {
return
nullptr
;}
18
19
private
:
20
ClassDefOverride(
MicromegasRawHitContainer
,1)
21
};
22
23
#endif
coresoftware
blob
master
offline
framework
ffarawobjects
MicromegasRawHitContainer.h
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:18:04
using
1.8.2 with
sPHENIX GitHub integration