1 #ifndef _sevt_SEventSimData_h_
2 #define _sevt_SEventSimData_h_
4 #include <utl/LameShadowPtr_fwd.h>
5 #include <utl/LameShadowPtr.h>
7 #include <boost/iterator/indirect_iterator.hpp>
53 std::vector<sevt::T3>
fT3s;
Interface class to hold simulated data belonging to surface events.
void AddT3(const sevt::T3 &t3)
Add a T3.
#define OFFLINE_MAKE_BOTH_ITERATOR_RANGES(_Iterator_, _ConstIterator_, _NamePrefix_)
ConstT3Iterator T3sBegin() const
Iterator over the list of T3s.
Interface class to access to the SD part of an event.
This class contains the basic information to build a surface event.
unsigned int GetNumberOfT3s() const
Get the number of T3s.
a t3: algo, second, usecond and a vector of <t3stat>
std::vector< sevt::T3 >::const_iterator ConstT3Iterator
std::vector< sevt::T3 >::iterator T3Iterator
T3Iterator T3sEnd()
Iterator over the list of T3s.
std::vector< sevt::T3 > fT3s
ConstT3Iterator T3sEnd() const
Iterator over the list of T3s.
T3Iterator T3sBegin()
Iterator over the list of T3s.