![]() |
Mixed Data Coincidence Analysis Software 1.0
A program to analyze files produced by the EventMixer software.
|
00001 #include "HitType.hh" 00002 00003 HitType::HitType() 00004 { 00005 wasImplantation = false; 00006 wasDecay = false; 00007 wasOther = false; 00008 statvar=0; 00009 }