public class Validate extends Object
Constructor and Description |
---|
Validate() |
Modifier and Type | Method and Description |
---|---|
static void |
testRead(File f,
int nevents)
Perform test read of an LCIO file.
|
static void |
validateVersion(File f,
int major,
int minor)
Confirm major and minor versions of an LCIO file.
|
public static void validateVersion(File f, int major, int minor) throws Exception
major
- The major version to match.minor
- The minor version to match.If
- versions do not match, or if there is an IO error.Exception
Jas4pp 1.5 © Java Analysis Studio for Particle Physics