/search.css" rel="stylesheet" type="text/css"/> /search.js">
00001 #include "Event/TESDemoAntiNeutrino.h" 00002 00003 using namespace DayaBay; 00004 00005 void TESDemoAntiNeutrino::setPositron(const SmartRef<TESDemoPositron>& value) { 00006 m_positron = value; 00007 } 00008 00009 void TESDemoAntiNeutrino::setPositron(const TESDemoPositron* value) { 00010 m_positron = value; 00011 } 00012 00013 void TESDemoAntiNeutrino::setNeutron(const SmartRef<TESDemoNeutron>& value) { 00014 m_neutron = value; 00015 } 00016 00017 void TESDemoAntiNeutrino::setNeutron(const TESDemoNeutron* value) { 00018 m_neutron = value; 00019 } 00020