| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

In This Package:

TESDemoAntiNeutrino.cpp

Go to the documentation of this file.
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   
| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Mon Apr 11 20:39:14 2011 for TESDemoData by doxygen 1.4.7