Main Page
Class Categories
Classes
Namespaces
File List
File Members
exper-sw
cosmosw
AugerSW
Offline
source
main
EventIO
OfflineMd
mevtChannel_ROOT.cc
Go to the documentation of this file.
1
#include <io/mevtChannel_ROOT.h>
2
3
using namespace
io;
4
5
6
ClassImp(
mevtChannel_ROOT
)
7
8
9
mevtChannel_ROOT
::
mevtChannel_ROOT
(const mevt::Channel&
c
) :
10
fId(
c
.GetId()),
11
fTrace(
c
.HasTrace() ?
TraceB_ROOT
(
c
.GetTrace()) :
TraceB_ROOT
())
12
{ }
13
14
15
void
16
mevtChannel_ROOT::operator>>
(
mevt::Channel
&
c
)
17
const
18
{
19
if
(
fTrace
) {
20
c.
MakeTrace
();
21
fTrace
>> c.
GetTrace
();
22
}
23
}
io::mevtChannel_ROOT::operator>>
void operator>>(mevt::Channel &c) const
Definition:
mevtChannel_ROOT.cc:16
mevt::Channel::GetTrace
utl::TraceB & GetTrace()
Definition:
MEvent/Channel.cc:7
mevt::Channel::MakeTrace
void MakeTrace()
Definition:
MEvent/Channel.cc:22
RdGeoCeLDFFitter::c
const double c[]
Definition:
RdGeoCeLDFFitter/LikelihoodFunction.cc:540
io::mevtChannel_ROOT
Persistent SD Channel using ROOT.
Definition:
mevtChannel_ROOT.h:22
io::mevtChannel_ROOT::fTrace
TraceB_ROOT fTrace
Definition:
mevtChannel_ROOT.h:32
mevt::Channel
Channel level event data.
Definition:
MEvent/Channel.h:23
io::Trace_ROOT< char >
, generated on Tue Sep 26 2023.