=================== Wed Jan 30 09:57:32 2002 =================== I: & cd \packages\Gaudi-v9-update\GaudiExamples\v9r0p1 & cmt\setup.bat & I:\packages\Gaudi-v9-update\GaudiExamples\v9r0p1\Win32Debug\AlgSequencer.exe home/AlgSequencer.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 = { "Sequencer/TopSequence" }; // 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 //-------------------------------------------------------------- // Setup the next level sequencers and their members TopSequence.Members = {"Sequencer/Sequence1", "Sequencer/Sequence2"}; TopSequence.StopOverride = true; Sequence1.Members = {"Prescaler/Prescaler1", "HelloWorld", "EventCounter/Counter1"}; Sequence2.Members = {"Prescaler/Prescaler2", "HelloWorld", "EventCounter/Counter2"}; HelloWorld.OutputLevel = 2; Prescaler1.PercentPass = 50.; Prescaler2.PercentPass = 10.; Prescaler1.OutputLevel = 4; Prescaler2.OutputLevel = 4; Job options successfully read in from home/AlgSequencer.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 TopSequence INFO Sequence1 doesn't exist - created and appended to member list TopSequence INFO Sequence2 doesn't exist - created and appended to member list Sequence1 INFO Prescaler1 doesn't exist - created and appended to member list Sequence1 INFO HelloWorld doesn't exist - created and appended to member list Sequence1 INFO Counter1 doesn't exist - created and appended to member list HelloWorld INFO initializing.... Counter1 INFO Counter1:EventCounter::initialize - Frequency: 1 Sequence2 INFO Prescaler2 doesn't exist - created and appended to member list Sequence2 INFO HelloWorld already exists - appended to member list Sequence2 INFO Counter2 doesn't exist - created and appended to member list Counter2 INFO Counter2:EventCounter::initialize - Frequency: 1 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 HelloWorld INFO executing.... Counter1 INFO Counter1:EventCounter::execute - seen events: 1 HelloWorld INFO executing.... Counter1 INFO Counter1:EventCounter::execute - seen events: 2 HelloWorld INFO executing.... Counter1 INFO Counter1:EventCounter::execute - seen events: 3 HelloWorld INFO executing.... Counter1 INFO Counter1:EventCounter::execute - seen events: 4 HelloWorld INFO executing.... Counter1 INFO Counter1:EventCounter::execute - seen events: 5 Counter2 INFO Counter2:EventCounter::execute - seen events: 1 HelloWorld INFO finalizing.... Counter1 INFO Counter1:EventCounter::finalize - total events: 5 HelloWorld INFO finalizing.... Counter2 INFO Counter2:EventCounter::finalize - total events: 1 *****Chrono***** INFO **************************************************************************************************** *****Chrono***** INFO The Final CPU consumption ( Chrono ) Table (ordered) *****Chrono***** INFO **************************************************************************************************** Counter1:execute INFO Time User : Tot= 0 [us] Ave/Min/Max= 0(+- 0)/ 0/ 0 [us] #= 5 Counter2:execute INFO Time User : Tot= 0 [us] #= 1 HelloWorld:execute INFO Time User : Tot= 0 [us] Ave/Min/Max= 0(+- 0)/ 0/ 0 [us] #= 5 Prescaler1:execute INFO Time User : Tot= 0 [us] Ave/Min/Max= 0(+- 0)/ 0/ 0 [us] #= 10 Prescaler2:execute INFO Time User : Tot= 0 [us] Ave/Min/Max= 0(+- 0)/ 0/ 0 [us] #= 10 Sequence1:execute INFO Time User : Tot= 0 [us] Ave/Min/Max= 0(+- 0)/ 0/ 0 [us] #= 10 Sequence2:execute INFO Time User : Tot= 0 [us] Ave/Min/Max= 0(+- 0)/ 0/ 0 [us] #= 10 ChronoStatSvc INFO Time User : Tot= 10 [ms] #= 1 TopSequence:exe... INFO Time User : Tot= 10 [ms] Ave/Min/Max= 1(+- 3)/ 0/ 10 [ms] #= 10 *****Chrono***** INFO **************************************************************************************************** ChronoStatSvc.f... INFO Service finalized succesfully ApplicationMgr INFO Application Manager Finalized successfully