//############################################################## // // Job options file // //============================================================== //-------------------------------------------------------------- // General Application Configuration options //-------------------------------------------------------------- #include "$ATHENACOMMONROOT/share/Atlas_Gen.UnixStandardJob.txt" //-------------------------------------------------------------- // Private Application Configuration options //-------------------------------------------------------------- ApplicationMgr.DLLs += { "IsajetGenerator" }; ApplicationMgr.TopAlg = {"IsajetModule"}; // Set output level threshold (2=DEBUG, 3=INFO, 4=WARNING, 5=ERROR, 6=FATAL ) MessageSvc.OutputLevel = 6; //-------------------------------------------------------------- // Event related parameters //-------------------------------------------------------------- // Number of events to be processed (default is 10) ApplicationMgr.EvtMax = 1000; EventSelector.FirstEvent = 1; \\ change this one EventSelector.RunNumber=22; IsajetModule.IsajetCommand = {"isadat isadecay.dat", "isapar isajz100.par", "isalis isazj100.lis"}; //-------------------------------------------------------------- // Algorithms Private Options //-------------------------------------------------------------- //--------------------------------------------------------------- // Ntuple service output //--------------------------------------------------------------- //============================================================== // // End of job options file // //##############################################################