//############################################################## // Example Job options file //============================================================== //ApplicationMgr.DLLs += { "LatGRBAlertAlg" }; //-------------------------------------------------------------- // Private Application Configuration options //-------------------------------------------------------------- ApplicationMgr.TopAlg = { "LatGRBAlertAlg" }; // Set output level threshold (2=DEBUG, 3=INFO, 4=WARNING, 5=ERROR, 6=FATAL ) MessageSvc.OutputLevel = 2; //-------------------------------------------------------------- // Event related parameters //-------------------------------------------------------------- ApplicationMgr.EvtMax = 1; // events to be processed (default is 10) // No idea... ApplicationMgr.EvtSel = "NONE"; LatGRBAlertAlg.OutputLevel = 2; LatGRBAlertAlg.nbckoff=5; // mix=1 ---> create mix, write to mixedFile, and then call the trigger algorithm // mix=0 ---> read mixed data from mixedFile and call the trigger algorithm LatGRBAlertAlg.mix=0; // Input to create mixed file LatGRBAlertAlg.grbFile = "$(GRBROOT)/src/LatGRBAlert/GRBphotonlists/GRB_005.lis"; LatGRBAlertAlg.backgroundFile = "$(GRBROOT)/src/LatGRBAlert/BCKphotonlists/GRB_008.lis"; LatGRBAlertAlg.grbOffsetTime=0; // Full pathname for the mixed file (both for input and output) LatGRBAlertAlg.mixedFile = "$(GRBROOT)/src/LatGRBAlert/MIXEDphotonlists/GRB_000_GRB_001.lis";