![]() |
Mixed Data Coincidence Analysis Software 1.0
A program to analyze files produced by the EventMixer software.
|
00001 #include "CommandLineArgument.hh" 00002 00003 CommandLineArgument::CommandLineArgument() 00004 { 00005 00006 } 00007 00008 CommandLineArgument::CommandLineArgument(string mFlag, int mNumberOfArguments) 00009 { 00010 flag=mFlag; 00011 numberOfArguments = mNumberOfArguments; 00012 }