Mixed Data Coincidence Analysis Software 1.0
A program to analyze files produced by the EventMixer software.
CommandLineArgument.hh
Go to the documentation of this file.
00001 
00010 using namespace std;
00011 
00012 #ifndef STRING
00013 #define STRING //!<Inclusion guard
00014 #include <string>
00015 #endif
00016 
00017 #ifndef COMMANDLINEARGUMENT_H
00018 #define COMMANDLINEARGUMENT_H //!<Inclusion guard.
00019 
00025 class CommandLineArgument
00026 {
00027  public:
00028   string flag; 
00029   int numberOfArguments; 
00030   CommandLineArgument(); 
00031   CommandLineArgument(
00032                       string mFlag, 
00033                       int mNumberOfArguments 
00034                       ); 
00035 };
00036 #endif
 All Classes Files Functions Variables Defines

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

Created by Rikard Lundmark