ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
Home page
Related Pages
Modules
Namespaces
Classes
Files
External Links
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
VariableArrayContainer.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file VariableArrayContainer.h
1
#ifndef VARARRAY_VARIABLEARRAYCONTAINER_H
2
#define VARARRAY_VARIABLEARRAYCONTAINER_H
3
4
#include <
phool/PHObject.h
>
5
6
#include <iostream>
7
8
class
TObjArray;
9
class
VariableArray
;
10
11
class
VariableArrayContainer
:
public
PHObject
12
{
13
public
:
14
VariableArrayContainer
();
15
~VariableArrayContainer
()
override
;
16
17
void
identify
(std::ostream &os = std::cout)
const override
;
18
void
AddVarArray
(
VariableArray
*var);
19
// Here are the very explicit set routines...
20
void
Reset
()
override
;
21
22
protected
:
23
TObjArray *
arraycontainer
;
24
25
ClassDefOverride(
VariableArrayContainer
, 1)
26
};
27
28
#endif
coresoftware
blob
master
offline
packages
vararray
VariableArrayContainer.h
Built by
Jin Huang
. updated:
Wed Jun 29 2022 17:24:39
using
1.8.2 with
ECCE GitHub integration