diff --git a/GaudiExamples/options/Histograms.opts b/GaudiExamples/options/Histograms.opts index d4c228c0f0c7eab314d4deb191b5655038a05e70..87443bb0b88d1aee0a246171a5b8850c464d5499 100644 --- a/GaudiExamples/options/Histograms.opts +++ b/GaudiExamples/options/Histograms.opts @@ -47,7 +47,7 @@ ApplicationMgr.EvtSel = "NONE"; //ApplicationMgr.HistogramPersistency = "HBOOK"; //HbookHistSvc.OutputFile = "histo.hbook"; ApplicationMgr.HistogramPersistency = "ROOT"; -RootHistSvc.OutputFile = "histo.root"; +RootHistSvc.OutputFile = "histo-opts.root"; //NTupleSvc.Output = { "FILE1 DATAFILE='NTuple.hbook' OPT='NEW' TYP='HBOOK'" }; //NTupleSvc.Output = { "FILE1 DATAFILE='NTuple.root' OPT='NEW' TYP='ROOT'" }; diff --git a/GaudiExamples/options/Histograms_with_global.py b/GaudiExamples/options/Histograms_with_global.py index e23ac226331ef123c887cb191d5ae518e16ebae1..61a4e8e791f50d94cdc319fb793e9e5fef478b67 100644 --- a/GaudiExamples/options/Histograms_with_global.py +++ b/GaudiExamples/options/Histograms_with_global.py @@ -45,7 +45,7 @@ except TypeError: pass # this is expected app.HistogramPersistency = 'ROOT' -C.RootHistCnv.PersSvc('RootHistSvc', OutputFile='histo.root') +C.RootHistCnv.PersSvc('RootHistSvc', OutputFile='histo-c2g.root') C.HistogramSvc( 'HistogramDataSvc', diff --git a/GaudiExamples/python/GaudiExamples/TestConfig2.py b/GaudiExamples/python/GaudiExamples/TestConfig2.py index 2fb572edc8940a1364b2cc9aabae65e1cf406df7..dddbc2eee58cefd9728d0cc0ee5d4a97f65ebbc5 100644 --- a/GaudiExamples/python/GaudiExamples/TestConfig2.py +++ b/GaudiExamples/python/GaudiExamples/TestConfig2.py @@ -47,7 +47,7 @@ def adjustLogLevels(config): return config -def main(nevt=50000, outfile='histo.root', OutputLevel=3): +def main(nevt=50000, outfile='histo-c2.root', OutputLevel=3): msgSvc = C.MessageSvc(OutputLevel=3) app = C.ApplicationMgr(MessageSvcType=msgSvc) return adjustLogLevels( diff --git a/GaudiExamples/tests/qmtest/gaudiexamples.qms/gaudiconfig2.qms/histograms.qmt b/GaudiExamples/tests/qmtest/gaudiexamples.qms/gaudiconfig2.qms/histograms.qmt index 033ac852d992762acd66092c125d9bf7f6897a10..59ff075a25e32093c2ef29cde9d4e139dc4b2bd6 100644 --- a/GaudiExamples/tests/qmtest/gaudiexamples.qms/gaudiconfig2.qms/histograms.qmt +++ b/GaudiExamples/tests/qmtest/gaudiexamples.qms/gaudiconfig2.qms/histograms.qmt @@ -13,5 +13,5 @@ <argument name="program"><text>gaudirun.py</text></argument> <argument name="args"><set><text>GaudiExamples.TestConfig2:main</text></set></argument> <argument name="use_temp_dir"><enumeral>true</enumeral></argument> -<argument name="reference"><text>refs/Histograms.ref</text></argument> +<argument name="reference"><text>refs/config2/Histograms.ref</text></argument> </extension> diff --git a/GaudiExamples/tests/qmtest/gaudiexamples.qms/gaudiconfig2.qms/histograms_with_global.qmt b/GaudiExamples/tests/qmtest/gaudiexamples.qms/gaudiconfig2.qms/histograms_with_global.qmt index 09dab6393f8ad00a566ac9f07b65878529c6edc1..a07bf0ac5d696d92892b0c19eeb6ad36f6e2d0f3 100644 --- a/GaudiExamples/tests/qmtest/gaudiexamples.qms/gaudiconfig2.qms/histograms_with_global.qmt +++ b/GaudiExamples/tests/qmtest/gaudiexamples.qms/gaudiconfig2.qms/histograms_with_global.qmt @@ -13,5 +13,5 @@ <argument name="program"><text>gaudirun.py</text></argument> <argument name="args"><set><text>$GAUDIEXAMPLESROOT/options/Histograms_with_global.py</text></set></argument> <argument name="use_temp_dir"><enumeral>true</enumeral></argument> -<argument name="reference"><text>refs/Histograms.ref</text></argument> +<argument name="reference"><text>refs/config2/Histograms_wg.ref</text></argument> </extension> diff --git a/GaudiExamples/tests/qmtest/refs/Aida2Root.ref b/GaudiExamples/tests/qmtest/refs/Aida2Root.ref index a0ee1b39b6a9b50985656f381dbe2db856f462b8..5759150fa42b752b64fa4d69f38f7e6b1e932fe7 100644 --- a/GaudiExamples/tests/qmtest/refs/Aida2Root.ref +++ b/GaudiExamples/tests/qmtest/refs/Aida2Root.ref @@ -17,7 +17,7 @@ JobOptionsSvc INFO # (35,1): Histos2.Histo2 = [-5, 5, 200] JobOptionsSvc INFO # (41,1): ApplicationMgr.EvtMax = 50000 JobOptionsSvc INFO # (42,1): ApplicationMgr.EvtSel = "NONE" JobOptionsSvc INFO # (49,1): ApplicationMgr.HistogramPersistency = "ROOT" -JobOptionsSvc INFO # (50,1): RootHistSvc.OutputFile = "histo.root" +JobOptionsSvc INFO # (50,1): RootHistSvc.OutputFile = "histo-opts.root" JobOptionsSvc INFO # (59,1): HistogramDataSvc.Input = ["InFile DATAFILE='../data/input.hbook' TYP='HBOOK'"] JobOptionsSvc INFO # (61,1): HistogramDataSvc.Predefined1DHistos = {"/stat/Histos2/2":["TEST2", -100, 200]} JobOptionsSvc INFO # (65,1): HistogramDataSvc.OutputLevel = 2 @@ -86,7 +86,7 @@ SimpleHistos DEBUG Property ['Name': Value] = 'ExtraOutputs':[] SimpleHistos DEBUG Property ['Name': Value] = 'ExtraInputs':[] HistogramDataSvc DEBUG Property update for OutputLevel : new value = 2 HistogramDataSvc DEBUG Service base class initialized successfully -RootHistSvc INFO Writing ROOT histograms to: histo.root +RootHistSvc INFO Writing ROOT histograms to: histo-opts.root HistogramPersis... INFO Added successfully Conversion service:RootHistSvc HistogramDataSvc INFO Predefined 1D-Histograms: HistogramDataSvc INFO Path='Histos2/2' Description ('TEST2',-100,200,100) diff --git a/GaudiExamples/tests/qmtest/refs/Histograms_opts.ref b/GaudiExamples/tests/qmtest/refs/Histograms_opts.ref index 0d3fab5bc98884778784b0757d3c42e362086941..10bb4d6b0b9ec1f68925a8e85e92f35eed3aa49e 100644 --- a/GaudiExamples/tests/qmtest/refs/Histograms_opts.ref +++ b/GaudiExamples/tests/qmtest/refs/Histograms_opts.ref @@ -17,7 +17,7 @@ JobOptionsSvc INFO # (35,1): Histos2.Histo2 = [-5, 5, 200] JobOptionsSvc INFO # (41,1): ApplicationMgr.EvtMax = 50000 JobOptionsSvc INFO # (42,1): ApplicationMgr.EvtSel = "NONE" JobOptionsSvc INFO # (49,1): ApplicationMgr.HistogramPersistency = "ROOT" -JobOptionsSvc INFO # (50,1): RootHistSvc.OutputFile = "histo.root" +JobOptionsSvc INFO # (50,1): RootHistSvc.OutputFile = "histo-opts.root" JobOptionsSvc INFO # (61,1): HistogramDataSvc.Predefined1DHistos = {"/stat/Histos2/2":["TEST2", -100, 200]} JobOptionsSvc INFO # (65,1): HistogramDataSvc.OutputLevel = 2 JobOptionsSvc INFO Job options successfully read in from /home/marco/Devel/workspace/Gaudi/GaudiExamples/options/Histograms.opts @@ -83,7 +83,7 @@ SimpleHistos DEBUG Property ['Name': Value] = 'ExtraOutputs':[] SimpleHistos DEBUG Property ['Name': Value] = 'ExtraInputs':[] HistogramDataSvc DEBUG Property update for OutputLevel : new value = 2 HistogramDataSvc DEBUG Service base class initialized successfully -RootHistSvc INFO Writing ROOT histograms to: histo.root +RootHistSvc INFO Writing ROOT histograms to: histo-opts.root HistogramPersis... INFO Added successfully Conversion service:RootHistSvc HistogramDataSvc INFO Predefined 1D-Histograms: HistogramDataSvc INFO Path='Histos2/2' Description ('TEST2',-100,200,100) diff --git a/GaudiExamples/tests/qmtest/refs/config2/Histograms.ref b/GaudiExamples/tests/qmtest/refs/config2/Histograms.ref new file mode 100644 index 0000000000000000000000000000000000000000..ae84f485bbde4894c4248f16370722e2dedc28bf --- /dev/null +++ b/GaudiExamples/tests/qmtest/refs/config2/Histograms.ref @@ -0,0 +1,223 @@ +# setting LC_ALL to "C" +# --> Including file '/home/marco/Devel/workspace/Gaudi/GaudiExamples/options/Histograms.py' +# <-- End of file '/home/marco/Devel/workspace/Gaudi/GaudiExamples/options/Histograms.py' +ApplicationMgr SUCCESS +==================================================================================================================================== + Welcome to ApplicationMgr (GaudiCoreSvc v32r2) + running on marco-XPS-13 on Fri Nov 22 18:11:39 2019 +==================================================================================================================================== +ApplicationMgr INFO Application Manager Configured successfully +SimpleHistos DEBUG Property update for OutputLevel : new value = 2 +SimpleHistos DEBUG Initialize base class GaudiCommon<Algorithm> +SimpleHistos DEBUG could not locate CounterSummarySvc, no counter summary will be made +SimpleHistos DEBUG List of ALL properties of GaudiHistoAlgorithm/SimpleHistos #properties = 52 +SimpleHistos DEBUG Property ['Name': Value] = 'AutoStringIDPurgeMap':{ '/' : '=SLASH=' } +SimpleHistos DEBUG Property ['Name': Value] = 'UseSequencialNumericAutoIDs':False +SimpleHistos DEBUG Property ['Name': Value] = 'HeaderFor1DHistoTable':| Title | # | Mean | RMS | Skewness | Kurtosis | +SimpleHistos DEBUG Property ['Name': Value] = 'ShortFormatFor1DHistoTable': | %1$-25.25s %2% +SimpleHistos DEBUG Property ['Name': Value] = 'FormatFor1DHistoTable':| %2$-45.45s | %3$=7d |%8$11.5g | %10$-11.5g|%12$11.5g |%14$11.5g | +SimpleHistos DEBUG Property ['Name': Value] = 'MonitorHistograms':True +SimpleHistos DEBUG Property ['Name': Value] = 'FullDetail':False +SimpleHistos DEBUG Property ['Name': Value] = 'HistoDir':SimpleHistos +SimpleHistos DEBUG Property ['Name': Value] = 'HistoTopDir': +SimpleHistos DEBUG Property ['Name': Value] = 'HistoOffSet':0 +SimpleHistos DEBUG Property ['Name': Value] = 'HistoSplitDir':False +SimpleHistos DEBUG Property ['Name': Value] = 'HistoCheckForNaN':True +SimpleHistos DEBUG Property ['Name': Value] = 'HistoCountersPrint':True +SimpleHistos DEBUG Property ['Name': Value] = 'HistoPrint':True +SimpleHistos DEBUG Property ['Name': Value] = 'HistoProduce':True +SimpleHistos DEBUG Property ['Name': Value] = 'RequireObjects':[ ] +SimpleHistos DEBUG Property ['Name': Value] = 'VetoObjects':[ ] +SimpleHistos DEBUG Property ['Name': Value] = 'StatEntityList':[ ] +SimpleHistos DEBUG Property ['Name': Value] = 'CounterList':[ '.*' ] +SimpleHistos DEBUG Property ['Name': Value] = 'UseEfficiencyRowFormat':True +SimpleHistos DEBUG Property ['Name': Value] = 'EfficiencyRowFormat': |*%|-48.48s|%|50t||%|10d| |%|11.5g| |(%|#9.6g| +- %|-#9.6g|)%%| ------- | ------- | +SimpleHistos DEBUG Property ['Name': Value] = 'RegularRowFormat': | %|-48.48s|%|50t||%|10d| |%|11.7g| |%|#11.5g| |%|#11.5g| |%|#12.5g| |%|#12.5g| | +SimpleHistos DEBUG Property ['Name': Value] = 'StatTableHeader': | Counter | # | sum | mean/eff^* | rms/err^* | min | max | +SimpleHistos DEBUG Property ['Name': Value] = 'Context': +SimpleHistos DEBUG Property ['Name': Value] = 'TypePrint':True +SimpleHistos DEBUG Property ['Name': Value] = 'PrintEmptyCounters':False +SimpleHistos DEBUG Property ['Name': Value] = 'StatPrint':True +SimpleHistos DEBUG Property ['Name': Value] = 'PropertiesPrint':False +SimpleHistos DEBUG Property ['Name': Value] = 'ErrorsPrint':True +SimpleHistos DEBUG Property ['Name': Value] = 'RootInTES': +SimpleHistos DEBUG Property ['Name': Value] = 'FilterCircularDependencies':True +SimpleHistos DEBUG Property ['Name': Value] = 'Blocking':False +SimpleHistos DEBUG Property ['Name': Value] = 'NeededResources':[ ] +SimpleHistos DEBUG Property ['Name': Value] = 'Cardinality':1 +SimpleHistos DEBUG Property ['Name': Value] = 'RegisterForContextService':True +SimpleHistos DEBUG Property ['Name': Value] = 'MonitorService':MonitorSvc +SimpleHistos DEBUG Property ['Name': Value] = 'Timeline':False +SimpleHistos DEBUG Property ['Name': Value] = 'AuditStop':False +SimpleHistos DEBUG Property ['Name': Value] = 'AuditStart':False +SimpleHistos DEBUG Property ['Name': Value] = 'AuditFinalize':False +SimpleHistos DEBUG Property ['Name': Value] = 'AuditExecute':False +SimpleHistos DEBUG Property ['Name': Value] = 'AuditRestart':False +SimpleHistos DEBUG Property ['Name': Value] = 'AuditReinitialize':False +SimpleHistos DEBUG Property ['Name': Value] = 'AuditInitialize':False +SimpleHistos DEBUG Property ['Name': Value] = 'AuditAlgorithms':False +SimpleHistos DEBUG Property ['Name': Value] = 'ErrorMax':1 +SimpleHistos DEBUG Property ['Name': Value] = 'Enable':True +SimpleHistos DEBUG Property ['Name': Value] = 'OutputLevel':2 +SimpleHistos DEBUG Property ['Name': Value] = 'ExtraOutputs':[] +SimpleHistos DEBUG Property ['Name': Value] = 'ExtraInputs':[] +RootHistSvc INFO Writing ROOT histograms to: histo-c2.root +HistogramPersis... INFO Added successfully Conversion service:RootHistSvc +HistogramDataSvc INFO Added stream file:../data/input.hbook as InFile +SimpleHistos DEBUG GaudiHistoAlgorithm:: The histogram path is set to be 'SimpleHistos' +SimpleHistos DEBUG input handles: 0 +SimpleHistos DEBUG output handles: 0 +SimpleHistos DEBUG Data Deps for SimpleHistos +SimpleR7Histos DEBUG Property update for OutputLevel : new value = 2 +SimpleR7Histos DEBUG input handles: 0 +SimpleR7Histos DEBUG output handles: 0 +SimpleR7Histos DEBUG Data Deps for SimpleR7Histos +SimpleBoostHistos DEBUG Property update for OutputLevel : new value = 2 +SimpleBoostHistos DEBUG input handles: 0 +SimpleBoostHistos DEBUG output handles: 0 +SimpleBoostHistos DEBUG Data Deps for SimpleBoostHistos +EventLoopMgr WARNING Unable to locate service "EventSelector" +EventLoopMgr WARNING No events will be processed from external input. +ApplicationMgr INFO Application Manager Initialized successfully +ApplicationMgr INFO Application Manager Started successfully +RndmGenSvc.Engine INFO Generator engine type:CLHEP::RanluxEngine +RndmGenSvc.Engine INFO Current Seed:1234567 Luxury:3 +RndmGenSvc INFO Using Random engine:HepRndm::Engine<CLHEP::RanluxEngine> +SimpleHistos DEBUG Monitoring histogram 'Gaussian mean=0, sigma=1' desc = 'Gaussian mean=0, sigma=1' +SimpleHistos DEBUG Booked 1D Histogram : ID='Gaussian mean=0, sigma=1' Path=SimpleHistos Title='Gaussian mean=0, sigma=1' +SimpleHistos DEBUG Monitoring histogram '101' desc = 'Exponential' +SimpleHistos DEBUG Booked 1D Histogram : ID='101' Path=SimpleHistos Title='Exponential' +SimpleHistos DEBUG Monitoring histogram '102' desc = 'Breit' +SimpleHistos DEBUG Booked 1D Histogram : ID='102' Path=SimpleHistos Title='Breit' +SimpleHistos DEBUG Monitoring histogram 'poisson' desc = 'Poisson' +SimpleHistos DEBUG Booked 1D Histogram : ID='poisson' Path=SimpleHistos Title='Poisson' +SimpleHistos DEBUG Monitoring histogram 'subdir1/bino' desc = 'Binominal' +SimpleHistos DEBUG Booked 1D Histogram : ID='subdir1/bino' Path=SimpleHistos Title='Binominal' +SimpleHistos DEBUG Monitoring histogram 'subdir2/bino' desc = 'Binominal' +SimpleHistos DEBUG Booked 1D Histogram : ID='subdir2/bino' Path=SimpleHistos Title='Binominal' +SimpleHistos DEBUG Monitoring histogram 'Gaussian V Flat' desc = 'Gaussian V Flat' +SimpleHistos DEBUG Booked 2D Histogram : ID='Gaussian V Flat' Path=SimpleHistos Title='Gaussian V Flat' +SimpleHistos DEBUG Monitoring histogram 'Exponential V Flat' desc = 'Exponential V Flat' +SimpleHistos DEBUG Booked 2D Histogram : ID='Exponential V Flat' Path=SimpleHistos Title='Exponential V Flat' +SimpleHistos DEBUG Monitoring histogram 'binVpois' desc = 'Binom V poisson' +SimpleHistos DEBUG Booked 2D Histogram : ID='binVpois' Path=SimpleHistos Title='Binom V poisson' +SimpleHistos DEBUG Monitoring histogram 'expoVpois' desc = 'Expo V poisson' +SimpleHistos DEBUG Booked 2D Histogram : ID='expoVpois' Path=SimpleHistos Title='Expo V poisson' +SimpleHistos DEBUG Monitoring histogram '3D plot AutoID' desc = '3D plot AutoID' +SimpleHistos DEBUG Booked 3D Histogram : ID='3D plot AutoID' Path=SimpleHistos Title='3D plot AutoID' +SimpleHistos DEBUG Monitoring histogram '3d' desc = '3D plot ForcedID' +SimpleHistos DEBUG Booked 3D Histogram : ID='3d' Path=SimpleHistos Title='3D plot ForcedID' +SimpleHistos DEBUG Monitoring histogram 'Expo V Gauss 1DProf' desc = 'Expo V Gauss 1DProf' +SimpleHistos DEBUG Booked 1D Profile Histogram : ID='Expo V Gauss 1DProf' Path=SimpleHistos Title='Expo V Gauss 1DProf' +SimpleHistos DEBUG Monitoring histogram 'Expo V Gauss 1DProf s' desc = 'Expo V Gauss 1DProf s' +SimpleHistos DEBUG Booked 1D Profile Histogram : ID='Expo V Gauss 1DProf s' Path=SimpleHistos Title='Expo V Gauss 1DProf s' +SimpleHistos DEBUG Monitoring histogram 'Gauss V Flat 1DProf' desc = 'Gauss V Flat 1DProf' +SimpleHistos DEBUG Booked 1D Profile Histogram : ID='Gauss V Flat 1DProf' Path=SimpleHistos Title='Gauss V Flat 1DProf' +SimpleHistos DEBUG Monitoring histogram 'Gauss V Flat 1DProf S' desc = 'Gauss V Flat 1DProf S' +SimpleHistos DEBUG Booked 1D Profile Histogram : ID='Gauss V Flat 1DProf S' Path=SimpleHistos Title='Gauss V Flat 1DProf S' +SimpleHistos DEBUG Monitoring histogram 'Gauss V Flat 1DProf, with limits-I' desc = 'Gauss V Flat 1DProf, with limits-I' +SimpleHistos DEBUG Booked 1D Profile Histogram : ID='Gauss V Flat 1DProf, with limits-I' Path=SimpleHistos Title='Gauss V Flat 1DProf, with limits-I' +SimpleHistos DEBUG Monitoring histogram 'Gauss V Flat 1DProf, with limits-I s' desc = 'Gauss V Flat 1DProf, with limits-I s' +SimpleHistos DEBUG Booked 1D Profile Histogram : ID='Gauss V Flat 1DProf, with limits-I s' Path=SimpleHistos Title='Gauss V Flat 1DProf, with limits-I s' +SimpleHistos DEBUG Monitoring histogram 'Gauss V Flat 1DProf, with limits-II' desc = 'Gauss V Flat 1DProf, with limits-II' +SimpleHistos DEBUG Booked 1D Profile Histogram : ID='Gauss V Flat 1DProf, with limits-II' Path=SimpleHistos Title='Gauss V Flat 1DProf, with limits-II' +SimpleHistos DEBUG Monitoring histogram 'Gauss V Flat 1DProf, with limits-II s' desc = 'Gauss V Flat 1DProf, with limits-II s' +SimpleHistos DEBUG Booked 1D Profile Histogram : ID='Gauss V Flat 1DProf, with limits-II s' Path=SimpleHistos Title='Gauss V Flat 1DProf, with limits-II s' +SimpleHistos DEBUG Monitoring histogram '2dprof' desc = '2D profile1' +SimpleHistos DEBUG Booked 2D Profile Histogram : ID='2dprof' Path=SimpleHistos Title='2D profile1' +SimpleHistos DEBUG Monitoring histogram '321' desc = '2D profile2' +SimpleHistos DEBUG Booked 2D Profile Histogram : ID='321' Path=SimpleHistos Title='2D profile2' +SimpleHistos DEBUG Monitoring histogram 'varBinning/x' desc = '1D Variable Binning' +SimpleHistos DEBUG Booked 1D Histogram : ID='varBinning/x' Path=SimpleHistos Title='1D Variable Binning' +SimpleHistos DEBUG Monitoring histogram 'varBinning/y' desc = '2D Variable Binning' +SimpleHistos DEBUG Booked 2D Histogram : ID='varBinning/y' Path=SimpleHistos Title='2D Variable Binning' +SimpleHistos DEBUG Monitoring histogram 'varBinning/z' desc = '3D Variable Binning' +SimpleHistos DEBUG Booked 3D Histogram : ID='varBinning/z' Path=SimpleHistos Title='3D Variable Binning' +SimpleHistos DEBUG Monitoring histogram 'varBinning/a' desc = '1D Profile Variable Binning' +SimpleHistos DEBUG Booked 1D Profile Histogram : ID='varBinning/a' Path=SimpleHistos Title='1D Profile Variable Binning' +SimpleHistos DEBUG Monitoring histogram 'varBinning/b' desc = '2D Profile Variable Binning' +SimpleHistos DEBUG Booked 2D Profile Histogram : ID='varBinning/b' Path=SimpleHistos Title='2D Profile Variable Binning' +SimpleHistos DEBUG Monitoring histogram 'AutoID time test' desc = 'AutoID time test' +SimpleHistos DEBUG Booked 1D Histogram : ID='AutoID time test' Path=SimpleHistos Title='AutoID time test' +SimpleHistos DEBUG Monitoring histogram '1111' desc = 'Forced Numeric ID time test' +SimpleHistos DEBUG Booked 1D Histogram : ID='1111' Path=SimpleHistos Title='Forced Numeric ID time test' +SimpleHistos DEBUG Monitoring histogram 'test1' desc = 'Forced Alpha ID time test' +SimpleHistos DEBUG Booked 1D Histogram : ID='test1' Path=SimpleHistos Title='Forced Alpha ID time test' +SimpleHistos INFO GaudiHistoAlgorithm:: Filling Histograms...... Please be patient ! +SimpleR7Histos SUCCESS Filling Histograms...... Please be patient ! +SimpleBoostHistos SUCCESS Filling Histograms...... Please be patient ! +ApplicationMgr INFO Application Manager Stopped successfully +SimpleHistos SUCCESS Booked 30 Histogram(s) : 1D=10 2D=5 3D=3 1DProf=9 2DProf=3 +SimpleHistos SUCCESS 1D histograms in directory "SimpleHistos" : 10 + | ID | Title | # | Mean | RMS | Skewness | Kurtosis | + | 101 | "Exponential" | 50000 | 0.95998 | 0.90886 | 1.5114 | 2.2809 | + | 102 | "Breit" | 50000 | -0.0032276 | 1.2027 | -0.02601 | 3.5939 | + | 1111 | "Forced Numeric ID time test" | 50000 | -0.0093573 | 1.0017 | -0.0020166 | 0.039768 | + | AutoID time test | "AutoID time test" | 50000 | -0.0093573 | 1.0017 | -0.0020166 | 0.039768 | + | Gaussian mean=0, sigma=1 | "Gaussian mean=0, sigma=1" | 50000 | -0.0093573 | 1.0017 | -0.0020166 | 0.039768 | + | poisson | "Poisson" | 50000 | 1.8068 | 1.1805 | 0.32702 | -0.76869 | + | subdir1/bino | "Binominal" | 50000 | 1.92 | 1.115 | 0.24185 | -0.67702 | + | subdir2/bino | "Binominal" | 50000 | 1.92 | 1.115 | 0.24185 | -0.67702 | + | test1 | "Forced Alpha ID time test" | 50000 | -0.0093573 | 1.0017 | -0.0020166 | 0.039768 | + | varBinning/x | "1D Variable Binning" | 50000 | 0.030308 | 2.8803 | -0.0052154 | -1.2979 | +SimpleHistos SUCCESS 2D histograms in directory "SimpleHistos" : 5 + ID=Exponential V Flat "Exponential V Flat" Ents/All=49838/50000<X>/sX=0.03068/2.8801,<Y>/sY=0.95528/0.90579 + ID=Gaussian V Flat "Gaussian V Flat" Ents/All=50000/50000<X>/sX=0.030308/2.8803,<Y>/sY=-0.0042333/1.0042 + ID=binVpois "Binom V poisson" Ents/All=49923/50000<X>/sX=1.8074/1.1812,<Y>/sY=1.9167/1.1142 + ID=expoVpois "Expo V poisson" Ents/All=49987/50000<X>/sX=1.8064/1.1804,<Y>/sY=0.96083/0.9102 + ID=varBinning/y "2D Variable Binning" Ents/All=50000/50000<X>/sX=0.030308/2.8803,<Y>/sY=-0.0042333/1.0042 +SimpleHistos SUCCESS 3D histograms in directory "SimpleHistos" : 3 + ID=3D plot AutoID "3D plot AutoID" Ents/All=50000/50000<X>/sX=-0.0097151/1.0015,<Y>/sY=0.95875/0.90726,<Z>/sZ=-0.0028438/1.2021 + ID=3d "3D plot ForcedID" Ents/All=50000/50000<X>/sX=-0.0097151/1.0015,<Y>/sY=0.95875/0.90726,<Z>/sZ=-0.0028438/1.2021 + ID=varBinning/z "3D Variable Binning" Ents/All=50000/50000<X>/sX=0.03068/2.8801,<Y>/sY=-0.0038371/1.0044,<Z>/sZ=0.95528/0.90579 +SimpleHistos SUCCESS 1D profile histograms in directory "SimpleHistos" : 9 + | ID | Title | # | Mean | RMS | Skewness | Kurtosis | + | Expo V Gauss 1DProf | "Expo V Gauss 1DProf" | 50000 | -0.0093573 | 1.0017 | -0.73799 | 76.11 | + | Expo V Gauss 1DProf s | "Expo V Gauss 1DProf s" | 50000 | -0.0093573 | 1.0017 | -0.73799 | 76.11 | + | Gauss V Flat 1DProf | "Gauss V Flat 1DProf" | 50000 | -0.01323 | 5.7672 | 0 | -3 | + | Gauss V Flat 1DProf S | "Gauss V Flat 1DProf S" | 50000 | -0.01323 | 5.7672 | 0 | -3 | + | Gauss V Flat 1DProf, with | "Gauss V Flat 1DProf, with limits-I" | 24789 | -0.004588 | 5.7479 | 0.0038837 | -1.2387 | + | Gauss V Flat 1DProf, with | "Gauss V Flat 1DProf, with limits-I s" | 24789 | -0.004588 | 5.7479 | 0.0038837 | -1.2387 | + | Gauss V Flat 1DProf, with | "Gauss V Flat 1DProf, with limits-II" | 25211 | -0.021726 | 5.7861 | 0 | -3 | + | Gauss V Flat 1DProf, with | "Gauss V Flat 1DProf, with limits-II s" | 25211 | -0.021726 | 5.7861 | 0 | -3 | + | varBinning/a | "1D Profile Variable Binning" | 50000 | 0.030308 | 2.8803 | 0 | -3 | +SimpleHistos SUCCESS 2D profile histograms in directory "SimpleHistos" : 3 + ID=2dprof "2D profile1" Ents/All=50000/50000<X>/sX=-0.0092514/1.0016,<Y>/sY=0.95998/0.90886 + ID=321 "2D profile2" Ents/All=50000/50000<X>/sX=-0.0092514/1.0016,<Y>/sY=0.95998/0.90886 + ID=varBinning/b "2D Profile Variable Binning" Ents/All=50000/50000<X>/sX=0.030308/2.8803,<Y>/sY=-0.0042333/1.0042 +SimpleHistos DEBUG Finalize base class GaudiAlgorithm +SimpleHistos DEBUG Tools to release : +SimpleHistos DEBUG Services to release : +SimpleR7Histos INFO Number of counters : 6 + | Counter | + | "Binominal" H 50000 | + | "Breit" H 50000 | + | "Exponential" H 50000 | + | "Gaussian mean=0, sigma=1" H 50000 | + | "Poisson" H 50000 | + | "calls" | 50000 | +SimpleBoostHistos INFO Number of counters : 10 + | Counter | + | "Binom V poisson" H 50000 | + | "Binominal" H 50000 | + | "Breit" H 50000 | + | "Expo V poisson" H 50000 | + | "Exponential" H 50000 | + | "Exponential V Flat" H 50000 | + | "Gaussian V Flat" H 50000 | + | "Gaussian mean=0, sigma=1" H 50000 | + | "Poisson" H 50000 | + | "calls" | 50000 | +EventLoopMgr INFO Histograms converted successfully according to request. +*****Chrono***** INFO **************************************************************************************************** +*****Chrono***** INFO The Final CPU consumption ( Chrono ) Table (ordered) +*****Chrono***** INFO **************************************************************************************************** +1DAutoID INFO Time User : Tot= 20 [ms] Ave/Min/Max=0.0004(+-0.0632)/ 0/ 10 [ms] #=49999 +1DForcedAlphaID INFO Time User : Tot= 50 [ms] Ave/Min/Max=0.001(+- 0.1)/ 0/ 10 [ms] #=49999 +1DForcedNumericID INFO Time User : Tot= 50 [ms] Ave/Min/Max=0.001(+- 0.1)/ 0/ 10 [ms] #=49999 +1DOldStyle INFO Time User : Tot= 60 [ms] Ave/Min/Max=0.0012(+- 0.11)/ 0/ 10 [ms] #=49999 +ChronoStatSvc INFO Time User : Tot= 0.96 [s] #= 1 +*****Chrono***** INFO **************************************************************************************************** +ChronoStatSvc.f... INFO Service finalized successfully +ApplicationMgr INFO Application Manager Finalized successfully +ApplicationMgr INFO Application Manager Terminated successfully diff --git a/GaudiExamples/tests/qmtest/refs/config2/Histograms_wg.ref b/GaudiExamples/tests/qmtest/refs/config2/Histograms_wg.ref new file mode 100644 index 0000000000000000000000000000000000000000..1f9692b0728b1b84c24ac437d4064154ff3d4dd4 --- /dev/null +++ b/GaudiExamples/tests/qmtest/refs/config2/Histograms_wg.ref @@ -0,0 +1,223 @@ +# setting LC_ALL to "C" +# --> Including file '/home/marco/Devel/workspace/Gaudi/GaudiExamples/options/Histograms.py' +# <-- End of file '/home/marco/Devel/workspace/Gaudi/GaudiExamples/options/Histograms.py' +ApplicationMgr SUCCESS +==================================================================================================================================== + Welcome to ApplicationMgr (GaudiCoreSvc v32r2) + running on marco-XPS-13 on Fri Nov 22 18:11:39 2019 +==================================================================================================================================== +ApplicationMgr INFO Application Manager Configured successfully +SimpleHistos DEBUG Property update for OutputLevel : new value = 2 +SimpleHistos DEBUG Initialize base class GaudiCommon<Algorithm> +SimpleHistos DEBUG could not locate CounterSummarySvc, no counter summary will be made +SimpleHistos DEBUG List of ALL properties of GaudiHistoAlgorithm/SimpleHistos #properties = 52 +SimpleHistos DEBUG Property ['Name': Value] = 'AutoStringIDPurgeMap':{ '/' : '=SLASH=' } +SimpleHistos DEBUG Property ['Name': Value] = 'UseSequencialNumericAutoIDs':False +SimpleHistos DEBUG Property ['Name': Value] = 'HeaderFor1DHistoTable':| Title | # | Mean | RMS | Skewness | Kurtosis | +SimpleHistos DEBUG Property ['Name': Value] = 'ShortFormatFor1DHistoTable': | %1$-25.25s %2% +SimpleHistos DEBUG Property ['Name': Value] = 'FormatFor1DHistoTable':| %2$-45.45s | %3$=7d |%8$11.5g | %10$-11.5g|%12$11.5g |%14$11.5g | +SimpleHistos DEBUG Property ['Name': Value] = 'MonitorHistograms':True +SimpleHistos DEBUG Property ['Name': Value] = 'FullDetail':False +SimpleHistos DEBUG Property ['Name': Value] = 'HistoDir':SimpleHistos +SimpleHistos DEBUG Property ['Name': Value] = 'HistoTopDir': +SimpleHistos DEBUG Property ['Name': Value] = 'HistoOffSet':0 +SimpleHistos DEBUG Property ['Name': Value] = 'HistoSplitDir':False +SimpleHistos DEBUG Property ['Name': Value] = 'HistoCheckForNaN':True +SimpleHistos DEBUG Property ['Name': Value] = 'HistoCountersPrint':True +SimpleHistos DEBUG Property ['Name': Value] = 'HistoPrint':True +SimpleHistos DEBUG Property ['Name': Value] = 'HistoProduce':True +SimpleHistos DEBUG Property ['Name': Value] = 'RequireObjects':[ ] +SimpleHistos DEBUG Property ['Name': Value] = 'VetoObjects':[ ] +SimpleHistos DEBUG Property ['Name': Value] = 'StatEntityList':[ ] +SimpleHistos DEBUG Property ['Name': Value] = 'CounterList':[ '.*' ] +SimpleHistos DEBUG Property ['Name': Value] = 'UseEfficiencyRowFormat':True +SimpleHistos DEBUG Property ['Name': Value] = 'EfficiencyRowFormat': |*%|-48.48s|%|50t||%|10d| |%|11.5g| |(%|#9.6g| +- %|-#9.6g|)%%| ------- | ------- | +SimpleHistos DEBUG Property ['Name': Value] = 'RegularRowFormat': | %|-48.48s|%|50t||%|10d| |%|11.7g| |%|#11.5g| |%|#11.5g| |%|#12.5g| |%|#12.5g| | +SimpleHistos DEBUG Property ['Name': Value] = 'StatTableHeader': | Counter | # | sum | mean/eff^* | rms/err^* | min | max | +SimpleHistos DEBUG Property ['Name': Value] = 'Context': +SimpleHistos DEBUG Property ['Name': Value] = 'TypePrint':True +SimpleHistos DEBUG Property ['Name': Value] = 'PrintEmptyCounters':False +SimpleHistos DEBUG Property ['Name': Value] = 'StatPrint':True +SimpleHistos DEBUG Property ['Name': Value] = 'PropertiesPrint':False +SimpleHistos DEBUG Property ['Name': Value] = 'ErrorsPrint':True +SimpleHistos DEBUG Property ['Name': Value] = 'RootInTES': +SimpleHistos DEBUG Property ['Name': Value] = 'FilterCircularDependencies':True +SimpleHistos DEBUG Property ['Name': Value] = 'Blocking':False +SimpleHistos DEBUG Property ['Name': Value] = 'NeededResources':[ ] +SimpleHistos DEBUG Property ['Name': Value] = 'Cardinality':1 +SimpleHistos DEBUG Property ['Name': Value] = 'RegisterForContextService':True +SimpleHistos DEBUG Property ['Name': Value] = 'MonitorService':MonitorSvc +SimpleHistos DEBUG Property ['Name': Value] = 'Timeline':False +SimpleHistos DEBUG Property ['Name': Value] = 'AuditStop':False +SimpleHistos DEBUG Property ['Name': Value] = 'AuditStart':False +SimpleHistos DEBUG Property ['Name': Value] = 'AuditFinalize':False +SimpleHistos DEBUG Property ['Name': Value] = 'AuditExecute':False +SimpleHistos DEBUG Property ['Name': Value] = 'AuditRestart':False +SimpleHistos DEBUG Property ['Name': Value] = 'AuditReinitialize':False +SimpleHistos DEBUG Property ['Name': Value] = 'AuditInitialize':False +SimpleHistos DEBUG Property ['Name': Value] = 'AuditAlgorithms':False +SimpleHistos DEBUG Property ['Name': Value] = 'ErrorMax':1 +SimpleHistos DEBUG Property ['Name': Value] = 'Enable':True +SimpleHistos DEBUG Property ['Name': Value] = 'OutputLevel':2 +SimpleHistos DEBUG Property ['Name': Value] = 'ExtraOutputs':[] +SimpleHistos DEBUG Property ['Name': Value] = 'ExtraInputs':[] +RootHistSvc INFO Writing ROOT histograms to: histo-c2g.root +HistogramPersis... INFO Added successfully Conversion service:RootHistSvc +HistogramDataSvc INFO Added stream file:../data/input.hbook as InFile +SimpleHistos DEBUG GaudiHistoAlgorithm:: The histogram path is set to be 'SimpleHistos' +SimpleHistos DEBUG input handles: 0 +SimpleHistos DEBUG output handles: 0 +SimpleHistos DEBUG Data Deps for SimpleHistos +SimpleR7Histos DEBUG Property update for OutputLevel : new value = 2 +SimpleR7Histos DEBUG input handles: 0 +SimpleR7Histos DEBUG output handles: 0 +SimpleR7Histos DEBUG Data Deps for SimpleR7Histos +SimpleBoostHistos DEBUG Property update for OutputLevel : new value = 2 +SimpleBoostHistos DEBUG input handles: 0 +SimpleBoostHistos DEBUG output handles: 0 +SimpleBoostHistos DEBUG Data Deps for SimpleBoostHistos +EventLoopMgr WARNING Unable to locate service "EventSelector" +EventLoopMgr WARNING No events will be processed from external input. +ApplicationMgr INFO Application Manager Initialized successfully +ApplicationMgr INFO Application Manager Started successfully +RndmGenSvc.Engine INFO Generator engine type:CLHEP::RanluxEngine +RndmGenSvc.Engine INFO Current Seed:1234567 Luxury:3 +RndmGenSvc INFO Using Random engine:HepRndm::Engine<CLHEP::RanluxEngine> +SimpleHistos DEBUG Monitoring histogram 'Gaussian mean=0, sigma=1' desc = 'Gaussian mean=0, sigma=1' +SimpleHistos DEBUG Booked 1D Histogram : ID='Gaussian mean=0, sigma=1' Path=SimpleHistos Title='Gaussian mean=0, sigma=1' +SimpleHistos DEBUG Monitoring histogram '101' desc = 'Exponential' +SimpleHistos DEBUG Booked 1D Histogram : ID='101' Path=SimpleHistos Title='Exponential' +SimpleHistos DEBUG Monitoring histogram '102' desc = 'Breit' +SimpleHistos DEBUG Booked 1D Histogram : ID='102' Path=SimpleHistos Title='Breit' +SimpleHistos DEBUG Monitoring histogram 'poisson' desc = 'Poisson' +SimpleHistos DEBUG Booked 1D Histogram : ID='poisson' Path=SimpleHistos Title='Poisson' +SimpleHistos DEBUG Monitoring histogram 'subdir1/bino' desc = 'Binominal' +SimpleHistos DEBUG Booked 1D Histogram : ID='subdir1/bino' Path=SimpleHistos Title='Binominal' +SimpleHistos DEBUG Monitoring histogram 'subdir2/bino' desc = 'Binominal' +SimpleHistos DEBUG Booked 1D Histogram : ID='subdir2/bino' Path=SimpleHistos Title='Binominal' +SimpleHistos DEBUG Monitoring histogram 'Gaussian V Flat' desc = 'Gaussian V Flat' +SimpleHistos DEBUG Booked 2D Histogram : ID='Gaussian V Flat' Path=SimpleHistos Title='Gaussian V Flat' +SimpleHistos DEBUG Monitoring histogram 'Exponential V Flat' desc = 'Exponential V Flat' +SimpleHistos DEBUG Booked 2D Histogram : ID='Exponential V Flat' Path=SimpleHistos Title='Exponential V Flat' +SimpleHistos DEBUG Monitoring histogram 'binVpois' desc = 'Binom V poisson' +SimpleHistos DEBUG Booked 2D Histogram : ID='binVpois' Path=SimpleHistos Title='Binom V poisson' +SimpleHistos DEBUG Monitoring histogram 'expoVpois' desc = 'Expo V poisson' +SimpleHistos DEBUG Booked 2D Histogram : ID='expoVpois' Path=SimpleHistos Title='Expo V poisson' +SimpleHistos DEBUG Monitoring histogram '3D plot AutoID' desc = '3D plot AutoID' +SimpleHistos DEBUG Booked 3D Histogram : ID='3D plot AutoID' Path=SimpleHistos Title='3D plot AutoID' +SimpleHistos DEBUG Monitoring histogram '3d' desc = '3D plot ForcedID' +SimpleHistos DEBUG Booked 3D Histogram : ID='3d' Path=SimpleHistos Title='3D plot ForcedID' +SimpleHistos DEBUG Monitoring histogram 'Expo V Gauss 1DProf' desc = 'Expo V Gauss 1DProf' +SimpleHistos DEBUG Booked 1D Profile Histogram : ID='Expo V Gauss 1DProf' Path=SimpleHistos Title='Expo V Gauss 1DProf' +SimpleHistos DEBUG Monitoring histogram 'Expo V Gauss 1DProf s' desc = 'Expo V Gauss 1DProf s' +SimpleHistos DEBUG Booked 1D Profile Histogram : ID='Expo V Gauss 1DProf s' Path=SimpleHistos Title='Expo V Gauss 1DProf s' +SimpleHistos DEBUG Monitoring histogram 'Gauss V Flat 1DProf' desc = 'Gauss V Flat 1DProf' +SimpleHistos DEBUG Booked 1D Profile Histogram : ID='Gauss V Flat 1DProf' Path=SimpleHistos Title='Gauss V Flat 1DProf' +SimpleHistos DEBUG Monitoring histogram 'Gauss V Flat 1DProf S' desc = 'Gauss V Flat 1DProf S' +SimpleHistos DEBUG Booked 1D Profile Histogram : ID='Gauss V Flat 1DProf S' Path=SimpleHistos Title='Gauss V Flat 1DProf S' +SimpleHistos DEBUG Monitoring histogram 'Gauss V Flat 1DProf, with limits-I' desc = 'Gauss V Flat 1DProf, with limits-I' +SimpleHistos DEBUG Booked 1D Profile Histogram : ID='Gauss V Flat 1DProf, with limits-I' Path=SimpleHistos Title='Gauss V Flat 1DProf, with limits-I' +SimpleHistos DEBUG Monitoring histogram 'Gauss V Flat 1DProf, with limits-I s' desc = 'Gauss V Flat 1DProf, with limits-I s' +SimpleHistos DEBUG Booked 1D Profile Histogram : ID='Gauss V Flat 1DProf, with limits-I s' Path=SimpleHistos Title='Gauss V Flat 1DProf, with limits-I s' +SimpleHistos DEBUG Monitoring histogram 'Gauss V Flat 1DProf, with limits-II' desc = 'Gauss V Flat 1DProf, with limits-II' +SimpleHistos DEBUG Booked 1D Profile Histogram : ID='Gauss V Flat 1DProf, with limits-II' Path=SimpleHistos Title='Gauss V Flat 1DProf, with limits-II' +SimpleHistos DEBUG Monitoring histogram 'Gauss V Flat 1DProf, with limits-II s' desc = 'Gauss V Flat 1DProf, with limits-II s' +SimpleHistos DEBUG Booked 1D Profile Histogram : ID='Gauss V Flat 1DProf, with limits-II s' Path=SimpleHistos Title='Gauss V Flat 1DProf, with limits-II s' +SimpleHistos DEBUG Monitoring histogram '2dprof' desc = '2D profile1' +SimpleHistos DEBUG Booked 2D Profile Histogram : ID='2dprof' Path=SimpleHistos Title='2D profile1' +SimpleHistos DEBUG Monitoring histogram '321' desc = '2D profile2' +SimpleHistos DEBUG Booked 2D Profile Histogram : ID='321' Path=SimpleHistos Title='2D profile2' +SimpleHistos DEBUG Monitoring histogram 'varBinning/x' desc = '1D Variable Binning' +SimpleHistos DEBUG Booked 1D Histogram : ID='varBinning/x' Path=SimpleHistos Title='1D Variable Binning' +SimpleHistos DEBUG Monitoring histogram 'varBinning/y' desc = '2D Variable Binning' +SimpleHistos DEBUG Booked 2D Histogram : ID='varBinning/y' Path=SimpleHistos Title='2D Variable Binning' +SimpleHistos DEBUG Monitoring histogram 'varBinning/z' desc = '3D Variable Binning' +SimpleHistos DEBUG Booked 3D Histogram : ID='varBinning/z' Path=SimpleHistos Title='3D Variable Binning' +SimpleHistos DEBUG Monitoring histogram 'varBinning/a' desc = '1D Profile Variable Binning' +SimpleHistos DEBUG Booked 1D Profile Histogram : ID='varBinning/a' Path=SimpleHistos Title='1D Profile Variable Binning' +SimpleHistos DEBUG Monitoring histogram 'varBinning/b' desc = '2D Profile Variable Binning' +SimpleHistos DEBUG Booked 2D Profile Histogram : ID='varBinning/b' Path=SimpleHistos Title='2D Profile Variable Binning' +SimpleHistos DEBUG Monitoring histogram 'AutoID time test' desc = 'AutoID time test' +SimpleHistos DEBUG Booked 1D Histogram : ID='AutoID time test' Path=SimpleHistos Title='AutoID time test' +SimpleHistos DEBUG Monitoring histogram '1111' desc = 'Forced Numeric ID time test' +SimpleHistos DEBUG Booked 1D Histogram : ID='1111' Path=SimpleHistos Title='Forced Numeric ID time test' +SimpleHistos DEBUG Monitoring histogram 'test1' desc = 'Forced Alpha ID time test' +SimpleHistos DEBUG Booked 1D Histogram : ID='test1' Path=SimpleHistos Title='Forced Alpha ID time test' +SimpleHistos INFO GaudiHistoAlgorithm:: Filling Histograms...... Please be patient ! +SimpleR7Histos SUCCESS Filling Histograms...... Please be patient ! +SimpleBoostHistos SUCCESS Filling Histograms...... Please be patient ! +ApplicationMgr INFO Application Manager Stopped successfully +SimpleHistos SUCCESS Booked 30 Histogram(s) : 1D=10 2D=5 3D=3 1DProf=9 2DProf=3 +SimpleHistos SUCCESS 1D histograms in directory "SimpleHistos" : 10 + | ID | Title | # | Mean | RMS | Skewness | Kurtosis | + | 101 | "Exponential" | 50000 | 0.95998 | 0.90886 | 1.5114 | 2.2809 | + | 102 | "Breit" | 50000 | -0.0032276 | 1.2027 | -0.02601 | 3.5939 | + | 1111 | "Forced Numeric ID time test" | 50000 | -0.0093573 | 1.0017 | -0.0020166 | 0.039768 | + | AutoID time test | "AutoID time test" | 50000 | -0.0093573 | 1.0017 | -0.0020166 | 0.039768 | + | Gaussian mean=0, sigma=1 | "Gaussian mean=0, sigma=1" | 50000 | -0.0093573 | 1.0017 | -0.0020166 | 0.039768 | + | poisson | "Poisson" | 50000 | 1.8068 | 1.1805 | 0.32702 | -0.76869 | + | subdir1/bino | "Binominal" | 50000 | 1.92 | 1.115 | 0.24185 | -0.67702 | + | subdir2/bino | "Binominal" | 50000 | 1.92 | 1.115 | 0.24185 | -0.67702 | + | test1 | "Forced Alpha ID time test" | 50000 | -0.0093573 | 1.0017 | -0.0020166 | 0.039768 | + | varBinning/x | "1D Variable Binning" | 50000 | 0.030308 | 2.8803 | -0.0052154 | -1.2979 | +SimpleHistos SUCCESS 2D histograms in directory "SimpleHistos" : 5 + ID=Exponential V Flat "Exponential V Flat" Ents/All=49838/50000<X>/sX=0.03068/2.8801,<Y>/sY=0.95528/0.90579 + ID=Gaussian V Flat "Gaussian V Flat" Ents/All=50000/50000<X>/sX=0.030308/2.8803,<Y>/sY=-0.0042333/1.0042 + ID=binVpois "Binom V poisson" Ents/All=49923/50000<X>/sX=1.8074/1.1812,<Y>/sY=1.9167/1.1142 + ID=expoVpois "Expo V poisson" Ents/All=49987/50000<X>/sX=1.8064/1.1804,<Y>/sY=0.96083/0.9102 + ID=varBinning/y "2D Variable Binning" Ents/All=50000/50000<X>/sX=0.030308/2.8803,<Y>/sY=-0.0042333/1.0042 +SimpleHistos SUCCESS 3D histograms in directory "SimpleHistos" : 3 + ID=3D plot AutoID "3D plot AutoID" Ents/All=50000/50000<X>/sX=-0.0097151/1.0015,<Y>/sY=0.95875/0.90726,<Z>/sZ=-0.0028438/1.2021 + ID=3d "3D plot ForcedID" Ents/All=50000/50000<X>/sX=-0.0097151/1.0015,<Y>/sY=0.95875/0.90726,<Z>/sZ=-0.0028438/1.2021 + ID=varBinning/z "3D Variable Binning" Ents/All=50000/50000<X>/sX=0.03068/2.8801,<Y>/sY=-0.0038371/1.0044,<Z>/sZ=0.95528/0.90579 +SimpleHistos SUCCESS 1D profile histograms in directory "SimpleHistos" : 9 + | ID | Title | # | Mean | RMS | Skewness | Kurtosis | + | Expo V Gauss 1DProf | "Expo V Gauss 1DProf" | 50000 | -0.0093573 | 1.0017 | -0.73799 | 76.11 | + | Expo V Gauss 1DProf s | "Expo V Gauss 1DProf s" | 50000 | -0.0093573 | 1.0017 | -0.73799 | 76.11 | + | Gauss V Flat 1DProf | "Gauss V Flat 1DProf" | 50000 | -0.01323 | 5.7672 | 0 | -3 | + | Gauss V Flat 1DProf S | "Gauss V Flat 1DProf S" | 50000 | -0.01323 | 5.7672 | 0 | -3 | + | Gauss V Flat 1DProf, with | "Gauss V Flat 1DProf, with limits-I" | 24789 | -0.004588 | 5.7479 | 0.0038837 | -1.2387 | + | Gauss V Flat 1DProf, with | "Gauss V Flat 1DProf, with limits-I s" | 24789 | -0.004588 | 5.7479 | 0.0038837 | -1.2387 | + | Gauss V Flat 1DProf, with | "Gauss V Flat 1DProf, with limits-II" | 25211 | -0.021726 | 5.7861 | 0 | -3 | + | Gauss V Flat 1DProf, with | "Gauss V Flat 1DProf, with limits-II s" | 25211 | -0.021726 | 5.7861 | 0 | -3 | + | varBinning/a | "1D Profile Variable Binning" | 50000 | 0.030308 | 2.8803 | 0 | -3 | +SimpleHistos SUCCESS 2D profile histograms in directory "SimpleHistos" : 3 + ID=2dprof "2D profile1" Ents/All=50000/50000<X>/sX=-0.0092514/1.0016,<Y>/sY=0.95998/0.90886 + ID=321 "2D profile2" Ents/All=50000/50000<X>/sX=-0.0092514/1.0016,<Y>/sY=0.95998/0.90886 + ID=varBinning/b "2D Profile Variable Binning" Ents/All=50000/50000<X>/sX=0.030308/2.8803,<Y>/sY=-0.0042333/1.0042 +SimpleHistos DEBUG Finalize base class GaudiAlgorithm +SimpleHistos DEBUG Tools to release : +SimpleHistos DEBUG Services to release : +SimpleR7Histos INFO Number of counters : 6 + | Counter | + | "Binominal" H 50000 | + | "Breit" H 50000 | + | "Exponential" H 50000 | + | "Gaussian mean=0, sigma=1" H 50000 | + | "Poisson" H 50000 | + | "calls" | 50000 | +SimpleBoostHistos INFO Number of counters : 10 + | Counter | + | "Binom V poisson" H 50000 | + | "Binominal" H 50000 | + | "Breit" H 50000 | + | "Expo V poisson" H 50000 | + | "Exponential" H 50000 | + | "Exponential V Flat" H 50000 | + | "Gaussian V Flat" H 50000 | + | "Gaussian mean=0, sigma=1" H 50000 | + | "Poisson" H 50000 | + | "calls" | 50000 | +EventLoopMgr INFO Histograms converted successfully according to request. +*****Chrono***** INFO **************************************************************************************************** +*****Chrono***** INFO The Final CPU consumption ( Chrono ) Table (ordered) +*****Chrono***** INFO **************************************************************************************************** +1DAutoID INFO Time User : Tot= 20 [ms] Ave/Min/Max=0.0004(+-0.0632)/ 0/ 10 [ms] #=49999 +1DForcedAlphaID INFO Time User : Tot= 50 [ms] Ave/Min/Max=0.001(+- 0.1)/ 0/ 10 [ms] #=49999 +1DForcedNumericID INFO Time User : Tot= 50 [ms] Ave/Min/Max=0.001(+- 0.1)/ 0/ 10 [ms] #=49999 +1DOldStyle INFO Time User : Tot= 60 [ms] Ave/Min/Max=0.0012(+- 0.11)/ 0/ 10 [ms] #=49999 +ChronoStatSvc INFO Time User : Tot= 0.96 [s] #= 1 +*****Chrono***** INFO **************************************************************************************************** +ChronoStatSvc.f... INFO Service finalized successfully +ApplicationMgr INFO Application Manager Finalized successfully +ApplicationMgr INFO Application Manager Terminated successfully