1 #include <io/TelescopeTriggerData_ROOT.h>
2 #include <fevt/TelescopeTriggerData.h>
12 fTLTAccepted = d.IsTLTAccepted();
13 fTLTLabel = d.GetTLTLabel();
14 if (d.HasMultiplicity())
17 for (
const auto&
s : d.GetSLTData())
36 sltData.push_back(
s.Convert());
streaming class for TelescopeTriggerData_ROOT
std::vector< fevt::SLTData > & GetSLTData()
utl::TraceI & GetMultiplicity()
void operator>>(fevt::TelescopeTriggerData &sim) const
void MakeMultiplicity(const unsigned int size=0, const double binSize=0)
TraceI_ROOT fMultiplicity
streaming class for SLTData_ROOT
void SetTLTAccepted(const bool is)
std::vector< SLTData_ROOT > fSLTData
void SetTLTLabel(const std::string &label)
Description of trigger data for one Telescope.