SEventSimData_ROOT.cc
Go to the documentation of this file.
1 #include <io/SEventSimData_ROOT.h>
2 #include <sevt/SEventSimData.h>
3 
4 using namespace io;
5 
6 
7 ClassImp(SEventSimData_ROOT)
8 
9 
10 SEventSimData_ROOT::SEventSimData_ROOT(const sevt::SEventSimData& d) :
11  fT3s(d.T3sBegin(), d.T3sEnd())
12 { }
13 
14 
15 void
17  const
18 {
19  for (const auto& t : fT3s) {
20  sevt::T3 t3;
21  t >> t3;
22  d.AddT3(t3);
23  }
24 }
Interface class to hold simulated data belonging to surface events.
Definition: SEventSimData.h:24
void AddT3(const sevt::T3 &t3)
Add a T3.
Definition: SEventSimData.h:44
This class contains the basic information to build a surface event.
Definition: T3.h:36
a t3: algo, second, usecond and a vector of &lt;t3stat&gt;
Definition: XbT2.h:29
std::vector< T3_ROOT > fT3s
void operator>>(sevt::SEventSimData &d) const

, generated on Tue Sep 26 2023.