Mixed Data Coincidence Analysis Software 1.0
A program to analyze files produced by the EventMixer software.
CommandLineArgument.cc
Go to the documentation of this file.
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 }
 All Classes Files Functions Variables Defines

Back to the main page of the Precalibrated Ion Beam Identification Detector project

Created by Rikard Lundmark