Main Page
Class Categories
Classes
Namespaces
File List
File Members
exper-sw
cosmosw
AugerSW
Offline
source
main
Framework
REvent
testREventImpl.h
Go to the documentation of this file.
1
#ifndef _tst_testREventImpl_h_
2
#define _tst_testREventImpl_h_
3
12
#include <utl/TimeStamp.h>
13
#include <revt/REvent.h>
14
15
namespace
evt {
16
class
Event;
17
}
18
19
namespace
revt {
20
class
REvent;
21
}
22
23
24
class
testREventImpl
{
25
private
:
26
evt::Event
*
fEvent
=
nullptr
;
27
bool
fIsOwnerOfEvent
=
true
;
28
bool
fTestIO
=
false
;
29
utl::TimeStamp
fTime
;
30
int
fNStations
= 0;
31
32
public
:
33
void
setUp
();
34
void
setUp
(
evt::Event
& event,
const
bool
testIO =
true
);
35
void
tearDown
() { }
36
void
setHeaderValues
(
revt::REvent
& rEvent);
37
void
checkHeaderValues
(
const
revt::REvent
& rEvent);
38
void
testHeader
();
39
40
testREventImpl
() =
default
;
41
~testREventImpl
();
42
};
43
44
45
#endif
testREventImpl::fIsOwnerOfEvent
bool fIsOwnerOfEvent
Definition:
testREventImpl.h:27
evt::Event
Definition:
Framework/Event/Event.h:44
revt::REvent
Interface class to access to the Radio part of an event.
Definition:
REvent.h:42
testREventImpl::tearDown
void tearDown()
Definition:
testREventImpl.h:35
testREventImpl::testREventImpl
testREventImpl()=default
utl::TimeStamp
A TimeStamp holds GPS second and nanosecond for some event.
Definition:
TimeStamp.h:110
testREventImpl::setHeaderValues
void setHeaderValues(revt::REvent &rEvent)
Definition:
testREventImpl.cc:72
testREventImpl::~testREventImpl
~testREventImpl()
Definition:
testREventImpl.cc:25
testREventImpl::testHeader
void testHeader()
Definition:
testREventImpl.cc:90
testREventImpl::fTime
utl::TimeStamp fTime
Definition:
testREventImpl.h:29
testREventImpl
Definition:
testREventImpl.h:24
testREventImpl::checkHeaderValues
void checkHeaderValues(const revt::REvent &rEvent)
Definition:
testREventImpl.cc:81
testREventImpl::fEvent
evt::Event * fEvent
Definition:
testREventImpl.h:26
testREventImpl::fTestIO
bool fTestIO
Definition:
testREventImpl.h:28
testREventImpl::setUp
void setUp()
Definition:
testREventImpl.cc:33
testREventImpl::fNStations
int fNStations
Definition:
testREventImpl.h:30
, generated on Tue Sep 26 2023.