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
InttEventInfov1.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file InttEventInfov1.h
1
#ifndef INTT_EVENT_INFO_v1_H
2
#define INTT_EVENT_INFO_v1_H
3
4
#include "
InttEventInfo.h
"
5
#include "
TrkrDefs.h
"
6
7
#include <cstdint>
8
#include <cstddef>
9
10
#include <iostream>
11
#include <string>
12
#include <map>
13
14
#include <
phool/PHObject.h
>
15
16
class
InttEventInfov1
:
public
InttEventInfo
17
{
18
public
:
19
InttEventInfov1
();
20
~InttEventInfov1
()
override
;
21
22
void
identify
(std::ostream &
os
= std::cout)
const override
;
23
void
Reset
()
override
;
24
25
uint64_t
get_bco_full
()
const override
;
26
void
set_bco_full
(uint64_t
const
&)
override
;
27
28
protected
:
29
uint64_t
bco_full
;
30
31
private
:
32
ClassDefOverride
(
InttEventInfov1
, 1)
33
};
34
35
#endif//INTT_EVENT_INFO_v1_H
coresoftware
blob
master
offline
packages
trackbase
InttEventInfov1.h
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:18:09
using
1.8.2 with
sPHENIX GitHub integration