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