EIC Software
Reference for
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
testEventiterator.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file testEventiterator.h
1
// -*- c++ -*-
2
#ifndef __TESTEVENTITERATOR_H__
3
#define __TESTEVENTITERATOR_H__
4
5
#include "
Eventiterator.h
"
6
7
#include "
simpleRandom.h
"
8
17
#ifndef __CINT__
18
class
WINDOWSEXPORT
testEventiterator
:
public
Eventiterator
{
19
#else
20
class
testEventiterator
:
public
Eventiterator
{
21
#endif
22
public
:
24
testEventiterator
();
26
~
testEventiterator
();
27
28
const
char
* getIdTag()
const
;
29
//#ifdef WIN32
30
virtual
void
identify(std::ostream& os = std::cout)
const
;
31
32
37
Event
*getNextEvent();
38
39
private
:
40
#ifndef WIN32
41
simpleRandom
*
R
;
42
#endif
43
int
current_event
;
44
45
// these are the spots where we change anything per event later
46
int
*
e_sequence
;
47
int
*
e_time
;
48
int
*
e_1003values
;
49
50
// we get somememory to generate the event
51
int
e_data[256];
52
53
};
54
55
#endif
/* __TESTEVENTITERATOR_H__ */
56
online_distribution
blob
master
newbasic
testEventiterator.h
Built by
Jin Huang
. updated:
Mon Jan 22 2024 12:43:56
using
1.8.2 with
EIC GitHub integration