=================== Wed Jan 30 10:07:41 2002 =================== I: & cd \packages\Gaudi-v9-update\GaudiExamples\v9r0p1 & cmt\setup.bat & I:\packages\Gaudi-v9-update\GaudiExamples\v9r0p1\Win32Debug\AlgTools.exe home/AlgTools.txt JobOptionsSvc INFO Service initialized successfully JobOptionsSvc INFO //############################################################## // Job options file //==============================================================// --> Including file $STDOPTS/Common.txt //************************************************************** // // standard job options file // //============================================================== // --> Including file $STDOPTS/Services.txt //************************************************************** // // Services needed by a standard job // //============================================================== //-------------------------------------------------------------- // General Application Configuration options //-------------------------------------------------------------- ApplicationMgr.ExtSvc = { "EventSelector" }; //-------------------------------------------------------------- AuditorSvc.Auditors = { "ChronoAuditor" }; //-------------------------------------------------------------- // Persistency services //-------------------------------------------------------------- //============================================================== // // End of standard Services options file // //************************************************************** // <-- End of including file $STDOPTS/Services.txt // --> Including file $STDOPTS/Dlls.txt //************************************************************** // // DLLs needed by a standard job. // Must not be used for statically linked program // //============================================================== // HMK Do not require HbookCnv for GLAST examples //ApplicationMgr.DLLs = {"HbookCnv", "GaudiAlg", "GaudiAud"}; ApplicationMgr.DLLs = {"GaudiAlg", "GaudiAud"}; //============================================================== // // End of standard DLLs options file // //************************************************************** // <-- End of including file $STDOPTS/Dlls.txt //============================================================== // // End of standard job options file // //************************************************************** // <-- End of including file $STDOPTS/Common.txt //-------------------------------------------------------------- // Private Application Configuration options //-------------------------------------------------------------- ApplicationMgr.TopAlg = { "MyAlgorithm" }; // Set output level threshold (2=DEBUG, 3=INFO, 4=WARNING, 5=ERROR, 6=FATAL ) MessageSvc.OutputLevel = 3; //-------------------------------------------------------------- // Event related parameters //-------------------------------------------------------------- ApplicationMgr.EvtMax = 10; // events to be processed (default is 10) ApplicationMgr.EvtSel = "NONE"; // do not use any event input //ApplicationMgr.HistogramPersistency = "NONE"; //-------------------------------------------------------------- // Algorithms Private Options //-------------------------------------------------------------- MyAlg.MyTool.Int = 101; MyAlg.MyTool.Double = 101.1e+10; MyAlg.MyTool.String = "hundred one"; MyAlg.MyTool.Bool = false; ToolSvc.MyTool.Int = 201; ToolSvc.MyTool.Double = 201.1e+10; ToolSvc.MyTool.String = "two hundred and one"; ToolSvc.MyTool.Bool = true; ToolSvc.MyTool.OutputLevel = 3; MyAlgorithm.OutputLevel = 2; Job options successfully read in from home/AlgTools.txt MessageSvc INFO Service initialized successfully DllClassManager INFO Loaded 3 factories from module GaudiAlg DllClassManager INFO Loaded 4 factories from module GaudiAud ApplicationMgr INFO Application Manager Configured successfully EventSelector INFO Service initialized successfully AppMgrRunable INFO Service initialized successfully EventLoopMgr INFO Service initialized successfully MyAlgorithm INFO initializing.... ToolSvc INFO Service initialized successfully ToolSvc.MyTool INFO intialize() has been called ToolSvc.MyTool INFO Int = 201 ToolSvc.MyTool INFO Double = 2.011e+012 ToolSvc.MyTool INFO String = two hundred and one ToolSvc.MyTool INFO Bool = 1 MyAlgorithm.MyTool INFO intialize() has been called MyAlgorithm.MyTool INFO Int = 100 MyAlgorithm.MyTool INFO Double = 100 MyAlgorithm.MyTool INFO String = hundred MyAlgorithm.MyTool INFO Bool = 1 MyAlgorithm INFO ....initialization done EventDataSvc INFO Service initialized successfully EventPersistenc... INFO Service initialized successfully IncidentSvc INFO Service initialized successfully EventLoopMgr WARNING Unable to locate service "EventSelector" EventLoopMgr WARNING No events will be processed from external input. HistogramDataSvc INFO Service initialized successfully EventLoopMgr WARNING Histograms saving not required. ApplicationMgr INFO Application Manager Initialized successfully AuditorSvc INFO Service initialized successfully ChronoStatSvc INFO Service initialized successfully MyAlgorithm INFO executing.... ToolSvc.MyTool INFO doIt() has been called MyAlgorithm.MyTool INFO doIt() has been called MyAlgorithm.MyTool DEBUG doIt() [DEBUG] has been called MyAlgorithm INFO executing.... ToolSvc.MyTool INFO doIt() has been called MyAlgorithm.MyTool INFO doIt() has been called MyAlgorithm.MyTool DEBUG doIt() [DEBUG] has been called MyAlgorithm INFO executing.... ToolSvc.MyTool INFO doIt() has been called MyAlgorithm.MyTool INFO doIt() has been called MyAlgorithm.MyTool DEBUG doIt() [DEBUG] has been called MyAlgorithm INFO executing.... ToolSvc.MyTool INFO doIt() has been called MyAlgorithm.MyTool INFO doIt() has been called MyAlgorithm.MyTool DEBUG doIt() [DEBUG] has been called MyAlgorithm INFO executing.... ToolSvc.MyTool INFO doIt() has been called MyAlgorithm.MyTool INFO doIt() has been called MyAlgorithm.MyTool DEBUG doIt() [DEBUG] has been called MyAlgorithm INFO executing.... ToolSvc.MyTool INFO doIt() has been called MyAlgorithm.MyTool INFO doIt() has been called MyAlgorithm.MyTool DEBUG doIt() [DEBUG] has been called MyAlgorithm INFO executing.... ToolSvc.MyTool INFO doIt() has been called MyAlgorithm.MyTool INFO doIt() has been called MyAlgorithm.MyTool DEBUG doIt() [DEBUG] has been called MyAlgorithm INFO executing.... ToolSvc.MyTool INFO doIt() has been called MyAlgorithm.MyTool INFO doIt() has been called MyAlgorithm.MyTool DEBUG doIt() [DEBUG] has been called MyAlgorithm INFO executing.... ToolSvc.MyTool INFO doIt() has been called MyAlgorithm.MyTool INFO doIt() has been called MyAlgorithm.MyTool DEBUG doIt() [DEBUG] has been called MyAlgorithm INFO executing.... ToolSvc.MyTool INFO doIt() has been called MyAlgorithm.MyTool INFO doIt() has been called MyAlgorithm.MyTool DEBUG doIt() [DEBUG] has been called MyAlgorithm INFO finalizing.... *****Chrono***** INFO **************************************************************************************************** *****Chrono***** INFO The Final CPU consumption ( Chrono ) Table (ordered) *****Chrono***** INFO **************************************************************************************************** ChronoStatSvc INFO Time User : Tot= 20 [ms] #= 1 MyAlgorithm:exe... INFO Time User : Tot= 20 [ms] Ave/Min/Max= 2(+- 4.01)/ 0/ 10 [ms] #= 10 *****Chrono***** INFO **************************************************************************************************** ChronoStatSvc.f... INFO Service finalized succesfully ToolSvc INFO Removing all tools created by ToolSvc MyAlgorithm.MyTool INFO finalize() has been called MyAlgorithm.MyTool INFO destructor has been called ToolSvc.MyTool INFO finalize() has been called ToolSvc.MyTool INFO destructor has been called ApplicationMgr INFO Application Manager Finalized successfully