// jobdef.C // // Sample ATLAS job definition file for use with the root interface // to DIAL 1.30. int jobdef() { // Application. string aname = "atlasopt"; // Task. string tname = "atlasopt_example_zll-10.0.1"; // Dataset. string dname = "hma.dc2.003007.digit.A1_z_ee.aod-1000.10files"; // Call define_job_help() for help with the following. return define_job(aname, tname, dname); }