#include <iostream>#include <fstream>#include <unistd.h>#include <getopt.h>#include "TROOT.h"#include "Event.h"#include "HecEvent.h"#include "HecCell.h"#include "EmecCell.h"#include "HecRunHeader2002v1.h"#include "HecEventNTup2002v1.h"#include "GlobalHeader2002v0.h"#include "EmecRunHeader2002v0.h"#include "EmecEventNTup2002v1.h"#include "SlowControl2002v0.h"#include "Headers.h"#include "Geometry.h"#include "TApplication.h"#include "App.h"#include "TBrowser.h"#include "UserAlg.h"Functions | |
| string | stripFileName (string pathAndFileName) |
| vector< string > | readDataPathsFile (string dataPathsFileName) |
| void | run (string hecFileName, string emecFileName, string hecGeoFileName, string emecGeoFileName, string globalGeoFileName) |
| int | main (int argc, char *argv[]) |
|
||||||||||||
|
|
|
|
|
|
||||||||||||||||||||||||
|
|
|
|
Class: No Class. This file contains the main() function. Author: Ian Gable (igable@uvic.ca) Date: 05/10/2002 Description: main() parses the command line arguments Modifications: 030803 M. Lefebvre: allow to run with no data files 030805 M. Lefebvre: add -H -E and -g options |
1.2.14 written by Dimitri van Heesch,
© 1997-2002