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