//############################################################## // // Job options file for TDSReadFluxalg test program // //================================================== ApplicationMgr.DLLs += {"RootIo","GlastSvc"}; ApplicationMgr.TopAlg += {"FluxAlg"}; ApplicationMgr.ExtSvc = {"GlastEventSelector/EventSelector","EventCnvSvc"}; EventPersistencySvc.CnvServices = {"EventCnvSvc"}; EventSelector.Input = "NONE"; #include "$FLUXSVCROOT/src/defaultOptions.txt" // -----> Basic Options <---- ApplicationMgr.DLLs +={ "GRB"}; FluxSvc.source_lib += {"$(GRBROOT)/xml/GRB_user_library.xml"}; ApplicationMgr.TopAlg += {"TDSReadFluxAlg"}; // -----> To set the source <----- // From here we can select the model for GRB ... //FluxAlg.source_name="GRBspectrum_Gal"; //FluxAlg.source_name="GRBspectrum_Test"; // with fixed direcion //FluxAlg.source_name="GRBobsspectrum_Gal"; //FluxAlg.source_name="GRBobsspectrum_Test"; // with fixed direcion FluxAlg.source_name="GRBmanager_Gal"; // ---------------------- Save options: ----------------------- TDSReadFluxAlg.savefile={"ascii"}; TDSReadFluxAlg.savefile+={"root"}; // ------------------------------------------------------------ MessageSvc.OutputLevel=2; ApplicationMgr.EvtMax = 10000; //============================================================== // // End of job options file // //##############################################################