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
MvtxRawHitContainer.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file MvtxRawHitContainer.h
1
#ifndef FUN4ALLRAW_MVTXRAWHITCONTAINER_H
2
#define FUN4ALLRAW_MVTXRAWHITCONTAINER_H
3
4
#include <
phool/PHObject.h
>
5
6
class
MvtxRawHit
;
7
8
class
MvtxRawHitContainer
:
public
PHObject
9
{
10
public
:
11
MvtxRawHitContainer
() =
default
;
12
virtual
~MvtxRawHitContainer
() =
default
;
13
14
virtual
MvtxRawHit
*
AddHit
() {
return
nullptr
;}
15
virtual
MvtxRawHit
*
AddHit
(
MvtxRawHit
*) {
return
nullptr
;}
16
virtual
unsigned
int
get_nhits
() {
return
0;}
17
virtual
MvtxRawHit
*
get_hit
(
unsigned
int
) {
return
nullptr
;}
18
19
private
:
20
ClassDefOverride(
MvtxRawHitContainer
,1)
21
};
22
23
#endif
coresoftware
blob
master
offline
framework
ffarawobjects
MvtxRawHitContainer.h
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:18:04
using
1.8.2 with
sPHENIX GitHub integration