Class Reference for E1039 Core & Analysis Software
Home page
Related Pages
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
w
Functions
_
a
c
d
e
f
g
h
i
l
o
p
r
s
w
Variables
b
c
d
e
h
j
k
l
m
n
o
r
s
t
Typedefs
Enumerations
Enumerator
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Typedefs
a
c
d
e
h
i
l
m
o
p
r
s
t
v
Enumerations
c
d
e
f
h
i
m
n
p
s
t
u
v
x
Enumerator
a
b
c
d
e
g
h
i
k
l
m
n
p
r
s
t
u
v
w
x
y
Related Functions
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
z
Functions
a
c
d
e
f
g
h
i
k
m
o
p
s
Variables
b
c
d
e
f
g
i
k
l
m
n
r
s
t
u
v
z
Typedefs
d
e
f
h
l
m
p
s
t
v
Enumerations
Enumerator
b
c
e
f
g
h
i
l
o
p
r
s
u
Macros
_
e
h
l
m
n
p
r
s
t
u
v
External Links
Use Doxygen in your code
ktracker
fun4all
art-seaquest
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
VariableArrayContainer.h
Go to the documentation of this file.
1
#ifndef VARIABLEARRAYCONTAINER_H_
2
#define VARIABLEARRAYCONTAINER_H_
3
4
#include <
phool/PHObject.h
>
5
#include <vector>
6
7
class
TOjArray;
8
class
VariableArray
;
9
10
class
VariableArrayContainer
:
public
PHObject
11
{
12
public
:
13
VariableArrayContainer
();
14
virtual
~VariableArrayContainer
();
15
16
void
identify
(std::ostream &os=std::cout)
const
;
17
void
AddVarArray
(
VariableArray
*var);
18
// Here are the very explicit set routines...
19
void
Reset
();
20
21
protected
:
22
TObjArray *
arraycontainer
;
23
24
ClassDef(
VariableArrayContainer
,1)
25
};
26
27
#endif
/* VARIABLEARRAYCONTAINER */
28
PHObject.h
PHObject
Definition:
PHObject.h:13
VariableArrayContainer
Definition:
VariableArrayContainer.h:11
VariableArrayContainer::arraycontainer
TObjArray * arraycontainer
Definition:
VariableArrayContainer.h:22
VariableArrayContainer::AddVarArray
void AddVarArray(VariableArray *var)
Definition:
VariableArrayContainer.cc:36
VariableArrayContainer::VariableArrayContainer
VariableArrayContainer()
Definition:
VariableArrayContainer.cc:10
VariableArrayContainer::Reset
void Reset()
Clear Event.
Definition:
VariableArrayContainer.cc:44
VariableArrayContainer::~VariableArrayContainer
virtual ~VariableArrayContainer()
Definition:
VariableArrayContainer.cc:16
VariableArrayContainer::identify
void identify(std::ostream &os=std::cout) const
Definition:
VariableArrayContainer.cc:29
VariableArray
Definition:
VariableArray.h:8
e1039-core
packages
vararray
VariableArrayContainer.h
Built by
Haiwang Yu
. updated:
Thu Jan 30 2025 10:15:16
using
1.9.1 with
SeaQuest GitHub integration