diff --git a/bin/ma5 b/bin/ma5 index 1d3e1b34..5ddf1616 100755 --- a/bin/ma5 +++ b/bin/ma5 @@ -2,7 +2,7 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. @@ -74,8 +74,8 @@ sys.path.insert(0, servicedir) # Release version # Do not touch it !!!!! -version = "1.11.0" -date = "2025/04/23" +version = "1.11.1" +date = "2026/04/01" # Loading the MadAnalysis session import madanalysis.core.launcher diff --git a/doc/releases/changelog-v1.11.md b/doc/releases/changelog-v1.11.md index 89c63ddd..109ca2bc 100644 --- a/doc/releases/changelog-v1.11.md +++ b/doc/releases/changelog-v1.11.md @@ -7,12 +7,15 @@ ## Improvements * Statistical inference has been moved to Spey +* The validation module has been rebranded (for now) ## Bug fixes +* Bug fix in the HistFrequency module of SampleAnalyzer + (The first time an entry was found, it was not added to the histo) ## Contributors This release contains contributions from (in alphabetical order): * Jack Y. Araz -* Benjamin Fuks \ No newline at end of file +* Benjamin Fuks diff --git a/madanalysis/IOinterface/delphescard_checker.py b/madanalysis/IOinterface/delphescard_checker.py index b1092801..999b107d 100644 --- a/madanalysis/IOinterface/delphescard_checker.py +++ b/madanalysis/IOinterface/delphescard_checker.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/IOinterface/folder_writer.py b/madanalysis/IOinterface/folder_writer.py index c0b9a264..dcb71ef4 100644 --- a/madanalysis/IOinterface/folder_writer.py +++ b/madanalysis/IOinterface/folder_writer.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/IOinterface/histo_matplotlib_producer.py b/madanalysis/IOinterface/histo_matplotlib_producer.py index c1859612..ba074d53 100644 --- a/madanalysis/IOinterface/histo_matplotlib_producer.py +++ b/madanalysis/IOinterface/histo_matplotlib_producer.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/IOinterface/histo_root_producer.py b/madanalysis/IOinterface/histo_root_producer.py index 5720a4c0..3abf865d 100644 --- a/madanalysis/IOinterface/histo_root_producer.py +++ b/madanalysis/IOinterface/histo_root_producer.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/IOinterface/html_report_writer.py b/madanalysis/IOinterface/html_report_writer.py index 36271752..8cadbd99 100644 --- a/madanalysis/IOinterface/html_report_writer.py +++ b/madanalysis/IOinterface/html_report_writer.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/IOinterface/html_style_writer.py b/madanalysis/IOinterface/html_style_writer.py index b3086dbf..a9839954 100644 --- a/madanalysis/IOinterface/html_style_writer.py +++ b/madanalysis/IOinterface/html_style_writer.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/IOinterface/job_reader.py b/madanalysis/IOinterface/job_reader.py index fa40da36..959a1028 100644 --- a/madanalysis/IOinterface/job_reader.py +++ b/madanalysis/IOinterface/job_reader.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/IOinterface/job_writer.py b/madanalysis/IOinterface/job_writer.py index 7e8642e6..0ea08f5f 100644 --- a/madanalysis/IOinterface/job_writer.py +++ b/madanalysis/IOinterface/job_writer.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/IOinterface/latex_report_writer.py b/madanalysis/IOinterface/latex_report_writer.py index 5d30c609..b0e4db3f 100644 --- a/madanalysis/IOinterface/latex_report_writer.py +++ b/madanalysis/IOinterface/latex_report_writer.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/IOinterface/layout_writer.py b/madanalysis/IOinterface/layout_writer.py index c19bb322..106180ba 100644 --- a/madanalysis/IOinterface/layout_writer.py +++ b/madanalysis/IOinterface/layout_writer.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/IOinterface/library_writer.py b/madanalysis/IOinterface/library_writer.py index 0b6a27c1..ed08312b 100644 --- a/madanalysis/IOinterface/library_writer.py +++ b/madanalysis/IOinterface/library_writer.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/IOinterface/madgraph_interface.py b/madanalysis/IOinterface/madgraph_interface.py index d87b96fd..3803c1cc 100644 --- a/madanalysis/IOinterface/madgraph_interface.py +++ b/madanalysis/IOinterface/madgraph_interface.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/IOinterface/multiparticle_reader.py b/madanalysis/IOinterface/multiparticle_reader.py index 54e667f5..846878eb 100644 --- a/madanalysis/IOinterface/multiparticle_reader.py +++ b/madanalysis/IOinterface/multiparticle_reader.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/IOinterface/particle_reader.py b/madanalysis/IOinterface/particle_reader.py index bdfdbea6..2ec63130 100644 --- a/madanalysis/IOinterface/particle_reader.py +++ b/madanalysis/IOinterface/particle_reader.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/IOinterface/png_reader.py b/madanalysis/IOinterface/png_reader.py index deaa89ef..ba86d0e4 100644 --- a/madanalysis/IOinterface/png_reader.py +++ b/madanalysis/IOinterface/png_reader.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/IOinterface/saf_block_status.py b/madanalysis/IOinterface/saf_block_status.py index b6a07730..7c4e1476 100644 --- a/madanalysis/IOinterface/saf_block_status.py +++ b/madanalysis/IOinterface/saf_block_status.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/IOinterface/text_file_reader.py b/madanalysis/IOinterface/text_file_reader.py index db381f6a..918359ee 100644 --- a/madanalysis/IOinterface/text_file_reader.py +++ b/madanalysis/IOinterface/text_file_reader.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/IOinterface/text_file_writer.py b/madanalysis/IOinterface/text_file_writer.py index bc8d4d83..3374ce1f 100644 --- a/madanalysis/IOinterface/text_file_writer.py +++ b/madanalysis/IOinterface/text_file_writer.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/IOinterface/text_report.py b/madanalysis/IOinterface/text_report.py index 5a91e622..710c2709 100644 --- a/madanalysis/IOinterface/text_report.py +++ b/madanalysis/IOinterface/text_report.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/IOinterface/ufo_reader.py b/madanalysis/IOinterface/ufo_reader.py index 8bdde415..596090bb 100644 --- a/madanalysis/IOinterface/ufo_reader.py +++ b/madanalysis/IOinterface/ufo_reader.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/build/makefile_writer.py b/madanalysis/build/makefile_writer.py index c7a822b6..d26169ba 100644 --- a/madanalysis/build/makefile_writer.py +++ b/madanalysis/build/makefile_writer.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/build/setup_writer.py b/madanalysis/build/setup_writer.py index cf206fb9..db8e937f 100644 --- a/madanalysis/build/setup_writer.py +++ b/madanalysis/build/setup_writer.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/configuration/beauty_identification.py b/madanalysis/configuration/beauty_identification.py index a13f440e..b71c2b4e 100644 --- a/madanalysis/configuration/beauty_identification.py +++ b/madanalysis/configuration/beauty_identification.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/configuration/clustering_antikt.py b/madanalysis/configuration/clustering_antikt.py index e27397f0..7bf3a76c 100644 --- a/madanalysis/configuration/clustering_antikt.py +++ b/madanalysis/configuration/clustering_antikt.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/configuration/clustering_cambridge.py b/madanalysis/configuration/clustering_cambridge.py index 8c9a4ef3..30cc0a48 100644 --- a/madanalysis/configuration/clustering_cambridge.py +++ b/madanalysis/configuration/clustering_cambridge.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/configuration/clustering_cdfjetclu.py b/madanalysis/configuration/clustering_cdfjetclu.py index 16676834..cbebea44 100644 --- a/madanalysis/configuration/clustering_cdfjetclu.py +++ b/madanalysis/configuration/clustering_cdfjetclu.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/configuration/clustering_cdfmidpoint.py b/madanalysis/configuration/clustering_cdfmidpoint.py index c0c67c03..9bc64da7 100644 --- a/madanalysis/configuration/clustering_cdfmidpoint.py +++ b/madanalysis/configuration/clustering_cdfmidpoint.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/configuration/clustering_configuration.py b/madanalysis/configuration/clustering_configuration.py index 71ea99d0..860212c7 100644 --- a/madanalysis/configuration/clustering_configuration.py +++ b/madanalysis/configuration/clustering_configuration.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/configuration/clustering_genkt.py b/madanalysis/configuration/clustering_genkt.py index 07d51fb5..f2f03d16 100644 --- a/madanalysis/configuration/clustering_genkt.py +++ b/madanalysis/configuration/clustering_genkt.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/configuration/clustering_gridjet.py b/madanalysis/configuration/clustering_gridjet.py index ca8135a5..e7192d76 100644 --- a/madanalysis/configuration/clustering_gridjet.py +++ b/madanalysis/configuration/clustering_gridjet.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/configuration/clustering_kt.py b/madanalysis/configuration/clustering_kt.py index 347bc204..cde0dbe4 100644 --- a/madanalysis/configuration/clustering_kt.py +++ b/madanalysis/configuration/clustering_kt.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/configuration/clustering_siscone.py b/madanalysis/configuration/clustering_siscone.py index 3353a9e0..fd3b0117 100644 --- a/madanalysis/configuration/clustering_siscone.py +++ b/madanalysis/configuration/clustering_siscone.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/configuration/delphesMA5tune_configuration.py b/madanalysis/configuration/delphesMA5tune_configuration.py index 3cab80f1..07b81c33 100644 --- a/madanalysis/configuration/delphesMA5tune_configuration.py +++ b/madanalysis/configuration/delphesMA5tune_configuration.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/configuration/delphes_configuration.py b/madanalysis/configuration/delphes_configuration.py index 16670e17..02bc219c 100644 --- a/madanalysis/configuration/delphes_configuration.py +++ b/madanalysis/configuration/delphes_configuration.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/configuration/fastsim_configuration.py b/madanalysis/configuration/fastsim_configuration.py index 1996bb40..3e1e578a 100644 --- a/madanalysis/configuration/fastsim_configuration.py +++ b/madanalysis/configuration/fastsim_configuration.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/configuration/fom_configuration.py b/madanalysis/configuration/fom_configuration.py index 7f286d4a..cdae45dd 100644 --- a/madanalysis/configuration/fom_configuration.py +++ b/madanalysis/configuration/fom_configuration.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/configuration/isolation_cone.py b/madanalysis/configuration/isolation_cone.py index 07db2b55..31152f15 100644 --- a/madanalysis/configuration/isolation_cone.py +++ b/madanalysis/configuration/isolation_cone.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/configuration/isolation_configuration.py b/madanalysis/configuration/isolation_configuration.py index 664c9b8e..f84f2c6f 100644 --- a/madanalysis/configuration/isolation_configuration.py +++ b/madanalysis/configuration/isolation_configuration.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/configuration/isolation_sumpt.py b/madanalysis/configuration/isolation_sumpt.py index 4c311bfe..38b66bd0 100644 --- a/madanalysis/configuration/isolation_sumpt.py +++ b/madanalysis/configuration/isolation_sumpt.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/configuration/merging_configuration.py b/madanalysis/configuration/merging_configuration.py index 6058330f..1d074ab4 100644 --- a/madanalysis/configuration/merging_configuration.py +++ b/madanalysis/configuration/merging_configuration.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/configuration/recast_configuration.py b/madanalysis/configuration/recast_configuration.py index fa875a6f..d2b17aaf 100644 --- a/madanalysis/configuration/recast_configuration.py +++ b/madanalysis/configuration/recast_configuration.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/configuration/tau_identification.py b/madanalysis/configuration/tau_identification.py index 37268611..00a64761 100644 --- a/madanalysis/configuration/tau_identification.py +++ b/madanalysis/configuration/tau_identification.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/core/expert_mode.py b/madanalysis/core/expert_mode.py index 2e546411..179f9892 100644 --- a/madanalysis/core/expert_mode.py +++ b/madanalysis/core/expert_mode.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/core/launcher.py b/madanalysis/core/launcher.py index 33d500b3..b6a79713 100644 --- a/madanalysis/core/launcher.py +++ b/madanalysis/core/launcher.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/core/library_builder.py b/madanalysis/core/library_builder.py index 31142cd1..33ca4028 100644 --- a/madanalysis/core/library_builder.py +++ b/madanalysis/core/library_builder.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/core/main.py b/madanalysis/core/main.py index 9098a7a0..f3b4948b 100644 --- a/madanalysis/core/main.py +++ b/madanalysis/core/main.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/core/script_stack.py b/madanalysis/core/script_stack.py index 9eb609a9..3d125559 100644 --- a/madanalysis/core/script_stack.py +++ b/madanalysis/core/script_stack.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/dataset/dataset.py b/madanalysis/dataset/dataset.py index 573bd290..9f32d4ce 100644 --- a/madanalysis/dataset/dataset.py +++ b/madanalysis/dataset/dataset.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/dataset/dataset_collection.py b/madanalysis/dataset/dataset_collection.py index 8deaf1ba..7c0fcd82 100644 --- a/madanalysis/dataset/dataset_collection.py +++ b/madanalysis/dataset/dataset_collection.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/dataset/sample_info.py b/madanalysis/dataset/sample_info.py index b8ac4782..0e493f7a 100644 --- a/madanalysis/dataset/sample_info.py +++ b/madanalysis/dataset/sample_info.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/enumeration/argument_type.py b/madanalysis/enumeration/argument_type.py index 24b6fd0b..a23388e1 100644 --- a/madanalysis/enumeration/argument_type.py +++ b/madanalysis/enumeration/argument_type.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/enumeration/backstyle_type.py b/madanalysis/enumeration/backstyle_type.py index 49c77048..12092382 100644 --- a/madanalysis/enumeration/backstyle_type.py +++ b/madanalysis/enumeration/backstyle_type.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/enumeration/color_hex.py b/madanalysis/enumeration/color_hex.py index 89daffae..35c08739 100644 --- a/madanalysis/enumeration/color_hex.py +++ b/madanalysis/enumeration/color_hex.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/enumeration/color_type.py b/madanalysis/enumeration/color_type.py index a140f21b..f781a592 100644 --- a/madanalysis/enumeration/color_type.py +++ b/madanalysis/enumeration/color_type.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/enumeration/combination_type.py b/madanalysis/enumeration/combination_type.py index dbbef6aa..f038ecd4 100644 --- a/madanalysis/enumeration/combination_type.py +++ b/madanalysis/enumeration/combination_type.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/enumeration/connector_type.py b/madanalysis/enumeration/connector_type.py index b4958eb5..6f458bb7 100644 --- a/madanalysis/enumeration/connector_type.py +++ b/madanalysis/enumeration/connector_type.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/enumeration/cut_type.py b/madanalysis/enumeration/cut_type.py index dae5b9db..19e43a28 100644 --- a/madanalysis/enumeration/cut_type.py +++ b/madanalysis/enumeration/cut_type.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/enumeration/detect_status_type.py b/madanalysis/enumeration/detect_status_type.py index 66683c20..f31cc2f7 100644 --- a/madanalysis/enumeration/detect_status_type.py +++ b/madanalysis/enumeration/detect_status_type.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/enumeration/font_type.py b/madanalysis/enumeration/font_type.py index 09690783..a4dd10ba 100644 --- a/madanalysis/enumeration/font_type.py +++ b/madanalysis/enumeration/font_type.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/enumeration/graphic_render_type.py b/madanalysis/enumeration/graphic_render_type.py index 8ec6838f..9476a9cc 100644 --- a/madanalysis/enumeration/graphic_render_type.py +++ b/madanalysis/enumeration/graphic_render_type.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/enumeration/linestyle_type.py b/madanalysis/enumeration/linestyle_type.py index 7eec61fa..a577c6a9 100644 --- a/madanalysis/enumeration/linestyle_type.py +++ b/madanalysis/enumeration/linestyle_type.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/enumeration/ma5_running_type.py b/madanalysis/enumeration/ma5_running_type.py index 81b7961a..36c45a0b 100644 --- a/madanalysis/enumeration/ma5_running_type.py +++ b/madanalysis/enumeration/ma5_running_type.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/enumeration/normalize_type.py b/madanalysis/enumeration/normalize_type.py index 0dbdab33..f8d9f491 100644 --- a/madanalysis/enumeration/normalize_type.py +++ b/madanalysis/enumeration/normalize_type.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/enumeration/observable_type.py b/madanalysis/enumeration/observable_type.py index 8b1d387f..71adfeb6 100644 --- a/madanalysis/enumeration/observable_type.py +++ b/madanalysis/enumeration/observable_type.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/enumeration/operator_type.py b/madanalysis/enumeration/operator_type.py index 7683ec8f..fc5e09cd 100644 --- a/madanalysis/enumeration/operator_type.py +++ b/madanalysis/enumeration/operator_type.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/enumeration/report_format_type.py b/madanalysis/enumeration/report_format_type.py index 26e40643..60ddc62b 100644 --- a/madanalysis/enumeration/report_format_type.py +++ b/madanalysis/enumeration/report_format_type.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/enumeration/sb_ratio_type.py b/madanalysis/enumeration/sb_ratio_type.py index 54a17988..22dc8091 100644 --- a/madanalysis/enumeration/sb_ratio_type.py +++ b/madanalysis/enumeration/sb_ratio_type.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/enumeration/script_type.py b/madanalysis/enumeration/script_type.py index 316fa452..10d30d93 100644 --- a/madanalysis/enumeration/script_type.py +++ b/madanalysis/enumeration/script_type.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/enumeration/special_particle.py b/madanalysis/enumeration/special_particle.py index 4310bf9e..7d80a57b 100644 --- a/madanalysis/enumeration/special_particle.py +++ b/madanalysis/enumeration/special_particle.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/enumeration/stacking_method_type.py b/madanalysis/enumeration/stacking_method_type.py index baae11d1..2cd9a11f 100644 --- a/madanalysis/enumeration/stacking_method_type.py +++ b/madanalysis/enumeration/stacking_method_type.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/enumeration/uncertainty_type.py b/madanalysis/enumeration/uncertainty_type.py index e595361f..b2c0f999 100644 --- a/madanalysis/enumeration/uncertainty_type.py +++ b/madanalysis/enumeration/uncertainty_type.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/fastsim/ast.py b/madanalysis/fastsim/ast.py index b08892b9..35985687 100644 --- a/madanalysis/fastsim/ast.py +++ b/madanalysis/fastsim/ast.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/fastsim/ast_leaf.py b/madanalysis/fastsim/ast_leaf.py index 41a026fd..7ffe3644 100644 --- a/madanalysis/fastsim/ast_leaf.py +++ b/madanalysis/fastsim/ast_leaf.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/fastsim/fastsim.py b/madanalysis/fastsim/fastsim.py index 6b0624c8..d7ea4959 100644 --- a/madanalysis/fastsim/fastsim.py +++ b/madanalysis/fastsim/fastsim.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/fastsim/recoefficiency.py b/madanalysis/fastsim/recoefficiency.py index 4efd2e51..f4367b5d 100644 --- a/madanalysis/fastsim/recoefficiency.py +++ b/madanalysis/fastsim/recoefficiency.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/fastsim/scaling.py b/madanalysis/fastsim/scaling.py index af225579..09df126a 100644 --- a/madanalysis/fastsim/scaling.py +++ b/madanalysis/fastsim/scaling.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/fastsim/smearer.py b/madanalysis/fastsim/smearer.py index 7ca9ed3f..7241a052 100644 --- a/madanalysis/fastsim/smearer.py +++ b/madanalysis/fastsim/smearer.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/fastsim/tagger.py b/madanalysis/fastsim/tagger.py index d5be12c2..72e8f65d 100644 --- a/madanalysis/fastsim/tagger.py +++ b/madanalysis/fastsim/tagger.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/install/detector_manager.py b/madanalysis/install/detector_manager.py index 50279530..2b175e9c 100644 --- a/madanalysis/install/detector_manager.py +++ b/madanalysis/install/detector_manager.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/install/install_delphes.py b/madanalysis/install/install_delphes.py index e54be120..07cccd45 100644 --- a/madanalysis/install/install_delphes.py +++ b/madanalysis/install/install_delphes.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/install/install_fastjet.py b/madanalysis/install/install_fastjet.py index baf9e4da..41cdbdf2 100644 --- a/madanalysis/install/install_fastjet.py +++ b/madanalysis/install/install_fastjet.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/install/install_fastjetcontrib.py b/madanalysis/install/install_fastjetcontrib.py index 9a5a88c7..c6b6099f 100644 --- a/madanalysis/install/install_fastjetcontrib.py +++ b/madanalysis/install/install_fastjetcontrib.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/install/install_gnuplot.py b/madanalysis/install/install_gnuplot.py index 1f68add7..957b5bfa 100644 --- a/madanalysis/install/install_gnuplot.py +++ b/madanalysis/install/install_gnuplot.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/install/install_manager.py b/madanalysis/install/install_manager.py index 3b2d4929..b7fac6aa 100644 --- a/madanalysis/install/install_manager.py +++ b/madanalysis/install/install_manager.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/install/install_matplotlib.py b/madanalysis/install/install_matplotlib.py index 534cf430..20046340 100644 --- a/madanalysis/install/install_matplotlib.py +++ b/madanalysis/install/install_matplotlib.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/install/install_numpy.py b/madanalysis/install/install_numpy.py index bc65bad7..9bd5e70a 100644 --- a/madanalysis/install/install_numpy.py +++ b/madanalysis/install/install_numpy.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/install/install_pad.py b/madanalysis/install/install_pad.py index 28bf0dd5..8808d129 100644 --- a/madanalysis/install/install_pad.py +++ b/madanalysis/install/install_pad.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/install/install_pyhf.py b/madanalysis/install/install_pyhf.py index 771db5ca..e38ddce5 100644 --- a/madanalysis/install/install_pyhf.py +++ b/madanalysis/install/install_pyhf.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/install/install_root.py b/madanalysis/install/install_root.py index 758fa16a..24d56470 100644 --- a/madanalysis/install/install_root.py +++ b/madanalysis/install/install_root.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/install/install_samples.py b/madanalysis/install/install_samples.py index df30ef69..4f9487c5 100644 --- a/madanalysis/install/install_samples.py +++ b/madanalysis/install/install_samples.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/install/install_service.py b/madanalysis/install/install_service.py index a81531cf..735b5a4b 100644 --- a/madanalysis/install/install_service.py +++ b/madanalysis/install/install_service.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/install/install_simplify.py b/madanalysis/install/install_simplify.py index 139e2b3d..deaa1ce9 100644 --- a/madanalysis/install/install_simplify.py +++ b/madanalysis/install/install_simplify.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/install/install_zlib.py b/madanalysis/install/install_zlib.py index 24f3a32a..0470565e 100644 --- a/madanalysis/install/install_zlib.py +++ b/madanalysis/install/install_zlib.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/interpreter/cmd_base.py b/madanalysis/interpreter/cmd_base.py index 4da96229..b409e339 100644 --- a/madanalysis/interpreter/cmd_base.py +++ b/madanalysis/interpreter/cmd_base.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/interpreter/cmd_cut.py b/madanalysis/interpreter/cmd_cut.py index 53f9afe7..8f02636b 100644 --- a/madanalysis/interpreter/cmd_cut.py +++ b/madanalysis/interpreter/cmd_cut.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/interpreter/cmd_define.py b/madanalysis/interpreter/cmd_define.py index eaaad446..afdadcad 100644 --- a/madanalysis/interpreter/cmd_define.py +++ b/madanalysis/interpreter/cmd_define.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/interpreter/cmd_define_region.py b/madanalysis/interpreter/cmd_define_region.py index a0f0b54d..e375aff9 100644 --- a/madanalysis/interpreter/cmd_define_region.py +++ b/madanalysis/interpreter/cmd_define_region.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/interpreter/cmd_display.py b/madanalysis/interpreter/cmd_display.py index b2558e8c..354984f1 100644 --- a/madanalysis/interpreter/cmd_display.py +++ b/madanalysis/interpreter/cmd_display.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/interpreter/cmd_display_datasets.py b/madanalysis/interpreter/cmd_display_datasets.py index 4ce95479..7c230c57 100644 --- a/madanalysis/interpreter/cmd_display_datasets.py +++ b/madanalysis/interpreter/cmd_display_datasets.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/interpreter/cmd_display_multiparticles.py b/madanalysis/interpreter/cmd_display_multiparticles.py index 70f53bfc..d9b6c973 100644 --- a/madanalysis/interpreter/cmd_display_multiparticles.py +++ b/madanalysis/interpreter/cmd_display_multiparticles.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/interpreter/cmd_display_particles.py b/madanalysis/interpreter/cmd_display_particles.py index f18e2248..e6244503 100644 --- a/madanalysis/interpreter/cmd_display_particles.py +++ b/madanalysis/interpreter/cmd_display_particles.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/interpreter/cmd_display_regions.py b/madanalysis/interpreter/cmd_display_regions.py index 515cb16d..d843c475 100644 --- a/madanalysis/interpreter/cmd_display_regions.py +++ b/madanalysis/interpreter/cmd_display_regions.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/interpreter/cmd_import.py b/madanalysis/interpreter/cmd_import.py index c33c3629..828137fd 100644 --- a/madanalysis/interpreter/cmd_import.py +++ b/madanalysis/interpreter/cmd_import.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/interpreter/cmd_install.py b/madanalysis/interpreter/cmd_install.py index 9ef2d7af..01d9fc12 100644 --- a/madanalysis/interpreter/cmd_install.py +++ b/madanalysis/interpreter/cmd_install.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/interpreter/cmd_open.py b/madanalysis/interpreter/cmd_open.py index 33de8a63..41fd58c7 100644 --- a/madanalysis/interpreter/cmd_open.py +++ b/madanalysis/interpreter/cmd_open.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/interpreter/cmd_plot.py b/madanalysis/interpreter/cmd_plot.py index 002a4a88..d6d32394 100644 --- a/madanalysis/interpreter/cmd_plot.py +++ b/madanalysis/interpreter/cmd_plot.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/interpreter/cmd_remove.py b/madanalysis/interpreter/cmd_remove.py index 90f9e6df..d9c38d0b 100644 --- a/madanalysis/interpreter/cmd_remove.py +++ b/madanalysis/interpreter/cmd_remove.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/interpreter/cmd_reset.py b/madanalysis/interpreter/cmd_reset.py index 284ca369..ec5c1bba 100644 --- a/madanalysis/interpreter/cmd_reset.py +++ b/madanalysis/interpreter/cmd_reset.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/interpreter/cmd_selection_base.py b/madanalysis/interpreter/cmd_selection_base.py index 90996346..520c5742 100644 --- a/madanalysis/interpreter/cmd_selection_base.py +++ b/madanalysis/interpreter/cmd_selection_base.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/interpreter/cmd_set.py b/madanalysis/interpreter/cmd_set.py index a3404966..fb649259 100644 --- a/madanalysis/interpreter/cmd_set.py +++ b/madanalysis/interpreter/cmd_set.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/interpreter/cmd_submit.py b/madanalysis/interpreter/cmd_submit.py index ee347ff5..41b5b64a 100644 --- a/madanalysis/interpreter/cmd_submit.py +++ b/madanalysis/interpreter/cmd_submit.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/interpreter/cmd_swap.py b/madanalysis/interpreter/cmd_swap.py index f27bdb27..498cbe92 100644 --- a/madanalysis/interpreter/cmd_swap.py +++ b/madanalysis/interpreter/cmd_swap.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/interpreter/history.py b/madanalysis/interpreter/history.py index 833f84d4..29999325 100644 --- a/madanalysis/interpreter/history.py +++ b/madanalysis/interpreter/history.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/interpreter/interpreter.py b/madanalysis/interpreter/interpreter.py index 1e1be060..600c4c47 100644 --- a/madanalysis/interpreter/interpreter.py +++ b/madanalysis/interpreter/interpreter.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/interpreter/interpreter_base.py b/madanalysis/interpreter/interpreter_base.py index 3aaa515b..73371bde 100644 --- a/madanalysis/interpreter/interpreter_base.py +++ b/madanalysis/interpreter/interpreter_base.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/interpreter/ma5_interpreter.py b/madanalysis/interpreter/ma5_interpreter.py index 23b719cd..27b3ffe9 100644 --- a/madanalysis/interpreter/ma5_interpreter.py +++ b/madanalysis/interpreter/ma5_interpreter.py @@ -2,7 +2,7 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/interpreter/timer.py b/madanalysis/interpreter/timer.py index d3d5af7c..89e337ed 100644 --- a/madanalysis/interpreter/timer.py +++ b/madanalysis/interpreter/timer.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/job/job_candidate_cut.py b/madanalysis/job/job_candidate_cut.py index 597c2c5d..b4fcd747 100644 --- a/madanalysis/job/job_candidate_cut.py +++ b/madanalysis/job/job_candidate_cut.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/job/job_event_cut.py b/madanalysis/job/job_event_cut.py index d7644412..2c531d90 100644 --- a/madanalysis/job/job_event_cut.py +++ b/madanalysis/job/job_event_cut.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/job/job_execute.py b/madanalysis/job/job_execute.py index 3bedec74..a13545a0 100644 --- a/madanalysis/job/job_execute.py +++ b/madanalysis/job/job_execute.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/job/job_finalize.py b/madanalysis/job/job_finalize.py index 408e2577..3647ead3 100644 --- a/madanalysis/job/job_finalize.py +++ b/madanalysis/job/job_finalize.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/job/job_header.py b/madanalysis/job/job_header.py index fedcbabf..a7a99917 100644 --- a/madanalysis/job/job_header.py +++ b/madanalysis/job/job_header.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/job/job_initialize.py b/madanalysis/job/job_initialize.py index 3758ae70..e2e4f217 100644 --- a/madanalysis/job/job_initialize.py +++ b/madanalysis/job/job_initialize.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/job/job_main.py b/madanalysis/job/job_main.py index d5459970..d41aadb6 100644 --- a/madanalysis/job/job_main.py +++ b/madanalysis/job/job_main.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/job/job_particle.py b/madanalysis/job/job_particle.py index d615196e..ce5876ac 100644 --- a/madanalysis/job/job_particle.py +++ b/madanalysis/job/job_particle.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/job/job_plot.py b/madanalysis/job/job_plot.py index 6d7cc346..62969193 100644 --- a/madanalysis/job/job_plot.py +++ b/madanalysis/job/job_plot.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/job/job_smearer_reco_header.py b/madanalysis/job/job_smearer_reco_header.py index 32d1ff0f..58a2c89f 100644 --- a/madanalysis/job/job_smearer_reco_header.py +++ b/madanalysis/job/job_smearer_reco_header.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/job/job_smearer_reco_main.py b/madanalysis/job/job_smearer_reco_main.py index 0fe47aa9..ab43b59e 100644 --- a/madanalysis/job/job_smearer_reco_main.py +++ b/madanalysis/job/job_smearer_reco_main.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/job/job_tagger_header.py b/madanalysis/job/job_tagger_header.py index 272c6cdb..70228450 100644 --- a/madanalysis/job/job_tagger_header.py +++ b/madanalysis/job/job_tagger_header.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/job/job_tagger_main.py b/madanalysis/job/job_tagger_main.py index b68e8e49..0f10d161 100644 --- a/madanalysis/job/job_tagger_main.py +++ b/madanalysis/job/job_tagger_main.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/layout/cut_info.py b/madanalysis/layout/cut_info.py index 3cce20a9..be78331e 100644 --- a/madanalysis/layout/cut_info.py +++ b/madanalysis/layout/cut_info.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/layout/cutflow.py b/madanalysis/layout/cutflow.py index f0548a07..ea0f9023 100644 --- a/madanalysis/layout/cutflow.py +++ b/madanalysis/layout/cutflow.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/layout/cutflow_for_dataset.py b/madanalysis/layout/cutflow_for_dataset.py index e5df240e..4237dd8b 100644 --- a/madanalysis/layout/cutflow_for_dataset.py +++ b/madanalysis/layout/cutflow_for_dataset.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/layout/fom_calculation.py b/madanalysis/layout/fom_calculation.py index db3beda2..4e9e25c2 100644 --- a/madanalysis/layout/fom_calculation.py +++ b/madanalysis/layout/fom_calculation.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/layout/histogram.py b/madanalysis/layout/histogram.py index 19569b5c..8e7c867b 100644 --- a/madanalysis/layout/histogram.py +++ b/madanalysis/layout/histogram.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/layout/histogram_core.py b/madanalysis/layout/histogram_core.py index bd986722..298847ad 100644 --- a/madanalysis/layout/histogram_core.py +++ b/madanalysis/layout/histogram_core.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/layout/histogram_frequency.py b/madanalysis/layout/histogram_frequency.py index 4767a2ac..59fada3c 100644 --- a/madanalysis/layout/histogram_frequency.py +++ b/madanalysis/layout/histogram_frequency.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/layout/histogram_frequency_core.py b/madanalysis/layout/histogram_frequency_core.py index ca0b0cdf..86a3882a 100644 --- a/madanalysis/layout/histogram_frequency_core.py +++ b/madanalysis/layout/histogram_frequency_core.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/layout/histogram_logx.py b/madanalysis/layout/histogram_logx.py index f1c231cf..b0a94e56 100644 --- a/madanalysis/layout/histogram_logx.py +++ b/madanalysis/layout/histogram_logx.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/layout/layout.py b/madanalysis/layout/layout.py index 7a7a2e47..2134c931 100644 --- a/madanalysis/layout/layout.py +++ b/madanalysis/layout/layout.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/layout/measure.py b/madanalysis/layout/measure.py index 8e123a47..df09df8a 100644 --- a/madanalysis/layout/measure.py +++ b/madanalysis/layout/measure.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/layout/merging_plots.py b/madanalysis/layout/merging_plots.py index 5d9747e7..7589e27e 100644 --- a/madanalysis/layout/merging_plots.py +++ b/madanalysis/layout/merging_plots.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/layout/merging_plots_for_dataset.py b/madanalysis/layout/merging_plots_for_dataset.py index d6ba6d8c..adb718e0 100644 --- a/madanalysis/layout/merging_plots_for_dataset.py +++ b/madanalysis/layout/merging_plots_for_dataset.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/layout/plotflow.py b/madanalysis/layout/plotflow.py index 6b02aecb..b8a7bf6a 100644 --- a/madanalysis/layout/plotflow.py +++ b/madanalysis/layout/plotflow.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/layout/plotflow_for_dataset.py b/madanalysis/layout/plotflow_for_dataset.py index 164dfaf9..749643f8 100644 --- a/madanalysis/layout/plotflow_for_dataset.py +++ b/madanalysis/layout/plotflow_for_dataset.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/misc/freeze_environment.py b/madanalysis/misc/freeze_environment.py index cfe0b474..c284b12f 100644 --- a/madanalysis/misc/freeze_environment.py +++ b/madanalysis/misc/freeze_environment.py @@ -2,7 +2,7 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/misc/histfactory_reader.py b/madanalysis/misc/histfactory_reader.py index b7aeffb0..e9ed4975 100644 --- a/madanalysis/misc/histfactory_reader.py +++ b/madanalysis/misc/histfactory_reader.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/misc/run_recast.py b/madanalysis/misc/run_recast.py index 5487871c..8458017d 100644 --- a/madanalysis/misc/run_recast.py +++ b/madanalysis/misc/run_recast.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/multiparticle/extraparticle.py b/madanalysis/multiparticle/extraparticle.py index ac91f099..38239f92 100644 --- a/madanalysis/multiparticle/extraparticle.py +++ b/madanalysis/multiparticle/extraparticle.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/multiparticle/multiparticle.py b/madanalysis/multiparticle/multiparticle.py index 82ae5c17..1272af7a 100644 --- a/madanalysis/multiparticle/multiparticle.py +++ b/madanalysis/multiparticle/multiparticle.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/multiparticle/multiparticle_collection.py b/madanalysis/multiparticle/multiparticle_collection.py index e307bef3..463dd810 100644 --- a/madanalysis/multiparticle/multiparticle_collection.py +++ b/madanalysis/multiparticle/multiparticle_collection.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/multiparticle/particle_combination.py b/madanalysis/multiparticle/particle_combination.py index a3db6f2b..e9795019 100644 --- a/madanalysis/multiparticle/particle_combination.py +++ b/madanalysis/multiparticle/particle_combination.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/multiparticle/particle_object.py b/madanalysis/multiparticle/particle_object.py index 347fd75f..3c965954 100644 --- a/madanalysis/multiparticle/particle_object.py +++ b/madanalysis/multiparticle/particle_object.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/observable/observable_base.py b/madanalysis/observable/observable_base.py index ee0603c0..781eb3c2 100644 --- a/madanalysis/observable/observable_base.py +++ b/madanalysis/observable/observable_base.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/observable/observable_list.py b/madanalysis/observable/observable_list.py index fc70ec32..b8c3b873 100644 --- a/madanalysis/observable/observable_list.py +++ b/madanalysis/observable/observable_list.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/observable/observable_manager.py b/madanalysis/observable/observable_manager.py index 3da1c866..17ab84e4 100644 --- a/madanalysis/observable/observable_manager.py +++ b/madanalysis/observable/observable_manager.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/region/region.py b/madanalysis/region/region.py index 191e253b..e6a4e472 100644 --- a/madanalysis/region/region.py +++ b/madanalysis/region/region.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/region/region_collection.py b/madanalysis/region/region_collection.py index 6f8bf83c..b416f8f0 100644 --- a/madanalysis/region/region_collection.py +++ b/madanalysis/region/region_collection.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/selection/condition_connector.py b/madanalysis/selection/condition_connector.py index 13e06f99..ba5707d1 100644 --- a/madanalysis/selection/condition_connector.py +++ b/madanalysis/selection/condition_connector.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/selection/condition_sequence.py b/madanalysis/selection/condition_sequence.py index 0ebc12f1..1222df20 100644 --- a/madanalysis/selection/condition_sequence.py +++ b/madanalysis/selection/condition_sequence.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/selection/condition_type.py b/madanalysis/selection/condition_type.py index 91ae797e..eb0afe8a 100644 --- a/madanalysis/selection/condition_type.py +++ b/madanalysis/selection/condition_type.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/selection/cut.py b/madanalysis/selection/cut.py index 34c67ecd..8e12cd0a 100644 --- a/madanalysis/selection/cut.py +++ b/madanalysis/selection/cut.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/selection/histogram.py b/madanalysis/selection/histogram.py index 393bd165..a3d3c4a0 100644 --- a/madanalysis/selection/histogram.py +++ b/madanalysis/selection/histogram.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/selection/instance_name.py b/madanalysis/selection/instance_name.py index ea78dc65..3755b39c 100644 --- a/madanalysis/selection/instance_name.py +++ b/madanalysis/selection/instance_name.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/selection/selection.py b/madanalysis/selection/selection.py index 05bb0776..59499bc2 100644 --- a/madanalysis/selection/selection.py +++ b/madanalysis/selection/selection.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/system/architecture_info.py b/madanalysis/system/architecture_info.py index 01b23ad8..7b928d2b 100644 --- a/madanalysis/system/architecture_info.py +++ b/madanalysis/system/architecture_info.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/system/checkup.py b/madanalysis/system/checkup.py index 60af93d2..ef09b756 100644 --- a/madanalysis/system/checkup.py +++ b/madanalysis/system/checkup.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/system/config_checker.py b/madanalysis/system/config_checker.py index f6da0727..0c5e8601 100644 --- a/madanalysis/system/config_checker.py +++ b/madanalysis/system/config_checker.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/system/detect_dvipdf.py b/madanalysis/system/detect_dvipdf.py index fdadad0f..7e90b3f0 100644 --- a/madanalysis/system/detect_dvipdf.py +++ b/madanalysis/system/detect_dvipdf.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/system/detect_fastjet.py b/madanalysis/system/detect_fastjet.py index 5991d4ac..483ad712 100644 --- a/madanalysis/system/detect_fastjet.py +++ b/madanalysis/system/detect_fastjet.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/system/detect_gnuplot.py b/madanalysis/system/detect_gnuplot.py index 1379fe04..8a7d16bf 100644 --- a/madanalysis/system/detect_gnuplot.py +++ b/madanalysis/system/detect_gnuplot.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/system/detect_gpp.py b/madanalysis/system/detect_gpp.py index fa7b55ea..6f31bcae 100644 --- a/madanalysis/system/detect_gpp.py +++ b/madanalysis/system/detect_gpp.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/system/detect_latex.py b/madanalysis/system/detect_latex.py index 99174620..3bf3ddcd 100644 --- a/madanalysis/system/detect_latex.py +++ b/madanalysis/system/detect_latex.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/system/detect_make.py b/madanalysis/system/detect_make.py index cffb9367..77a2fe0f 100644 --- a/madanalysis/system/detect_make.py +++ b/madanalysis/system/detect_make.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/system/detect_manager.py b/madanalysis/system/detect_manager.py index 68811819..9b9e90cc 100644 --- a/madanalysis/system/detect_manager.py +++ b/madanalysis/system/detect_manager.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/system/detect_matplotlib.py b/madanalysis/system/detect_matplotlib.py index 83c4bcb7..e76280a9 100644 --- a/madanalysis/system/detect_matplotlib.py +++ b/madanalysis/system/detect_matplotlib.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/system/detect_pad.py b/madanalysis/system/detect_pad.py index 90d8dd94..04f3dd04 100644 --- a/madanalysis/system/detect_pad.py +++ b/madanalysis/system/detect_pad.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/system/detect_pdflatex.py b/madanalysis/system/detect_pdflatex.py index 11025cc7..94913de4 100644 --- a/madanalysis/system/detect_pdflatex.py +++ b/madanalysis/system/detect_pdflatex.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/system/detect_pyhf.py b/madanalysis/system/detect_pyhf.py index a4e56d29..e443b638 100644 --- a/madanalysis/system/detect_pyhf.py +++ b/madanalysis/system/detect_pyhf.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/system/detect_python.py b/madanalysis/system/detect_python.py index 251a1be0..f9b035b7 100644 --- a/madanalysis/system/detect_python.py +++ b/madanalysis/system/detect_python.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/system/detect_root.py b/madanalysis/system/detect_root.py index 9fc14b55..9d0919e1 100644 --- a/madanalysis/system/detect_root.py +++ b/madanalysis/system/detect_root.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/system/detect_root_graphical.py b/madanalysis/system/detect_root_graphical.py index dc8fd762..e243f83a 100644 --- a/madanalysis/system/detect_root_graphical.py +++ b/madanalysis/system/detect_root_graphical.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/system/detect_scipy.py b/madanalysis/system/detect_scipy.py index 4cfacd1d..c33d1f17 100644 --- a/madanalysis/system/detect_scipy.py +++ b/madanalysis/system/detect_scipy.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/system/detect_simplify.py b/madanalysis/system/detect_simplify.py index 8292c5fa..499a315d 100644 --- a/madanalysis/system/detect_simplify.py +++ b/madanalysis/system/detect_simplify.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/system/detect_spey.py b/madanalysis/system/detect_spey.py index 166ed19a..81ef3d9e 100644 --- a/madanalysis/system/detect_spey.py +++ b/madanalysis/system/detect_spey.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/system/detect_zlib.py b/madanalysis/system/detect_zlib.py index 92df22bf..68c8f070 100644 --- a/madanalysis/system/detect_zlib.py +++ b/madanalysis/system/detect_zlib.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/system/session_info.py b/madanalysis/system/session_info.py index 16ebfa2c..0befd8b6 100644 --- a/madanalysis/system/session_info.py +++ b/madanalysis/system/session_info.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/madanalysis/system/user_info.py b/madanalysis/system/user_info.py index 7241db7b..d01dbce8 100644 --- a/madanalysis/system/user_info.py +++ b/madanalysis/system/user_info.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/tools/ReportGenerator/Core/job_reader.py b/tools/ReportGenerator/Core/job_reader.py index 4aa96f5e..136a6d20 100644 --- a/tools/ReportGenerator/Core/job_reader.py +++ b/tools/ReportGenerator/Core/job_reader.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/tools/ReportGenerator/Core/layout.py b/tools/ReportGenerator/Core/layout.py index 881c8e1c..e362b7b2 100644 --- a/tools/ReportGenerator/Core/layout.py +++ b/tools/ReportGenerator/Core/layout.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/tools/ReportGenerator/Core/main.py b/tools/ReportGenerator/Core/main.py index 4e81e8ac..35a47df8 100644 --- a/tools/ReportGenerator/Core/main.py +++ b/tools/ReportGenerator/Core/main.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/tools/ReportGenerator/Services/chronometer.py b/tools/ReportGenerator/Services/chronometer.py index f9fe051d..384b0e60 100644 --- a/tools/ReportGenerator/Services/chronometer.py +++ b/tools/ReportGenerator/Services/chronometer.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/tools/ReportGenerator/Services/colored_log.py b/tools/ReportGenerator/Services/colored_log.py index 850b8744..50797d35 100644 --- a/tools/ReportGenerator/Services/colored_log.py +++ b/tools/ReportGenerator/Services/colored_log.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/tools/ReportGenerator/Services/fom_type.py b/tools/ReportGenerator/Services/fom_type.py index b399b5ef..fb1b1444 100644 --- a/tools/ReportGenerator/Services/fom_type.py +++ b/tools/ReportGenerator/Services/fom_type.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/tools/ReportGenerator/Services/shell_command.py b/tools/ReportGenerator/Services/shell_command.py index 85b5bc7d..6408308f 100644 --- a/tools/ReportGenerator/Services/shell_command.py +++ b/tools/ReportGenerator/Services/shell_command.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/tools/ReportGenerator/Services/string_tools.py b/tools/ReportGenerator/Services/string_tools.py index 82728610..30622ff6 100644 --- a/tools/ReportGenerator/Services/string_tools.py +++ b/tools/ReportGenerator/Services/string_tools.py @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Commons/Base/ClusterAlgoBase.h b/tools/SampleAnalyzer/Commons/Base/ClusterAlgoBase.h index 9994afee..fa1ece2f 100644 --- a/tools/SampleAnalyzer/Commons/Base/ClusterAlgoBase.h +++ b/tools/SampleAnalyzer/Commons/Base/ClusterAlgoBase.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Commons/Base/Configuration.cpp b/tools/SampleAnalyzer/Commons/Base/Configuration.cpp index 9d1692bb..402295e5 100644 --- a/tools/SampleAnalyzer/Commons/Base/Configuration.cpp +++ b/tools/SampleAnalyzer/Commons/Base/Configuration.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. @@ -37,8 +37,8 @@ using namespace MA5; // Initializing static data members // ----------------------------------------------------------------------------- // DO NOT TOUCH THESE LINES -const std::string Configuration::sampleanalyzer_version_ = "1.11.0"; -const std::string Configuration::sampleanalyzer_date_ = "2025/04/23"; +const std::string Configuration::sampleanalyzer_version_ = "1.11.1"; +const std::string Configuration::sampleanalyzer_date_ = "2026/04/01"; // DO NOT TOUCH THESE LINES // ----------------------------------------------------------------------------- diff --git a/tools/SampleAnalyzer/Commons/Base/Configuration.h b/tools/SampleAnalyzer/Commons/Base/Configuration.h index 304166c3..0202ae12 100644 --- a/tools/SampleAnalyzer/Commons/Base/Configuration.h +++ b/tools/SampleAnalyzer/Commons/Base/Configuration.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Commons/Base/DetectorBase.h b/tools/SampleAnalyzer/Commons/Base/DetectorBase.h index 26b85074..99f8350d 100644 --- a/tools/SampleAnalyzer/Commons/Base/DetectorBase.h +++ b/tools/SampleAnalyzer/Commons/Base/DetectorBase.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Commons/Base/PortabilityTags.h b/tools/SampleAnalyzer/Commons/Base/PortabilityTags.h new file mode 100644 index 00000000..2f161c81 --- /dev/null +++ b/tools/SampleAnalyzer/Commons/Base/PortabilityTags.h @@ -0,0 +1,49 @@ +//////////////////////////////////////////////////////////////////////////////// +// +// Copyright (C) 2012-2016 Eric Conte, Benjamin Fuks +// The MadAnalysis development team, email: +// +// This file is part of MadAnalysis 5. +// Official website: +// +// MadAnalysis 5 is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// MadAnalysis 5 is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with MadAnalysis 5. If not, see +// +//////////////////////////////////////////////////////////////////////////////// + + +#ifndef PORTABILITY_CHECK +#define PORTABILITY_CHECK + + +// Tags produced automatically by the Portability Check-Up +// bool = 1 bytes +// char = 1 bytes +// uchar = 1 bytes +// short = 2 bytes +// ushort = 2 bytes +// int = 4 bytes +// uint = 4 bytes +// long = 8 bytes +// ulong = 8 bytes +// llong = 8 bytes +// ullong = 8 bytes +// float = 4 bytes +// double = 8 bytes +// ldouble = 8 bytes + +#define INT_4BYTES 1 +#define LONG_8BYTES 1 + + +#endif diff --git a/tools/SampleAnalyzer/Commons/Base/PortableDatatypes.h b/tools/SampleAnalyzer/Commons/Base/PortableDatatypes.h index 6f2c4c37..4523bb95 100644 --- a/tools/SampleAnalyzer/Commons/Base/PortableDatatypes.h +++ b/tools/SampleAnalyzer/Commons/Base/PortableDatatypes.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Commons/Base/ReaderBase.h b/tools/SampleAnalyzer/Commons/Base/ReaderBase.h index 0e49c504..3752ed27 100644 --- a/tools/SampleAnalyzer/Commons/Base/ReaderBase.h +++ b/tools/SampleAnalyzer/Commons/Base/ReaderBase.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Commons/Base/SmearerBase.cpp b/tools/SampleAnalyzer/Commons/Base/SmearerBase.cpp index 04ce1be6..d98b879c 100644 --- a/tools/SampleAnalyzer/Commons/Base/SmearerBase.cpp +++ b/tools/SampleAnalyzer/Commons/Base/SmearerBase.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Commons/Base/SmearerBase.h b/tools/SampleAnalyzer/Commons/Base/SmearerBase.h index 7d2a5015..d4072464 100644 --- a/tools/SampleAnalyzer/Commons/Base/SmearerBase.h +++ b/tools/SampleAnalyzer/Commons/Base/SmearerBase.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Commons/Base/StatusCode.h b/tools/SampleAnalyzer/Commons/Base/StatusCode.h index 46377434..afca9f5e 100644 --- a/tools/SampleAnalyzer/Commons/Base/StatusCode.h +++ b/tools/SampleAnalyzer/Commons/Base/StatusCode.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Commons/Base/TaggerBase.cpp b/tools/SampleAnalyzer/Commons/Base/TaggerBase.cpp index 5acccb76..c212fb4c 100644 --- a/tools/SampleAnalyzer/Commons/Base/TaggerBase.cpp +++ b/tools/SampleAnalyzer/Commons/Base/TaggerBase.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Commons/Base/TaggerBase.h b/tools/SampleAnalyzer/Commons/Base/TaggerBase.h index e31c4977..627af5e9 100644 --- a/tools/SampleAnalyzer/Commons/Base/TaggerBase.h +++ b/tools/SampleAnalyzer/Commons/Base/TaggerBase.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Commons/Base/TestBase.cpp b/tools/SampleAnalyzer/Commons/Base/TestBase.cpp index 3b7a9089..26a72f84 100644 --- a/tools/SampleAnalyzer/Commons/Base/TestBase.cpp +++ b/tools/SampleAnalyzer/Commons/Base/TestBase.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Commons/DataFormat/EventFormat.h b/tools/SampleAnalyzer/Commons/DataFormat/EventFormat.h index b158e9bf..8707b7a5 100644 --- a/tools/SampleAnalyzer/Commons/DataFormat/EventFormat.h +++ b/tools/SampleAnalyzer/Commons/DataFormat/EventFormat.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Commons/DataFormat/GeneratorInfo.h b/tools/SampleAnalyzer/Commons/DataFormat/GeneratorInfo.h index 26a76ca2..8448da9c 100644 --- a/tools/SampleAnalyzer/Commons/DataFormat/GeneratorInfo.h +++ b/tools/SampleAnalyzer/Commons/DataFormat/GeneratorInfo.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Commons/DataFormat/IsolationConeType.h b/tools/SampleAnalyzer/Commons/DataFormat/IsolationConeType.h index 9288cf50..b9dd69b0 100644 --- a/tools/SampleAnalyzer/Commons/DataFormat/IsolationConeType.h +++ b/tools/SampleAnalyzer/Commons/DataFormat/IsolationConeType.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Commons/DataFormat/MCEventFormat.cpp b/tools/SampleAnalyzer/Commons/DataFormat/MCEventFormat.cpp index 673526dc..e31426a2 100644 --- a/tools/SampleAnalyzer/Commons/DataFormat/MCEventFormat.cpp +++ b/tools/SampleAnalyzer/Commons/DataFormat/MCEventFormat.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Commons/DataFormat/MCEventFormat.h b/tools/SampleAnalyzer/Commons/DataFormat/MCEventFormat.h index 6234b7b2..4af87f63 100644 --- a/tools/SampleAnalyzer/Commons/DataFormat/MCEventFormat.h +++ b/tools/SampleAnalyzer/Commons/DataFormat/MCEventFormat.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Commons/DataFormat/MCParticleFormat.h b/tools/SampleAnalyzer/Commons/DataFormat/MCParticleFormat.h index 799a4771..a3c6408e 100644 --- a/tools/SampleAnalyzer/Commons/DataFormat/MCParticleFormat.h +++ b/tools/SampleAnalyzer/Commons/DataFormat/MCParticleFormat.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Commons/DataFormat/MCProcessFormat.h b/tools/SampleAnalyzer/Commons/DataFormat/MCProcessFormat.h index 6f58f288..bf7e82a1 100644 --- a/tools/SampleAnalyzer/Commons/DataFormat/MCProcessFormat.h +++ b/tools/SampleAnalyzer/Commons/DataFormat/MCProcessFormat.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Commons/DataFormat/MCSampleFormat.h b/tools/SampleAnalyzer/Commons/DataFormat/MCSampleFormat.h index 4a202bfe..1719009e 100644 --- a/tools/SampleAnalyzer/Commons/DataFormat/MCSampleFormat.h +++ b/tools/SampleAnalyzer/Commons/DataFormat/MCSampleFormat.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Commons/DataFormat/ParticleBaseFormat.h b/tools/SampleAnalyzer/Commons/DataFormat/ParticleBaseFormat.h index e1d03f90..119723e6 100644 --- a/tools/SampleAnalyzer/Commons/DataFormat/ParticleBaseFormat.h +++ b/tools/SampleAnalyzer/Commons/DataFormat/ParticleBaseFormat.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Commons/DataFormat/PdgDataFormat.cpp b/tools/SampleAnalyzer/Commons/DataFormat/PdgDataFormat.cpp index e2f91314..3bb1f7af 100644 --- a/tools/SampleAnalyzer/Commons/DataFormat/PdgDataFormat.cpp +++ b/tools/SampleAnalyzer/Commons/DataFormat/PdgDataFormat.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Commons/DataFormat/PdgDataFormat.h b/tools/SampleAnalyzer/Commons/DataFormat/PdgDataFormat.h index cd7afd87..a730688d 100644 --- a/tools/SampleAnalyzer/Commons/DataFormat/PdgDataFormat.h +++ b/tools/SampleAnalyzer/Commons/DataFormat/PdgDataFormat.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Commons/DataFormat/PdgTable.cpp b/tools/SampleAnalyzer/Commons/DataFormat/PdgTable.cpp index 1f5442ac..f9b281b7 100644 --- a/tools/SampleAnalyzer/Commons/DataFormat/PdgTable.cpp +++ b/tools/SampleAnalyzer/Commons/DataFormat/PdgTable.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Commons/DataFormat/PdgTable.h b/tools/SampleAnalyzer/Commons/DataFormat/PdgTable.h index a28b24f1..7857fa09 100644 --- a/tools/SampleAnalyzer/Commons/DataFormat/PdgTable.h +++ b/tools/SampleAnalyzer/Commons/DataFormat/PdgTable.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Commons/DataFormat/RecEventFormat.h b/tools/SampleAnalyzer/Commons/DataFormat/RecEventFormat.h index ae587476..c0a25544 100644 --- a/tools/SampleAnalyzer/Commons/DataFormat/RecEventFormat.h +++ b/tools/SampleAnalyzer/Commons/DataFormat/RecEventFormat.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Commons/DataFormat/RecJetFormat.h b/tools/SampleAnalyzer/Commons/DataFormat/RecJetFormat.h index d2a9b90b..74445df0 100644 --- a/tools/SampleAnalyzer/Commons/DataFormat/RecJetFormat.h +++ b/tools/SampleAnalyzer/Commons/DataFormat/RecJetFormat.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Commons/DataFormat/RecLeptonFormat.h b/tools/SampleAnalyzer/Commons/DataFormat/RecLeptonFormat.h index f87b386d..dde8b901 100644 --- a/tools/SampleAnalyzer/Commons/DataFormat/RecLeptonFormat.h +++ b/tools/SampleAnalyzer/Commons/DataFormat/RecLeptonFormat.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Commons/DataFormat/RecParticleFormat.h b/tools/SampleAnalyzer/Commons/DataFormat/RecParticleFormat.h index 61c1738e..1809de52 100644 --- a/tools/SampleAnalyzer/Commons/DataFormat/RecParticleFormat.h +++ b/tools/SampleAnalyzer/Commons/DataFormat/RecParticleFormat.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Commons/DataFormat/RecPhotonFormat.h b/tools/SampleAnalyzer/Commons/DataFormat/RecPhotonFormat.h index 9d950043..98ce86c9 100644 --- a/tools/SampleAnalyzer/Commons/DataFormat/RecPhotonFormat.h +++ b/tools/SampleAnalyzer/Commons/DataFormat/RecPhotonFormat.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Commons/DataFormat/RecSampleFormat.h b/tools/SampleAnalyzer/Commons/DataFormat/RecSampleFormat.h index aca3fa4b..5ba566c2 100644 --- a/tools/SampleAnalyzer/Commons/DataFormat/RecSampleFormat.h +++ b/tools/SampleAnalyzer/Commons/DataFormat/RecSampleFormat.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Commons/DataFormat/RecTauFormat.h b/tools/SampleAnalyzer/Commons/DataFormat/RecTauFormat.h index faa084f5..3417b0b1 100644 --- a/tools/SampleAnalyzer/Commons/DataFormat/RecTauFormat.h +++ b/tools/SampleAnalyzer/Commons/DataFormat/RecTauFormat.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Commons/DataFormat/RecTowerFormat.h b/tools/SampleAnalyzer/Commons/DataFormat/RecTowerFormat.h index edf39a75..a46ba3c8 100644 --- a/tools/SampleAnalyzer/Commons/DataFormat/RecTowerFormat.h +++ b/tools/SampleAnalyzer/Commons/DataFormat/RecTowerFormat.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Commons/DataFormat/RecTrackFormat.h b/tools/SampleAnalyzer/Commons/DataFormat/RecTrackFormat.h index 1f4175e2..00970ffc 100644 --- a/tools/SampleAnalyzer/Commons/DataFormat/RecTrackFormat.h +++ b/tools/SampleAnalyzer/Commons/DataFormat/RecTrackFormat.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Commons/DataFormat/RecVertexFormat.h b/tools/SampleAnalyzer/Commons/DataFormat/RecVertexFormat.h index 5a150623..0aa75bed 100644 --- a/tools/SampleAnalyzer/Commons/DataFormat/RecVertexFormat.h +++ b/tools/SampleAnalyzer/Commons/DataFormat/RecVertexFormat.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Commons/DataFormat/SampleFormat.h b/tools/SampleAnalyzer/Commons/DataFormat/SampleFormat.h index cdec6b77..55a22fe5 100644 --- a/tools/SampleAnalyzer/Commons/DataFormat/SampleFormat.h +++ b/tools/SampleAnalyzer/Commons/DataFormat/SampleFormat.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Commons/DataFormat/WeightCollection.cpp b/tools/SampleAnalyzer/Commons/DataFormat/WeightCollection.cpp index ecb0664d..d0962f84 100644 --- a/tools/SampleAnalyzer/Commons/DataFormat/WeightCollection.cpp +++ b/tools/SampleAnalyzer/Commons/DataFormat/WeightCollection.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Commons/DataFormat/WeightCollection.h b/tools/SampleAnalyzer/Commons/DataFormat/WeightCollection.h index 64a6e046..003667a0 100644 --- a/tools/SampleAnalyzer/Commons/DataFormat/WeightCollection.h +++ b/tools/SampleAnalyzer/Commons/DataFormat/WeightCollection.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Commons/DataFormat/WeightDefinition.cpp b/tools/SampleAnalyzer/Commons/DataFormat/WeightDefinition.cpp index 812edf12..19a02a6a 100644 --- a/tools/SampleAnalyzer/Commons/DataFormat/WeightDefinition.cpp +++ b/tools/SampleAnalyzer/Commons/DataFormat/WeightDefinition.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Commons/DataFormat/WeightDefinition.h b/tools/SampleAnalyzer/Commons/DataFormat/WeightDefinition.h index f382c994..e9d09833 100644 --- a/tools/SampleAnalyzer/Commons/DataFormat/WeightDefinition.h +++ b/tools/SampleAnalyzer/Commons/DataFormat/WeightDefinition.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Commons/Service/CompilationService.h b/tools/SampleAnalyzer/Commons/Service/CompilationService.h index 5091d53c..4e95d660 100644 --- a/tools/SampleAnalyzer/Commons/Service/CompilationService.h +++ b/tools/SampleAnalyzer/Commons/Service/CompilationService.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Commons/Service/ConvertService.cpp b/tools/SampleAnalyzer/Commons/Service/ConvertService.cpp index fb0fbe8d..645a18e0 100644 --- a/tools/SampleAnalyzer/Commons/Service/ConvertService.cpp +++ b/tools/SampleAnalyzer/Commons/Service/ConvertService.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Commons/Service/ConvertService.h b/tools/SampleAnalyzer/Commons/Service/ConvertService.h index 2cd4f1e3..0918b916 100644 --- a/tools/SampleAnalyzer/Commons/Service/ConvertService.h +++ b/tools/SampleAnalyzer/Commons/Service/ConvertService.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Commons/Service/DisplayService.cpp b/tools/SampleAnalyzer/Commons/Service/DisplayService.cpp index 44462fb5..fd0164e4 100644 --- a/tools/SampleAnalyzer/Commons/Service/DisplayService.cpp +++ b/tools/SampleAnalyzer/Commons/Service/DisplayService.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Commons/Service/DisplayService.h b/tools/SampleAnalyzer/Commons/Service/DisplayService.h index 54f7890c..2eca08bc 100644 --- a/tools/SampleAnalyzer/Commons/Service/DisplayService.h +++ b/tools/SampleAnalyzer/Commons/Service/DisplayService.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Commons/Service/ExceptionService.cpp b/tools/SampleAnalyzer/Commons/Service/ExceptionService.cpp index fd344034..2c185a85 100644 --- a/tools/SampleAnalyzer/Commons/Service/ExceptionService.cpp +++ b/tools/SampleAnalyzer/Commons/Service/ExceptionService.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Commons/Service/ExceptionService.h b/tools/SampleAnalyzer/Commons/Service/ExceptionService.h index 9862f991..00eeca07 100644 --- a/tools/SampleAnalyzer/Commons/Service/ExceptionService.h +++ b/tools/SampleAnalyzer/Commons/Service/ExceptionService.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Commons/Service/ExceptionType.h b/tools/SampleAnalyzer/Commons/Service/ExceptionType.h index 8a55ff4a..0545135f 100644 --- a/tools/SampleAnalyzer/Commons/Service/ExceptionType.h +++ b/tools/SampleAnalyzer/Commons/Service/ExceptionType.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Commons/Service/Identification.h b/tools/SampleAnalyzer/Commons/Service/Identification.h index c6f03c63..67bf9dc9 100644 --- a/tools/SampleAnalyzer/Commons/Service/Identification.h +++ b/tools/SampleAnalyzer/Commons/Service/Identification.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Commons/Service/Isolation.cpp b/tools/SampleAnalyzer/Commons/Service/Isolation.cpp index d47c5b5c..750b5c1c 100644 --- a/tools/SampleAnalyzer/Commons/Service/Isolation.cpp +++ b/tools/SampleAnalyzer/Commons/Service/Isolation.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Commons/Service/Isolation.h b/tools/SampleAnalyzer/Commons/Service/Isolation.h index 0e04305c..da0d8f19 100644 --- a/tools/SampleAnalyzer/Commons/Service/Isolation.h +++ b/tools/SampleAnalyzer/Commons/Service/Isolation.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Commons/Service/IsolationBase.cpp b/tools/SampleAnalyzer/Commons/Service/IsolationBase.cpp index 6e6025bf..2ebd1606 100644 --- a/tools/SampleAnalyzer/Commons/Service/IsolationBase.cpp +++ b/tools/SampleAnalyzer/Commons/Service/IsolationBase.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Commons/Service/IsolationBase.h b/tools/SampleAnalyzer/Commons/Service/IsolationBase.h index 9845c594..93d10ea5 100644 --- a/tools/SampleAnalyzer/Commons/Service/IsolationBase.h +++ b/tools/SampleAnalyzer/Commons/Service/IsolationBase.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Commons/Service/IsolationCalorimeter.h b/tools/SampleAnalyzer/Commons/Service/IsolationCalorimeter.h index dc01e175..896edeb9 100644 --- a/tools/SampleAnalyzer/Commons/Service/IsolationCalorimeter.h +++ b/tools/SampleAnalyzer/Commons/Service/IsolationCalorimeter.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Commons/Service/IsolationCombined.h b/tools/SampleAnalyzer/Commons/Service/IsolationCombined.h index e77cd917..70206afd 100644 --- a/tools/SampleAnalyzer/Commons/Service/IsolationCombined.h +++ b/tools/SampleAnalyzer/Commons/Service/IsolationCombined.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Commons/Service/IsolationEFlow.h b/tools/SampleAnalyzer/Commons/Service/IsolationEFlow.h index 1a06157d..0020c8fc 100644 --- a/tools/SampleAnalyzer/Commons/Service/IsolationEFlow.h +++ b/tools/SampleAnalyzer/Commons/Service/IsolationEFlow.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Commons/Service/IsolationTracker.h b/tools/SampleAnalyzer/Commons/Service/IsolationTracker.h index 4112fe5c..f11ae880 100644 --- a/tools/SampleAnalyzer/Commons/Service/IsolationTracker.h +++ b/tools/SampleAnalyzer/Commons/Service/IsolationTracker.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Commons/Service/LogMsgKey.h b/tools/SampleAnalyzer/Commons/Service/LogMsgKey.h index e1410e1f..f6c6c24e 100644 --- a/tools/SampleAnalyzer/Commons/Service/LogMsgKey.h +++ b/tools/SampleAnalyzer/Commons/Service/LogMsgKey.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Commons/Service/LogMsgValue.h b/tools/SampleAnalyzer/Commons/Service/LogMsgValue.h index 4184a16a..71918533 100644 --- a/tools/SampleAnalyzer/Commons/Service/LogMsgValue.h +++ b/tools/SampleAnalyzer/Commons/Service/LogMsgValue.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Commons/Service/LogReport.cpp b/tools/SampleAnalyzer/Commons/Service/LogReport.cpp index 9d3d8adc..e2493bc8 100644 --- a/tools/SampleAnalyzer/Commons/Service/LogReport.cpp +++ b/tools/SampleAnalyzer/Commons/Service/LogReport.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Commons/Service/LogReport.h b/tools/SampleAnalyzer/Commons/Service/LogReport.h index 3552c01f..77e6a9c7 100644 --- a/tools/SampleAnalyzer/Commons/Service/LogReport.h +++ b/tools/SampleAnalyzer/Commons/Service/LogReport.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Commons/Service/LogService.cpp b/tools/SampleAnalyzer/Commons/Service/LogService.cpp index 17dd5f43..49776428 100644 --- a/tools/SampleAnalyzer/Commons/Service/LogService.cpp +++ b/tools/SampleAnalyzer/Commons/Service/LogService.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Commons/Service/LogService.h b/tools/SampleAnalyzer/Commons/Service/LogService.h index 07923377..f578e299 100644 --- a/tools/SampleAnalyzer/Commons/Service/LogService.h +++ b/tools/SampleAnalyzer/Commons/Service/LogService.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Commons/Service/LogStream.cpp b/tools/SampleAnalyzer/Commons/Service/LogStream.cpp index b3fefd6a..2d8ffd3f 100644 --- a/tools/SampleAnalyzer/Commons/Service/LogStream.cpp +++ b/tools/SampleAnalyzer/Commons/Service/LogStream.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Commons/Service/LogStream.h b/tools/SampleAnalyzer/Commons/Service/LogStream.h index 6337b290..d5c68ae0 100644 --- a/tools/SampleAnalyzer/Commons/Service/LogStream.h +++ b/tools/SampleAnalyzer/Commons/Service/LogStream.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Commons/Service/LoopService.cpp b/tools/SampleAnalyzer/Commons/Service/LoopService.cpp index 6102864f..c5796e32 100644 --- a/tools/SampleAnalyzer/Commons/Service/LoopService.cpp +++ b/tools/SampleAnalyzer/Commons/Service/LoopService.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Commons/Service/LoopService.h b/tools/SampleAnalyzer/Commons/Service/LoopService.h index 805f4ba0..4b23eadd 100644 --- a/tools/SampleAnalyzer/Commons/Service/LoopService.h +++ b/tools/SampleAnalyzer/Commons/Service/LoopService.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Commons/Service/MCconfig.h b/tools/SampleAnalyzer/Commons/Service/MCconfig.h index a4e8bf36..06b84c7a 100644 --- a/tools/SampleAnalyzer/Commons/Service/MCconfig.h +++ b/tools/SampleAnalyzer/Commons/Service/MCconfig.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Commons/Service/PDGService.cpp b/tools/SampleAnalyzer/Commons/Service/PDGService.cpp index a82a9e23..9eecc0eb 100644 --- a/tools/SampleAnalyzer/Commons/Service/PDGService.cpp +++ b/tools/SampleAnalyzer/Commons/Service/PDGService.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Commons/Service/PDGService.h b/tools/SampleAnalyzer/Commons/Service/PDGService.h index f3b4e22c..6d629e4f 100644 --- a/tools/SampleAnalyzer/Commons/Service/PDGService.h +++ b/tools/SampleAnalyzer/Commons/Service/PDGService.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Commons/Service/Physics.cpp b/tools/SampleAnalyzer/Commons/Service/Physics.cpp index 551910c4..9cf70df2 100644 --- a/tools/SampleAnalyzer/Commons/Service/Physics.cpp +++ b/tools/SampleAnalyzer/Commons/Service/Physics.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Commons/Service/Physics.h b/tools/SampleAnalyzer/Commons/Service/Physics.h index 9b82b5df..83782144 100644 --- a/tools/SampleAnalyzer/Commons/Service/Physics.h +++ b/tools/SampleAnalyzer/Commons/Service/Physics.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Commons/Service/RECconfig.h b/tools/SampleAnalyzer/Commons/Service/RECconfig.h index f47a693d..43df601b 100644 --- a/tools/SampleAnalyzer/Commons/Service/RECconfig.h +++ b/tools/SampleAnalyzer/Commons/Service/RECconfig.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Commons/Service/RandomService.cpp b/tools/SampleAnalyzer/Commons/Service/RandomService.cpp index 412689f4..42158e85 100644 --- a/tools/SampleAnalyzer/Commons/Service/RandomService.cpp +++ b/tools/SampleAnalyzer/Commons/Service/RandomService.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Commons/Service/RandomService.h b/tools/SampleAnalyzer/Commons/Service/RandomService.h index 9dd23240..9f7bd133 100644 --- a/tools/SampleAnalyzer/Commons/Service/RandomService.h +++ b/tools/SampleAnalyzer/Commons/Service/RandomService.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Commons/Service/SortingService.cpp b/tools/SampleAnalyzer/Commons/Service/SortingService.cpp index a0548003..5b66f6b6 100644 --- a/tools/SampleAnalyzer/Commons/Service/SortingService.cpp +++ b/tools/SampleAnalyzer/Commons/Service/SortingService.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Commons/Service/SortingService.h b/tools/SampleAnalyzer/Commons/Service/SortingService.h index c4ca0007..1e510599 100644 --- a/tools/SampleAnalyzer/Commons/Service/SortingService.h +++ b/tools/SampleAnalyzer/Commons/Service/SortingService.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Commons/Service/Terminate.h b/tools/SampleAnalyzer/Commons/Service/Terminate.h index c1e9ba6d..e9a2de17 100644 --- a/tools/SampleAnalyzer/Commons/Service/Terminate.h +++ b/tools/SampleAnalyzer/Commons/Service/Terminate.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Commons/Service/TimeMeasureType.h b/tools/SampleAnalyzer/Commons/Service/TimeMeasureType.h index e1a4bc75..6d624aad 100644 --- a/tools/SampleAnalyzer/Commons/Service/TimeMeasureType.h +++ b/tools/SampleAnalyzer/Commons/Service/TimeMeasureType.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Commons/Service/TimeService.cpp b/tools/SampleAnalyzer/Commons/Service/TimeService.cpp index 8b12da97..ee8334bf 100644 --- a/tools/SampleAnalyzer/Commons/Service/TimeService.cpp +++ b/tools/SampleAnalyzer/Commons/Service/TimeService.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Commons/Service/TimeService.h b/tools/SampleAnalyzer/Commons/Service/TimeService.h index e6bd1e72..cbb2163f 100644 --- a/tools/SampleAnalyzer/Commons/Service/TimeService.h +++ b/tools/SampleAnalyzer/Commons/Service/TimeService.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Commons/Service/TransverseVariables.cpp b/tools/SampleAnalyzer/Commons/Service/TransverseVariables.cpp index e9ea4bd5..1679a5fa 100644 --- a/tools/SampleAnalyzer/Commons/Service/TransverseVariables.cpp +++ b/tools/SampleAnalyzer/Commons/Service/TransverseVariables.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Commons/Service/TransverseVariables.h b/tools/SampleAnalyzer/Commons/Service/TransverseVariables.h index 510478db..d8158738 100644 --- a/tools/SampleAnalyzer/Commons/Service/TransverseVariables.h +++ b/tools/SampleAnalyzer/Commons/Service/TransverseVariables.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Commons/Service/Utils.h b/tools/SampleAnalyzer/Commons/Service/Utils.h index 37c3ad28..fdf0d773 100644 --- a/tools/SampleAnalyzer/Commons/Service/Utils.h +++ b/tools/SampleAnalyzer/Commons/Service/Utils.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Commons/Vector/MABoost.h b/tools/SampleAnalyzer/Commons/Vector/MABoost.h index b711b87c..2a35af04 100644 --- a/tools/SampleAnalyzer/Commons/Vector/MABoost.h +++ b/tools/SampleAnalyzer/Commons/Vector/MABoost.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Commons/Vector/MALorentzVector.cpp b/tools/SampleAnalyzer/Commons/Vector/MALorentzVector.cpp index e948885f..3356f195 100644 --- a/tools/SampleAnalyzer/Commons/Vector/MALorentzVector.cpp +++ b/tools/SampleAnalyzer/Commons/Vector/MALorentzVector.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Commons/Vector/MALorentzVector.h b/tools/SampleAnalyzer/Commons/Vector/MALorentzVector.h index 33c74968..89159345 100644 --- a/tools/SampleAnalyzer/Commons/Vector/MALorentzVector.h +++ b/tools/SampleAnalyzer/Commons/Vector/MALorentzVector.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Commons/Vector/MAMatrix.h b/tools/SampleAnalyzer/Commons/Vector/MAMatrix.h index 8b42c60b..0e21e6a1 100644 --- a/tools/SampleAnalyzer/Commons/Vector/MAMatrix.h +++ b/tools/SampleAnalyzer/Commons/Vector/MAMatrix.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Commons/Vector/MARotation.cpp b/tools/SampleAnalyzer/Commons/Vector/MARotation.cpp index 001a55e5..180eb875 100644 --- a/tools/SampleAnalyzer/Commons/Vector/MARotation.cpp +++ b/tools/SampleAnalyzer/Commons/Vector/MARotation.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Commons/Vector/MARotation3axis.h b/tools/SampleAnalyzer/Commons/Vector/MARotation3axis.h index 0a628ae1..487b43b6 100644 --- a/tools/SampleAnalyzer/Commons/Vector/MARotation3axis.h +++ b/tools/SampleAnalyzer/Commons/Vector/MARotation3axis.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Commons/Vector/MARotation3euler.h b/tools/SampleAnalyzer/Commons/Vector/MARotation3euler.h index f9a64f75..0462c1a8 100644 --- a/tools/SampleAnalyzer/Commons/Vector/MARotation3euler.h +++ b/tools/SampleAnalyzer/Commons/Vector/MARotation3euler.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Commons/Vector/MARotationGeneral.h b/tools/SampleAnalyzer/Commons/Vector/MARotationGeneral.h index 2e7801ed..a3660b20 100644 --- a/tools/SampleAnalyzer/Commons/Vector/MARotationGeneral.h +++ b/tools/SampleAnalyzer/Commons/Vector/MARotationGeneral.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Commons/Vector/MAVector3.cpp b/tools/SampleAnalyzer/Commons/Vector/MAVector3.cpp index 1842dea1..dfb34206 100644 --- a/tools/SampleAnalyzer/Commons/Vector/MAVector3.cpp +++ b/tools/SampleAnalyzer/Commons/Vector/MAVector3.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Commons/Vector/MAVector3.h b/tools/SampleAnalyzer/Commons/Vector/MAVector3.h index d24deae0..d903bb03 100644 --- a/tools/SampleAnalyzer/Commons/Vector/MAVector3.h +++ b/tools/SampleAnalyzer/Commons/Vector/MAVector3.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Configuration/PortabilityCheckup/PortabilityCheckup.cpp b/tools/SampleAnalyzer/Configuration/PortabilityCheckup/PortabilityCheckup.cpp index 2036d238..e01a6dbd 100644 --- a/tools/SampleAnalyzer/Configuration/PortabilityCheckup/PortabilityCheckup.cpp +++ b/tools/SampleAnalyzer/Configuration/PortabilityCheckup/PortabilityCheckup.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Interfaces/delphes/DelphesDataFormat.cpp b/tools/SampleAnalyzer/Interfaces/delphes/DelphesDataFormat.cpp index ba0b128b..20af7e1b 100644 --- a/tools/SampleAnalyzer/Interfaces/delphes/DelphesDataFormat.cpp +++ b/tools/SampleAnalyzer/Interfaces/delphes/DelphesDataFormat.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Interfaces/delphes/DelphesDataFormat.h b/tools/SampleAnalyzer/Interfaces/delphes/DelphesDataFormat.h index 4a8267f9..b3bdc13c 100644 --- a/tools/SampleAnalyzer/Interfaces/delphes/DelphesDataFormat.h +++ b/tools/SampleAnalyzer/Interfaces/delphes/DelphesDataFormat.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Interfaces/delphes/DelphesDataFormat2.cpp b/tools/SampleAnalyzer/Interfaces/delphes/DelphesDataFormat2.cpp index 16f794fe..5aa8ce90 100644 --- a/tools/SampleAnalyzer/Interfaces/delphes/DelphesDataFormat2.cpp +++ b/tools/SampleAnalyzer/Interfaces/delphes/DelphesDataFormat2.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Interfaces/delphes/DelphesDataFormat2.h b/tools/SampleAnalyzer/Interfaces/delphes/DelphesDataFormat2.h index fbc9de35..dacb665f 100644 --- a/tools/SampleAnalyzer/Interfaces/delphes/DelphesDataFormat2.h +++ b/tools/SampleAnalyzer/Interfaces/delphes/DelphesDataFormat2.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Interfaces/delphes/DelphesMemoryInterface.cpp b/tools/SampleAnalyzer/Interfaces/delphes/DelphesMemoryInterface.cpp index 014fbf8d..f9af9faa 100644 --- a/tools/SampleAnalyzer/Interfaces/delphes/DelphesMemoryInterface.cpp +++ b/tools/SampleAnalyzer/Interfaces/delphes/DelphesMemoryInterface.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Interfaces/delphes/DelphesMemoryInterface.h b/tools/SampleAnalyzer/Interfaces/delphes/DelphesMemoryInterface.h index 378a9969..b3bf309f 100644 --- a/tools/SampleAnalyzer/Interfaces/delphes/DelphesMemoryInterface.h +++ b/tools/SampleAnalyzer/Interfaces/delphes/DelphesMemoryInterface.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Interfaces/delphes/DelphesTreeReader.cpp b/tools/SampleAnalyzer/Interfaces/delphes/DelphesTreeReader.cpp index 813d34fc..5373d395 100644 --- a/tools/SampleAnalyzer/Interfaces/delphes/DelphesTreeReader.cpp +++ b/tools/SampleAnalyzer/Interfaces/delphes/DelphesTreeReader.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Interfaces/delphes/DelphesTreeReader.h b/tools/SampleAnalyzer/Interfaces/delphes/DelphesTreeReader.h index 5a354382..bb9fda04 100644 --- a/tools/SampleAnalyzer/Interfaces/delphes/DelphesTreeReader.h +++ b/tools/SampleAnalyzer/Interfaces/delphes/DelphesTreeReader.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Interfaces/delphes/DetectorDelphes.cpp b/tools/SampleAnalyzer/Interfaces/delphes/DetectorDelphes.cpp index f4acbb0a..952f6487 100644 --- a/tools/SampleAnalyzer/Interfaces/delphes/DetectorDelphes.cpp +++ b/tools/SampleAnalyzer/Interfaces/delphes/DetectorDelphes.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Interfaces/delphes/DetectorDelphes.h b/tools/SampleAnalyzer/Interfaces/delphes/DetectorDelphes.h index 8ad64964..0907d7d2 100644 --- a/tools/SampleAnalyzer/Interfaces/delphes/DetectorDelphes.h +++ b/tools/SampleAnalyzer/Interfaces/delphes/DetectorDelphes.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Interfaces/delphesMA5tune/DelphesMA5tuneTreeReader.cpp b/tools/SampleAnalyzer/Interfaces/delphesMA5tune/DelphesMA5tuneTreeReader.cpp index 288e0d4a..c04fd32a 100644 --- a/tools/SampleAnalyzer/Interfaces/delphesMA5tune/DelphesMA5tuneTreeReader.cpp +++ b/tools/SampleAnalyzer/Interfaces/delphesMA5tune/DelphesMA5tuneTreeReader.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Interfaces/delphesMA5tune/DelphesMA5tuneTreeReader.h b/tools/SampleAnalyzer/Interfaces/delphesMA5tune/DelphesMA5tuneTreeReader.h index 2ee334bd..a6714e1b 100644 --- a/tools/SampleAnalyzer/Interfaces/delphesMA5tune/DelphesMA5tuneTreeReader.h +++ b/tools/SampleAnalyzer/Interfaces/delphesMA5tune/DelphesMA5tuneTreeReader.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Interfaces/delphesMA5tune/DetectorDelphesMA5tune.cpp b/tools/SampleAnalyzer/Interfaces/delphesMA5tune/DetectorDelphesMA5tune.cpp index c8516ae2..0203fef7 100644 --- a/tools/SampleAnalyzer/Interfaces/delphesMA5tune/DetectorDelphesMA5tune.cpp +++ b/tools/SampleAnalyzer/Interfaces/delphesMA5tune/DetectorDelphesMA5tune.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Interfaces/delphesMA5tune/DetectorDelphesMA5tune.h b/tools/SampleAnalyzer/Interfaces/delphesMA5tune/DetectorDelphesMA5tune.h index 1aa30002..8831388b 100644 --- a/tools/SampleAnalyzer/Interfaces/delphesMA5tune/DetectorDelphesMA5tune.h +++ b/tools/SampleAnalyzer/Interfaces/delphesMA5tune/DetectorDelphesMA5tune.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Interfaces/fastjet/ClusterAlgoCDFJetClu.cpp b/tools/SampleAnalyzer/Interfaces/fastjet/ClusterAlgoCDFJetClu.cpp index d9b9137e..8b744f2f 100644 --- a/tools/SampleAnalyzer/Interfaces/fastjet/ClusterAlgoCDFJetClu.cpp +++ b/tools/SampleAnalyzer/Interfaces/fastjet/ClusterAlgoCDFJetClu.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Interfaces/fastjet/ClusterAlgoCDFJetClu.h b/tools/SampleAnalyzer/Interfaces/fastjet/ClusterAlgoCDFJetClu.h index 989e5b62..cf592119 100644 --- a/tools/SampleAnalyzer/Interfaces/fastjet/ClusterAlgoCDFJetClu.h +++ b/tools/SampleAnalyzer/Interfaces/fastjet/ClusterAlgoCDFJetClu.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Interfaces/fastjet/ClusterAlgoCDFMidpoint.cpp b/tools/SampleAnalyzer/Interfaces/fastjet/ClusterAlgoCDFMidpoint.cpp index 15d752f1..21ed8c57 100644 --- a/tools/SampleAnalyzer/Interfaces/fastjet/ClusterAlgoCDFMidpoint.cpp +++ b/tools/SampleAnalyzer/Interfaces/fastjet/ClusterAlgoCDFMidpoint.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Interfaces/fastjet/ClusterAlgoCDFMidpoint.h b/tools/SampleAnalyzer/Interfaces/fastjet/ClusterAlgoCDFMidpoint.h index 63ad817d..70e73a7a 100644 --- a/tools/SampleAnalyzer/Interfaces/fastjet/ClusterAlgoCDFMidpoint.h +++ b/tools/SampleAnalyzer/Interfaces/fastjet/ClusterAlgoCDFMidpoint.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Interfaces/fastjet/ClusterAlgoFastJet.cpp b/tools/SampleAnalyzer/Interfaces/fastjet/ClusterAlgoFastJet.cpp index e29dffed..3b4e9a2b 100644 --- a/tools/SampleAnalyzer/Interfaces/fastjet/ClusterAlgoFastJet.cpp +++ b/tools/SampleAnalyzer/Interfaces/fastjet/ClusterAlgoFastJet.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Interfaces/fastjet/ClusterAlgoFastJet.h b/tools/SampleAnalyzer/Interfaces/fastjet/ClusterAlgoFastJet.h index 7d5fb325..47970ec7 100644 --- a/tools/SampleAnalyzer/Interfaces/fastjet/ClusterAlgoFastJet.h +++ b/tools/SampleAnalyzer/Interfaces/fastjet/ClusterAlgoFastJet.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Interfaces/fastjet/ClusterAlgoGridJet.cpp b/tools/SampleAnalyzer/Interfaces/fastjet/ClusterAlgoGridJet.cpp index 5d3d0b2c..d020ac06 100644 --- a/tools/SampleAnalyzer/Interfaces/fastjet/ClusterAlgoGridJet.cpp +++ b/tools/SampleAnalyzer/Interfaces/fastjet/ClusterAlgoGridJet.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Interfaces/fastjet/ClusterAlgoGridJet.h b/tools/SampleAnalyzer/Interfaces/fastjet/ClusterAlgoGridJet.h index ca1d15bb..1c9fcaa6 100644 --- a/tools/SampleAnalyzer/Interfaces/fastjet/ClusterAlgoGridJet.h +++ b/tools/SampleAnalyzer/Interfaces/fastjet/ClusterAlgoGridJet.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Interfaces/fastjet/ClusterAlgoPlugin.h b/tools/SampleAnalyzer/Interfaces/fastjet/ClusterAlgoPlugin.h index 522ca08d..b3095562 100644 --- a/tools/SampleAnalyzer/Interfaces/fastjet/ClusterAlgoPlugin.h +++ b/tools/SampleAnalyzer/Interfaces/fastjet/ClusterAlgoPlugin.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Interfaces/fastjet/ClusterAlgoSISCone.cpp b/tools/SampleAnalyzer/Interfaces/fastjet/ClusterAlgoSISCone.cpp index ff3cc863..4ff9df37 100644 --- a/tools/SampleAnalyzer/Interfaces/fastjet/ClusterAlgoSISCone.cpp +++ b/tools/SampleAnalyzer/Interfaces/fastjet/ClusterAlgoSISCone.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Interfaces/fastjet/ClusterAlgoSISCone.h b/tools/SampleAnalyzer/Interfaces/fastjet/ClusterAlgoSISCone.h index dc0f91a0..0a1bdc35 100644 --- a/tools/SampleAnalyzer/Interfaces/fastjet/ClusterAlgoSISCone.h +++ b/tools/SampleAnalyzer/Interfaces/fastjet/ClusterAlgoSISCone.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Interfaces/fastjet/ClusterAlgoStandard.cpp b/tools/SampleAnalyzer/Interfaces/fastjet/ClusterAlgoStandard.cpp index 691fc744..12df9e9e 100644 --- a/tools/SampleAnalyzer/Interfaces/fastjet/ClusterAlgoStandard.cpp +++ b/tools/SampleAnalyzer/Interfaces/fastjet/ClusterAlgoStandard.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Interfaces/fastjet/ClusterAlgoStandard.h b/tools/SampleAnalyzer/Interfaces/fastjet/ClusterAlgoStandard.h index a536b465..b38e4909 100644 --- a/tools/SampleAnalyzer/Interfaces/fastjet/ClusterAlgoStandard.h +++ b/tools/SampleAnalyzer/Interfaces/fastjet/ClusterAlgoStandard.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Interfaces/fastjet/DJRextractor.cpp b/tools/SampleAnalyzer/Interfaces/fastjet/DJRextractor.cpp index de7b511c..1e818ee7 100644 --- a/tools/SampleAnalyzer/Interfaces/fastjet/DJRextractor.cpp +++ b/tools/SampleAnalyzer/Interfaces/fastjet/DJRextractor.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Interfaces/fastjet/DJRextractor.h b/tools/SampleAnalyzer/Interfaces/fastjet/DJRextractor.h index d8245874..9ed49868 100644 --- a/tools/SampleAnalyzer/Interfaces/fastjet/DJRextractor.h +++ b/tools/SampleAnalyzer/Interfaces/fastjet/DJRextractor.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Interfaces/root/ROOTReader.cpp b/tools/SampleAnalyzer/Interfaces/root/ROOTReader.cpp index d8154e72..26bd038c 100644 --- a/tools/SampleAnalyzer/Interfaces/root/ROOTReader.cpp +++ b/tools/SampleAnalyzer/Interfaces/root/ROOTReader.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Interfaces/root/ROOTReader.h b/tools/SampleAnalyzer/Interfaces/root/ROOTReader.h index 8696255f..286b6f06 100644 --- a/tools/SampleAnalyzer/Interfaces/root/ROOTReader.h +++ b/tools/SampleAnalyzer/Interfaces/root/ROOTReader.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Interfaces/root/RootMainHeaders.cpp b/tools/SampleAnalyzer/Interfaces/root/RootMainHeaders.cpp index d1e84ada..eef7a76d 100644 --- a/tools/SampleAnalyzer/Interfaces/root/RootMainHeaders.cpp +++ b/tools/SampleAnalyzer/Interfaces/root/RootMainHeaders.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Interfaces/root/RootMainHeaders.h b/tools/SampleAnalyzer/Interfaces/root/RootMainHeaders.h index 7e7ce0b7..9e30fe25 100644 --- a/tools/SampleAnalyzer/Interfaces/root/RootMainHeaders.h +++ b/tools/SampleAnalyzer/Interfaces/root/RootMainHeaders.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Interfaces/root/TreeReaderBase.cpp b/tools/SampleAnalyzer/Interfaces/root/TreeReaderBase.cpp index 11ce849a..7bad7c27 100644 --- a/tools/SampleAnalyzer/Interfaces/root/TreeReaderBase.cpp +++ b/tools/SampleAnalyzer/Interfaces/root/TreeReaderBase.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Interfaces/root/TreeReaderBase.h b/tools/SampleAnalyzer/Interfaces/root/TreeReaderBase.h index 9506023a..4dca3062 100644 --- a/tools/SampleAnalyzer/Interfaces/root/TreeReaderBase.h +++ b/tools/SampleAnalyzer/Interfaces/root/TreeReaderBase.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Interfaces/zlib/gz_file.h b/tools/SampleAnalyzer/Interfaces/zlib/gz_file.h index cfef18ce..ea2a02ea 100644 --- a/tools/SampleAnalyzer/Interfaces/zlib/gz_file.h +++ b/tools/SampleAnalyzer/Interfaces/zlib/gz_file.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Interfaces/zlib/gz_istream.h b/tools/SampleAnalyzer/Interfaces/zlib/gz_istream.h index 35c5f360..39664714 100644 --- a/tools/SampleAnalyzer/Interfaces/zlib/gz_istream.h +++ b/tools/SampleAnalyzer/Interfaces/zlib/gz_istream.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Interfaces/zlib/gz_ostream.h b/tools/SampleAnalyzer/Interfaces/zlib/gz_ostream.h index 3cccf980..0e196ab3 100644 --- a/tools/SampleAnalyzer/Interfaces/zlib/gz_ostream.h +++ b/tools/SampleAnalyzer/Interfaces/zlib/gz_ostream.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Interfaces/zlib/gz_streambase.cpp b/tools/SampleAnalyzer/Interfaces/zlib/gz_streambase.cpp index 8983f9af..d1f3dc81 100644 --- a/tools/SampleAnalyzer/Interfaces/zlib/gz_streambase.cpp +++ b/tools/SampleAnalyzer/Interfaces/zlib/gz_streambase.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Interfaces/zlib/gz_streambase.h b/tools/SampleAnalyzer/Interfaces/zlib/gz_streambase.h index 8d3d6aa3..7b929be8 100644 --- a/tools/SampleAnalyzer/Interfaces/zlib/gz_streambase.h +++ b/tools/SampleAnalyzer/Interfaces/zlib/gz_streambase.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Process/Analyzer/AnalyzerBase.h b/tools/SampleAnalyzer/Process/Analyzer/AnalyzerBase.h index e44f29c8..cef7dcf4 100644 --- a/tools/SampleAnalyzer/Process/Analyzer/AnalyzerBase.h +++ b/tools/SampleAnalyzer/Process/Analyzer/AnalyzerBase.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Process/Analyzer/AnalyzerManager.cpp b/tools/SampleAnalyzer/Process/Analyzer/AnalyzerManager.cpp index 140c258b..2434df04 100644 --- a/tools/SampleAnalyzer/Process/Analyzer/AnalyzerManager.cpp +++ b/tools/SampleAnalyzer/Process/Analyzer/AnalyzerManager.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Process/Analyzer/AnalyzerManager.h b/tools/SampleAnalyzer/Process/Analyzer/AnalyzerManager.h index aed9cb91..508696df 100644 --- a/tools/SampleAnalyzer/Process/Analyzer/AnalyzerManager.h +++ b/tools/SampleAnalyzer/Process/Analyzer/AnalyzerManager.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Process/Analyzer/MergingPlots.cpp b/tools/SampleAnalyzer/Process/Analyzer/MergingPlots.cpp index cd00f5ef..5895cb96 100644 --- a/tools/SampleAnalyzer/Process/Analyzer/MergingPlots.cpp +++ b/tools/SampleAnalyzer/Process/Analyzer/MergingPlots.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Process/Analyzer/MergingPlots.h b/tools/SampleAnalyzer/Process/Analyzer/MergingPlots.h index a8fc4e05..6a574c37 100644 --- a/tools/SampleAnalyzer/Process/Analyzer/MergingPlots.h +++ b/tools/SampleAnalyzer/Process/Analyzer/MergingPlots.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Process/Core/ManagerBase.h b/tools/SampleAnalyzer/Process/Core/ManagerBase.h index e1da5079..dfdc87a0 100644 --- a/tools/SampleAnalyzer/Process/Core/ManagerBase.h +++ b/tools/SampleAnalyzer/Process/Core/ManagerBase.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Process/Core/ProgressBar.cpp b/tools/SampleAnalyzer/Process/Core/ProgressBar.cpp index 35323723..b21f599b 100644 --- a/tools/SampleAnalyzer/Process/Core/ProgressBar.cpp +++ b/tools/SampleAnalyzer/Process/Core/ProgressBar.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Process/Core/ProgressBar.h b/tools/SampleAnalyzer/Process/Core/ProgressBar.h index 45ba1b88..6b806363 100644 --- a/tools/SampleAnalyzer/Process/Core/ProgressBar.h +++ b/tools/SampleAnalyzer/Process/Core/ProgressBar.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Process/Core/SampleAnalyzer.cpp b/tools/SampleAnalyzer/Process/Core/SampleAnalyzer.cpp index c6497bec..31cae98c 100644 --- a/tools/SampleAnalyzer/Process/Core/SampleAnalyzer.cpp +++ b/tools/SampleAnalyzer/Process/Core/SampleAnalyzer.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Process/Core/SampleAnalyzer.h b/tools/SampleAnalyzer/Process/Core/SampleAnalyzer.h index fcff1f16..9217dbd1 100644 --- a/tools/SampleAnalyzer/Process/Core/SampleAnalyzer.h +++ b/tools/SampleAnalyzer/Process/Core/SampleAnalyzer.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Process/Core/xdr_istream.cpp b/tools/SampleAnalyzer/Process/Core/xdr_istream.cpp index 898c18a4..63ef3c3b 100644 --- a/tools/SampleAnalyzer/Process/Core/xdr_istream.cpp +++ b/tools/SampleAnalyzer/Process/Core/xdr_istream.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Process/Core/xdr_istream.h b/tools/SampleAnalyzer/Process/Core/xdr_istream.h index 7af2f628..351f9a20 100644 --- a/tools/SampleAnalyzer/Process/Core/xdr_istream.h +++ b/tools/SampleAnalyzer/Process/Core/xdr_istream.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Process/Counter/Counter.h b/tools/SampleAnalyzer/Process/Counter/Counter.h index 0f3b9993..e5526906 100644 --- a/tools/SampleAnalyzer/Process/Counter/Counter.h +++ b/tools/SampleAnalyzer/Process/Counter/Counter.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Process/Counter/CounterManager.cpp b/tools/SampleAnalyzer/Process/Counter/CounterManager.cpp index b3cb7fce..6ee6df2a 100644 --- a/tools/SampleAnalyzer/Process/Counter/CounterManager.cpp +++ b/tools/SampleAnalyzer/Process/Counter/CounterManager.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Process/Counter/CounterManager.h b/tools/SampleAnalyzer/Process/Counter/CounterManager.h index 01dd8f18..212d71e1 100644 --- a/tools/SampleAnalyzer/Process/Counter/CounterManager.h +++ b/tools/SampleAnalyzer/Process/Counter/CounterManager.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Process/Counter/MultiRegionCounter.h b/tools/SampleAnalyzer/Process/Counter/MultiRegionCounter.h index 8d02dfcd..566f7840 100644 --- a/tools/SampleAnalyzer/Process/Counter/MultiRegionCounter.h +++ b/tools/SampleAnalyzer/Process/Counter/MultiRegionCounter.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Process/Counter/MultiRegionCounterManager.h b/tools/SampleAnalyzer/Process/Counter/MultiRegionCounterManager.h index 61489eed..39d12e16 100644 --- a/tools/SampleAnalyzer/Process/Counter/MultiRegionCounterManager.h +++ b/tools/SampleAnalyzer/Process/Counter/MultiRegionCounterManager.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Process/Detector/DetectorManager.cpp b/tools/SampleAnalyzer/Process/Detector/DetectorManager.cpp index 6f56431e..cb27f45e 100644 --- a/tools/SampleAnalyzer/Process/Detector/DetectorManager.cpp +++ b/tools/SampleAnalyzer/Process/Detector/DetectorManager.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Process/Detector/DetectorManager.h b/tools/SampleAnalyzer/Process/Detector/DetectorManager.h index 6b274de6..0c88d093 100644 --- a/tools/SampleAnalyzer/Process/Detector/DetectorManager.h +++ b/tools/SampleAnalyzer/Process/Detector/DetectorManager.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Process/JetClustering/JetClusterer.cpp b/tools/SampleAnalyzer/Process/JetClustering/JetClusterer.cpp index a71f6ad5..ef81d28b 100644 --- a/tools/SampleAnalyzer/Process/JetClustering/JetClusterer.cpp +++ b/tools/SampleAnalyzer/Process/JetClustering/JetClusterer.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Process/JetClustering/JetClusterer.h b/tools/SampleAnalyzer/Process/JetClustering/JetClusterer.h index 0165d213..ffd60eb8 100644 --- a/tools/SampleAnalyzer/Process/JetClustering/JetClusterer.h +++ b/tools/SampleAnalyzer/Process/JetClustering/JetClusterer.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Process/JetClustering/JetClustererManager.cpp b/tools/SampleAnalyzer/Process/JetClustering/JetClustererManager.cpp index 3977b23f..6b794d47 100644 --- a/tools/SampleAnalyzer/Process/JetClustering/JetClustererManager.cpp +++ b/tools/SampleAnalyzer/Process/JetClustering/JetClustererManager.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Process/JetClustering/JetClustererManager.h b/tools/SampleAnalyzer/Process/JetClustering/JetClustererManager.h index 7ebe57d5..78687acc 100644 --- a/tools/SampleAnalyzer/Process/JetClustering/JetClustererManager.h +++ b/tools/SampleAnalyzer/Process/JetClustering/JetClustererManager.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Process/JetClustering/NullSmearer.h b/tools/SampleAnalyzer/Process/JetClustering/NullSmearer.h index dbb7f7cb..7199b79f 100644 --- a/tools/SampleAnalyzer/Process/JetClustering/NullSmearer.h +++ b/tools/SampleAnalyzer/Process/JetClustering/NullSmearer.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Process/JetClustering/TauTagger.cpp b/tools/SampleAnalyzer/Process/JetClustering/TauTagger.cpp index 89f77e17..474e92c4 100644 --- a/tools/SampleAnalyzer/Process/JetClustering/TauTagger.cpp +++ b/tools/SampleAnalyzer/Process/JetClustering/TauTagger.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Process/JetClustering/TauTagger.h b/tools/SampleAnalyzer/Process/JetClustering/TauTagger.h index 2560869e..bc3385cf 100644 --- a/tools/SampleAnalyzer/Process/JetClustering/TauTagger.h +++ b/tools/SampleAnalyzer/Process/JetClustering/TauTagger.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Process/JetClustering/bTagger.cpp b/tools/SampleAnalyzer/Process/JetClustering/bTagger.cpp index be31c81b..4cddcc76 100644 --- a/tools/SampleAnalyzer/Process/JetClustering/bTagger.cpp +++ b/tools/SampleAnalyzer/Process/JetClustering/bTagger.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Process/JetClustering/bTagger.h b/tools/SampleAnalyzer/Process/JetClustering/bTagger.h index aa1417d8..774db4b3 100644 --- a/tools/SampleAnalyzer/Process/JetClustering/bTagger.h +++ b/tools/SampleAnalyzer/Process/JetClustering/bTagger.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Process/JetClustering/cTagger.cpp b/tools/SampleAnalyzer/Process/JetClustering/cTagger.cpp index 8042cf42..c03ac1bd 100644 --- a/tools/SampleAnalyzer/Process/JetClustering/cTagger.cpp +++ b/tools/SampleAnalyzer/Process/JetClustering/cTagger.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Process/JetClustering/cTagger.h b/tools/SampleAnalyzer/Process/JetClustering/cTagger.h index 5559f797..5876477e 100644 --- a/tools/SampleAnalyzer/Process/JetClustering/cTagger.h +++ b/tools/SampleAnalyzer/Process/JetClustering/cTagger.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Process/Plot/Histo.cpp b/tools/SampleAnalyzer/Process/Plot/Histo.cpp index f9ef761d..2ee293f3 100644 --- a/tools/SampleAnalyzer/Process/Plot/Histo.cpp +++ b/tools/SampleAnalyzer/Process/Plot/Histo.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Process/Plot/Histo.h b/tools/SampleAnalyzer/Process/Plot/Histo.h index 4b08e0bd..55d178a8 100644 --- a/tools/SampleAnalyzer/Process/Plot/Histo.h +++ b/tools/SampleAnalyzer/Process/Plot/Histo.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Process/Plot/HistoFrequency.h b/tools/SampleAnalyzer/Process/Plot/HistoFrequency.h index 0621881a..f4f595b5 100644 --- a/tools/SampleAnalyzer/Process/Plot/HistoFrequency.h +++ b/tools/SampleAnalyzer/Process/Plot/HistoFrequency.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. @@ -97,34 +97,27 @@ class HistoFrequency : public PlotBase /// Adding an entry for a given observable void Fill(const MAint32& obs, MAfloat64 weight=1.0) { - // Looking for the value - iterator it = stack_.find(obs); + // Looking for the value and creating it if not existing + if (stack_.find(obs) == stack_.end()) + stack_[obs] = std::make_pair(0.,0.); - // Value not found - if (it==stack_.end()) + // Noe filling the histogram + if (weight>=0) { - stack_[obs]=std::make_pair(0.,0.); + nentries_.first++; + sum_w_.first+=weight; + stack_[obs].first+=weight; } - - // Value found - else + else { - if (weight>=0) - { - nentries_.first++; - sum_w_.first+=weight; - stack_[obs].first+=weight; - } - else - { - nentries_.second++; - weight=std::abs(weight); - sum_w_.second+=weight; - stack_[obs].second+=weight; - } + nentries_.second++; + weight=std::abs(weight); + sum_w_.second+=weight; + stack_[obs].second+=weight; } } + /// Write the plot in a ROOT file virtual void Write_TextFormat(std::ostream* output) { diff --git a/tools/SampleAnalyzer/Process/Plot/HistoLogX.cpp b/tools/SampleAnalyzer/Process/Plot/HistoLogX.cpp index 54d025bc..170e68ab 100644 --- a/tools/SampleAnalyzer/Process/Plot/HistoLogX.cpp +++ b/tools/SampleAnalyzer/Process/Plot/HistoLogX.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Process/Plot/HistoLogX.h b/tools/SampleAnalyzer/Process/Plot/HistoLogX.h index 8f992bc8..0ac6b902 100644 --- a/tools/SampleAnalyzer/Process/Plot/HistoLogX.h +++ b/tools/SampleAnalyzer/Process/Plot/HistoLogX.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Process/Plot/MergingPlotType.cpp b/tools/SampleAnalyzer/Process/Plot/MergingPlotType.cpp index 337b3817..3546c42d 100644 --- a/tools/SampleAnalyzer/Process/Plot/MergingPlotType.cpp +++ b/tools/SampleAnalyzer/Process/Plot/MergingPlotType.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Process/Plot/MergingPlotType.h b/tools/SampleAnalyzer/Process/Plot/MergingPlotType.h index 34a4e624..aeebec12 100644 --- a/tools/SampleAnalyzer/Process/Plot/MergingPlotType.h +++ b/tools/SampleAnalyzer/Process/Plot/MergingPlotType.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Process/Plot/PlotBase.h b/tools/SampleAnalyzer/Process/Plot/PlotBase.h index ea7b203e..1f450f51 100644 --- a/tools/SampleAnalyzer/Process/Plot/PlotBase.h +++ b/tools/SampleAnalyzer/Process/Plot/PlotBase.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Process/Plot/PlotManager.cpp b/tools/SampleAnalyzer/Process/Plot/PlotManager.cpp index 1e8d52b6..3c190d76 100644 --- a/tools/SampleAnalyzer/Process/Plot/PlotManager.cpp +++ b/tools/SampleAnalyzer/Process/Plot/PlotManager.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Process/Plot/PlotManager.h b/tools/SampleAnalyzer/Process/Plot/PlotManager.h index 90a1d987..a176aa21 100644 --- a/tools/SampleAnalyzer/Process/Plot/PlotManager.h +++ b/tools/SampleAnalyzer/Process/Plot/PlotManager.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Process/Reader/HEPMCReader.cpp b/tools/SampleAnalyzer/Process/Reader/HEPMCReader.cpp index 6825bc58..e823d020 100644 --- a/tools/SampleAnalyzer/Process/Reader/HEPMCReader.cpp +++ b/tools/SampleAnalyzer/Process/Reader/HEPMCReader.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Process/Reader/HEPMCReader.h b/tools/SampleAnalyzer/Process/Reader/HEPMCReader.h index 1e9e594d..dc5f78c1 100644 --- a/tools/SampleAnalyzer/Process/Reader/HEPMCReader.h +++ b/tools/SampleAnalyzer/Process/Reader/HEPMCReader.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Process/Reader/LHCOReader.cpp b/tools/SampleAnalyzer/Process/Reader/LHCOReader.cpp index 929ee67e..55d26fc6 100644 --- a/tools/SampleAnalyzer/Process/Reader/LHCOReader.cpp +++ b/tools/SampleAnalyzer/Process/Reader/LHCOReader.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Process/Reader/LHCOReader.h b/tools/SampleAnalyzer/Process/Reader/LHCOReader.h index 8908ce93..188407d5 100644 --- a/tools/SampleAnalyzer/Process/Reader/LHCOReader.h +++ b/tools/SampleAnalyzer/Process/Reader/LHCOReader.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Process/Reader/LHEReader.cpp b/tools/SampleAnalyzer/Process/Reader/LHEReader.cpp index d3bed1a6..1961843d 100644 --- a/tools/SampleAnalyzer/Process/Reader/LHEReader.cpp +++ b/tools/SampleAnalyzer/Process/Reader/LHEReader.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Process/Reader/LHEReader.h b/tools/SampleAnalyzer/Process/Reader/LHEReader.h index e655ad98..12b0aedd 100644 --- a/tools/SampleAnalyzer/Process/Reader/LHEReader.h +++ b/tools/SampleAnalyzer/Process/Reader/LHEReader.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Process/Reader/ReaderManager.cpp b/tools/SampleAnalyzer/Process/Reader/ReaderManager.cpp index 42b19ac2..d4f7faa1 100644 --- a/tools/SampleAnalyzer/Process/Reader/ReaderManager.cpp +++ b/tools/SampleAnalyzer/Process/Reader/ReaderManager.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Process/Reader/ReaderManager.h b/tools/SampleAnalyzer/Process/Reader/ReaderManager.h index 5001d3cc..c849b8b2 100644 --- a/tools/SampleAnalyzer/Process/Reader/ReaderManager.h +++ b/tools/SampleAnalyzer/Process/Reader/ReaderManager.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Process/Reader/ReaderTextBase.cpp b/tools/SampleAnalyzer/Process/Reader/ReaderTextBase.cpp index 6708d71d..fe8c6dca 100644 --- a/tools/SampleAnalyzer/Process/Reader/ReaderTextBase.cpp +++ b/tools/SampleAnalyzer/Process/Reader/ReaderTextBase.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Process/Reader/ReaderTextBase.h b/tools/SampleAnalyzer/Process/Reader/ReaderTextBase.h index 8cd61124..d11ae0cf 100644 --- a/tools/SampleAnalyzer/Process/Reader/ReaderTextBase.h +++ b/tools/SampleAnalyzer/Process/Reader/ReaderTextBase.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Process/Reader/STDHEPreader.cpp b/tools/SampleAnalyzer/Process/Reader/STDHEPreader.cpp index 3202c81f..f639c1d2 100644 --- a/tools/SampleAnalyzer/Process/Reader/STDHEPreader.cpp +++ b/tools/SampleAnalyzer/Process/Reader/STDHEPreader.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Process/Reader/STDHEPreader.h b/tools/SampleAnalyzer/Process/Reader/STDHEPreader.h index 3f60a7e0..fd714401 100644 --- a/tools/SampleAnalyzer/Process/Reader/STDHEPreader.h +++ b/tools/SampleAnalyzer/Process/Reader/STDHEPreader.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Process/RegionSelection/RegionSelection.cpp b/tools/SampleAnalyzer/Process/RegionSelection/RegionSelection.cpp index 4cad85e7..9e144737 100644 --- a/tools/SampleAnalyzer/Process/RegionSelection/RegionSelection.cpp +++ b/tools/SampleAnalyzer/Process/RegionSelection/RegionSelection.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Process/RegionSelection/RegionSelection.h b/tools/SampleAnalyzer/Process/RegionSelection/RegionSelection.h index 184b8deb..ca07ad6a 100644 --- a/tools/SampleAnalyzer/Process/RegionSelection/RegionSelection.h +++ b/tools/SampleAnalyzer/Process/RegionSelection/RegionSelection.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Process/RegionSelection/RegionSelectionManager.cpp b/tools/SampleAnalyzer/Process/RegionSelection/RegionSelectionManager.cpp index a9f858d8..5136529d 100644 --- a/tools/SampleAnalyzer/Process/RegionSelection/RegionSelectionManager.cpp +++ b/tools/SampleAnalyzer/Process/RegionSelection/RegionSelectionManager.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Process/RegionSelection/RegionSelectionManager.h b/tools/SampleAnalyzer/Process/RegionSelection/RegionSelectionManager.h index 39cd2a82..d7b82b0d 100644 --- a/tools/SampleAnalyzer/Process/RegionSelection/RegionSelectionManager.h +++ b/tools/SampleAnalyzer/Process/RegionSelection/RegionSelectionManager.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Process/Writer/LHCOParticleFormat.cpp b/tools/SampleAnalyzer/Process/Writer/LHCOParticleFormat.cpp index ecc00757..99faf600 100644 --- a/tools/SampleAnalyzer/Process/Writer/LHCOParticleFormat.cpp +++ b/tools/SampleAnalyzer/Process/Writer/LHCOParticleFormat.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Process/Writer/LHCOParticleFormat.h b/tools/SampleAnalyzer/Process/Writer/LHCOParticleFormat.h index 9f297cf0..dffe22df 100644 --- a/tools/SampleAnalyzer/Process/Writer/LHCOParticleFormat.h +++ b/tools/SampleAnalyzer/Process/Writer/LHCOParticleFormat.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Process/Writer/LHCOWriter.cpp b/tools/SampleAnalyzer/Process/Writer/LHCOWriter.cpp index de1b0b2c..63c66b92 100644 --- a/tools/SampleAnalyzer/Process/Writer/LHCOWriter.cpp +++ b/tools/SampleAnalyzer/Process/Writer/LHCOWriter.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Process/Writer/LHCOWriter.h b/tools/SampleAnalyzer/Process/Writer/LHCOWriter.h index e647c15e..f7d90154 100644 --- a/tools/SampleAnalyzer/Process/Writer/LHCOWriter.h +++ b/tools/SampleAnalyzer/Process/Writer/LHCOWriter.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Process/Writer/LHEParticleFormat.cpp b/tools/SampleAnalyzer/Process/Writer/LHEParticleFormat.cpp index 31a11040..64eeb591 100644 --- a/tools/SampleAnalyzer/Process/Writer/LHEParticleFormat.cpp +++ b/tools/SampleAnalyzer/Process/Writer/LHEParticleFormat.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Process/Writer/LHEParticleFormat.h b/tools/SampleAnalyzer/Process/Writer/LHEParticleFormat.h index a9fb0621..6de09773 100644 --- a/tools/SampleAnalyzer/Process/Writer/LHEParticleFormat.h +++ b/tools/SampleAnalyzer/Process/Writer/LHEParticleFormat.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Process/Writer/LHEWriter.cpp b/tools/SampleAnalyzer/Process/Writer/LHEWriter.cpp index add6b44c..aefd2f53 100644 --- a/tools/SampleAnalyzer/Process/Writer/LHEWriter.cpp +++ b/tools/SampleAnalyzer/Process/Writer/LHEWriter.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Process/Writer/LHEWriter.h b/tools/SampleAnalyzer/Process/Writer/LHEWriter.h index 7d7ae6ea..5348ddfb 100644 --- a/tools/SampleAnalyzer/Process/Writer/LHEWriter.h +++ b/tools/SampleAnalyzer/Process/Writer/LHEWriter.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Process/Writer/SAFWriter.cpp b/tools/SampleAnalyzer/Process/Writer/SAFWriter.cpp index a3166892..1ba72cfa 100644 --- a/tools/SampleAnalyzer/Process/Writer/SAFWriter.cpp +++ b/tools/SampleAnalyzer/Process/Writer/SAFWriter.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Process/Writer/SAFWriter.h b/tools/SampleAnalyzer/Process/Writer/SAFWriter.h index 3d29e5f7..d20fc1f5 100644 --- a/tools/SampleAnalyzer/Process/Writer/SAFWriter.h +++ b/tools/SampleAnalyzer/Process/Writer/SAFWriter.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Process/Writer/WriterBase.h b/tools/SampleAnalyzer/Process/Writer/WriterBase.h index 3dbe057c..aecc3483 100644 --- a/tools/SampleAnalyzer/Process/Writer/WriterBase.h +++ b/tools/SampleAnalyzer/Process/Writer/WriterBase.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Process/Writer/WriterManager.cpp b/tools/SampleAnalyzer/Process/Writer/WriterManager.cpp index 02443bc2..893ab2b6 100644 --- a/tools/SampleAnalyzer/Process/Writer/WriterManager.cpp +++ b/tools/SampleAnalyzer/Process/Writer/WriterManager.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Process/Writer/WriterManager.h b/tools/SampleAnalyzer/Process/Writer/WriterManager.h index c82838f3..5b024b7e 100644 --- a/tools/SampleAnalyzer/Process/Writer/WriterManager.h +++ b/tools/SampleAnalyzer/Process/Writer/WriterManager.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Process/Writer/WriterTextBase.cpp b/tools/SampleAnalyzer/Process/Writer/WriterTextBase.cpp index be81ee37..f3f232b2 100644 --- a/tools/SampleAnalyzer/Process/Writer/WriterTextBase.cpp +++ b/tools/SampleAnalyzer/Process/Writer/WriterTextBase.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Process/Writer/WriterTextBase.h b/tools/SampleAnalyzer/Process/Writer/WriterTextBase.h index d9a27730..561f75f1 100644 --- a/tools/SampleAnalyzer/Process/Writer/WriterTextBase.h +++ b/tools/SampleAnalyzer/Process/Writer/WriterTextBase.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Test/Commons/Test.cpp b/tools/SampleAnalyzer/Test/Commons/Test.cpp index cde58031..0aac6434 100644 --- a/tools/SampleAnalyzer/Test/Commons/Test.cpp +++ b/tools/SampleAnalyzer/Test/Commons/Test.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Test/Delphes/Test.cpp b/tools/SampleAnalyzer/Test/Delphes/Test.cpp index f9926a9c..c4104cad 100644 --- a/tools/SampleAnalyzer/Test/Delphes/Test.cpp +++ b/tools/SampleAnalyzer/Test/Delphes/Test.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Test/DelphesMA5tune/Test.cpp b/tools/SampleAnalyzer/Test/DelphesMA5tune/Test.cpp index b6e8520d..c7980438 100644 --- a/tools/SampleAnalyzer/Test/DelphesMA5tune/Test.cpp +++ b/tools/SampleAnalyzer/Test/DelphesMA5tune/Test.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Test/Fastjet/Test.cpp b/tools/SampleAnalyzer/Test/Fastjet/Test.cpp index 4d4fd016..38d2b900 100644 --- a/tools/SampleAnalyzer/Test/Fastjet/Test.cpp +++ b/tools/SampleAnalyzer/Test/Fastjet/Test.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Test/Multithread/test.cpp b/tools/SampleAnalyzer/Test/Multithread/test.cpp index 5da87477..4dc6b374 100644 --- a/tools/SampleAnalyzer/Test/Multithread/test.cpp +++ b/tools/SampleAnalyzer/Test/Multithread/test.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Test/Process/Test.cpp b/tools/SampleAnalyzer/Test/Process/Test.cpp index d774f388..72a73de6 100644 --- a/tools/SampleAnalyzer/Test/Process/Test.cpp +++ b/tools/SampleAnalyzer/Test/Process/Test.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Test/Root/Test.cpp b/tools/SampleAnalyzer/Test/Root/Test.cpp index 1007acad..7a530849 100644 --- a/tools/SampleAnalyzer/Test/Root/Test.cpp +++ b/tools/SampleAnalyzer/Test/Root/Test.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/Test/Zlib/Test.cpp b/tools/SampleAnalyzer/Test/Zlib/Test.cpp index 6d814a07..7cc7562c 100644 --- a/tools/SampleAnalyzer/Test/Zlib/Test.cpp +++ b/tools/SampleAnalyzer/Test/Zlib/Test.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +// Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks // The MadAnalysis development team, email: // // This file is part of MadAnalysis 5. diff --git a/tools/SampleAnalyzer/newAnalyzer.py b/tools/SampleAnalyzer/newAnalyzer.py index ff643da6..1cebf146 100755 --- a/tools/SampleAnalyzer/newAnalyzer.py +++ b/tools/SampleAnalyzer/newAnalyzer.py @@ -2,7 +2,7 @@ ################################################################################ # -# Copyright (C) 2012-2025 Jack Araz, Eric Conte & Benjamin Fuks +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks # The MadAnalysis development team, email: # # This file is part of MadAnalysis 5. diff --git a/validation/HistoChecks.py b/validation/HistoChecks.py new file mode 100644 index 00000000..b7ec9f4e --- /dev/null +++ b/validation/HistoChecks.py @@ -0,0 +1,341 @@ +#!/usr/bin/env python3 + +################################################################################ +# +# Copyright (C) 2012-2026 Jack Araz, Eric Conte & Benjamin Fuks +# The MadAnalysis development team, email: +# +# This file is part of MadAnalysis 5. +# Official website: +# +# MadAnalysis 5 is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# MadAnalysis 5 is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with MadAnalysis 5. If not, see +# +################################################################################ + +"""Comparison of two MA5 histogram SAF files + +This script supports two workflows. + +1. Direct comparison mode + Compare a reference ``histos.saf`` file against a produced histogram file. + + Usage: + python HistoChecks.py compare + +2. Run-and-compare mode + Given a validation name ``NAME`` + - check that ``scripts/NAME.ma5`` exists, + - run ``./bin/ma5 -s scripts/NAME.ma5`` from the MA5 home directory, + - detect the newly created ``ANALYSIS_X`` directory, + - compare its histogram output against ``outputs/NAME.saf``. + + Usage: + python HistoChecks.py run + +The comparison is based on the *bin content* only. For each line of a SAF + block, the bin content is defined as the sum of the first two columns, +which correspond to the sum of the positive-weight and negative-weight +contributions. +""" + +from __future__ import annotations + +import argparse +import math +import os +import subprocess +import sys +from pathlib import Path +from typing import List, Sequence, Tuple + +# --------------------------------------------------------------------------- +# Configuration +# --------------------------------------------------------------------------- +ABS_TOL = 1e-7 +REL_TOL = 1e-5 +THRESHOLD_ORANGE = 1e-12 +THRESHOLD_RED = 1e-6 +DEFAULT_MAX_BINS_TO_PRINT = 12 + +# ANSI colors for terminal output. +RED = "\033[91m" +ORANGE = "\033[93m" +GREEN = "\033[92m" +BOLD = "\033[1m" +RESET = "\033[0m" + + +# --------------------------------------------------------------------------- +# SAF parsing +# --------------------------------------------------------------------------- +def extract_bin_values(path: Path) -> List[Tuple[str | None, List[float]]]: + """Extract histogram names and bin contents from a SAF histogram file. + + Each histogram is represented by a tuple ``(name, bins)`` where ``bins`` is + the list of bin contents. The bin content is defined as + ``positive_weight + negative_weight`` from the first two columns of each + line in a ```` block. + """ + histos: List[Tuple[str | None, List[float]]] = [] + current_name: str | None = None + in_description = False + in_data = False + current_bins: List[float] = [] + + with path.open() as handle: + for raw_line in handle: + line = raw_line.strip() + + if line == "": + in_description = True + current_name = None + continue + if line == "": + in_description = False + continue + if line == "": + in_data = True + current_bins = [] + continue + if line == "": + in_data = False + histos.append((current_name, current_bins)) + continue + + if in_description and current_name is None: + if line.startswith('"') and line.endswith('"'): + current_name = line.strip('"') + continue + + if in_data: + # Remove inline comments. + if "#" in line: + line = line.split("#", 1)[0].strip() + + # Safety + if not line: continue + parts = line.split() + if len(parts) < 2: continue + + # Data + positive = float(parts[0]) + negative = float(parts[1]) + current_bins.append(positive + negative) + + return histos + + +# --------------------------------------------------------------------------- +# Histogram comparison +# --------------------------------------------------------------------------- +def compare_histos( file1: Path, file2: Path, max_bins_to_print: int = DEFAULT_MAX_BINS_TO_PRINT) -> Tuple[bool, List[str]]: + """Compare two SAF histogram files. + + Returns ``(all_ok, reports)`` where ``reports`` only contains human-readable + blocks for histograms with significant differences. + """ + + # Data massaging + histos1 = extract_bin_values(file1) + histos2 = extract_bin_values(file2) + + # Safety + if len(histos1) != len(histos2): return False, [ f"Different number of histograms: {len(histos1)} vs {len(histos2)}" ] + + # Initialisation + reports: List[str] = [] + all_ok = True + + # Main method + for (name1, bins1), (name2, bins2) in zip(histos1, histos2): + if name1 != name2: + reports.append(f'Histogram name mismatch: "{name1}" vs "{name2}"') + all_ok = False + continue + + if len(bins1) != len(bins2): + reports.append(f'Histogram "{name1}": different number of bins: {len(bins1)} vs {len(bins2)}') + all_ok = False + continue + + diffs: List[Tuple[int, float, float, float, float]] = [] + significant_diffs: List[Tuple[int, float, float, float, float]] = [] + max_abs = 0.0 + max_rel = 0.0 + worst_bin = -1 + + for ibin, (value1, value2) in enumerate(zip(bins1, bins2)): + abs_diff = abs(value1 - value2) + rel_diff = abs_diff / max(abs(value1), abs(value2), 1e-300) + + if abs_diff > max_abs: + max_abs = abs_diff + max_rel = rel_diff + worst_bin = ibin + + if not math.isclose(value1, value2, rel_tol=REL_TOL, abs_tol=ABS_TOL): diffs.append((ibin, value1, value2, abs_diff, rel_diff)) + if abs_diff > ABS_TOL and rel_diff > REL_TOL: significant_diffs.append((ibin, value1, value2, abs_diff, rel_diff)) + + # Only report histograms with at least one *significant* differing bin. + if significant_diffs: + all_ok = False + + lines: List[str] = [] + lines.append(f" Histogram: {name1}") + lines.append(f" differing bins : {len(diffs)}") + lines.append(f" worst bin : {worst_bin}") + lines.append(f" max abs diff : {max_abs:.3e}") + lines.append(f" max rel diff : {max_rel:.3e}") + lines.append(f" shown bins : {min(len(significant_diffs), max_bins_to_print)}/{len(significant_diffs)}") + + for ibin, value1, value2, abs_diff, rel_diff in significant_diffs[:max_bins_to_print]: + if rel_diff > THRESHOLD_RED: color = RED + elif rel_diff > THRESHOLD_ORANGE: color = ORANGE + else: color = RESET + + if ibin == 0: label = "underflow" + elif ibin == len(bins1) - 1: label = "overflow " + else: label = f"bin {ibin:4d}" + + lines.append(f"{color} {label}: {value1:.6e} vs {value2:.6e} (abs={abs_diff:.2e}, rel={rel_diff:.2e}){RESET}") + + if len(significant_diffs) > max_bins_to_print: lines.append(f" ... {len(significant_diffs) - max_bins_to_print} more differing bins") + + reports.append("\n".join(lines)) + + return all_ok, reports + + +# --------------------------------------------------------------------------- +# MA5 helpers +# --------------------------------------------------------------------------- +def find_new_analysis_dir(ma5dir: Path, before: Sequence[str]) -> Path: + """Return the newly created ``ANALYSIS_X`` directory. + + The MA5 run creates the first available ``ANALYSIS_X`` directory. We detect + it by comparing the directory list before and after the run. + """ + after = {p.name for p in ma5dir.iterdir() if p.is_dir() and p.name.startswith("ANALYSIS_")} + new_dirs = sorted(after - set(before)) + if len(new_dirs) != 1: + raise RuntimeError( + "Could not uniquely identify the new ANALYSIS_X directory. " + f"Found new directories: {new_dirs}" + ) + return ma5dir / new_dirs[0] + + +def find_dataset_histo_file(analysis_dir: Path) -> Path: + saf_dir = analysis_dir / "Output" / "SAF" + if not saf_dir.is_dir(): raise FileNotFoundError(f"Missing SAF directory: {saf_dir}") + + candidates = [] + for d in sorted(saf_dir.iterdir()): + if not d.is_dir(): continue + histo = d / "MadAnalysis5job_0" / "Histograms" / "histos.saf" + if histo.is_file(): candidates.append(histo) + + if len(candidates) == 0: raise FileNotFoundError(f"No histos.saf found under {saf_dir}") + if len(candidates) > 1:raise RuntimeError("Ambiguous output: several dataset histogram files found:\n " + "\n ".join(str(x) for x in candidates)) + + return candidates[0] + +def run_ma5_script(name: str, ma5dir: Path) -> Tuple[Path, Path]: + """Run ``scripts/.ma5`` inside ``ma5dir`` and return file paths. + + Returns ``(reference_histo_file, produced_histo_file)``. + """ + script_path = ma5dir / "validation/scripts" / f"{name}.ma5" + if not script_path.exists(): raise FileNotFoundError(f"Missing MA5 script: {script_path}") + + reference_path = ma5dir / "validation/outputs" / f"{name}.saf" + if not reference_path.exists(): raise FileNotFoundError(f"Missing reference histogram file: {reference_path}") + + before = [p.name for p in ma5dir.iterdir() if p.is_dir() and p.name.startswith("ANALYSIS_")] + + cmd = ["./bin/ma5", "-s", str(script_path.relative_to(ma5dir))] + result = subprocess.run(cmd, cwd=ma5dir, text=True) + if result.returncode != 0: raise RuntimeError(f"MA5 execution failed with exit code {result.returncode}") + + analysis_dir = find_new_analysis_dir(ma5dir, before) + produced_histos = find_dataset_histo_file(analysis_dir) + if not produced_histos.exists(): raise FileNotFoundError(f"Produced histogram file not found: {produced_histos}") + + return reference_path, produced_histos + + +# --------------------------------------------------------------------------- +# CLI +# --------------------------------------------------------------------------- +def build_parser() -> argparse.ArgumentParser: + """Create the command-line parser.""" + parser = argparse.ArgumentParser(description="Compare MA5 histogram SAF files.") + subparsers = parser.add_subparsers(dest="mode", required=True) + + compare_parser = subparsers.add_parser("compare", help="Compare two explicit SAF histogram files.") + compare_parser.add_argument("reference", type=Path, help="Reference histos.saf file") + compare_parser.add_argument("produced", type=Path, help="Produced histos.saf file") + compare_parser.add_argument("--max-bins", type=int, default=DEFAULT_MAX_BINS_TO_PRINT, help="Maximum number of differing bins printed per histogram.") + + run_parser = subparsers.add_parser("run", + help=( + "Run scripts/.ma5 in the given MA5 directory, detect the newly " + "created ANALYSIS_X directory, and compare its histograms against " + "outputs/.saf." + ) + ) + run_parser.add_argument("name", help="Base name of the MA5 script (without .ma5)") + run_parser.add_argument("--max-bins", type=int, default=DEFAULT_MAX_BINS_TO_PRINT, help="Maximum number of differing bins printed per histogram.") + + return parser + + + +def main() -> int: + """Program entry point.""" + parser = build_parser() + args = parser.parse_args() + + try: + if args.mode == "compare": + reference = args.reference.resolve() + produced = args.produced.resolve() + elif args.mode == "run": + ma5dir = Path.cwd().parent.resolve() + reference, produced = run_ma5_script(args.name, ma5dir) + print(f"{BOLD}Reference:{RESET} {reference}") + print(f"{BOLD}Produced :{RESET} {produced}") + else: + parser.error("Unknown mode") + return 1 + + ok, reports = compare_histos(reference, produced, max_bins_to_print=args.max_bins) + + if ok: + print(f"{GREEN}No significant histogram differences found.{RESET}") + return 0 + + print(f"{RED}Histogram differences found:{RESET}") + for report in reports: + print(report) + print() + return 2 + + except Exception as exc: # pragma: no cover - top-level CLI safeguard + print(f"{RED}Error:{RESET} {exc}", file=sys.stderr) + return 1 + + +if __name__ == "__main__": + sys.exit(main()) diff --git a/validation/Makefile b/validation/Makefile deleted file mode 100755 index 20bdda4f..00000000 --- a/validation/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -.PHONY: all -all: - make requirements - make install - - -.PHONY: install -install: - pip install -e . - - -.PHONY: uninstall -uninstall: - pip uninstall ma5_validation - - -.PHONY: requirements -requirements: - pip install -r requirements.txt diff --git a/validation/README.md b/validation/README.md deleted file mode 100644 index 4c8f631d..00000000 --- a/validation/README.md +++ /dev/null @@ -1,79 +0,0 @@ -# MadAnalysis 5 Validation Interface - -## Installation -`$ pip install -e .` or `$ make install` - -## Quick Validation - -The validation script is located in `scripts/validation_bootstrap`. To see available options simply type -```bash -$ ./validation_bootstrap -h -``` -This will show command line arguments available to validate your MadAnalysis 5 -session. For instance, to validate your version of MadAnalysis 5 in the parton -level mode, it is sufficient to type -```bash -$ ./validation_bootstrap -P -``` - -## Extended validation -`validation_bootstrap` uses test Monte Carlo samples located in -`madanalysis5/samples`. These are small-size event samples allowing us to ensure -that MadAnalysis 5 executes an analysis successfuly. By manally adding larger MC -samples to this folder we can enable a more extensive validathe software. - -# Usage - -### Format of the MadAnalysis 5 Scripts -MadAnalysis 5 scripts which are going to be used for the validation process can -be found in `src/ma5_validation/ma5_scripts`. Each has to follow a certain -structure so that we could find errors quickly. -``` -#TITLE -#MODE <MA5 MODE PARTON HADRON RECO RECOFRAC> - -#################################### -# Usual MadAnalysis commands # -#################################### -... -import $MA5PATH/samples/... -submit -``` -Usual MadAnalysis 5 commands needs to follow the standard syntax. `$MA5PATH` -is an anchor to the current MadAnalysis 5 location. If not indicated, the code -assumes that a full path to the sample is given. `submit` does not require any -name, the folder name being choosen according to the script name and the path to -the log. The default log path is `./scripts/log`. All files and analysis folders -are thus generated at that location. - -#### Script keywords -``` -#TITLE: Title of the script -#MODE : MadAnalysis 5 execution mode -#CPP : expert mode cpp file -#HEADER: expert mode header file -#COMMANDLINE: expert mode command line info - -$MA5PATH : Will be replaced with the path to MadAnalysis 5 -$SMP_PATH: will be replaced with the full path to `madanalysis5/path` -$EXPERT_LEVEL_PATH: will be replaced with the full path for the expert-level - script location -``` - -### Validating MadAnalysis 5 -Validation scripts are available under the `scripts` folder. -`validation_bootstrap` includes options to validate the various levels of -analyses available withing MadAnalysis 5. For more information about the inner -workings of the validation script, please type `$ ./validation_bootstrap -h`. - -## Adding validation scripts - -Each validation script needs to be written in the format [shown above](#format-of-the-madanalysis-5-scripts). -Depending on the mode and nature of the validation script, it can be added to the script collection stored in -`validation/src/ma5_validation/ma5_scripts`. This folder includes various levels of scripts that ensures backwards -compatibility of the MadAnalysis 5 software. Before adding a validation script there, please run it via `validation_bootstrap` -by using the following command; - -``` -$ ./validation_bootstrap --custom-script /PATH/TO/MY/SCRIPT/my_script.ma5 -``` diff --git a/validation/outputs/lhe_histos_0.saf b/validation/outputs/lhe_histos_0.saf new file mode 100644 index 00000000..7a04d2dc --- /dev/null +++ b/validation/outputs/lhe_histos_0.saf @@ -0,0 +1,12531 @@ +<SAFheader> +</SAFheader> + +<Histo> + <Description> + "1_SQRTS" + # nbins xmin xmax + 50 0.000000e+00 5.000000e+03 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 1000 0 # nevents + 1.544783e+01 0.000000e+00 # sum of event-weights over events + 1000 0 # nentries + 1.544783e+01 0.000000e+00 # sum of event-weights over entries + 2.386354e-01 0.000000e+00 # sum weights^2 + 7.560860e+03 0.000000e+00 # sum value*weight + 3.938538e+06 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 0.000000e+00 0.000000e+00 # bin 1 / 50 + 0.000000e+00 0.000000e+00 # bin 2 / 50 + 0.000000e+00 0.000000e+00 + 3.738375e+00 0.000000e+00 + 6.457193e+00 0.000000e+00 + 2.965983e+00 0.000000e+00 + 1.158587e+00 0.000000e+00 + 5.870175e-01 0.000000e+00 + 3.553001e-01 0.000000e+00 + 1.235826e-01 0.000000e+00 + 4.634349e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 1.544783e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "2_SCALE" + # nbins xmin xmax + 50 0.000000e+00 2.000000e+03 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 1000 0 # nevents + 1.544783e+01 0.000000e+00 # sum of event-weights over events + 1000 0 # nentries + 1.544783e+01 0.000000e+00 # sum of event-weights over entries + 2.386354e-01 0.000000e+00 # sum weights^2 + 3.309096e+03 0.000000e+00 # sum value*weight + 7.403862e+05 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 0.000000e+00 0.000000e+00 # bin 1 / 50 + 0.000000e+00 0.000000e+00 # bin 2 / 50 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 7.785706e+00 0.000000e+00 + 4.896962e+00 0.000000e+00 + 1.606574e+00 0.000000e+00 + 4.943306e-01 0.000000e+00 + 3.553001e-01 0.000000e+00 + 1.544783e-01 0.000000e+00 + 1.081348e-01 0.000000e+00 + 3.089566e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 1.544783e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "3_ALPHA_QCD" + # nbins xmin xmax + 50 0.000000e+00 3.000000e-01 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 1000 0 # nevents + 1.544783e+01 0.000000e+00 # sum of event-weights over events + 1000 0 # nentries + 1.544783e+01 0.000000e+00 # sum of event-weights over entries + 2.386354e-01 0.000000e+00 # sum weights^2 + 1.774076e+00 0.000000e+00 # sum value*weight + 2.038584e-01 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 0.000000e+00 0.000000e+00 # bin 1 / 50 + 0.000000e+00 0.000000e+00 # bin 2 / 50 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 1.544783e-02 0.000000e+00 + 5.097784e-01 0.000000e+00 + 3.738375e+00 0.000000e+00 + 1.118423e+01 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "4_ALPHA_QED" + # nbins xmin xmax + 50 0.000000e+00 2.000000e-02 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 1000 0 # nevents + 1.544783e+01 0.000000e+00 # sum of event-weights over events + 1000 0 # nentries + 1.544783e+01 0.000000e+00 # sum of event-weights over entries + 2.386354e-01 0.000000e+00 # sum weights^2 + 1.229299e+00 0.000000e+00 # sum value*weight + 9.782452e-02 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 0.000000e+00 0.000000e+00 # bin 1 / 50 + 0.000000e+00 0.000000e+00 # bin 2 / 50 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 1.544783e+01 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "5_TET" + # nbins xmin xmax + 50 0.000000e+00 5.000000e+03 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 1000 0 # nevents + 1.544783e+01 0.000000e+00 # sum of event-weights over events + 1000 0 # nentries + 1.544783e+01 0.000000e+00 # sum of event-weights over entries + 2.386354e-01 0.000000e+00 # sum weights^2 + 4.759141e+03 0.000000e+00 # sum value*weight + 1.601426e+06 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 0.000000e+00 0.000000e+00 # bin 1 / 50 + 5.561219e-01 0.000000e+00 # bin 2 / 50 + 8.341828e+00 0.000000e+00 + 4.788827e+00 0.000000e+00 + 1.127692e+00 0.000000e+00 + 2.935088e-01 0.000000e+00 + 1.544783e-01 0.000000e+00 + 1.544783e-01 0.000000e+00 + 3.089566e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "6_THT" + # nbins xmin xmax + 50 0.000000e+00 5.000000e+03 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 1000 0 # nevents + 1.544783e+01 0.000000e+00 # sum of event-weights over events + 1000 0 # nentries + 1.544783e+01 0.000000e+00 # sum of event-weights over entries + 2.386354e-01 0.000000e+00 # sum weights^2 + 3.998356e+03 0.000000e+00 # sum value*weight + 1.133044e+06 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 0.000000e+00 0.000000e+00 # bin 1 / 50 + 3.012327e+00 0.000000e+00 # bin 2 / 50 + 9.160563e+00 0.000000e+00 + 2.394414e+00 0.000000e+00 + 5.870175e-01 0.000000e+00 + 1.699261e-01 0.000000e+00 + 9.268698e-02 0.000000e+00 + 3.089566e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "7_MET" + # nbins xmin xmax + 50 0.000000e+00 1.500000e+03 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 1000 0 # nevents + 1.544783e+01 0.000000e+00 # sum of event-weights over events + 1000 0 # nentries + 1.544783e+01 0.000000e+00 # sum of event-weights over entries + 2.386354e-01 0.000000e+00 # sum weights^2 + 9.070516e+02 0.000000e+00 # sum value*weight + 7.553049e+04 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 3.444866e+00 0.000000e+00 # bin 1 / 50 + 5.870175e+00 0.000000e+00 # bin 2 / 50 + 3.553001e+00 0.000000e+00 + 1.467544e+00 0.000000e+00 + 7.106002e-01 0.000000e+00 + 1.699261e-01 0.000000e+00 + 1.699261e-01 0.000000e+00 + 1.544783e-02 0.000000e+00 + 1.544783e-02 0.000000e+00 + 1.544783e-02 0.000000e+00 + 1.544783e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "8_MHT" + # nbins xmin xmax + 50 0.000000e+00 1.500000e+03 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 1000 0 # nevents + 1.544783e+01 0.000000e+00 # sum of event-weights over events + 1000 0 # nentries + 1.544783e+01 0.000000e+00 # sum of event-weights over entries + 2.386354e-01 0.000000e+00 # sum weights^2 + 1.284774e+03 0.000000e+00 # sum value*weight + 1.498319e+05 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 1.977322e+00 0.000000e+00 # bin 1 / 50 + 3.923749e+00 0.000000e+00 # bin 2 / 50 + 3.861957e+00 0.000000e+00 + 2.687922e+00 0.000000e+00 + 1.436648e+00 0.000000e+00 + 8.187350e-01 0.000000e+00 + 2.471653e-01 0.000000e+00 + 2.935088e-01 0.000000e+00 + 6.179132e-02 0.000000e+00 + 4.634349e-02 0.000000e+00 + 4.634349e-02 0.000000e+00 + 3.089566e-02 0.000000e+00 + 1.544783e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<HistoFrequency> + <Description> + "9_NPID" + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 1000 0 # nevents + 1.544783e+01 0.000000e+00 # sum of event-weights over events + 6000 0 # nentries + 9.268698e+01 0.000000e+00 # sum of event-weights over entries + </Statistics> + <Data> + -14 4.078227e+00 0.000000e+00 # bin 1 / 18 + -13 3.553001e+00 0.000000e+00 # bin 2 / 18 + -12 3.583897e+00 0.000000e+00 + -11 4.232705e+00 0.000000e+00 + -5 1.544783e+01 0.000000e+00 + -4 3.692031e+00 0.000000e+00 + -3 3.614792e+00 0.000000e+00 + -2 4.093675e+00 0.000000e+00 + -1 4.047331e+00 0.000000e+00 + 1 4.093675e+00 0.000000e+00 + 2 4.047331e+00 0.000000e+00 + 3 3.692031e+00 0.000000e+00 + 4 3.614792e+00 0.000000e+00 + 5 1.544783e+01 0.000000e+00 + 11 3.583897e+00 0.000000e+00 + 12 4.232705e+00 0.000000e+00 + 13 4.078227e+00 0.000000e+00 # bin 17 / 18 + 14 3.553001e+00 0.000000e+00 # bin 18 / 18 + </Data> +</HistoFrequency> + +<HistoFrequency> + <Description> + "10_NAPID" + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 1000 0 # nevents + 1.544783e+01 0.000000e+00 # sum of event-weights over events + 6000 0 # nentries + 9.268698e+01 0.000000e+00 # sum of event-weights over entries + </Statistics> + <Data> + 1 8.141006e+00 0.000000e+00 # bin 1 / 9 + 2 8.141006e+00 0.000000e+00 # bin 2 / 9 + 3 7.306824e+00 0.000000e+00 + 4 7.306824e+00 0.000000e+00 + 5 3.089566e+01 0.000000e+00 + 11 7.816602e+00 0.000000e+00 + 12 7.816602e+00 0.000000e+00 + 13 7.631228e+00 0.000000e+00 # bin 8 / 9 + 14 7.631228e+00 0.000000e+00 # bin 9 / 9 + </Data> +</HistoFrequency> + +<Histo> + <Description> + "11_WEIGHTS" + # nbins xmin xmax + 100 -1.000000e+00 1.000000e+00 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 1000 0 # nevents + 1.544783e+01 0.000000e+00 # sum of event-weights over events + 1000 0 # nentries + 1.544783e+01 0.000000e+00 # sum of event-weights over entries + 2.386354e-01 0.000000e+00 # sum weights^2 + 2.386354e-01 0.000000e+00 # sum value*weight + 3.686400e-03 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 0.000000e+00 0.000000e+00 # bin 1 / 100 + 0.000000e+00 0.000000e+00 # bin 2 / 100 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 1.544783e+01 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 99 / 100 + 0.000000e+00 0.000000e+00 # bin 100 / 100 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "12_PT" + # nbins xmin xmax + 50 0.000000e+00 1.000000e+03 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 506 0 # nevents + 7.816602e+00 0.000000e+00 # sum of event-weights over events + 506 0 # nentries + 7.816602e+00 0.000000e+00 # sum of event-weights over entries + 1.207495e-01 0.000000e+00 # sum weights^2 + 3.905137e+02 0.000000e+00 # sum value*weight + 3.081525e+04 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 1.158587e+00 0.000000e+00 # bin 1 / 50 + 2.657027e+00 0.000000e+00 # bin 2 / 50 + 1.869187e+00 0.000000e+00 + 1.004109e+00 0.000000e+00 + 5.252262e-01 0.000000e+00 + 2.471653e-01 0.000000e+00 + 1.235826e-01 0.000000e+00 + 6.179132e-02 0.000000e+00 + 4.634349e-02 0.000000e+00 + 7.723915e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 1.544783e-02 0.000000e+00 + 1.544783e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 1.544783e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "13_ETA" + # nbins xmin xmax + 50 -8.000000e+00 8.000000e+00 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 506 0 # nevents + 7.816602e+00 0.000000e+00 # sum of event-weights over events + 506 0 # nentries + 7.816602e+00 0.000000e+00 # sum of event-weights over entries + 1.207495e-01 0.000000e+00 # sum weights^2 + 3.985985e-01 0.000000e+00 # sum value*weight + 1.039056e+01 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 0.000000e+00 0.000000e+00 # bin 1 / 50 + 0.000000e+00 0.000000e+00 # bin 2 / 50 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 1.544783e-01 0.000000e+00 + 2.317174e-01 0.000000e+00 + 3.861957e-01 0.000000e+00 + 2.626131e-01 0.000000e+00 + 5.561219e-01 0.000000e+00 + 5.097784e-01 0.000000e+00 + 8.650785e-01 0.000000e+00 + 8.650785e-01 0.000000e+00 + 8.187350e-01 0.000000e+00 + 5.870175e-01 0.000000e+00 + 6.333610e-01 0.000000e+00 + 6.642567e-01 0.000000e+00 + 5.870175e-01 0.000000e+00 + 3.398523e-01 0.000000e+00 + 2.162696e-01 0.000000e+00 + 1.390305e-01 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "14_ABSETA" + # nbins xmin xmax + 50 0.000000e+00 8.000000e+00 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 506 0 # nevents + 7.816602e+00 0.000000e+00 # sum of event-weights over events + 506 0 # nentries + 7.816602e+00 0.000000e+00 # sum of event-weights over entries + 1.207495e-01 0.000000e+00 # sum weights^2 + 7.399467e+00 0.000000e+00 # sum value*weight + 1.039056e+01 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 8.805263e-01 0.000000e+00 # bin 1 / 50 + 8.032872e-01 0.000000e+00 # bin 2 / 50 + 6.488089e-01 0.000000e+00 + 8.032872e-01 0.000000e+00 + 5.252262e-01 0.000000e+00 + 6.179132e-01 0.000000e+00 + 5.870175e-01 0.000000e+00 + 6.333610e-01 0.000000e+00 + 4.016436e-01 0.000000e+00 + 4.479871e-01 0.000000e+00 + 3.398523e-01 0.000000e+00 + 3.861957e-01 0.000000e+00 + 1.699261e-01 0.000000e+00 + 2.780609e-01 0.000000e+00 + 1.699261e-01 0.000000e+00 + 1.235826e-01 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "15_PHI" + # nbins xmin xmax + 32 -3.200000e+00 3.200000e+00 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 506 0 # nevents + 7.816602e+00 0.000000e+00 # sum of event-weights over events + 506 0 # nentries + 7.816602e+00 0.000000e+00 # sum of event-weights over entries + 1.207495e-01 0.000000e+00 # sum weights^2 + 1.624488e-01 0.000000e+00 # sum value*weight + 2.404804e+01 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 1.853740e-01 0.000000e+00 # bin 1 / 32 + 1.081348e-01 0.000000e+00 # bin 2 / 32 + 2.626131e-01 0.000000e+00 + 2.317174e-01 0.000000e+00 + 1.853740e-01 0.000000e+00 + 1.544783e-01 0.000000e+00 + 3.089566e-01 0.000000e+00 + 2.935088e-01 0.000000e+00 + 4.016436e-01 0.000000e+00 + 3.089566e-01 0.000000e+00 + 2.162696e-01 0.000000e+00 + 3.089566e-01 0.000000e+00 + 2.008218e-01 0.000000e+00 + 2.008218e-01 0.000000e+00 + 2.008218e-01 0.000000e+00 + 2.626131e-01 0.000000e+00 + 2.935088e-01 0.000000e+00 + 3.244044e-01 0.000000e+00 + 3.553001e-01 0.000000e+00 + 1.699261e-01 0.000000e+00 + 1.699261e-01 0.000000e+00 + 2.317174e-01 0.000000e+00 + 2.162696e-01 0.000000e+00 + 2.317174e-01 0.000000e+00 + 2.935088e-01 0.000000e+00 + 2.317174e-01 0.000000e+00 + 3.398523e-01 0.000000e+00 + 3.553001e-01 0.000000e+00 + 2.471653e-01 0.000000e+00 + 2.780609e-01 0.000000e+00 + 1.544783e-01 0.000000e+00 # bin 31 / 32 + 9.268698e-02 0.000000e+00 # bin 32 / 32 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "16_E" + # nbins xmin xmax + 50 0.000000e+00 2.000000e+03 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 506 0 # nevents + 7.816602e+00 0.000000e+00 # sum of event-weights over events + 506 0 # nentries + 7.816602e+00 0.000000e+00 # sum of event-weights over entries + 1.207495e-01 0.000000e+00 # sum weights^2 + 6.864314e+02 0.000000e+00 # sum value*weight + 1.070211e+05 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 2.178144e+00 0.000000e+00 # bin 1 / 50 + 2.718818e+00 0.000000e+00 # bin 2 / 50 + 1.220379e+00 0.000000e+00 + 6.179132e-01 0.000000e+00 + 4.634349e-01 0.000000e+00 + 1.544783e-01 0.000000e+00 + 1.544783e-01 0.000000e+00 + 1.544783e-01 0.000000e+00 + 4.634349e-02 0.000000e+00 + 4.634349e-02 0.000000e+00 + 1.544783e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 4.634349e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "17_ET" + # nbins xmin xmax + 50 0.000000e+00 2.000000e+03 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 506 0 # nevents + 7.816602e+00 0.000000e+00 # sum of event-weights over events + 506 0 # nentries + 7.816602e+00 0.000000e+00 # sum of event-weights over entries + 1.207495e-01 0.000000e+00 # sum weights^2 + 3.905137e+02 0.000000e+00 # sum value*weight + 3.081525e+04 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 3.815614e+00 0.000000e+00 # bin 1 / 50 + 2.873296e+00 0.000000e+00 # bin 2 / 50 + 7.723915e-01 0.000000e+00 + 1.853740e-01 0.000000e+00 + 1.235826e-01 0.000000e+00 + 0.000000e+00 0.000000e+00 + 1.544783e-02 0.000000e+00 + 1.544783e-02 0.000000e+00 + 1.544783e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "18_M" + # nbins xmin xmax + 50 0.000000e+00 2.000000e+01 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 506 0 # nevents + 7.816602e+00 0.000000e+00 # sum of event-weights over events + 506 0 # nentries + 7.816602e+00 0.000000e+00 # sum of event-weights over entries + 1.207495e-01 0.000000e+00 # sum weights^2 + 1.130754e-05 0.000000e+00 # sum value*weight + 2.756728e-06 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 4.031884e+00 0.000000e+00 # underflow + 3.784718e+00 0.000000e+00 # bin 1 / 50 + 0.000000e+00 0.000000e+00 # bin 2 / 50 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "19_MT" + # nbins xmin xmax + 50 0.000000e+00 1.000000e+03 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 506 0 # nevents + 7.816602e+00 0.000000e+00 # sum of event-weights over events + 506 0 # nentries + 7.816602e+00 0.000000e+00 # sum of event-weights over entries + 1.207495e-01 0.000000e+00 # sum weights^2 + 8.307993e-04 0.000000e+00 # sum value*weight + 3.702199e-07 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 7.816602e+00 0.000000e+00 # bin 1 / 50 + 0.000000e+00 0.000000e+00 # bin 2 / 50 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "20_MT_MET" + # nbins xmin xmax + 50 0.000000e+00 1.000000e+03 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 506 0 # nevents + 7.816602e+00 0.000000e+00 # sum of event-weights over events + 506 0 # nentries + 7.816602e+00 0.000000e+00 # sum of event-weights over entries + 1.207495e-01 0.000000e+00 # sum weights^2 + 4.572095e+02 0.000000e+00 # sum value*weight + 3.061422e+04 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 6.179132e-01 0.000000e+00 # bin 1 / 50 + 9.886611e-01 0.000000e+00 # bin 2 / 50 + 1.699261e+00 0.000000e+00 + 3.630240e+00 0.000000e+00 + 8.650785e-01 0.000000e+00 + 1.544783e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "21_P" + # nbins xmin xmax + 50 0.000000e+00 2.000000e+03 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 506 0 # nevents + 7.816602e+00 0.000000e+00 # sum of event-weights over events + 506 0 # nentries + 7.816602e+00 0.000000e+00 # sum of event-weights over entries + 1.207495e-01 0.000000e+00 # sum weights^2 + 6.864314e+02 0.000000e+00 # sum value*weight + 1.070211e+05 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 2.178144e+00 0.000000e+00 # bin 1 / 50 + 2.718818e+00 0.000000e+00 # bin 2 / 50 + 1.220379e+00 0.000000e+00 + 6.179132e-01 0.000000e+00 + 4.634349e-01 0.000000e+00 + 1.544783e-01 0.000000e+00 + 1.544783e-01 0.000000e+00 + 1.544783e-01 0.000000e+00 + 4.634349e-02 0.000000e+00 + 4.634349e-02 0.000000e+00 + 1.544783e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 4.634349e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "22_PX" + # nbins xmin xmax + 50 -1.000000e+03 1.000000e+03 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 506 0 # nevents + 7.816602e+00 0.000000e+00 # sum of event-weights over events + 506 0 # nentries + 7.816602e+00 0.000000e+00 # sum of event-weights over entries + 1.207495e-01 0.000000e+00 # sum weights^2 + 1.635014e+01 0.000000e+00 # sum value*weight + 1.453728e+04 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 0.000000e+00 0.000000e+00 # bin 1 / 50 + 0.000000e+00 0.000000e+00 # bin 2 / 50 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 1.544783e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 1.544783e-02 0.000000e+00 + 2.008218e-01 0.000000e+00 + 6.179132e-01 0.000000e+00 + 2.996879e+00 0.000000e+00 + 2.888744e+00 0.000000e+00 + 8.341828e-01 0.000000e+00 + 1.235826e-01 0.000000e+00 + 9.268698e-02 0.000000e+00 + 3.089566e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "23_PY" + # nbins xmin xmax + 50 -1.000000e+03 1.000000e+03 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 506 0 # nevents + 7.816602e+00 0.000000e+00 # sum of event-weights over events + 506 0 # nentries + 7.816602e+00 0.000000e+00 # sum of event-weights over entries + 1.207495e-01 0.000000e+00 # sum weights^2 + 4.813067e+00 0.000000e+00 # sum value*weight + 1.627797e+04 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 0.000000e+00 0.000000e+00 # bin 1 / 50 + 0.000000e+00 0.000000e+00 # bin 2 / 50 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 1.544783e-02 0.000000e+00 + 4.634349e-02 0.000000e+00 + 4.634349e-02 0.000000e+00 + 1.235826e-01 0.000000e+00 + 9.423176e-01 0.000000e+00 + 2.657027e+00 0.000000e+00 + 2.796057e+00 0.000000e+00 + 9.114220e-01 0.000000e+00 + 2.008218e-01 0.000000e+00 + 6.179132e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 1.544783e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "24_PZ" + # nbins xmin xmax + 50 -2.000000e+03 2.000000e+03 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 506 0 # nevents + 7.816602e+00 0.000000e+00 # sum of event-weights over events + 506 0 # nentries + 7.816602e+00 0.000000e+00 # sum of event-weights over entries + 1.207495e-01 0.000000e+00 # sum weights^2 + 5.479296e+01 0.000000e+00 # sum value*weight + 7.620584e+04 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 0.000000e+00 0.000000e+00 # bin 1 / 50 + 0.000000e+00 0.000000e+00 # bin 2 / 50 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 1.544783e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 6.179132e-02 0.000000e+00 + 9.268698e-02 0.000000e+00 + 1.699261e-01 0.000000e+00 + 4.634349e-01 0.000000e+00 + 3.027775e+00 0.000000e+00 + 2.734266e+00 0.000000e+00 + 7.723915e-01 0.000000e+00 + 2.780609e-01 0.000000e+00 + 1.390305e-01 0.000000e+00 + 4.634349e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 1.544783e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "25_R" + # nbins xmin xmax + 50 0.000000e+00 1.000000e+01 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 506 0 # nevents + 7.816602e+00 0.000000e+00 # sum of event-weights over events + 506 0 # nentries + 7.816602e+00 0.000000e+00 # sum of event-weights over entries + 1.207495e-01 0.000000e+00 # sum weights^2 + 1.508969e+01 0.000000e+00 # sum value*weight + 3.443860e+01 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 4.634349e-02 0.000000e+00 # bin 1 / 50 + 1.699261e-01 0.000000e+00 # bin 2 / 50 + 2.935088e-01 0.000000e+00 + 3.861957e-01 0.000000e+00 + 3.244044e-01 0.000000e+00 + 4.170914e-01 0.000000e+00 + 5.406740e-01 0.000000e+00 + 6.642567e-01 0.000000e+00 + 6.179132e-01 0.000000e+00 + 5.097784e-01 0.000000e+00 + 5.870175e-01 0.000000e+00 + 6.951523e-01 0.000000e+00 + 5.870175e-01 0.000000e+00 + 7.106002e-01 0.000000e+00 + 4.325392e-01 0.000000e+00 + 4.788827e-01 0.000000e+00 + 2.317174e-01 0.000000e+00 + 1.081348e-01 0.000000e+00 + 1.544783e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "26_Y" + # nbins xmin xmax + 50 -8.000000e+00 8.000000e+00 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 506 0 # nevents + 7.816602e+00 0.000000e+00 # sum of event-weights over events + 506 0 # nentries + 7.816602e+00 0.000000e+00 # sum of event-weights over entries + 1.207495e-01 0.000000e+00 # sum weights^2 + 3.985985e-01 0.000000e+00 # sum value*weight + 1.039056e+01 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 0.000000e+00 0.000000e+00 # bin 1 / 50 + 0.000000e+00 0.000000e+00 # bin 2 / 50 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 1.544783e-01 0.000000e+00 + 2.317174e-01 0.000000e+00 + 3.861957e-01 0.000000e+00 + 2.626131e-01 0.000000e+00 + 5.561219e-01 0.000000e+00 + 5.097784e-01 0.000000e+00 + 8.650785e-01 0.000000e+00 + 8.650785e-01 0.000000e+00 + 8.187350e-01 0.000000e+00 + 5.870175e-01 0.000000e+00 + 6.333610e-01 0.000000e+00 + 6.642567e-01 0.000000e+00 + 5.870175e-01 0.000000e+00 + 3.398523e-01 0.000000e+00 + 2.162696e-01 0.000000e+00 + 1.390305e-01 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "27_BETA" + # nbins xmin xmax + 50 0.000000e+00 1.200000e+00 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 506 0 # nevents + 7.816602e+00 0.000000e+00 # sum of event-weights over events + 506 0 # nentries + 7.816602e+00 0.000000e+00 # sum of event-weights over entries + 1.207495e-01 0.000000e+00 # sum weights^2 + 7.816602e+00 0.000000e+00 # sum value*weight + 7.816602e+00 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 0.000000e+00 0.000000e+00 # bin 1 / 50 + 0.000000e+00 0.000000e+00 # bin 2 / 50 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 7.816602e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "28_GAMMA" + # nbins xmin xmax + 50 1.000000e+00 1.000000e+02 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 506 0 # nevents + 7.816602e+00 0.000000e+00 # sum of event-weights over events + 506 0 # nentries + 7.816602e+00 0.000000e+00 # sum of event-weights over entries + 1.207495e-01 0.000000e+00 # sum weights^2 + nan 0.000000e+00 # sum value*weight + nan 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 4.031884e+00 0.000000e+00 # bin 1 / 50 + 0.000000e+00 0.000000e+00 # bin 2 / 50 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 3.784718e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "29_PT" + # nbins xmin xmax + 50 0.000000e+00 1.000000e+03 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 506 0 # nevents + 7.816602e+00 0.000000e+00 # sum of event-weights over events + 506 0 # nentries + 7.816602e+00 0.000000e+00 # sum of event-weights over entries + 1.207495e-01 0.000000e+00 # sum weights^2 + 3.905137e+02 0.000000e+00 # sum value*weight + 3.081525e+04 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 1.158587e+00 0.000000e+00 # bin 1 / 50 + 2.657027e+00 0.000000e+00 # bin 2 / 50 + 1.869187e+00 0.000000e+00 + 1.004109e+00 0.000000e+00 + 5.252262e-01 0.000000e+00 + 2.471653e-01 0.000000e+00 + 1.235826e-01 0.000000e+00 + 6.179132e-02 0.000000e+00 + 4.634349e-02 0.000000e+00 + 7.723915e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 1.544783e-02 0.000000e+00 + 1.544783e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 1.544783e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "30_ETA" + # nbins xmin xmax + 50 -8.000000e+00 8.000000e+00 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 506 0 # nevents + 7.816602e+00 0.000000e+00 # sum of event-weights over events + 506 0 # nentries + 7.816602e+00 0.000000e+00 # sum of event-weights over entries + 1.207495e-01 0.000000e+00 # sum weights^2 + 3.985985e-01 0.000000e+00 # sum value*weight + 1.039056e+01 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 0.000000e+00 0.000000e+00 # bin 1 / 50 + 0.000000e+00 0.000000e+00 # bin 2 / 50 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 1.544783e-01 0.000000e+00 + 2.317174e-01 0.000000e+00 + 3.861957e-01 0.000000e+00 + 2.626131e-01 0.000000e+00 + 5.561219e-01 0.000000e+00 + 5.097784e-01 0.000000e+00 + 8.650785e-01 0.000000e+00 + 8.650785e-01 0.000000e+00 + 8.187350e-01 0.000000e+00 + 5.870175e-01 0.000000e+00 + 6.333610e-01 0.000000e+00 + 6.642567e-01 0.000000e+00 + 5.870175e-01 0.000000e+00 + 3.398523e-01 0.000000e+00 + 2.162696e-01 0.000000e+00 + 1.390305e-01 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "31_PHI" + # nbins xmin xmax + 32 -3.200000e+00 3.200000e+00 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 506 0 # nevents + 7.816602e+00 0.000000e+00 # sum of event-weights over events + 506 0 # nentries + 7.816602e+00 0.000000e+00 # sum of event-weights over entries + 1.207495e-01 0.000000e+00 # sum weights^2 + 1.624488e-01 0.000000e+00 # sum value*weight + 2.404804e+01 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 1.853740e-01 0.000000e+00 # bin 1 / 32 + 1.081348e-01 0.000000e+00 # bin 2 / 32 + 2.626131e-01 0.000000e+00 + 2.317174e-01 0.000000e+00 + 1.853740e-01 0.000000e+00 + 1.544783e-01 0.000000e+00 + 3.089566e-01 0.000000e+00 + 2.935088e-01 0.000000e+00 + 4.016436e-01 0.000000e+00 + 3.089566e-01 0.000000e+00 + 2.162696e-01 0.000000e+00 + 3.089566e-01 0.000000e+00 + 2.008218e-01 0.000000e+00 + 2.008218e-01 0.000000e+00 + 2.008218e-01 0.000000e+00 + 2.626131e-01 0.000000e+00 + 2.935088e-01 0.000000e+00 + 3.244044e-01 0.000000e+00 + 3.553001e-01 0.000000e+00 + 1.699261e-01 0.000000e+00 + 1.699261e-01 0.000000e+00 + 2.317174e-01 0.000000e+00 + 2.162696e-01 0.000000e+00 + 2.317174e-01 0.000000e+00 + 2.935088e-01 0.000000e+00 + 2.317174e-01 0.000000e+00 + 3.398523e-01 0.000000e+00 + 3.553001e-01 0.000000e+00 + 2.471653e-01 0.000000e+00 + 2.780609e-01 0.000000e+00 + 1.544783e-01 0.000000e+00 # bin 31 / 32 + 9.268698e-02 0.000000e+00 # bin 32 / 32 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "32_E" + # nbins xmin xmax + 50 0.000000e+00 2.000000e+03 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 506 0 # nevents + 7.816602e+00 0.000000e+00 # sum of event-weights over events + 506 0 # nentries + 7.816602e+00 0.000000e+00 # sum of event-weights over entries + 1.207495e-01 0.000000e+00 # sum weights^2 + 6.864314e+02 0.000000e+00 # sum value*weight + 1.070211e+05 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 2.178144e+00 0.000000e+00 # bin 1 / 50 + 2.718818e+00 0.000000e+00 # bin 2 / 50 + 1.220379e+00 0.000000e+00 + 6.179132e-01 0.000000e+00 + 4.634349e-01 0.000000e+00 + 1.544783e-01 0.000000e+00 + 1.544783e-01 0.000000e+00 + 1.544783e-01 0.000000e+00 + 4.634349e-02 0.000000e+00 + 4.634349e-02 0.000000e+00 + 1.544783e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 4.634349e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "33_MT_MET" + # nbins xmin xmax + 50 0.000000e+00 1.000000e+03 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 506 0 # nevents + 7.816602e+00 0.000000e+00 # sum of event-weights over events + 506 0 # nentries + 7.816602e+00 0.000000e+00 # sum of event-weights over entries + 1.207495e-01 0.000000e+00 # sum weights^2 + 4.572095e+02 0.000000e+00 # sum value*weight + 3.061422e+04 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 6.179132e-01 0.000000e+00 # bin 1 / 50 + 9.886611e-01 0.000000e+00 # bin 2 / 50 + 1.699261e+00 0.000000e+00 + 3.630240e+00 0.000000e+00 + 8.650785e-01 0.000000e+00 + 1.544783e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "34_PT" + # nbins xmin xmax + 50 0.000000e+00 1.000000e+03 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 0 0 # nevents + 0.000000e+00 0.000000e+00 # sum of event-weights over events + 0 0 # nentries + 0.000000e+00 0.000000e+00 # sum of event-weights over entries + 0.000000e+00 0.000000e+00 # sum weights^2 + 0.000000e+00 0.000000e+00 # sum value*weight + 0.000000e+00 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 0.000000e+00 0.000000e+00 # bin 1 / 50 + 0.000000e+00 0.000000e+00 # bin 2 / 50 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "35_ETA" + # nbins xmin xmax + 50 -8.000000e+00 8.000000e+00 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 0 0 # nevents + 0.000000e+00 0.000000e+00 # sum of event-weights over events + 0 0 # nentries + 0.000000e+00 0.000000e+00 # sum of event-weights over entries + 0.000000e+00 0.000000e+00 # sum weights^2 + 0.000000e+00 0.000000e+00 # sum value*weight + 0.000000e+00 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 0.000000e+00 0.000000e+00 # bin 1 / 50 + 0.000000e+00 0.000000e+00 # bin 2 / 50 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "36_PHI" + # nbins xmin xmax + 32 -3.200000e+00 3.200000e+00 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 0 0 # nevents + 0.000000e+00 0.000000e+00 # sum of event-weights over events + 0 0 # nentries + 0.000000e+00 0.000000e+00 # sum of event-weights over entries + 0.000000e+00 0.000000e+00 # sum weights^2 + 0.000000e+00 0.000000e+00 # sum value*weight + 0.000000e+00 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 0.000000e+00 0.000000e+00 # bin 1 / 32 + 0.000000e+00 0.000000e+00 # bin 2 / 32 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 31 / 32 + 0.000000e+00 0.000000e+00 # bin 32 / 32 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "37_E" + # nbins xmin xmax + 50 0.000000e+00 2.000000e+03 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 0 0 # nevents + 0.000000e+00 0.000000e+00 # sum of event-weights over events + 0 0 # nentries + 0.000000e+00 0.000000e+00 # sum of event-weights over entries + 0.000000e+00 0.000000e+00 # sum weights^2 + 0.000000e+00 0.000000e+00 # sum value*weight + 0.000000e+00 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 0.000000e+00 0.000000e+00 # bin 1 / 50 + 0.000000e+00 0.000000e+00 # bin 2 / 50 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "38_MT_MET" + # nbins xmin xmax + 50 0.000000e+00 1.000000e+03 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 0 0 # nevents + 0.000000e+00 0.000000e+00 # sum of event-weights over events + 0 0 # nentries + 0.000000e+00 0.000000e+00 # sum of event-weights over entries + 0.000000e+00 0.000000e+00 # sum weights^2 + 0.000000e+00 0.000000e+00 # sum value*weight + 0.000000e+00 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 0.000000e+00 0.000000e+00 # bin 1 / 50 + 0.000000e+00 0.000000e+00 # bin 2 / 50 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "39_M" + # nbins xmin xmax + 50 0.000000e+00 1.000000e+03 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 0 0 # nevents + 0.000000e+00 0.000000e+00 # sum of event-weights over events + 0 0 # nentries + 0.000000e+00 0.000000e+00 # sum of event-weights over entries + 0.000000e+00 0.000000e+00 # sum weights^2 + 0.000000e+00 0.000000e+00 # sum value*weight + 0.000000e+00 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 0.000000e+00 0.000000e+00 # bin 1 / 50 + 0.000000e+00 0.000000e+00 # bin 2 / 50 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "40_PT" + # nbins xmin xmax + 50 0.000000e+00 1.500000e+03 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 0 0 # nevents + 0.000000e+00 0.000000e+00 # sum of event-weights over events + 0 0 # nentries + 0.000000e+00 0.000000e+00 # sum of event-weights over entries + 0.000000e+00 0.000000e+00 # sum weights^2 + 0.000000e+00 0.000000e+00 # sum value*weight + 0.000000e+00 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 0.000000e+00 0.000000e+00 # bin 1 / 50 + 0.000000e+00 0.000000e+00 # bin 2 / 50 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "41_DELTAR" + # nbins xmin xmax + 50 0.000000e+00 1.000000e+01 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 0 0 # nevents + 0.000000e+00 0.000000e+00 # sum of event-weights over events + 0 0 # nentries + 0.000000e+00 0.000000e+00 # sum of event-weights over entries + 0.000000e+00 0.000000e+00 # sum weights^2 + 0.000000e+00 0.000000e+00 # sum value*weight + 0.000000e+00 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 0.000000e+00 0.000000e+00 # bin 1 / 50 + 0.000000e+00 0.000000e+00 # bin 2 / 50 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "42_DPHI_0_PI" + # nbins xmin xmax + 32 0.000000e+00 3.200000e+00 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 0 0 # nevents + 0.000000e+00 0.000000e+00 # sum of event-weights over events + 0 0 # nentries + 0.000000e+00 0.000000e+00 # sum of event-weights over entries + 0.000000e+00 0.000000e+00 # sum weights^2 + 0.000000e+00 0.000000e+00 # sum value*weight + 0.000000e+00 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 0.000000e+00 0.000000e+00 # bin 1 / 32 + 0.000000e+00 0.000000e+00 # bin 2 / 32 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 31 / 32 + 0.000000e+00 0.000000e+00 # bin 32 / 32 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "43_DPHI_0_2PI" + # nbins xmin xmax + 32 0.000000e+00 6.400000e+00 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 0 0 # nevents + 0.000000e+00 0.000000e+00 # sum of event-weights over events + 0 0 # nentries + 0.000000e+00 0.000000e+00 # sum of event-weights over entries + 0.000000e+00 0.000000e+00 # sum weights^2 + 0.000000e+00 0.000000e+00 # sum value*weight + 0.000000e+00 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 0.000000e+00 0.000000e+00 # bin 1 / 32 + 0.000000e+00 0.000000e+00 # bin 2 / 32 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 31 / 32 + 0.000000e+00 0.000000e+00 # bin 32 / 32 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "44_PT" + # nbins xmin xmax + 50 0.000000e+00 1.000000e+03 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 494 0 # nevents + 7.631228e+00 0.000000e+00 # sum of event-weights over events + 494 0 # nentries + 7.631228e+00 0.000000e+00 # sum of event-weights over entries + 1.178859e-01 0.000000e+00 # sum weights^2 + 3.702710e+02 0.000000e+00 # sum value*weight + 2.632720e+04 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 1.174035e+00 0.000000e+00 # bin 1 / 50 + 2.641579e+00 0.000000e+00 # bin 2 / 50 + 1.776500e+00 0.000000e+00 + 1.004109e+00 0.000000e+00 + 4.943306e-01 0.000000e+00 + 3.089566e-01 0.000000e+00 + 9.268698e-02 0.000000e+00 + 1.544783e-02 0.000000e+00 + 4.634349e-02 0.000000e+00 + 3.089566e-02 0.000000e+00 + 3.089566e-02 0.000000e+00 + 1.544783e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "45_ETA" + # nbins xmin xmax + 50 -8.000000e+00 8.000000e+00 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 494 0 # nevents + 7.631228e+00 0.000000e+00 # sum of event-weights over events + 494 0 # nentries + 7.631228e+00 0.000000e+00 # sum of event-weights over entries + 1.178859e-01 0.000000e+00 # sum weights^2 + 2.739970e-01 0.000000e+00 # sum value*weight + 9.748510e+00 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 0.000000e+00 0.000000e+00 # bin 1 / 50 + 0.000000e+00 0.000000e+00 # bin 2 / 50 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 1.081348e-01 0.000000e+00 + 2.935088e-01 0.000000e+00 + 3.089566e-01 0.000000e+00 + 4.170914e-01 0.000000e+00 + 4.788827e-01 0.000000e+00 + 6.024654e-01 0.000000e+00 + 7.260480e-01 0.000000e+00 + 6.179132e-01 0.000000e+00 + 8.959741e-01 0.000000e+00 + 7.260480e-01 0.000000e+00 + 6.797045e-01 0.000000e+00 + 6.488089e-01 0.000000e+00 + 4.479871e-01 0.000000e+00 + 3.707479e-01 0.000000e+00 + 1.853740e-01 0.000000e+00 + 1.235826e-01 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "46_ABSETA" + # nbins xmin xmax + 50 0.000000e+00 8.000000e+00 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 494 0 # nevents + 7.631228e+00 0.000000e+00 # sum of event-weights over events + 494 0 # nentries + 7.631228e+00 0.000000e+00 # sum of event-weights over entries + 1.178859e-01 0.000000e+00 # sum weights^2 + 7.162511e+00 0.000000e+00 # sum value*weight + 9.748510e+00 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 7.878393e-01 0.000000e+00 # bin 1 / 50 + 7.260480e-01 0.000000e+00 # bin 2 / 50 + 7.414958e-01 0.000000e+00 + 7.106002e-01 0.000000e+00 + 6.642567e-01 0.000000e+00 + 6.179132e-01 0.000000e+00 + 6.333610e-01 0.000000e+00 + 4.943306e-01 0.000000e+00 + 4.788827e-01 0.000000e+00 + 3.861957e-01 0.000000e+00 + 4.325392e-01 0.000000e+00 + 2.471653e-01 0.000000e+00 + 3.244044e-01 0.000000e+00 + 1.544783e-01 0.000000e+00 + 1.235826e-01 0.000000e+00 + 1.081348e-01 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "47_PHI" + # nbins xmin xmax + 32 -3.200000e+00 3.200000e+00 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 494 0 # nevents + 7.631228e+00 0.000000e+00 # sum of event-weights over events + 494 0 # nentries + 7.631228e+00 0.000000e+00 # sum of event-weights over entries + 1.178859e-01 0.000000e+00 # sum weights^2 + -7.409484e-01 0.000000e+00 # sum value*weight + 2.490426e+01 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 2.162696e-01 0.000000e+00 # bin 1 / 32 + 2.317174e-01 0.000000e+00 # bin 2 / 32 + 2.317174e-01 0.000000e+00 + 2.935088e-01 0.000000e+00 + 2.008218e-01 0.000000e+00 + 3.553001e-01 0.000000e+00 + 1.853740e-01 0.000000e+00 + 2.317174e-01 0.000000e+00 + 2.317174e-01 0.000000e+00 + 2.935088e-01 0.000000e+00 + 2.626131e-01 0.000000e+00 + 2.471653e-01 0.000000e+00 + 2.935088e-01 0.000000e+00 + 2.317174e-01 0.000000e+00 + 2.162696e-01 0.000000e+00 + 1.390305e-01 0.000000e+00 + 3.089566e-01 0.000000e+00 + 3.707479e-01 0.000000e+00 + 2.780609e-01 0.000000e+00 + 3.089566e-01 0.000000e+00 + 2.008218e-01 0.000000e+00 + 1.544783e-01 0.000000e+00 + 1.853740e-01 0.000000e+00 + 2.008218e-01 0.000000e+00 + 2.317174e-01 0.000000e+00 + 2.780609e-01 0.000000e+00 + 2.162696e-01 0.000000e+00 + 1.853740e-01 0.000000e+00 + 2.162696e-01 0.000000e+00 + 1.699261e-01 0.000000e+00 + 2.780609e-01 0.000000e+00 # bin 31 / 32 + 1.853740e-01 0.000000e+00 # bin 32 / 32 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "48_E" + # nbins xmin xmax + 50 0.000000e+00 2.000000e+03 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 494 0 # nevents + 7.631228e+00 0.000000e+00 # sum of event-weights over events + 494 0 # nentries + 7.631228e+00 0.000000e+00 # sum of event-weights over entries + 1.178859e-01 0.000000e+00 # sum weights^2 + 6.384889e+02 0.000000e+00 # sum value*weight + 8.959949e+04 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 2.193592e+00 0.000000e+00 # bin 1 / 50 + 2.703370e+00 0.000000e+00 # bin 2 / 50 + 1.174035e+00 0.000000e+00 + 5.870175e-01 0.000000e+00 + 3.707479e-01 0.000000e+00 + 3.089566e-01 0.000000e+00 + 1.235826e-01 0.000000e+00 + 1.081348e-01 0.000000e+00 + 1.544783e-02 0.000000e+00 + 1.544783e-02 0.000000e+00 + 1.544783e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 1.544783e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "49_ET" + # nbins xmin xmax + 50 0.000000e+00 2.000000e+03 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 494 0 # nevents + 7.631228e+00 0.000000e+00 # sum of event-weights over events + 494 0 # nentries + 7.631228e+00 0.000000e+00 # sum of event-weights over entries + 1.178859e-01 0.000000e+00 # sum weights^2 + 3.702710e+02 0.000000e+00 # sum value*weight + 2.632720e+04 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 3.815614e+00 0.000000e+00 # bin 1 / 50 + 2.780609e+00 0.000000e+00 # bin 2 / 50 + 8.032872e-01 0.000000e+00 + 1.081348e-01 0.000000e+00 + 7.723915e-02 0.000000e+00 + 4.634349e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "50_M" + # nbins xmin xmax + 50 0.000000e+00 2.000000e+01 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 494 0 # nevents + 7.631228e+00 0.000000e+00 # sum of event-weights over events + 494 0 # nentries + 7.631228e+00 0.000000e+00 # sum of event-weights over entries + 1.178859e-01 0.000000e+00 # sum weights^2 + 4.341101e-05 0.000000e+00 # sum value*weight + 2.381371e-06 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 3.630240e+00 0.000000e+00 # underflow + 4.000988e+00 0.000000e+00 # bin 1 / 50 + 0.000000e+00 0.000000e+00 # bin 2 / 50 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "51_MT" + # nbins xmin xmax + 50 0.000000e+00 1.000000e+03 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 494 0 # nevents + 7.631228e+00 0.000000e+00 # sum of event-weights over events + 494 0 # nentries + 7.631228e+00 0.000000e+00 # sum of event-weights over entries + 1.178859e-01 0.000000e+00 # sum weights^2 + 8.149434e-04 0.000000e+00 # sum value*weight + 3.766985e-07 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 7.631228e+00 0.000000e+00 # bin 1 / 50 + 0.000000e+00 0.000000e+00 # bin 2 / 50 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "52_MT_MET" + # nbins xmin xmax + 50 0.000000e+00 1.000000e+03 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 494 0 # nevents + 7.631228e+00 0.000000e+00 # sum of event-weights over events + 494 0 # nentries + 7.631228e+00 0.000000e+00 # sum of event-weights over entries + 1.178859e-01 0.000000e+00 # sum weights^2 + 4.520159e+02 0.000000e+00 # sum value*weight + 3.037527e+04 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 6.024654e-01 0.000000e+00 # bin 1 / 50 + 8.805263e-01 0.000000e+00 # bin 2 / 50 + 1.498439e+00 0.000000e+00 + 3.738375e+00 0.000000e+00 + 8.959741e-01 0.000000e+00 + 1.544783e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "53_P" + # nbins xmin xmax + 50 0.000000e+00 2.000000e+03 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 494 0 # nevents + 7.631228e+00 0.000000e+00 # sum of event-weights over events + 494 0 # nentries + 7.631228e+00 0.000000e+00 # sum of event-weights over entries + 1.178859e-01 0.000000e+00 # sum weights^2 + 6.384889e+02 0.000000e+00 # sum value*weight + 8.959949e+04 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 2.193592e+00 0.000000e+00 # bin 1 / 50 + 2.703370e+00 0.000000e+00 # bin 2 / 50 + 1.174035e+00 0.000000e+00 + 5.870175e-01 0.000000e+00 + 3.707479e-01 0.000000e+00 + 3.089566e-01 0.000000e+00 + 1.235826e-01 0.000000e+00 + 1.081348e-01 0.000000e+00 + 1.544783e-02 0.000000e+00 + 1.544783e-02 0.000000e+00 + 1.544783e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 1.544783e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "54_PX" + # nbins xmin xmax + 50 -1.000000e+03 1.000000e+03 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 494 0 # nevents + 7.631228e+00 0.000000e+00 # sum of event-weights over events + 494 0 # nentries + 7.631228e+00 0.000000e+00 # sum of event-weights over entries + 1.178859e-01 0.000000e+00 # sum weights^2 + 1.457569e+01 0.000000e+00 # sum value*weight + 1.365179e+04 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 0.000000e+00 0.000000e+00 # bin 1 / 50 + 0.000000e+00 0.000000e+00 # bin 2 / 50 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 3.089566e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 1.544783e-01 0.000000e+00 + 7.106002e-01 0.000000e+00 + 2.888744e+00 0.000000e+00 + 2.718818e+00 0.000000e+00 + 8.805263e-01 0.000000e+00 + 1.699261e-01 0.000000e+00 + 4.634349e-02 0.000000e+00 + 3.089566e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "55_PY" + # nbins xmin xmax + 50 -1.000000e+03 1.000000e+03 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 494 0 # nevents + 7.631228e+00 0.000000e+00 # sum of event-weights over events + 494 0 # nentries + 7.631228e+00 0.000000e+00 # sum of event-weights over entries + 1.178859e-01 0.000000e+00 # sum weights^2 + -7.456166e+00 0.000000e+00 # sum value*weight + 1.267541e+04 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 0.000000e+00 0.000000e+00 # bin 1 / 50 + 0.000000e+00 0.000000e+00 # bin 2 / 50 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 1.544783e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 1.544783e-02 0.000000e+00 + 9.268698e-02 0.000000e+00 + 8.650785e-01 0.000000e+00 + 2.873296e+00 0.000000e+00 + 2.796057e+00 0.000000e+00 + 7.878393e-01 0.000000e+00 + 1.081348e-01 0.000000e+00 + 4.634349e-02 0.000000e+00 + 3.089566e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "56_PZ" + # nbins xmin xmax + 50 -2.000000e+03 2.000000e+03 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 494 0 # nevents + 7.631228e+00 0.000000e+00 # sum of event-weights over events + 494 0 # nentries + 7.631228e+00 0.000000e+00 # sum of event-weights over entries + 1.178859e-01 0.000000e+00 # sum weights^2 + -5.307692e-01 0.000000e+00 # sum value*weight + 6.327229e+04 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 0.000000e+00 0.000000e+00 # bin 1 / 50 + 0.000000e+00 0.000000e+00 # bin 2 / 50 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 1.544783e-02 0.000000e+00 + 1.544783e-02 0.000000e+00 + 1.544783e-02 0.000000e+00 + 6.179132e-02 0.000000e+00 + 2.780609e-01 0.000000e+00 + 5.406740e-01 0.000000e+00 + 2.626131e+00 0.000000e+00 + 3.151357e+00 0.000000e+00 + 5.561219e-01 0.000000e+00 + 2.935088e-01 0.000000e+00 + 7.723915e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "57_R" + # nbins xmin xmax + 50 0.000000e+00 1.000000e+01 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 494 0 # nevents + 7.631228e+00 0.000000e+00 # sum of event-weights over events + 494 0 # nentries + 7.631228e+00 0.000000e+00 # sum of event-weights over entries + 1.178859e-01 0.000000e+00 # sum weights^2 + 1.484958e+01 0.000000e+00 # sum value*weight + 3.465277e+01 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 6.179132e-02 0.000000e+00 # bin 1 / 50 + 2.008218e-01 0.000000e+00 # bin 2 / 50 + 2.471653e-01 0.000000e+00 + 3.861957e-01 0.000000e+00 + 4.325392e-01 0.000000e+00 + 3.861957e-01 0.000000e+00 + 4.325392e-01 0.000000e+00 + 5.715697e-01 0.000000e+00 + 5.870175e-01 0.000000e+00 + 5.715697e-01 0.000000e+00 + 6.642567e-01 0.000000e+00 + 5.715697e-01 0.000000e+00 + 5.870175e-01 0.000000e+00 + 5.252262e-01 0.000000e+00 + 3.398523e-01 0.000000e+00 + 5.252262e-01 0.000000e+00 + 2.008218e-01 0.000000e+00 + 2.317174e-01 0.000000e+00 + 1.081348e-01 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "58_Y" + # nbins xmin xmax + 50 -8.000000e+00 8.000000e+00 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 494 0 # nevents + 7.631228e+00 0.000000e+00 # sum of event-weights over events + 494 0 # nentries + 7.631228e+00 0.000000e+00 # sum of event-weights over entries + 1.178859e-01 0.000000e+00 # sum weights^2 + 2.739970e-01 0.000000e+00 # sum value*weight + 9.748510e+00 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 0.000000e+00 0.000000e+00 # bin 1 / 50 + 0.000000e+00 0.000000e+00 # bin 2 / 50 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 1.081348e-01 0.000000e+00 + 2.935088e-01 0.000000e+00 + 3.089566e-01 0.000000e+00 + 4.170914e-01 0.000000e+00 + 4.788827e-01 0.000000e+00 + 6.024654e-01 0.000000e+00 + 7.260480e-01 0.000000e+00 + 6.179132e-01 0.000000e+00 + 8.959741e-01 0.000000e+00 + 7.260480e-01 0.000000e+00 + 6.797045e-01 0.000000e+00 + 6.488089e-01 0.000000e+00 + 4.479871e-01 0.000000e+00 + 3.707479e-01 0.000000e+00 + 1.853740e-01 0.000000e+00 + 1.235826e-01 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "59_BETA" + # nbins xmin xmax + 50 0.000000e+00 1.200000e+00 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 494 0 # nevents + 7.631228e+00 0.000000e+00 # sum of event-weights over events + 494 0 # nentries + 7.631228e+00 0.000000e+00 # sum of event-weights over entries + 1.178859e-01 0.000000e+00 # sum weights^2 + 7.631228e+00 0.000000e+00 # sum value*weight + 7.631228e+00 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 0.000000e+00 0.000000e+00 # bin 1 / 50 + 0.000000e+00 0.000000e+00 # bin 2 / 50 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 7.631228e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "60_GAMMA" + # nbins xmin xmax + 50 1.000000e+00 1.000000e+02 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 494 0 # nevents + 7.631228e+00 0.000000e+00 # sum of event-weights over events + 494 0 # nentries + 7.631228e+00 0.000000e+00 # sum of event-weights over entries + 1.178859e-01 0.000000e+00 # sum weights^2 + nan 0.000000e+00 # sum value*weight + nan 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 3.630240e+00 0.000000e+00 # bin 1 / 50 + 0.000000e+00 0.000000e+00 # bin 2 / 50 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 4.000988e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "61_PT" + # nbins xmin xmax + 50 0.000000e+00 1.000000e+03 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 494 0 # nevents + 7.631228e+00 0.000000e+00 # sum of event-weights over events + 494 0 # nentries + 7.631228e+00 0.000000e+00 # sum of event-weights over entries + 1.178859e-01 0.000000e+00 # sum weights^2 + 3.702710e+02 0.000000e+00 # sum value*weight + 2.632720e+04 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 1.174035e+00 0.000000e+00 # bin 1 / 50 + 2.641579e+00 0.000000e+00 # bin 2 / 50 + 1.776500e+00 0.000000e+00 + 1.004109e+00 0.000000e+00 + 4.943306e-01 0.000000e+00 + 3.089566e-01 0.000000e+00 + 9.268698e-02 0.000000e+00 + 1.544783e-02 0.000000e+00 + 4.634349e-02 0.000000e+00 + 3.089566e-02 0.000000e+00 + 3.089566e-02 0.000000e+00 + 1.544783e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "62_ETA" + # nbins xmin xmax + 50 -8.000000e+00 8.000000e+00 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 494 0 # nevents + 7.631228e+00 0.000000e+00 # sum of event-weights over events + 494 0 # nentries + 7.631228e+00 0.000000e+00 # sum of event-weights over entries + 1.178859e-01 0.000000e+00 # sum weights^2 + 2.739970e-01 0.000000e+00 # sum value*weight + 9.748510e+00 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 0.000000e+00 0.000000e+00 # bin 1 / 50 + 0.000000e+00 0.000000e+00 # bin 2 / 50 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 1.081348e-01 0.000000e+00 + 2.935088e-01 0.000000e+00 + 3.089566e-01 0.000000e+00 + 4.170914e-01 0.000000e+00 + 4.788827e-01 0.000000e+00 + 6.024654e-01 0.000000e+00 + 7.260480e-01 0.000000e+00 + 6.179132e-01 0.000000e+00 + 8.959741e-01 0.000000e+00 + 7.260480e-01 0.000000e+00 + 6.797045e-01 0.000000e+00 + 6.488089e-01 0.000000e+00 + 4.479871e-01 0.000000e+00 + 3.707479e-01 0.000000e+00 + 1.853740e-01 0.000000e+00 + 1.235826e-01 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "63_PHI" + # nbins xmin xmax + 32 -3.200000e+00 3.200000e+00 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 494 0 # nevents + 7.631228e+00 0.000000e+00 # sum of event-weights over events + 494 0 # nentries + 7.631228e+00 0.000000e+00 # sum of event-weights over entries + 1.178859e-01 0.000000e+00 # sum weights^2 + -7.409484e-01 0.000000e+00 # sum value*weight + 2.490426e+01 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 2.162696e-01 0.000000e+00 # bin 1 / 32 + 2.317174e-01 0.000000e+00 # bin 2 / 32 + 2.317174e-01 0.000000e+00 + 2.935088e-01 0.000000e+00 + 2.008218e-01 0.000000e+00 + 3.553001e-01 0.000000e+00 + 1.853740e-01 0.000000e+00 + 2.317174e-01 0.000000e+00 + 2.317174e-01 0.000000e+00 + 2.935088e-01 0.000000e+00 + 2.626131e-01 0.000000e+00 + 2.471653e-01 0.000000e+00 + 2.935088e-01 0.000000e+00 + 2.317174e-01 0.000000e+00 + 2.162696e-01 0.000000e+00 + 1.390305e-01 0.000000e+00 + 3.089566e-01 0.000000e+00 + 3.707479e-01 0.000000e+00 + 2.780609e-01 0.000000e+00 + 3.089566e-01 0.000000e+00 + 2.008218e-01 0.000000e+00 + 1.544783e-01 0.000000e+00 + 1.853740e-01 0.000000e+00 + 2.008218e-01 0.000000e+00 + 2.317174e-01 0.000000e+00 + 2.780609e-01 0.000000e+00 + 2.162696e-01 0.000000e+00 + 1.853740e-01 0.000000e+00 + 2.162696e-01 0.000000e+00 + 1.699261e-01 0.000000e+00 + 2.780609e-01 0.000000e+00 # bin 31 / 32 + 1.853740e-01 0.000000e+00 # bin 32 / 32 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "64_E" + # nbins xmin xmax + 50 0.000000e+00 2.000000e+03 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 494 0 # nevents + 7.631228e+00 0.000000e+00 # sum of event-weights over events + 494 0 # nentries + 7.631228e+00 0.000000e+00 # sum of event-weights over entries + 1.178859e-01 0.000000e+00 # sum weights^2 + 6.384889e+02 0.000000e+00 # sum value*weight + 8.959949e+04 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 2.193592e+00 0.000000e+00 # bin 1 / 50 + 2.703370e+00 0.000000e+00 # bin 2 / 50 + 1.174035e+00 0.000000e+00 + 5.870175e-01 0.000000e+00 + 3.707479e-01 0.000000e+00 + 3.089566e-01 0.000000e+00 + 1.235826e-01 0.000000e+00 + 1.081348e-01 0.000000e+00 + 1.544783e-02 0.000000e+00 + 1.544783e-02 0.000000e+00 + 1.544783e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 1.544783e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "65_MT_MET" + # nbins xmin xmax + 50 0.000000e+00 1.000000e+03 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 494 0 # nevents + 7.631228e+00 0.000000e+00 # sum of event-weights over events + 494 0 # nentries + 7.631228e+00 0.000000e+00 # sum of event-weights over entries + 1.178859e-01 0.000000e+00 # sum weights^2 + 4.520159e+02 0.000000e+00 # sum value*weight + 3.037527e+04 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 6.024654e-01 0.000000e+00 # bin 1 / 50 + 8.805263e-01 0.000000e+00 # bin 2 / 50 + 1.498439e+00 0.000000e+00 + 3.738375e+00 0.000000e+00 + 8.959741e-01 0.000000e+00 + 1.544783e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "66_PT" + # nbins xmin xmax + 50 0.000000e+00 1.000000e+03 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 0 0 # nevents + 0.000000e+00 0.000000e+00 # sum of event-weights over events + 0 0 # nentries + 0.000000e+00 0.000000e+00 # sum of event-weights over entries + 0.000000e+00 0.000000e+00 # sum weights^2 + 0.000000e+00 0.000000e+00 # sum value*weight + 0.000000e+00 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 0.000000e+00 0.000000e+00 # bin 1 / 50 + 0.000000e+00 0.000000e+00 # bin 2 / 50 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "67_ETA" + # nbins xmin xmax + 50 -8.000000e+00 8.000000e+00 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 0 0 # nevents + 0.000000e+00 0.000000e+00 # sum of event-weights over events + 0 0 # nentries + 0.000000e+00 0.000000e+00 # sum of event-weights over entries + 0.000000e+00 0.000000e+00 # sum weights^2 + 0.000000e+00 0.000000e+00 # sum value*weight + 0.000000e+00 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 0.000000e+00 0.000000e+00 # bin 1 / 50 + 0.000000e+00 0.000000e+00 # bin 2 / 50 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "68_PHI" + # nbins xmin xmax + 32 -3.200000e+00 3.200000e+00 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 0 0 # nevents + 0.000000e+00 0.000000e+00 # sum of event-weights over events + 0 0 # nentries + 0.000000e+00 0.000000e+00 # sum of event-weights over entries + 0.000000e+00 0.000000e+00 # sum weights^2 + 0.000000e+00 0.000000e+00 # sum value*weight + 0.000000e+00 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 0.000000e+00 0.000000e+00 # bin 1 / 32 + 0.000000e+00 0.000000e+00 # bin 2 / 32 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 31 / 32 + 0.000000e+00 0.000000e+00 # bin 32 / 32 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "69_E" + # nbins xmin xmax + 50 0.000000e+00 2.000000e+03 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 0 0 # nevents + 0.000000e+00 0.000000e+00 # sum of event-weights over events + 0 0 # nentries + 0.000000e+00 0.000000e+00 # sum of event-weights over entries + 0.000000e+00 0.000000e+00 # sum weights^2 + 0.000000e+00 0.000000e+00 # sum value*weight + 0.000000e+00 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 0.000000e+00 0.000000e+00 # bin 1 / 50 + 0.000000e+00 0.000000e+00 # bin 2 / 50 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "70_MT_MET" + # nbins xmin xmax + 50 0.000000e+00 1.000000e+03 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 0 0 # nevents + 0.000000e+00 0.000000e+00 # sum of event-weights over events + 0 0 # nentries + 0.000000e+00 0.000000e+00 # sum of event-weights over entries + 0.000000e+00 0.000000e+00 # sum weights^2 + 0.000000e+00 0.000000e+00 # sum value*weight + 0.000000e+00 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 0.000000e+00 0.000000e+00 # bin 1 / 50 + 0.000000e+00 0.000000e+00 # bin 2 / 50 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "71_M" + # nbins xmin xmax + 50 0.000000e+00 1.000000e+03 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 0 0 # nevents + 0.000000e+00 0.000000e+00 # sum of event-weights over events + 0 0 # nentries + 0.000000e+00 0.000000e+00 # sum of event-weights over entries + 0.000000e+00 0.000000e+00 # sum weights^2 + 0.000000e+00 0.000000e+00 # sum value*weight + 0.000000e+00 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 0.000000e+00 0.000000e+00 # bin 1 / 50 + 0.000000e+00 0.000000e+00 # bin 2 / 50 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "72_PT" + # nbins xmin xmax + 50 0.000000e+00 1.500000e+03 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 0 0 # nevents + 0.000000e+00 0.000000e+00 # sum of event-weights over events + 0 0 # nentries + 0.000000e+00 0.000000e+00 # sum of event-weights over entries + 0.000000e+00 0.000000e+00 # sum weights^2 + 0.000000e+00 0.000000e+00 # sum value*weight + 0.000000e+00 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 0.000000e+00 0.000000e+00 # bin 1 / 50 + 0.000000e+00 0.000000e+00 # bin 2 / 50 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "73_DELTAR" + # nbins xmin xmax + 50 0.000000e+00 1.000000e+01 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 0 0 # nevents + 0.000000e+00 0.000000e+00 # sum of event-weights over events + 0 0 # nentries + 0.000000e+00 0.000000e+00 # sum of event-weights over entries + 0.000000e+00 0.000000e+00 # sum weights^2 + 0.000000e+00 0.000000e+00 # sum value*weight + 0.000000e+00 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 0.000000e+00 0.000000e+00 # bin 1 / 50 + 0.000000e+00 0.000000e+00 # bin 2 / 50 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "74_DPHI_0_PI" + # nbins xmin xmax + 32 0.000000e+00 3.200000e+00 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 0 0 # nevents + 0.000000e+00 0.000000e+00 # sum of event-weights over events + 0 0 # nentries + 0.000000e+00 0.000000e+00 # sum of event-weights over entries + 0.000000e+00 0.000000e+00 # sum weights^2 + 0.000000e+00 0.000000e+00 # sum value*weight + 0.000000e+00 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 0.000000e+00 0.000000e+00 # bin 1 / 32 + 0.000000e+00 0.000000e+00 # bin 2 / 32 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 31 / 32 + 0.000000e+00 0.000000e+00 # bin 32 / 32 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "75_DPHI_0_2PI" + # nbins xmin xmax + 32 0.000000e+00 6.400000e+00 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 0 0 # nevents + 0.000000e+00 0.000000e+00 # sum of event-weights over events + 0 0 # nentries + 0.000000e+00 0.000000e+00 # sum of event-weights over entries + 0.000000e+00 0.000000e+00 # sum weights^2 + 0.000000e+00 0.000000e+00 # sum value*weight + 0.000000e+00 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 0.000000e+00 0.000000e+00 # bin 1 / 32 + 0.000000e+00 0.000000e+00 # bin 2 / 32 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 31 / 32 + 0.000000e+00 0.000000e+00 # bin 32 / 32 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "76_PT" + # nbins xmin xmax + 50 0.000000e+00 1.000000e+03 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 1000 0 # nevents + 1.544783e+01 0.000000e+00 # sum of event-weights over events + 1000 0 # nentries + 1.544783e+01 0.000000e+00 # sum of event-weights over entries + 2.386354e-01 0.000000e+00 # sum weights^2 + 1.116466e+03 0.000000e+00 # sum value*weight + 1.030253e+05 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 0.000000e+00 0.000000e+00 # bin 1 / 50 + 2.734266e+00 0.000000e+00 # bin 2 / 50 + 4.124571e+00 0.000000e+00 + 3.244044e+00 0.000000e+00 + 2.626131e+00 0.000000e+00 + 1.065900e+00 0.000000e+00 + 7.878393e-01 0.000000e+00 + 4.479871e-01 0.000000e+00 + 1.699261e-01 0.000000e+00 + 6.179132e-02 0.000000e+00 + 4.634349e-02 0.000000e+00 + 7.723915e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 3.089566e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 3.089566e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "77_ETA" + # nbins xmin xmax + 50 -8.000000e+00 8.000000e+00 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 1000 0 # nevents + 1.544783e+01 0.000000e+00 # sum of event-weights over events + 1000 0 # nentries + 1.544783e+01 0.000000e+00 # sum of event-weights over entries + 2.386354e-01 0.000000e+00 # sum weights^2 + 7.495445e-01 0.000000e+00 # sum value*weight + 2.472743e+01 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 0.000000e+00 0.000000e+00 # bin 1 / 50 + 0.000000e+00 0.000000e+00 # bin 2 / 50 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 1.544783e-02 0.000000e+00 + 4.634349e-02 0.000000e+00 + 6.179132e-02 0.000000e+00 + 2.008218e-01 0.000000e+00 + 4.016436e-01 0.000000e+00 + 3.089566e-01 0.000000e+00 + 4.943306e-01 0.000000e+00 + 7.723915e-01 0.000000e+00 + 1.050452e+00 0.000000e+00 + 1.328513e+00 0.000000e+00 + 1.204931e+00 0.000000e+00 + 1.467544e+00 0.000000e+00 + 1.529335e+00 0.000000e+00 + 1.405753e+00 0.000000e+00 + 1.560231e+00 0.000000e+00 + 1.050452e+00 0.000000e+00 + 8.032872e-01 0.000000e+00 + 6.951523e-01 0.000000e+00 + 4.016436e-01 0.000000e+00 + 3.089566e-01 0.000000e+00 + 2.008218e-01 0.000000e+00 + 1.081348e-01 0.000000e+00 + 1.544783e-02 0.000000e+00 + 1.544783e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "78_ABSETA" + # nbins xmin xmax + 50 0.000000e+00 8.000000e+00 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 1000 0 # nevents + 1.544783e+01 0.000000e+00 # sum of event-weights over events + 1000 0 # nentries + 1.544783e+01 0.000000e+00 # sum of event-weights over entries + 2.386354e-01 0.000000e+00 # sum weights^2 + 1.575701e+01 0.000000e+00 # sum value*weight + 2.472743e+01 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 1.575679e+00 0.000000e+00 # bin 1 / 50 + 1.421200e+00 0.000000e+00 # bin 2 / 50 + 1.297618e+00 0.000000e+00 + 1.313066e+00 0.000000e+00 + 1.560231e+00 0.000000e+00 + 1.328513e+00 0.000000e+00 + 1.081348e+00 0.000000e+00 + 1.019557e+00 0.000000e+00 + 8.496306e-01 0.000000e+00 + 7.260480e-01 0.000000e+00 + 6.642567e-01 0.000000e+00 + 5.252262e-01 0.000000e+00 + 4.170914e-01 0.000000e+00 + 2.935088e-01 0.000000e+00 + 4.170914e-01 0.000000e+00 + 2.935088e-01 0.000000e+00 + 3.089566e-01 0.000000e+00 + 9.268698e-02 0.000000e+00 + 7.723915e-02 0.000000e+00 + 9.268698e-02 0.000000e+00 + 3.089566e-02 0.000000e+00 + 3.089566e-02 0.000000e+00 + 3.089566e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "79_PHI" + # nbins xmin xmax + 32 -3.200000e+00 3.200000e+00 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 1000 0 # nevents + 1.544783e+01 0.000000e+00 # sum of event-weights over events + 1000 0 # nentries + 1.544783e+01 0.000000e+00 # sum of event-weights over entries + 2.386354e-01 0.000000e+00 # sum weights^2 + 3.983059e-01 0.000000e+00 # sum value*weight + 5.120302e+01 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 1.853740e-01 0.000000e+00 # bin 1 / 32 + 7.260480e-01 0.000000e+00 # bin 2 / 32 + 4.788827e-01 0.000000e+00 + 4.943306e-01 0.000000e+00 + 4.016436e-01 0.000000e+00 + 5.561219e-01 0.000000e+00 + 4.943306e-01 0.000000e+00 + 4.479871e-01 0.000000e+00 + 3.707479e-01 0.000000e+00 + 5.097784e-01 0.000000e+00 + 4.170914e-01 0.000000e+00 + 6.333610e-01 0.000000e+00 + 4.325392e-01 0.000000e+00 + 6.797045e-01 0.000000e+00 + 4.634349e-01 0.000000e+00 + 4.479871e-01 0.000000e+00 + 3.553001e-01 0.000000e+00 + 4.325392e-01 0.000000e+00 + 5.252262e-01 0.000000e+00 + 3.861957e-01 0.000000e+00 + 5.715697e-01 0.000000e+00 + 6.024654e-01 0.000000e+00 + 4.479871e-01 0.000000e+00 + 3.707479e-01 0.000000e+00 + 5.715697e-01 0.000000e+00 + 6.333610e-01 0.000000e+00 + 3.553001e-01 0.000000e+00 + 5.561219e-01 0.000000e+00 + 6.179132e-01 0.000000e+00 + 4.325392e-01 0.000000e+00 + 5.870175e-01 0.000000e+00 # bin 31 / 32 + 2.626131e-01 0.000000e+00 # bin 32 / 32 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "80_E" + # nbins xmin xmax + 50 0.000000e+00 2.000000e+03 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 1000 0 # nevents + 1.544783e+01 0.000000e+00 # sum of event-weights over events + 1000 0 # nentries + 1.544783e+01 0.000000e+00 # sum of event-weights over entries + 2.386354e-01 0.000000e+00 # sum weights^2 + 2.154376e+03 0.000000e+00 # sum value*weight + 4.768009e+05 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 8.341828e-01 0.000000e+00 # bin 1 / 50 + 4.186362e+00 0.000000e+00 # bin 2 / 50 + 3.831062e+00 0.000000e+00 + 2.224487e+00 0.000000e+00 + 1.359409e+00 0.000000e+00 + 8.650785e-01 0.000000e+00 + 7.414958e-01 0.000000e+00 + 3.553001e-01 0.000000e+00 + 2.780609e-01 0.000000e+00 + 2.008218e-01 0.000000e+00 + 1.235826e-01 0.000000e+00 + 1.235826e-01 0.000000e+00 + 1.390305e-01 0.000000e+00 + 7.723915e-02 0.000000e+00 + 6.179132e-02 0.000000e+00 + 1.544783e-02 0.000000e+00 + 1.544783e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 1.544783e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "81_ET" + # nbins xmin xmax + 50 0.000000e+00 2.000000e+03 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 1000 0 # nevents + 1.544783e+01 0.000000e+00 # sum of event-weights over events + 1000 0 # nentries + 1.544783e+01 0.000000e+00 # sum of event-weights over entries + 2.386354e-01 0.000000e+00 # sum weights^2 + 1.117915e+03 0.000000e+00 # sum value*weight + 1.031999e+05 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 2.718818e+00 0.000000e+00 # bin 1 / 50 + 7.337719e+00 0.000000e+00 # bin 2 / 50 + 3.722927e+00 0.000000e+00 + 1.251274e+00 0.000000e+00 + 2.317174e-01 0.000000e+00 + 1.235826e-01 0.000000e+00 + 3.089566e-02 0.000000e+00 + 3.089566e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "82_M" + # nbins xmin xmax + 50 0.000000e+00 5.000000e+01 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 1000 0 # nevents + 1.544783e+01 0.000000e+00 # sum of event-weights over events + 1000 0 # nentries + 1.544783e+01 0.000000e+00 # sum of event-weights over entries + 2.386354e-01 0.000000e+00 # sum weights^2 + 7.260480e+01 0.000000e+00 # sum value*weight + 3.412425e+02 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 0.000000e+00 0.000000e+00 # bin 1 / 50 + 0.000000e+00 0.000000e+00 # bin 2 / 50 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 1.544783e+01 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "83_MT" + # nbins xmin xmax + 50 0.000000e+00 1.000000e+03 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 1000 0 # nevents + 1.544783e+01 0.000000e+00 # sum of event-weights over events + 1000 0 # nentries + 1.544783e+01 0.000000e+00 # sum of event-weights over entries + 2.386354e-01 0.000000e+00 # sum weights^2 + 4.791326e+01 0.000000e+00 # sum value*weight + 1.745903e+02 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 1.544783e+01 0.000000e+00 # bin 1 / 50 + 0.000000e+00 0.000000e+00 # bin 2 / 50 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "84_MT_MET" + # nbins xmin xmax + 50 0.000000e+00 1.000000e+03 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 1000 0 # nevents + 1.544783e+01 0.000000e+00 # sum of event-weights over events + 1000 0 # nentries + 1.544783e+01 0.000000e+00 # sum of event-weights over entries + 2.386354e-01 0.000000e+00 # sum weights^2 + 1.354283e+03 0.000000e+00 # sum value*weight + 1.644331e+05 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 1.266722e+00 0.000000e+00 # bin 1 / 50 + 1.683813e+00 0.000000e+00 # bin 2 / 50 + 1.930979e+00 0.000000e+00 + 2.224487e+00 0.000000e+00 + 2.579788e+00 0.000000e+00 + 2.502548e+00 0.000000e+00 + 1.405753e+00 0.000000e+00 + 8.805263e-01 0.000000e+00 + 3.398523e-01 0.000000e+00 + 1.699261e-01 0.000000e+00 + 9.268698e-02 0.000000e+00 + 1.235826e-01 0.000000e+00 + 6.179132e-02 0.000000e+00 + 4.634349e-02 0.000000e+00 + 6.179132e-02 0.000000e+00 + 3.089566e-02 0.000000e+00 + 1.544783e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 1.544783e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 1.544783e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "85_P" + # nbins xmin xmax + 50 0.000000e+00 2.000000e+03 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 1000 0 # nevents + 1.544783e+01 0.000000e+00 # sum of event-weights over events + 1000 0 # nentries + 1.544783e+01 0.000000e+00 # sum of event-weights over entries + 2.386354e-01 0.000000e+00 # sum weights^2 + 2.152475e+03 0.000000e+00 # sum value*weight + 4.764596e+05 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 8.496306e-01 0.000000e+00 # bin 1 / 50 + 4.170914e+00 0.000000e+00 # bin 2 / 50 + 3.846510e+00 0.000000e+00 + 2.224487e+00 0.000000e+00 + 1.343961e+00 0.000000e+00 + 8.650785e-01 0.000000e+00 + 7.414958e-01 0.000000e+00 + 3.553001e-01 0.000000e+00 + 2.780609e-01 0.000000e+00 + 2.008218e-01 0.000000e+00 + 1.235826e-01 0.000000e+00 + 1.235826e-01 0.000000e+00 + 1.390305e-01 0.000000e+00 + 7.723915e-02 0.000000e+00 + 6.179132e-02 0.000000e+00 + 1.544783e-02 0.000000e+00 + 1.544783e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 1.544783e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "86_PX" + # nbins xmin xmax + 50 -1.000000e+03 1.000000e+03 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 1000 0 # nevents + 1.544783e+01 0.000000e+00 # sum of event-weights over events + 1000 0 # nentries + 1.544783e+01 0.000000e+00 # sum of event-weights over entries + 2.386354e-01 0.000000e+00 # sum weights^2 + -2.777710e+01 0.000000e+00 # sum value*weight + 4.947865e+04 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 0.000000e+00 0.000000e+00 # bin 1 / 50 + 0.000000e+00 0.000000e+00 # bin 2 / 50 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 3.089566e-02 0.000000e+00 + 7.723915e-02 0.000000e+00 + 1.699261e-01 0.000000e+00 + 8.496306e-01 0.000000e+00 + 2.811505e+00 0.000000e+00 + 3.985540e+00 0.000000e+00 + 3.892853e+00 0.000000e+00 + 2.595235e+00 0.000000e+00 + 8.187350e-01 0.000000e+00 + 1.390305e-01 0.000000e+00 + 4.634349e-02 0.000000e+00 + 3.089566e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "87_PY" + # nbins xmin xmax + 50 -1.000000e+03 1.000000e+03 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 1000 0 # nevents + 1.544783e+01 0.000000e+00 # sum of event-weights over events + 1000 0 # nentries + 1.544783e+01 0.000000e+00 # sum of event-weights over entries + 2.386354e-01 0.000000e+00 # sum weights^2 + 1.628535e+01 0.000000e+00 # sum value*weight + 5.354667e+04 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 0.000000e+00 0.000000e+00 # bin 1 / 50 + 0.000000e+00 0.000000e+00 # bin 2 / 50 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 1.544783e-02 0.000000e+00 + 1.544783e-02 0.000000e+00 + 7.723915e-02 0.000000e+00 + 2.317174e-01 0.000000e+00 + 7.414958e-01 0.000000e+00 + 2.718818e+00 0.000000e+00 + 3.939197e+00 0.000000e+00 + 3.692031e+00 0.000000e+00 + 2.780609e+00 0.000000e+00 + 8.650785e-01 0.000000e+00 + 3.089566e-01 0.000000e+00 + 4.634349e-02 0.000000e+00 + 1.544783e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "88_PZ" + # nbins xmin xmax + 50 -2.000000e+03 2.000000e+03 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 1000 0 # nevents + 1.544783e+01 0.000000e+00 # sum of event-weights over events + 1000 0 # nentries + 1.544783e+01 0.000000e+00 # sum of event-weights over entries + 2.386354e-01 0.000000e+00 # sum weights^2 + 4.300979e+01 0.000000e+00 # sum value*weight + 3.734343e+05 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 0.000000e+00 0.000000e+00 # bin 1 / 50 + 0.000000e+00 0.000000e+00 # bin 2 / 50 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 1.544783e-02 0.000000e+00 + 4.634349e-02 0.000000e+00 + 7.723915e-02 0.000000e+00 + 1.853740e-01 0.000000e+00 + 1.235826e-01 0.000000e+00 + 4.634349e-01 0.000000e+00 + 7.106002e-01 0.000000e+00 + 1.482992e+00 0.000000e+00 + 4.248153e+00 0.000000e+00 + 4.433527e+00 0.000000e+00 + 2.023666e+00 0.000000e+00 + 7.723915e-01 0.000000e+00 + 4.170914e-01 0.000000e+00 + 2.008218e-01 0.000000e+00 + 1.081348e-01 0.000000e+00 + 1.081348e-01 0.000000e+00 + 1.544783e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 1.544783e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "89_R" + # nbins xmin xmax + 50 0.000000e+00 1.000000e+01 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 1000 0 # nevents + 1.544783e+01 0.000000e+00 # sum of event-weights over events + 1000 0 # nentries + 1.544783e+01 0.000000e+00 # sum of event-weights over entries + 2.386354e-01 0.000000e+00 # sum weights^2 + 3.144850e+01 0.000000e+00 # sum value*weight + 7.593045e+01 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 6.179132e-02 0.000000e+00 # bin 1 / 50 + 3.244044e-01 0.000000e+00 # bin 2 / 50 + 4.634349e-01 0.000000e+00 + 5.406740e-01 0.000000e+00 + 9.114220e-01 0.000000e+00 + 8.650785e-01 0.000000e+00 + 1.004109e+00 0.000000e+00 + 8.341828e-01 0.000000e+00 + 1.158587e+00 0.000000e+00 + 1.035005e+00 0.000000e+00 + 1.158587e+00 0.000000e+00 + 1.158587e+00 0.000000e+00 + 1.189483e+00 0.000000e+00 + 1.174035e+00 0.000000e+00 + 1.297618e+00 0.000000e+00 + 1.096796e+00 0.000000e+00 + 5.715697e-01 0.000000e+00 + 2.935088e-01 0.000000e+00 + 1.235826e-01 0.000000e+00 + 1.235826e-01 0.000000e+00 + 4.634349e-02 0.000000e+00 + 1.544783e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "90_Y" + # nbins xmin xmax + 50 -8.000000e+00 8.000000e+00 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 1000 0 # nevents + 1.544783e+01 0.000000e+00 # sum of event-weights over events + 1000 0 # nentries + 1.544783e+01 0.000000e+00 # sum of event-weights over entries + 2.386354e-01 0.000000e+00 # sum weights^2 + 7.454531e-01 0.000000e+00 # sum value*weight + 2.458731e+01 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 0.000000e+00 0.000000e+00 # bin 1 / 50 + 0.000000e+00 0.000000e+00 # bin 2 / 50 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 1.544783e-02 0.000000e+00 + 4.634349e-02 0.000000e+00 + 6.179132e-02 0.000000e+00 + 2.008218e-01 0.000000e+00 + 3.861957e-01 0.000000e+00 + 3.244044e-01 0.000000e+00 + 4.634349e-01 0.000000e+00 + 8.032872e-01 0.000000e+00 + 1.035005e+00 0.000000e+00 + 1.328513e+00 0.000000e+00 + 1.189483e+00 0.000000e+00 + 1.498439e+00 0.000000e+00 + 1.544783e+00 0.000000e+00 + 1.405753e+00 0.000000e+00 + 1.544783e+00 0.000000e+00 + 1.065900e+00 0.000000e+00 + 7.878393e-01 0.000000e+00 + 7.106002e-01 0.000000e+00 + 3.861957e-01 0.000000e+00 + 3.089566e-01 0.000000e+00 + 2.008218e-01 0.000000e+00 + 1.081348e-01 0.000000e+00 + 3.089566e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "91_BETA" + # nbins xmin xmax + 50 0.000000e+00 1.200000e+00 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 1000 0 # nevents + 1.544783e+01 0.000000e+00 # sum of event-weights over events + 1000 0 # nentries + 1.544783e+01 0.000000e+00 # sum of event-weights over entries + 2.386354e-01 0.000000e+00 # sum weights^2 + 1.541759e+01 0.000000e+00 # sum value*weight + 1.538753e+01 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 0.000000e+00 0.000000e+00 # bin 1 / 50 + 0.000000e+00 0.000000e+00 # bin 2 / 50 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 1.081348e-01 0.000000e+00 + 1.533970e+01 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "92_GAMMA" + # nbins xmin xmax + 50 1.000000e+00 1.000000e+02 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 1000 0 # nevents + 1.544783e+01 0.000000e+00 # sum of event-weights over events + 1000 0 # nentries + 1.544783e+01 0.000000e+00 # sum of event-weights over entries + 2.386354e-01 0.000000e+00 # sum weights^2 + 4.583778e+02 0.000000e+00 # sum value*weight + 2.158447e+04 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 0.000000e+00 0.000000e+00 # bin 1 / 50 + 6.179132e-02 0.000000e+00 # bin 2 / 50 + 2.626131e-01 0.000000e+00 + 6.951523e-01 0.000000e+00 + 9.114220e-01 0.000000e+00 + 9.268698e-01 0.000000e+00 + 1.112244e+00 0.000000e+00 + 9.886611e-01 0.000000e+00 + 9.268698e-01 0.000000e+00 + 1.050452e+00 0.000000e+00 + 8.341828e-01 0.000000e+00 + 8.187350e-01 0.000000e+00 + 6.024654e-01 0.000000e+00 + 5.561219e-01 0.000000e+00 + 5.252262e-01 0.000000e+00 + 5.097784e-01 0.000000e+00 + 4.479871e-01 0.000000e+00 + 4.170914e-01 0.000000e+00 + 3.244044e-01 0.000000e+00 + 2.626131e-01 0.000000e+00 + 2.008218e-01 0.000000e+00 + 2.935088e-01 0.000000e+00 + 2.008218e-01 0.000000e+00 + 2.471653e-01 0.000000e+00 + 7.723915e-02 0.000000e+00 + 1.544783e-01 0.000000e+00 + 2.008218e-01 0.000000e+00 + 2.471653e-01 0.000000e+00 + 1.699261e-01 0.000000e+00 + 1.544783e-02 0.000000e+00 + 6.179132e-02 0.000000e+00 + 7.723915e-02 0.000000e+00 + 7.723915e-02 0.000000e+00 + 1.390305e-01 0.000000e+00 + 9.268698e-02 0.000000e+00 + 4.634349e-02 0.000000e+00 + 6.179132e-02 0.000000e+00 + 7.723915e-02 0.000000e+00 + 4.634349e-02 0.000000e+00 + 3.089566e-02 0.000000e+00 + 7.723915e-02 0.000000e+00 + 3.089566e-02 0.000000e+00 + 1.544783e-02 0.000000e+00 + 3.089566e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 4.634349e-02 0.000000e+00 + 4.634349e-02 0.000000e+00 + 3.089566e-02 0.000000e+00 + 6.179132e-02 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 3.553001e-01 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "93_PT" + # nbins xmin xmax + 50 0.000000e+00 1.000000e+03 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 1000 0 # nevents + 1.544783e+01 0.000000e+00 # sum of event-weights over events + 1000 0 # nentries + 1.544783e+01 0.000000e+00 # sum of event-weights over entries + 2.386354e-01 0.000000e+00 # sum weights^2 + 1.116466e+03 0.000000e+00 # sum value*weight + 1.030253e+05 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 0.000000e+00 0.000000e+00 # bin 1 / 50 + 2.734266e+00 0.000000e+00 # bin 2 / 50 + 4.124571e+00 0.000000e+00 + 3.244044e+00 0.000000e+00 + 2.626131e+00 0.000000e+00 + 1.065900e+00 0.000000e+00 + 7.878393e-01 0.000000e+00 + 4.479871e-01 0.000000e+00 + 1.699261e-01 0.000000e+00 + 6.179132e-02 0.000000e+00 + 4.634349e-02 0.000000e+00 + 7.723915e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 3.089566e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 3.089566e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "94_ETA" + # nbins xmin xmax + 50 -8.000000e+00 8.000000e+00 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 1000 0 # nevents + 1.544783e+01 0.000000e+00 # sum of event-weights over events + 1000 0 # nentries + 1.544783e+01 0.000000e+00 # sum of event-weights over entries + 2.386354e-01 0.000000e+00 # sum weights^2 + 7.495445e-01 0.000000e+00 # sum value*weight + 2.472743e+01 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 0.000000e+00 0.000000e+00 # bin 1 / 50 + 0.000000e+00 0.000000e+00 # bin 2 / 50 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 1.544783e-02 0.000000e+00 + 4.634349e-02 0.000000e+00 + 6.179132e-02 0.000000e+00 + 2.008218e-01 0.000000e+00 + 4.016436e-01 0.000000e+00 + 3.089566e-01 0.000000e+00 + 4.943306e-01 0.000000e+00 + 7.723915e-01 0.000000e+00 + 1.050452e+00 0.000000e+00 + 1.328513e+00 0.000000e+00 + 1.204931e+00 0.000000e+00 + 1.467544e+00 0.000000e+00 + 1.529335e+00 0.000000e+00 + 1.405753e+00 0.000000e+00 + 1.560231e+00 0.000000e+00 + 1.050452e+00 0.000000e+00 + 8.032872e-01 0.000000e+00 + 6.951523e-01 0.000000e+00 + 4.016436e-01 0.000000e+00 + 3.089566e-01 0.000000e+00 + 2.008218e-01 0.000000e+00 + 1.081348e-01 0.000000e+00 + 1.544783e-02 0.000000e+00 + 1.544783e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "95_PHI" + # nbins xmin xmax + 32 -3.200000e+00 3.200000e+00 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 1000 0 # nevents + 1.544783e+01 0.000000e+00 # sum of event-weights over events + 1000 0 # nentries + 1.544783e+01 0.000000e+00 # sum of event-weights over entries + 2.386354e-01 0.000000e+00 # sum weights^2 + 3.983059e-01 0.000000e+00 # sum value*weight + 5.120302e+01 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 1.853740e-01 0.000000e+00 # bin 1 / 32 + 7.260480e-01 0.000000e+00 # bin 2 / 32 + 4.788827e-01 0.000000e+00 + 4.943306e-01 0.000000e+00 + 4.016436e-01 0.000000e+00 + 5.561219e-01 0.000000e+00 + 4.943306e-01 0.000000e+00 + 4.479871e-01 0.000000e+00 + 3.707479e-01 0.000000e+00 + 5.097784e-01 0.000000e+00 + 4.170914e-01 0.000000e+00 + 6.333610e-01 0.000000e+00 + 4.325392e-01 0.000000e+00 + 6.797045e-01 0.000000e+00 + 4.634349e-01 0.000000e+00 + 4.479871e-01 0.000000e+00 + 3.553001e-01 0.000000e+00 + 4.325392e-01 0.000000e+00 + 5.252262e-01 0.000000e+00 + 3.861957e-01 0.000000e+00 + 5.715697e-01 0.000000e+00 + 6.024654e-01 0.000000e+00 + 4.479871e-01 0.000000e+00 + 3.707479e-01 0.000000e+00 + 5.715697e-01 0.000000e+00 + 6.333610e-01 0.000000e+00 + 3.553001e-01 0.000000e+00 + 5.561219e-01 0.000000e+00 + 6.179132e-01 0.000000e+00 + 4.325392e-01 0.000000e+00 + 5.870175e-01 0.000000e+00 # bin 31 / 32 + 2.626131e-01 0.000000e+00 # bin 32 / 32 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "96_E" + # nbins xmin xmax + 50 0.000000e+00 2.000000e+03 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 1000 0 # nevents + 1.544783e+01 0.000000e+00 # sum of event-weights over events + 1000 0 # nentries + 1.544783e+01 0.000000e+00 # sum of event-weights over entries + 2.386354e-01 0.000000e+00 # sum weights^2 + 2.154376e+03 0.000000e+00 # sum value*weight + 4.768009e+05 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 8.341828e-01 0.000000e+00 # bin 1 / 50 + 4.186362e+00 0.000000e+00 # bin 2 / 50 + 3.831062e+00 0.000000e+00 + 2.224487e+00 0.000000e+00 + 1.359409e+00 0.000000e+00 + 8.650785e-01 0.000000e+00 + 7.414958e-01 0.000000e+00 + 3.553001e-01 0.000000e+00 + 2.780609e-01 0.000000e+00 + 2.008218e-01 0.000000e+00 + 1.235826e-01 0.000000e+00 + 1.235826e-01 0.000000e+00 + 1.390305e-01 0.000000e+00 + 7.723915e-02 0.000000e+00 + 6.179132e-02 0.000000e+00 + 1.544783e-02 0.000000e+00 + 1.544783e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 1.544783e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "97_MT_MET" + # nbins xmin xmax + 50 0.000000e+00 1.000000e+03 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 1000 0 # nevents + 1.544783e+01 0.000000e+00 # sum of event-weights over events + 1000 0 # nentries + 1.544783e+01 0.000000e+00 # sum of event-weights over entries + 2.386354e-01 0.000000e+00 # sum weights^2 + 1.354283e+03 0.000000e+00 # sum value*weight + 1.644331e+05 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 1.266722e+00 0.000000e+00 # bin 1 / 50 + 1.683813e+00 0.000000e+00 # bin 2 / 50 + 1.930979e+00 0.000000e+00 + 2.224487e+00 0.000000e+00 + 2.579788e+00 0.000000e+00 + 2.502548e+00 0.000000e+00 + 1.405753e+00 0.000000e+00 + 8.805263e-01 0.000000e+00 + 3.398523e-01 0.000000e+00 + 1.699261e-01 0.000000e+00 + 9.268698e-02 0.000000e+00 + 1.235826e-01 0.000000e+00 + 6.179132e-02 0.000000e+00 + 4.634349e-02 0.000000e+00 + 6.179132e-02 0.000000e+00 + 3.089566e-02 0.000000e+00 + 1.544783e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 1.544783e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 1.544783e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "98_PT" + # nbins xmin xmax + 50 0.000000e+00 1.000000e+03 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 0 0 # nevents + 0.000000e+00 0.000000e+00 # sum of event-weights over events + 0 0 # nentries + 0.000000e+00 0.000000e+00 # sum of event-weights over entries + 0.000000e+00 0.000000e+00 # sum weights^2 + 0.000000e+00 0.000000e+00 # sum value*weight + 0.000000e+00 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 0.000000e+00 0.000000e+00 # bin 1 / 50 + 0.000000e+00 0.000000e+00 # bin 2 / 50 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "99_ETA" + # nbins xmin xmax + 50 -8.000000e+00 8.000000e+00 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 0 0 # nevents + 0.000000e+00 0.000000e+00 # sum of event-weights over events + 0 0 # nentries + 0.000000e+00 0.000000e+00 # sum of event-weights over entries + 0.000000e+00 0.000000e+00 # sum weights^2 + 0.000000e+00 0.000000e+00 # sum value*weight + 0.000000e+00 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 0.000000e+00 0.000000e+00 # bin 1 / 50 + 0.000000e+00 0.000000e+00 # bin 2 / 50 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "100_PHI" + # nbins xmin xmax + 32 -3.200000e+00 3.200000e+00 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 0 0 # nevents + 0.000000e+00 0.000000e+00 # sum of event-weights over events + 0 0 # nentries + 0.000000e+00 0.000000e+00 # sum of event-weights over entries + 0.000000e+00 0.000000e+00 # sum weights^2 + 0.000000e+00 0.000000e+00 # sum value*weight + 0.000000e+00 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 0.000000e+00 0.000000e+00 # bin 1 / 32 + 0.000000e+00 0.000000e+00 # bin 2 / 32 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 31 / 32 + 0.000000e+00 0.000000e+00 # bin 32 / 32 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "101_E" + # nbins xmin xmax + 50 0.000000e+00 2.000000e+03 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 0 0 # nevents + 0.000000e+00 0.000000e+00 # sum of event-weights over events + 0 0 # nentries + 0.000000e+00 0.000000e+00 # sum of event-weights over entries + 0.000000e+00 0.000000e+00 # sum weights^2 + 0.000000e+00 0.000000e+00 # sum value*weight + 0.000000e+00 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 0.000000e+00 0.000000e+00 # bin 1 / 50 + 0.000000e+00 0.000000e+00 # bin 2 / 50 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "102_MT_MET" + # nbins xmin xmax + 50 0.000000e+00 1.000000e+03 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 0 0 # nevents + 0.000000e+00 0.000000e+00 # sum of event-weights over events + 0 0 # nentries + 0.000000e+00 0.000000e+00 # sum of event-weights over entries + 0.000000e+00 0.000000e+00 # sum weights^2 + 0.000000e+00 0.000000e+00 # sum value*weight + 0.000000e+00 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 0.000000e+00 0.000000e+00 # bin 1 / 50 + 0.000000e+00 0.000000e+00 # bin 2 / 50 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "103_M" + # nbins xmin xmax + 50 0.000000e+00 2.000000e+03 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 0 0 # nevents + 0.000000e+00 0.000000e+00 # sum of event-weights over events + 0 0 # nentries + 0.000000e+00 0.000000e+00 # sum of event-weights over entries + 0.000000e+00 0.000000e+00 # sum weights^2 + 0.000000e+00 0.000000e+00 # sum value*weight + 0.000000e+00 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 0.000000e+00 0.000000e+00 # bin 1 / 50 + 0.000000e+00 0.000000e+00 # bin 2 / 50 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "104_PT" + # nbins xmin xmax + 50 0.000000e+00 2.000000e+03 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 0 0 # nevents + 0.000000e+00 0.000000e+00 # sum of event-weights over events + 0 0 # nentries + 0.000000e+00 0.000000e+00 # sum of event-weights over entries + 0.000000e+00 0.000000e+00 # sum weights^2 + 0.000000e+00 0.000000e+00 # sum value*weight + 0.000000e+00 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 0.000000e+00 0.000000e+00 # bin 1 / 50 + 0.000000e+00 0.000000e+00 # bin 2 / 50 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "105_DELTAR" + # nbins xmin xmax + 50 0.000000e+00 1.000000e+01 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 0 0 # nevents + 0.000000e+00 0.000000e+00 # sum of event-weights over events + 0 0 # nentries + 0.000000e+00 0.000000e+00 # sum of event-weights over entries + 0.000000e+00 0.000000e+00 # sum weights^2 + 0.000000e+00 0.000000e+00 # sum value*weight + 0.000000e+00 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 0.000000e+00 0.000000e+00 # bin 1 / 50 + 0.000000e+00 0.000000e+00 # bin 2 / 50 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "106_DPHI_0_PI" + # nbins xmin xmax + 32 0.000000e+00 3.200000e+00 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 0 0 # nevents + 0.000000e+00 0.000000e+00 # sum of event-weights over events + 0 0 # nentries + 0.000000e+00 0.000000e+00 # sum of event-weights over entries + 0.000000e+00 0.000000e+00 # sum weights^2 + 0.000000e+00 0.000000e+00 # sum value*weight + 0.000000e+00 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 0.000000e+00 0.000000e+00 # bin 1 / 32 + 0.000000e+00 0.000000e+00 # bin 2 / 32 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 31 / 32 + 0.000000e+00 0.000000e+00 # bin 32 / 32 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "107_DPHI_0_2PI" + # nbins xmin xmax + 32 0.000000e+00 6.400000e+00 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 0 0 # nevents + 0.000000e+00 0.000000e+00 # sum of event-weights over events + 0 0 # nentries + 0.000000e+00 0.000000e+00 # sum of event-weights over entries + 0.000000e+00 0.000000e+00 # sum weights^2 + 0.000000e+00 0.000000e+00 # sum value*weight + 0.000000e+00 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 0.000000e+00 0.000000e+00 # bin 1 / 32 + 0.000000e+00 0.000000e+00 # bin 2 / 32 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 31 / 32 + 0.000000e+00 0.000000e+00 # bin 32 / 32 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "108_PT" + # nbins xmin xmax + 50 0.000000e+00 1.000000e+03 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 1000 0 # nevents + 1.544783e+01 0.000000e+00 # sum of event-weights over events + 2000 0 # nentries + 3.089566e+01 0.000000e+00 # sum of event-weights over entries + 4.772709e-01 0.000000e+00 # sum weights^2 + 1.741303e+03 0.000000e+00 # sum value*weight + 1.309156e+05 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 0.000000e+00 0.000000e+00 # bin 1 / 50 + 1.146229e+01 0.000000e+00 # bin 2 / 50 + 8.542650e+00 0.000000e+00 + 5.499427e+00 0.000000e+00 + 2.610683e+00 0.000000e+00 + 1.266722e+00 0.000000e+00 + 6.951523e-01 0.000000e+00 + 4.479871e-01 0.000000e+00 + 1.235826e-01 0.000000e+00 + 1.235826e-01 0.000000e+00 + 6.179132e-02 0.000000e+00 + 1.544783e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 1.544783e-02 0.000000e+00 + 1.544783e-02 0.000000e+00 + 1.544783e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "109_ETA" + # nbins xmin xmax + 50 -8.000000e+00 8.000000e+00 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 1000 0 # nevents + 1.544783e+01 0.000000e+00 # sum of event-weights over events + 2000 0 # nentries + 3.089566e+01 0.000000e+00 # sum of event-weights over entries + 4.772709e-01 0.000000e+00 # sum weights^2 + 6.774316e-01 0.000000e+00 # sum value*weight + 4.451328e+01 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 0.000000e+00 0.000000e+00 # bin 1 / 50 + 0.000000e+00 0.000000e+00 # bin 2 / 50 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 6.179132e-02 0.000000e+00 + 1.235826e-01 0.000000e+00 + 1.544783e-01 0.000000e+00 + 4.788827e-01 0.000000e+00 + 8.496306e-01 0.000000e+00 + 1.112244e+00 0.000000e+00 + 1.745605e+00 0.000000e+00 + 1.884635e+00 0.000000e+00 + 2.873296e+00 0.000000e+00 + 2.888744e+00 0.000000e+00 + 3.166805e+00 0.000000e+00 + 3.336731e+00 0.000000e+00 + 2.657027e+00 0.000000e+00 + 2.425309e+00 0.000000e+00 + 2.085457e+00 0.000000e+00 + 1.853740e+00 0.000000e+00 + 1.390305e+00 0.000000e+00 + 8.187350e-01 0.000000e+00 + 4.325392e-01 0.000000e+00 + 4.479871e-01 0.000000e+00 + 9.268698e-02 0.000000e+00 + 1.544783e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "110_ABSETA" + # nbins xmin xmax + 50 0.000000e+00 8.000000e+00 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 1000 0 # nevents + 1.544783e+01 0.000000e+00 # sum of event-weights over events + 2000 0 # nentries + 3.089566e+01 0.000000e+00 # sum of event-weights over entries + 4.772709e-01 0.000000e+00 # sum weights^2 + 3.001133e+01 0.000000e+00 # sum value*weight + 4.451328e+01 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 3.274940e+00 0.000000e+00 # bin 1 / 50 + 3.228596e+00 0.000000e+00 # bin 2 / 50 + 2.826953e+00 0.000000e+00 + 2.718818e+00 0.000000e+00 + 2.734266e+00 0.000000e+00 + 2.564340e+00 0.000000e+00 + 1.915531e+00 0.000000e+00 + 2.054561e+00 0.000000e+00 + 1.930979e+00 0.000000e+00 + 1.668366e+00 0.000000e+00 + 1.328513e+00 0.000000e+00 + 1.174035e+00 0.000000e+00 + 1.019557e+00 0.000000e+00 + 6.488089e-01 0.000000e+00 + 5.715697e-01 0.000000e+00 + 3.398523e-01 0.000000e+00 + 3.553001e-01 0.000000e+00 + 2.471653e-01 0.000000e+00 + 1.699261e-01 0.000000e+00 + 4.634349e-02 0.000000e+00 + 6.179132e-02 0.000000e+00 + 1.544783e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "111_PHI" + # nbins xmin xmax + 32 -3.200000e+00 3.200000e+00 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 1000 0 # nevents + 1.544783e+01 0.000000e+00 # sum of event-weights over events + 2000 0 # nentries + 3.089566e+01 0.000000e+00 # sum of event-weights over entries + 4.772709e-01 0.000000e+00 # sum weights^2 + 2.414534e+00 0.000000e+00 # sum value*weight + 1.059899e+02 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 6.951523e-01 0.000000e+00 # bin 1 / 32 + 1.019557e+00 0.000000e+00 # bin 2 / 32 + 9.114220e-01 0.000000e+00 + 9.114220e-01 0.000000e+00 + 8.650785e-01 0.000000e+00 + 7.414958e-01 0.000000e+00 + 1.220379e+00 0.000000e+00 + 1.220379e+00 0.000000e+00 + 9.732133e-01 0.000000e+00 + 9.423176e-01 0.000000e+00 + 9.423176e-01 0.000000e+00 + 8.805263e-01 0.000000e+00 + 8.496306e-01 0.000000e+00 + 9.886611e-01 0.000000e+00 + 8.805263e-01 0.000000e+00 + 9.732133e-01 0.000000e+00 + 8.496306e-01 0.000000e+00 + 1.019557e+00 0.000000e+00 + 8.496306e-01 0.000000e+00 + 9.886611e-01 0.000000e+00 + 8.341828e-01 0.000000e+00 + 9.577655e-01 0.000000e+00 + 1.065900e+00 0.000000e+00 + 8.959741e-01 0.000000e+00 + 1.035005e+00 0.000000e+00 + 9.732133e-01 0.000000e+00 + 1.050452e+00 0.000000e+00 + 1.158587e+00 0.000000e+00 + 1.127692e+00 0.000000e+00 + 1.174035e+00 0.000000e+00 + 9.732133e-01 0.000000e+00 # bin 31 / 32 + 9.268698e-01 0.000000e+00 # bin 32 / 32 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "112_E" + # nbins xmin xmax + 50 0.000000e+00 2.000000e+03 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 1000 0 # nevents + 1.544783e+01 0.000000e+00 # sum of event-weights over events + 2000 0 # nentries + 3.089566e+01 0.000000e+00 # sum of event-weights over entries + 4.772709e-01 0.000000e+00 # sum weights^2 + 3.230772e+03 0.000000e+00 # sum value*weight + 5.634637e+05 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 4.557110e+00 0.000000e+00 # bin 1 / 50 + 1.147774e+01 0.000000e+00 # bin 2 / 50 + 6.086445e+00 0.000000e+00 + 3.583897e+00 0.000000e+00 + 1.838292e+00 0.000000e+00 + 1.158587e+00 0.000000e+00 + 6.951523e-01 0.000000e+00 + 5.561219e-01 0.000000e+00 + 2.780609e-01 0.000000e+00 + 1.699261e-01 0.000000e+00 + 1.853740e-01 0.000000e+00 + 1.390305e-01 0.000000e+00 + 4.634349e-02 0.000000e+00 + 1.544783e-02 0.000000e+00 + 4.634349e-02 0.000000e+00 + 3.089566e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 3.089566e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "113_ET" + # nbins xmin xmax + 50 0.000000e+00 2.000000e+03 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 1000 0 # nevents + 1.544783e+01 0.000000e+00 # sum of event-weights over events + 2000 0 # nentries + 3.089566e+01 0.000000e+00 # sum of event-weights over entries + 4.772709e-01 0.000000e+00 # sum weights^2 + 1.741303e+03 0.000000e+00 # sum value*weight + 1.309156e+05 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 1.146229e+01 0.000000e+00 # bin 1 / 50 + 1.404208e+01 0.000000e+00 # bin 2 / 50 + 3.877405e+00 0.000000e+00 + 1.143139e+00 0.000000e+00 + 2.471653e-01 0.000000e+00 + 7.723915e-02 0.000000e+00 + 1.544783e-02 0.000000e+00 + 3.089566e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "114_M" + # nbins xmin xmax + 50 0.000000e+00 2.000000e+02 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 1000 0 # nevents + 1.544783e+01 0.000000e+00 # sum of event-weights over events + 2000 0 # nentries + 3.089566e+01 0.000000e+00 # sum of event-weights over entries + 4.772709e-01 0.000000e+00 # sum weights^2 + -4.117471e-04 0.000000e+00 # sum value*weight + 1.400965e-05 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 1.572589e+01 0.000000e+00 # underflow + 1.516977e+01 0.000000e+00 # bin 1 / 50 + 0.000000e+00 0.000000e+00 # bin 2 / 50 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "115_MT" + # nbins xmin xmax + 50 0.000000e+00 1.000000e+03 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 1000 0 # nevents + 1.544783e+01 0.000000e+00 # sum of event-weights over events + 2000 0 # nentries + 3.089566e+01 0.000000e+00 # sum of event-weights over entries + 4.772709e-01 0.000000e+00 # sum weights^2 + 3.760853e-03 0.000000e+00 # sum value*weight + 1.788649e-06 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 3.089566e+01 0.000000e+00 # bin 1 / 50 + 0.000000e+00 0.000000e+00 # bin 2 / 50 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "116_MT_MET" + # nbins xmin xmax + 50 0.000000e+00 1.000000e+03 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 1000 0 # nevents + 1.544783e+01 0.000000e+00 # sum of event-weights over events + 2000 0 # nentries + 3.089566e+01 0.000000e+00 # sum of event-weights over entries + 4.772709e-01 0.000000e+00 # sum weights^2 + 2.542959e+03 0.000000e+00 # sum value*weight + 3.219044e+05 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 3.583897e+00 0.000000e+00 # bin 1 / 50 + 4.263601e+00 0.000000e+00 # bin 2 / 50 + 5.066888e+00 0.000000e+00 + 4.618901e+00 0.000000e+00 + 4.031884e+00 0.000000e+00 + 2.904192e+00 0.000000e+00 + 1.807396e+00 0.000000e+00 + 1.405753e+00 0.000000e+00 + 1.004109e+00 0.000000e+00 + 8.650785e-01 0.000000e+00 + 4.016436e-01 0.000000e+00 + 2.008218e-01 0.000000e+00 + 2.162696e-01 0.000000e+00 + 1.699261e-01 0.000000e+00 + 9.268698e-02 0.000000e+00 + 1.081348e-01 0.000000e+00 + 4.634349e-02 0.000000e+00 + 4.634349e-02 0.000000e+00 + 3.089566e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 1.544783e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 1.544783e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "117_P" + # nbins xmin xmax + 50 0.000000e+00 2.000000e+03 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 1000 0 # nevents + 1.544783e+01 0.000000e+00 # sum of event-weights over events + 2000 0 # nentries + 3.089566e+01 0.000000e+00 # sum of event-weights over entries + 4.772709e-01 0.000000e+00 # sum weights^2 + 3.230772e+03 0.000000e+00 # sum value*weight + 5.634637e+05 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 4.557110e+00 0.000000e+00 # bin 1 / 50 + 1.147774e+01 0.000000e+00 # bin 2 / 50 + 6.086445e+00 0.000000e+00 + 3.583897e+00 0.000000e+00 + 1.838292e+00 0.000000e+00 + 1.158587e+00 0.000000e+00 + 6.951523e-01 0.000000e+00 + 5.561219e-01 0.000000e+00 + 2.780609e-01 0.000000e+00 + 1.699261e-01 0.000000e+00 + 1.853740e-01 0.000000e+00 + 1.390305e-01 0.000000e+00 + 4.634349e-02 0.000000e+00 + 1.544783e-02 0.000000e+00 + 4.634349e-02 0.000000e+00 + 3.089566e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 3.089566e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "118_PX" + # nbins xmin xmax + 50 -1.000000e+03 1.000000e+03 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 1000 0 # nevents + 1.544783e+01 0.000000e+00 # sum of event-weights over events + 2000 0 # nentries + 3.089566e+01 0.000000e+00 # sum of event-weights over entries + 4.772709e-01 0.000000e+00 # sum weights^2 + -7.303598e+01 0.000000e+00 # sum value*weight + 6.514231e+04 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 0.000000e+00 0.000000e+00 # bin 1 / 50 + 0.000000e+00 0.000000e+00 # bin 2 / 50 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 1.544783e-02 0.000000e+00 + 3.089566e-02 0.000000e+00 + 2.935088e-01 0.000000e+00 + 8.341828e-01 0.000000e+00 + 4.170914e+00 0.000000e+00 + 1.090617e+01 0.000000e+00 + 1.008743e+01 0.000000e+00 + 3.398523e+00 0.000000e+00 + 8.496306e-01 0.000000e+00 + 2.317174e-01 0.000000e+00 + 7.723915e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "119_PY" + # nbins xmin xmax + 50 -1.000000e+03 1.000000e+03 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 1000 0 # nevents + 1.544783e+01 0.000000e+00 # sum of event-weights over events + 2000 0 # nentries + 3.089566e+01 0.000000e+00 # sum of event-weights over entries + 4.772709e-01 0.000000e+00 # sum weights^2 + 3.277366e+01 0.000000e+00 # sum value*weight + 6.577325e+04 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 0.000000e+00 0.000000e+00 # bin 1 / 50 + 0.000000e+00 0.000000e+00 # bin 2 / 50 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 3.089566e-02 0.000000e+00 + 4.634349e-02 0.000000e+00 + 1.081348e-01 0.000000e+00 + 9.114220e-01 0.000000e+00 + 4.124571e+00 0.000000e+00 + 9.793924e+00 0.000000e+00 + 1.064355e+01 0.000000e+00 + 4.000988e+00 0.000000e+00 + 9.268698e-01 0.000000e+00 + 2.162696e-01 0.000000e+00 + 6.179132e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 3.089566e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "120_PZ" + # nbins xmin xmax + 50 -2.000000e+03 2.000000e+03 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 1000 0 # nevents + 1.544783e+01 0.000000e+00 # sum of event-weights over events + 2000 0 # nentries + 3.089566e+01 0.000000e+00 # sum of event-weights over entries + 4.772709e-01 0.000000e+00 # sum weights^2 + 1.280553e+02 0.000000e+00 # sum value*weight + 4.325481e+05 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 0.000000e+00 0.000000e+00 # bin 1 / 50 + 0.000000e+00 0.000000e+00 # bin 2 / 50 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 4.634349e-02 0.000000e+00 + 1.544783e-02 0.000000e+00 + 9.268698e-02 0.000000e+00 + 1.235826e-01 0.000000e+00 + 5.561219e-01 0.000000e+00 + 1.019557e+00 0.000000e+00 + 2.857849e+00 0.000000e+00 + 1.062811e+01 0.000000e+00 + 1.044273e+01 0.000000e+00 + 2.904192e+00 0.000000e+00 + 1.251274e+00 0.000000e+00 + 4.634349e-01 0.000000e+00 + 2.317174e-01 0.000000e+00 + 1.853740e-01 0.000000e+00 + 1.544783e-02 0.000000e+00 + 3.089566e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 3.089566e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "121_R" + # nbins xmin xmax + 50 0.000000e+00 1.000000e+01 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 1000 0 # nevents + 1.544783e+01 0.000000e+00 # sum of event-weights over events + 2000 0 # nentries + 3.089566e+01 0.000000e+00 # sum of event-weights over entries + 4.772709e-01 0.000000e+00 # sum weights^2 + 6.290370e+01 0.000000e+00 # sum value*weight + 1.505032e+02 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 3.089566e-01 0.000000e+00 # bin 1 / 50 + 5.870175e-01 0.000000e+00 # bin 2 / 50 + 7.106002e-01 0.000000e+00 + 1.050452e+00 0.000000e+00 + 1.343961e+00 0.000000e+00 + 1.714709e+00 0.000000e+00 + 2.116353e+00 0.000000e+00 + 2.116353e+00 0.000000e+00 + 2.317174e+00 0.000000e+00 + 2.440757e+00 0.000000e+00 + 2.023666e+00 0.000000e+00 + 2.502548e+00 0.000000e+00 + 2.672475e+00 0.000000e+00 + 2.425309e+00 0.000000e+00 + 1.915531e+00 0.000000e+00 + 2.363518e+00 0.000000e+00 + 1.220379e+00 0.000000e+00 + 6.179132e-01 0.000000e+00 + 2.626131e-01 0.000000e+00 + 1.081348e-01 0.000000e+00 + 4.634349e-02 0.000000e+00 + 3.089566e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "122_Y" + # nbins xmin xmax + 50 -8.000000e+00 8.000000e+00 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 1000 0 # nevents + 1.544783e+01 0.000000e+00 # sum of event-weights over events + 2000 0 # nentries + 3.089566e+01 0.000000e+00 # sum of event-weights over entries + 4.772709e-01 0.000000e+00 # sum weights^2 + 6.774316e-01 0.000000e+00 # sum value*weight + 4.451328e+01 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 0.000000e+00 0.000000e+00 # bin 1 / 50 + 0.000000e+00 0.000000e+00 # bin 2 / 50 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 6.179132e-02 0.000000e+00 + 1.235826e-01 0.000000e+00 + 1.544783e-01 0.000000e+00 + 4.788827e-01 0.000000e+00 + 8.496306e-01 0.000000e+00 + 1.112244e+00 0.000000e+00 + 1.745605e+00 0.000000e+00 + 1.884635e+00 0.000000e+00 + 2.873296e+00 0.000000e+00 + 2.888744e+00 0.000000e+00 + 3.166805e+00 0.000000e+00 + 3.336731e+00 0.000000e+00 + 2.657027e+00 0.000000e+00 + 2.425309e+00 0.000000e+00 + 2.085457e+00 0.000000e+00 + 1.853740e+00 0.000000e+00 + 1.390305e+00 0.000000e+00 + 8.187350e-01 0.000000e+00 + 4.325392e-01 0.000000e+00 + 4.479871e-01 0.000000e+00 + 9.268698e-02 0.000000e+00 + 1.544783e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "123_BETA" + # nbins xmin xmax + 50 0.000000e+00 1.200000e+00 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 1000 0 # nevents + 1.544783e+01 0.000000e+00 # sum of event-weights over events + 2000 0 # nentries + 3.089566e+01 0.000000e+00 # sum of event-weights over entries + 4.772709e-01 0.000000e+00 # sum weights^2 + 3.089566e+01 0.000000e+00 # sum value*weight + 3.089566e+01 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 0.000000e+00 0.000000e+00 # bin 1 / 50 + 0.000000e+00 0.000000e+00 # bin 2 / 50 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 3.089566e+01 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "124_GAMMA" + # nbins xmin xmax + 50 1.000000e+00 1.000000e+02 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 1000 0 # nevents + 1.544783e+01 0.000000e+00 # sum of event-weights over events + 2000 0 # nentries + 3.089566e+01 0.000000e+00 # sum of event-weights over entries + 4.772709e-01 0.000000e+00 # sum weights^2 + nan 0.000000e+00 # sum value*weight + nan 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 1.572589e+01 0.000000e+00 # bin 1 / 50 + 0.000000e+00 0.000000e+00 # bin 2 / 50 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 1.516977e+01 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "125_PT" + # nbins xmin xmax + 50 0.000000e+00 1.000000e+03 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 1000 0 # nevents + 1.544783e+01 0.000000e+00 # sum of event-weights over events + 1000 0 # nentries + 1.544783e+01 0.000000e+00 # sum of event-weights over entries + 2.386354e-01 0.000000e+00 # sum weights^2 + 1.144595e+03 0.000000e+00 # sum value*weight + 1.029998e+05 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 0.000000e+00 0.000000e+00 # bin 1 / 50 + 1.235826e+00 0.000000e+00 # bin 2 / 50 + 4.927858e+00 0.000000e+00 + 4.418079e+00 0.000000e+00 + 2.301727e+00 0.000000e+00 + 1.112244e+00 0.000000e+00 + 6.797045e-01 0.000000e+00 + 4.016436e-01 0.000000e+00 + 1.235826e-01 0.000000e+00 + 1.235826e-01 0.000000e+00 + 6.179132e-02 0.000000e+00 + 1.544783e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 1.544783e-02 0.000000e+00 + 1.544783e-02 0.000000e+00 + 1.544783e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "126_ETA" + # nbins xmin xmax + 50 -8.000000e+00 8.000000e+00 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 1000 0 # nevents + 1.544783e+01 0.000000e+00 # sum of event-weights over events + 1000 0 # nentries + 1.544783e+01 0.000000e+00 # sum of event-weights over entries + 2.386354e-01 0.000000e+00 # sum weights^2 + 3.100565e-01 0.000000e+00 # sum value*weight + 1.929278e+01 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 0.000000e+00 0.000000e+00 # bin 1 / 50 + 0.000000e+00 0.000000e+00 # bin 2 / 50 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 1.544783e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 4.634349e-02 0.000000e+00 + 1.853740e-01 0.000000e+00 + 3.707479e-01 0.000000e+00 + 6.024654e-01 0.000000e+00 + 8.959741e-01 0.000000e+00 + 8.650785e-01 0.000000e+00 + 1.498439e+00 0.000000e+00 + 1.513887e+00 0.000000e+00 + 1.622022e+00 0.000000e+00 + 1.652918e+00 0.000000e+00 + 1.436648e+00 0.000000e+00 + 1.390305e+00 0.000000e+00 + 1.189483e+00 0.000000e+00 + 8.187350e-01 0.000000e+00 + 6.797045e-01 0.000000e+00 + 3.553001e-01 0.000000e+00 + 1.699261e-01 0.000000e+00 + 1.235826e-01 0.000000e+00 + 1.544783e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "127_PHI" + # nbins xmin xmax + 32 -3.200000e+00 3.200000e+00 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 1000 0 # nevents + 1.544783e+01 0.000000e+00 # sum of event-weights over events + 1000 0 # nentries + 1.544783e+01 0.000000e+00 # sum of event-weights over entries + 2.386354e-01 0.000000e+00 # sum weights^2 + 9.659884e-01 0.000000e+00 # sum value*weight + 5.325114e+01 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 2.471653e-01 0.000000e+00 # bin 1 / 32 + 5.715697e-01 0.000000e+00 # bin 2 / 32 + 4.943306e-01 0.000000e+00 + 5.406740e-01 0.000000e+00 + 4.479871e-01 0.000000e+00 + 3.398523e-01 0.000000e+00 + 6.024654e-01 0.000000e+00 + 6.333610e-01 0.000000e+00 + 4.788827e-01 0.000000e+00 + 4.788827e-01 0.000000e+00 + 4.325392e-01 0.000000e+00 + 4.634349e-01 0.000000e+00 + 4.943306e-01 0.000000e+00 + 5.252262e-01 0.000000e+00 + 3.553001e-01 0.000000e+00 + 4.943306e-01 0.000000e+00 + 4.634349e-01 0.000000e+00 + 4.016436e-01 0.000000e+00 + 4.325392e-01 0.000000e+00 + 3.861957e-01 0.000000e+00 + 4.170914e-01 0.000000e+00 + 5.252262e-01 0.000000e+00 + 5.715697e-01 0.000000e+00 + 4.788827e-01 0.000000e+00 + 4.634349e-01 0.000000e+00 + 4.788827e-01 0.000000e+00 + 5.870175e-01 0.000000e+00 + 5.561219e-01 0.000000e+00 + 5.715697e-01 0.000000e+00 + 6.179132e-01 0.000000e+00 + 3.861957e-01 0.000000e+00 # bin 31 / 32 + 5.097784e-01 0.000000e+00 # bin 32 / 32 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "128_E" + # nbins xmin xmax + 50 0.000000e+00 2.000000e+03 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 1000 0 # nevents + 1.544783e+01 0.000000e+00 # sum of event-weights over events + 1000 0 # nentries + 1.544783e+01 0.000000e+00 # sum of event-weights over entries + 2.386354e-01 0.000000e+00 # sum weights^2 + 2.000782e+03 0.000000e+00 # sum value*weight + 3.937855e+05 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 2.626131e-01 0.000000e+00 # bin 1 / 50 + 5.205919e+00 0.000000e+00 # bin 2 / 50 + 3.861957e+00 0.000000e+00 + 2.409861e+00 0.000000e+00 + 1.359409e+00 0.000000e+00 + 7.723915e-01 0.000000e+00 + 4.325392e-01 0.000000e+00 + 4.016436e-01 0.000000e+00 + 2.471653e-01 0.000000e+00 + 1.081348e-01 0.000000e+00 + 1.390305e-01 0.000000e+00 + 1.081348e-01 0.000000e+00 + 4.634349e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 3.089566e-02 0.000000e+00 + 3.089566e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 3.089566e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "129_MT_MET" + # nbins xmin xmax + 50 0.000000e+00 1.000000e+03 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 1000 0 # nevents + 1.544783e+01 0.000000e+00 # sum of event-weights over events + 1000 0 # nentries + 1.544783e+01 0.000000e+00 # sum of event-weights over entries + 2.386354e-01 0.000000e+00 # sum weights^2 + 1.525602e+03 0.000000e+00 # sum value*weight + 2.211726e+05 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 1.467544e+00 0.000000e+00 # bin 1 / 50 + 1.637470e+00 0.000000e+00 # bin 2 / 50 + 1.745605e+00 0.000000e+00 + 1.915531e+00 0.000000e+00 + 2.116353e+00 0.000000e+00 + 1.853740e+00 0.000000e+00 + 1.204931e+00 0.000000e+00 + 1.019557e+00 0.000000e+00 + 6.333610e-01 0.000000e+00 + 7.260480e-01 0.000000e+00 + 3.244044e-01 0.000000e+00 + 1.853740e-01 0.000000e+00 + 1.853740e-01 0.000000e+00 + 1.235826e-01 0.000000e+00 + 7.723915e-02 0.000000e+00 + 1.081348e-01 0.000000e+00 + 3.089566e-02 0.000000e+00 + 3.089566e-02 0.000000e+00 + 3.089566e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 1.544783e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 1.544783e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "130_PT" + # nbins xmin xmax + 50 0.000000e+00 1.000000e+03 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 1000 0 # nevents + 1.544783e+01 0.000000e+00 # sum of event-weights over events + 1000 0 # nentries + 1.544783e+01 0.000000e+00 # sum of event-weights over entries + 2.386354e-01 0.000000e+00 # sum weights^2 + 5.967076e+02 0.000000e+00 # sum value*weight + 2.791573e+04 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 0.000000e+00 0.000000e+00 # bin 1 / 50 + 1.022646e+01 0.000000e+00 # bin 2 / 50 + 3.614792e+00 0.000000e+00 + 1.081348e+00 0.000000e+00 + 3.089566e-01 0.000000e+00 + 1.544783e-01 0.000000e+00 + 1.544783e-02 0.000000e+00 + 4.634349e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "131_ETA" + # nbins xmin xmax + 50 -8.000000e+00 8.000000e+00 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 1000 0 # nevents + 1.544783e+01 0.000000e+00 # sum of event-weights over events + 1000 0 # nentries + 1.544783e+01 0.000000e+00 # sum of event-weights over entries + 2.386354e-01 0.000000e+00 # sum weights^2 + 3.673751e-01 0.000000e+00 # sum value*weight + 2.522050e+01 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 0.000000e+00 0.000000e+00 # bin 1 / 50 + 0.000000e+00 0.000000e+00 # bin 2 / 50 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 4.634349e-02 0.000000e+00 + 1.235826e-01 0.000000e+00 + 1.081348e-01 0.000000e+00 + 2.935088e-01 0.000000e+00 + 4.788827e-01 0.000000e+00 + 5.097784e-01 0.000000e+00 + 8.496306e-01 0.000000e+00 + 1.019557e+00 0.000000e+00 + 1.374857e+00 0.000000e+00 + 1.374857e+00 0.000000e+00 + 1.544783e+00 0.000000e+00 + 1.683813e+00 0.000000e+00 + 1.220379e+00 0.000000e+00 + 1.035005e+00 0.000000e+00 + 8.959741e-01 0.000000e+00 + 1.035005e+00 0.000000e+00 + 7.106002e-01 0.000000e+00 + 4.634349e-01 0.000000e+00 + 2.626131e-01 0.000000e+00 + 3.244044e-01 0.000000e+00 + 7.723915e-02 0.000000e+00 + 1.544783e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "132_PHI" + # nbins xmin xmax + 32 -3.200000e+00 3.200000e+00 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 1000 0 # nevents + 1.544783e+01 0.000000e+00 # sum of event-weights over events + 1000 0 # nentries + 1.544783e+01 0.000000e+00 # sum of event-weights over entries + 2.386354e-01 0.000000e+00 # sum weights^2 + 1.448545e+00 0.000000e+00 # sum value*weight + 5.273879e+01 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 4.479871e-01 0.000000e+00 # bin 1 / 32 + 4.479871e-01 0.000000e+00 # bin 2 / 32 + 4.170914e-01 0.000000e+00 + 3.707479e-01 0.000000e+00 + 4.170914e-01 0.000000e+00 + 4.016436e-01 0.000000e+00 + 6.179132e-01 0.000000e+00 + 5.870175e-01 0.000000e+00 + 4.943306e-01 0.000000e+00 + 4.634349e-01 0.000000e+00 + 5.097784e-01 0.000000e+00 + 4.170914e-01 0.000000e+00 + 3.553001e-01 0.000000e+00 + 4.634349e-01 0.000000e+00 + 5.252262e-01 0.000000e+00 + 4.788827e-01 0.000000e+00 + 3.861957e-01 0.000000e+00 + 6.179132e-01 0.000000e+00 + 4.170914e-01 0.000000e+00 + 6.024654e-01 0.000000e+00 + 4.170914e-01 0.000000e+00 + 4.325392e-01 0.000000e+00 + 4.943306e-01 0.000000e+00 + 4.170914e-01 0.000000e+00 + 5.715697e-01 0.000000e+00 + 4.943306e-01 0.000000e+00 + 4.634349e-01 0.000000e+00 + 6.024654e-01 0.000000e+00 + 5.561219e-01 0.000000e+00 + 5.561219e-01 0.000000e+00 + 5.870175e-01 0.000000e+00 # bin 31 / 32 + 4.170914e-01 0.000000e+00 # bin 32 / 32 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "133_E" + # nbins xmin xmax + 50 0.000000e+00 2.000000e+03 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 1000 0 # nevents + 1.544783e+01 0.000000e+00 # sum of event-weights over events + 1000 0 # nentries + 1.544783e+01 0.000000e+00 # sum of event-weights over entries + 2.386354e-01 0.000000e+00 # sum weights^2 + 1.229991e+03 0.000000e+00 # sum value*weight + 1.696782e+05 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 4.294497e+00 0.000000e+00 # bin 1 / 50 + 6.271819e+00 0.000000e+00 # bin 2 / 50 + 2.224487e+00 0.000000e+00 + 1.174035e+00 0.000000e+00 + 4.788827e-01 0.000000e+00 + 3.861957e-01 0.000000e+00 + 2.626131e-01 0.000000e+00 + 1.544783e-01 0.000000e+00 + 3.089566e-02 0.000000e+00 + 6.179132e-02 0.000000e+00 + 4.634349e-02 0.000000e+00 + 3.089566e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 1.544783e-02 0.000000e+00 + 1.544783e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "134_MT_MET" + # nbins xmin xmax + 50 0.000000e+00 1.000000e+03 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 1000 0 # nevents + 1.544783e+01 0.000000e+00 # sum of event-weights over events + 1000 0 # nentries + 1.544783e+01 0.000000e+00 # sum of event-weights over entries + 2.386354e-01 0.000000e+00 # sum weights^2 + 1.017357e+03 0.000000e+00 # sum value*weight + 1.007318e+05 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 2.116353e+00 0.000000e+00 # bin 1 / 50 + 2.626131e+00 0.000000e+00 # bin 2 / 50 + 3.321283e+00 0.000000e+00 + 2.703370e+00 0.000000e+00 + 1.915531e+00 0.000000e+00 + 1.050452e+00 0.000000e+00 + 6.024654e-01 0.000000e+00 + 3.861957e-01 0.000000e+00 + 3.707479e-01 0.000000e+00 + 1.390305e-01 0.000000e+00 + 7.723915e-02 0.000000e+00 + 1.544783e-02 0.000000e+00 + 3.089566e-02 0.000000e+00 + 4.634349e-02 0.000000e+00 + 1.544783e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 1.544783e-02 0.000000e+00 + 1.544783e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "135_M" + # nbins xmin xmax + 50 0.000000e+00 3.000000e+03 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 1000 0 # nevents + 1.544783e+01 0.000000e+00 # sum of event-weights over events + 1000 0 # nentries + 1.544783e+01 0.000000e+00 # sum of event-weights over entries + 2.386354e-01 0.000000e+00 # sum weights^2 + 1.240984e+03 0.000000e+00 # sum value*weight + 9.998170e+04 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 7.723915e-02 0.000000e+00 # bin 1 / 50 + 1.537059e+01 0.000000e+00 # bin 2 / 50 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "136_PT" + # nbins xmin xmax + 50 0.000000e+00 3.000000e+03 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 1000 0 # nevents + 1.544783e+01 0.000000e+00 # sum of event-weights over events + 1000 0 # nentries + 1.544783e+01 0.000000e+00 # sum of event-weights over entries + 2.386354e-01 0.000000e+00 # sum weights^2 + 1.338497e+03 0.000000e+00 # sum value*weight + 1.626351e+05 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 5.514875e+00 0.000000e+00 # bin 1 / 50 + 6.472641e+00 0.000000e+00 # bin 2 / 50 + 2.595235e+00 0.000000e+00 + 6.024654e-01 0.000000e+00 + 1.544783e-01 0.000000e+00 + 7.723915e-02 0.000000e+00 + 3.089566e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "137_DELTAR" + # nbins xmin xmax + 50 0.000000e+00 1.000000e+01 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 1000 0 # nevents + 1.544783e+01 0.000000e+00 # sum of event-weights over events + 1000 0 # nentries + 1.544783e+01 0.000000e+00 # sum of event-weights over entries + 2.386354e-01 0.000000e+00 # sum weights^2 + 2.946472e+01 0.000000e+00 # sum value*weight + 6.323703e+01 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 0.000000e+00 0.000000e+00 # bin 1 / 50 + 0.000000e+00 0.000000e+00 # bin 2 / 50 + 1.390305e-01 0.000000e+00 + 3.553001e-01 0.000000e+00 + 6.642567e-01 0.000000e+00 + 1.421200e+00 0.000000e+00 + 1.421200e+00 0.000000e+00 + 1.637470e+00 0.000000e+00 + 1.560231e+00 0.000000e+00 + 1.591126e+00 0.000000e+00 + 1.683813e+00 0.000000e+00 + 1.112244e+00 0.000000e+00 + 9.423176e-01 0.000000e+00 + 1.035005e+00 0.000000e+00 + 8.805263e-01 0.000000e+00 + 6.024654e-01 0.000000e+00 + 2.780609e-01 0.000000e+00 + 1.081348e-01 0.000000e+00 + 0.000000e+00 0.000000e+00 + 1.544783e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "138_DPHI_0_PI" + # nbins xmin xmax + 32 0.000000e+00 3.200000e+00 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 1000 0 # nevents + 1.544783e+01 0.000000e+00 # sum of event-weights over events + 1000 0 # nentries + 1.544783e+01 0.000000e+00 # sum of event-weights over entries + 2.386354e-01 0.000000e+00 # sum weights^2 + 2.404774e+01 0.000000e+00 # sum value*weight + 4.754578e+01 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 2.935088e-01 0.000000e+00 # bin 1 / 32 + 3.861957e-01 0.000000e+00 # bin 2 / 32 + 3.553001e-01 0.000000e+00 + 3.244044e-01 0.000000e+00 + 4.016436e-01 0.000000e+00 + 3.707479e-01 0.000000e+00 + 4.325392e-01 0.000000e+00 + 4.634349e-01 0.000000e+00 + 6.024654e-01 0.000000e+00 + 5.715697e-01 0.000000e+00 + 7.878393e-01 0.000000e+00 + 6.797045e-01 0.000000e+00 + 7.878393e-01 0.000000e+00 + 4.170914e-01 0.000000e+00 + 6.024654e-01 0.000000e+00 + 7.723915e-01 0.000000e+00 + 5.715697e-01 0.000000e+00 + 5.406740e-01 0.000000e+00 + 5.561219e-01 0.000000e+00 + 5.870175e-01 0.000000e+00 + 6.488089e-01 0.000000e+00 + 5.715697e-01 0.000000e+00 + 4.943306e-01 0.000000e+00 + 4.325392e-01 0.000000e+00 + 3.553001e-01 0.000000e+00 + 3.861957e-01 0.000000e+00 + 4.788827e-01 0.000000e+00 + 4.479871e-01 0.000000e+00 + 3.398523e-01 0.000000e+00 + 3.553001e-01 0.000000e+00 + 2.317174e-01 0.000000e+00 # bin 31 / 32 + 2.008218e-01 0.000000e+00 # bin 32 / 32 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "139_DPHI_0_2PI" + # nbins xmin xmax + 32 0.000000e+00 6.400000e+00 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 1000 0 # nevents + 1.544783e+01 0.000000e+00 # sum of event-weights over events + 1000 0 # nentries + 1.544783e+01 0.000000e+00 # sum of event-weights over entries + 2.386354e-01 0.000000e+00 # sum weights^2 + 4.668937e+01 0.000000e+00 # sum value*weight + 1.898073e+02 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 4.170914e-01 0.000000e+00 # bin 1 / 32 + 4.788827e-01 0.000000e+00 # bin 2 / 32 + 3.244044e-01 0.000000e+00 + 4.788827e-01 0.000000e+00 + 6.951523e-01 0.000000e+00 + 7.106002e-01 0.000000e+00 + 5.715697e-01 0.000000e+00 + 8.496306e-01 0.000000e+00 + 6.179132e-01 0.000000e+00 + 4.943306e-01 0.000000e+00 + 6.179132e-01 0.000000e+00 + 4.170914e-01 0.000000e+00 + 3.244044e-01 0.000000e+00 + 4.943306e-01 0.000000e+00 + 4.325392e-01 0.000000e+00 + 3.398523e-01 0.000000e+00 + 2.935088e-01 0.000000e+00 + 3.089566e-01 0.000000e+00 + 4.325392e-01 0.000000e+00 + 4.479871e-01 0.000000e+00 + 6.179132e-01 0.000000e+00 + 6.024654e-01 0.000000e+00 + 5.097784e-01 0.000000e+00 + 5.561219e-01 0.000000e+00 + 5.252262e-01 0.000000e+00 + 8.496306e-01 0.000000e+00 + 4.788827e-01 0.000000e+00 + 4.943306e-01 0.000000e+00 + 3.707479e-01 0.000000e+00 + 3.553001e-01 0.000000e+00 + 2.317174e-01 0.000000e+00 # bin 31 / 32 + 1.081348e-01 0.000000e+00 # bin 32 / 32 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "140_DELTAR" + # nbins xmin xmax + 50 0.000000e+00 1.000000e+01 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 0 0 # nevents + 0.000000e+00 0.000000e+00 # sum of event-weights over events + 0 0 # nentries + 0.000000e+00 0.000000e+00 # sum of event-weights over entries + 0.000000e+00 0.000000e+00 # sum weights^2 + 0.000000e+00 0.000000e+00 # sum value*weight + 0.000000e+00 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 0.000000e+00 0.000000e+00 # bin 1 / 50 + 0.000000e+00 0.000000e+00 # bin 2 / 50 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "141_DPHI_0_PI" + # nbins xmin xmax + 32 0.000000e+00 3.200000e+00 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 0 0 # nevents + 0.000000e+00 0.000000e+00 # sum of event-weights over events + 0 0 # nentries + 0.000000e+00 0.000000e+00 # sum of event-weights over entries + 0.000000e+00 0.000000e+00 # sum weights^2 + 0.000000e+00 0.000000e+00 # sum value*weight + 0.000000e+00 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 0.000000e+00 0.000000e+00 # bin 1 / 32 + 0.000000e+00 0.000000e+00 # bin 2 / 32 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 31 / 32 + 0.000000e+00 0.000000e+00 # bin 32 / 32 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "142_DPHI_0_2PI" + # nbins xmin xmax + 32 0.000000e+00 6.400000e+00 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 0 0 # nevents + 0.000000e+00 0.000000e+00 # sum of event-weights over events + 0 0 # nentries + 0.000000e+00 0.000000e+00 # sum of event-weights over entries + 0.000000e+00 0.000000e+00 # sum weights^2 + 0.000000e+00 0.000000e+00 # sum value*weight + 0.000000e+00 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 0.000000e+00 0.000000e+00 # bin 1 / 32 + 0.000000e+00 0.000000e+00 # bin 2 / 32 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 31 / 32 + 0.000000e+00 0.000000e+00 # bin 32 / 32 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "143_M" + # nbins xmin xmax + 50 0.000000e+00 1.000000e+03 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 0 0 # nevents + 0.000000e+00 0.000000e+00 # sum of event-weights over events + 0 0 # nentries + 0.000000e+00 0.000000e+00 # sum of event-weights over entries + 0.000000e+00 0.000000e+00 # sum weights^2 + 0.000000e+00 0.000000e+00 # sum value*weight + 0.000000e+00 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 0.000000e+00 0.000000e+00 # bin 1 / 50 + 0.000000e+00 0.000000e+00 # bin 2 / 50 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "144_PT" + # nbins xmin xmax + 50 0.000000e+00 1.500000e+03 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 0 0 # nevents + 0.000000e+00 0.000000e+00 # sum of event-weights over events + 0 0 # nentries + 0.000000e+00 0.000000e+00 # sum of event-weights over entries + 0.000000e+00 0.000000e+00 # sum weights^2 + 0.000000e+00 0.000000e+00 # sum value*weight + 0.000000e+00 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 0.000000e+00 0.000000e+00 # bin 1 / 50 + 0.000000e+00 0.000000e+00 # bin 2 / 50 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "145_DELTAR" + # nbins xmin xmax + 50 0.000000e+00 1.000000e+01 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 0 0 # nevents + 0.000000e+00 0.000000e+00 # sum of event-weights over events + 0 0 # nentries + 0.000000e+00 0.000000e+00 # sum of event-weights over entries + 0.000000e+00 0.000000e+00 # sum weights^2 + 0.000000e+00 0.000000e+00 # sum value*weight + 0.000000e+00 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 0.000000e+00 0.000000e+00 # bin 1 / 50 + 0.000000e+00 0.000000e+00 # bin 2 / 50 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "146_DPHI_0_PI" + # nbins xmin xmax + 32 0.000000e+00 3.200000e+00 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 0 0 # nevents + 0.000000e+00 0.000000e+00 # sum of event-weights over events + 0 0 # nentries + 0.000000e+00 0.000000e+00 # sum of event-weights over entries + 0.000000e+00 0.000000e+00 # sum weights^2 + 0.000000e+00 0.000000e+00 # sum value*weight + 0.000000e+00 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 0.000000e+00 0.000000e+00 # bin 1 / 32 + 0.000000e+00 0.000000e+00 # bin 2 / 32 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 31 / 32 + 0.000000e+00 0.000000e+00 # bin 32 / 32 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "147_DPHI_0_2PI" + # nbins xmin xmax + 32 0.000000e+00 6.400000e+00 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 0 0 # nevents + 0.000000e+00 0.000000e+00 # sum of event-weights over events + 0 0 # nentries + 0.000000e+00 0.000000e+00 # sum of event-weights over entries + 0.000000e+00 0.000000e+00 # sum weights^2 + 0.000000e+00 0.000000e+00 # sum value*weight + 0.000000e+00 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 0.000000e+00 0.000000e+00 # bin 1 / 32 + 0.000000e+00 0.000000e+00 # bin 2 / 32 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 31 / 32 + 0.000000e+00 0.000000e+00 # bin 32 / 32 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "148_M" + # nbins xmin xmax + 50 0.000000e+00 1.000000e+03 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 0 0 # nevents + 0.000000e+00 0.000000e+00 # sum of event-weights over events + 0 0 # nentries + 0.000000e+00 0.000000e+00 # sum of event-weights over entries + 0.000000e+00 0.000000e+00 # sum weights^2 + 0.000000e+00 0.000000e+00 # sum value*weight + 0.000000e+00 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 0.000000e+00 0.000000e+00 # bin 1 / 50 + 0.000000e+00 0.000000e+00 # bin 2 / 50 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "149_PT" + # nbins xmin xmax + 50 0.000000e+00 1.500000e+03 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 0 0 # nevents + 0.000000e+00 0.000000e+00 # sum of event-weights over events + 0 0 # nentries + 0.000000e+00 0.000000e+00 # sum of event-weights over entries + 0.000000e+00 0.000000e+00 # sum weights^2 + 0.000000e+00 0.000000e+00 # sum value*weight + 0.000000e+00 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 0.000000e+00 0.000000e+00 # bin 1 / 50 + 0.000000e+00 0.000000e+00 # bin 2 / 50 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "150_DELTAR" + # nbins xmin xmax + 50 0.000000e+00 1.000000e+01 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 0 0 # nevents + 0.000000e+00 0.000000e+00 # sum of event-weights over events + 0 0 # nentries + 0.000000e+00 0.000000e+00 # sum of event-weights over entries + 0.000000e+00 0.000000e+00 # sum weights^2 + 0.000000e+00 0.000000e+00 # sum value*weight + 0.000000e+00 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 0.000000e+00 0.000000e+00 # bin 1 / 50 + 0.000000e+00 0.000000e+00 # bin 2 / 50 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "151_DPHI_0_PI" + # nbins xmin xmax + 32 0.000000e+00 3.200000e+00 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 0 0 # nevents + 0.000000e+00 0.000000e+00 # sum of event-weights over events + 0 0 # nentries + 0.000000e+00 0.000000e+00 # sum of event-weights over entries + 0.000000e+00 0.000000e+00 # sum weights^2 + 0.000000e+00 0.000000e+00 # sum value*weight + 0.000000e+00 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 0.000000e+00 0.000000e+00 # bin 1 / 32 + 0.000000e+00 0.000000e+00 # bin 2 / 32 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 31 / 32 + 0.000000e+00 0.000000e+00 # bin 32 / 32 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "152_DPHI_0_2PI" + # nbins xmin xmax + 32 0.000000e+00 6.400000e+00 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 0 0 # nevents + 0.000000e+00 0.000000e+00 # sum of event-weights over events + 0 0 # nentries + 0.000000e+00 0.000000e+00 # sum of event-weights over entries + 0.000000e+00 0.000000e+00 # sum weights^2 + 0.000000e+00 0.000000e+00 # sum value*weight + 0.000000e+00 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 0.000000e+00 0.000000e+00 # bin 1 / 32 + 0.000000e+00 0.000000e+00 # bin 2 / 32 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 31 / 32 + 0.000000e+00 0.000000e+00 # bin 32 / 32 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "153_M" + # nbins xmin xmax + 50 0.000000e+00 2.000000e+03 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 0 0 # nevents + 0.000000e+00 0.000000e+00 # sum of event-weights over events + 0 0 # nentries + 0.000000e+00 0.000000e+00 # sum of event-weights over entries + 0.000000e+00 0.000000e+00 # sum weights^2 + 0.000000e+00 0.000000e+00 # sum value*weight + 0.000000e+00 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 0.000000e+00 0.000000e+00 # bin 1 / 50 + 0.000000e+00 0.000000e+00 # bin 2 / 50 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "154_PT" + # nbins xmin xmax + 50 0.000000e+00 2.000000e+03 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 0 0 # nevents + 0.000000e+00 0.000000e+00 # sum of event-weights over events + 0 0 # nentries + 0.000000e+00 0.000000e+00 # sum of event-weights over entries + 0.000000e+00 0.000000e+00 # sum weights^2 + 0.000000e+00 0.000000e+00 # sum value*weight + 0.000000e+00 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 0.000000e+00 0.000000e+00 # bin 1 / 50 + 0.000000e+00 0.000000e+00 # bin 2 / 50 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "155_DELTAR" + # nbins xmin xmax + 50 0.000000e+00 1.000000e+01 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 1000 0 # nevents + 1.544783e+01 0.000000e+00 # sum of event-weights over events + 2000 0 # nentries + 3.089566e+01 0.000000e+00 # sum of event-weights over entries + 4.772709e-01 0.000000e+00 # sum weights^2 + 5.892945e+01 0.000000e+00 # sum value*weight + 1.264741e+02 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 0.000000e+00 0.000000e+00 # bin 1 / 50 + 0.000000e+00 0.000000e+00 # bin 2 / 50 + 2.780609e-01 0.000000e+00 + 7.106002e-01 0.000000e+00 + 1.328513e+00 0.000000e+00 + 2.842401e+00 0.000000e+00 + 2.842401e+00 0.000000e+00 + 3.274940e+00 0.000000e+00 + 3.120462e+00 0.000000e+00 + 3.182253e+00 0.000000e+00 + 3.367627e+00 0.000000e+00 + 2.224487e+00 0.000000e+00 + 1.884635e+00 0.000000e+00 + 2.070009e+00 0.000000e+00 + 1.761053e+00 0.000000e+00 + 1.204931e+00 0.000000e+00 + 5.561219e-01 0.000000e+00 + 2.162696e-01 0.000000e+00 + 0.000000e+00 0.000000e+00 + 3.089566e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "156_DPHI_0_PI" + # nbins xmin xmax + 32 0.000000e+00 3.200000e+00 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 1000 0 # nevents + 1.544783e+01 0.000000e+00 # sum of event-weights over events + 2000 0 # nentries + 3.089566e+01 0.000000e+00 # sum of event-weights over entries + 4.772709e-01 0.000000e+00 # sum weights^2 + 4.809548e+01 0.000000e+00 # sum value*weight + 9.509156e+01 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 5.870175e-01 0.000000e+00 # bin 1 / 32 + 7.723915e-01 0.000000e+00 # bin 2 / 32 + 7.106002e-01 0.000000e+00 + 6.488089e-01 0.000000e+00 + 8.032872e-01 0.000000e+00 + 7.414958e-01 0.000000e+00 + 8.650785e-01 0.000000e+00 + 9.268698e-01 0.000000e+00 + 1.204931e+00 0.000000e+00 + 1.143139e+00 0.000000e+00 + 1.575679e+00 0.000000e+00 + 1.359409e+00 0.000000e+00 + 1.575679e+00 0.000000e+00 + 8.341828e-01 0.000000e+00 + 1.204931e+00 0.000000e+00 + 1.544783e+00 0.000000e+00 + 1.143139e+00 0.000000e+00 + 1.081348e+00 0.000000e+00 + 1.112244e+00 0.000000e+00 + 1.174035e+00 0.000000e+00 + 1.297618e+00 0.000000e+00 + 1.143139e+00 0.000000e+00 + 9.886611e-01 0.000000e+00 + 8.650785e-01 0.000000e+00 + 7.106002e-01 0.000000e+00 + 7.723915e-01 0.000000e+00 + 9.577655e-01 0.000000e+00 + 8.959741e-01 0.000000e+00 + 6.797045e-01 0.000000e+00 + 7.106002e-01 0.000000e+00 + 4.634349e-01 0.000000e+00 # bin 31 / 32 + 4.016436e-01 0.000000e+00 # bin 32 / 32 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "157_DPHI_0_2PI" + # nbins xmin xmax + 32 0.000000e+00 6.400000e+00 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 1000 0 # nevents + 1.544783e+01 0.000000e+00 # sum of event-weights over events + 2000 0 # nentries + 3.089566e+01 0.000000e+00 # sum of event-weights over entries + 4.772709e-01 0.000000e+00 # sum weights^2 + 9.706158e+01 0.000000e+00 # sum value*weight + 4.027546e+02 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 6.797045e-01 0.000000e+00 # bin 1 / 32 + 6.797045e-01 0.000000e+00 # bin 2 / 32 + 7.723915e-01 0.000000e+00 + 8.959741e-01 0.000000e+00 + 1.174035e+00 0.000000e+00 + 1.467544e+00 0.000000e+00 + 1.204931e+00 0.000000e+00 + 1.374857e+00 0.000000e+00 + 1.112244e+00 0.000000e+00 + 1.143139e+00 0.000000e+00 + 1.220379e+00 0.000000e+00 + 9.268698e-01 0.000000e+00 + 7.414958e-01 0.000000e+00 + 9.268698e-01 0.000000e+00 + 6.951523e-01 0.000000e+00 + 6.488089e-01 0.000000e+00 + 5.870175e-01 0.000000e+00 + 8.805263e-01 0.000000e+00 + 8.032872e-01 0.000000e+00 + 8.650785e-01 0.000000e+00 + 1.065900e+00 0.000000e+00 + 1.189483e+00 0.000000e+00 + 1.112244e+00 0.000000e+00 + 1.390305e+00 0.000000e+00 + 1.004109e+00 0.000000e+00 + 1.436648e+00 0.000000e+00 + 1.359409e+00 0.000000e+00 + 1.019557e+00 0.000000e+00 + 8.341828e-01 0.000000e+00 + 7.260480e-01 0.000000e+00 + 7.260480e-01 0.000000e+00 # bin 31 / 32 + 2.317174e-01 0.000000e+00 # bin 32 / 32 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "158_M" + # nbins xmin xmax + 50 0.000000e+00 3.000000e+03 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 1000 0 # nevents + 1.544783e+01 0.000000e+00 # sum of event-weights over events + 1000 0 # nentries + 1.544783e+01 0.000000e+00 # sum of event-weights over entries + 2.386354e-01 0.000000e+00 # sum weights^2 + 1.240984e+03 0.000000e+00 # sum value*weight + 9.998170e+04 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 7.723915e-02 0.000000e+00 # bin 1 / 50 + 1.537059e+01 0.000000e+00 # bin 2 / 50 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "159_PT" + # nbins xmin xmax + 50 0.000000e+00 3.000000e+03 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 1000 0 # nevents + 1.544783e+01 0.000000e+00 # sum of event-weights over events + 1000 0 # nentries + 1.544783e+01 0.000000e+00 # sum of event-weights over entries + 2.386354e-01 0.000000e+00 # sum weights^2 + 1.338497e+03 0.000000e+00 # sum value*weight + 1.626351e+05 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 5.514875e+00 0.000000e+00 # bin 1 / 50 + 6.472641e+00 0.000000e+00 # bin 2 / 50 + 2.595235e+00 0.000000e+00 + 6.024654e-01 0.000000e+00 + 1.544783e-01 0.000000e+00 + 7.723915e-02 0.000000e+00 + 3.089566e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "160_DELTAR" + # nbins xmin xmax + 50 0.000000e+00 1.000000e+01 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 0 0 # nevents + 0.000000e+00 0.000000e+00 # sum of event-weights over events + 0 0 # nentries + 0.000000e+00 0.000000e+00 # sum of event-weights over entries + 0.000000e+00 0.000000e+00 # sum weights^2 + 0.000000e+00 0.000000e+00 # sum value*weight + 0.000000e+00 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 0.000000e+00 0.000000e+00 # bin 1 / 50 + 0.000000e+00 0.000000e+00 # bin 2 / 50 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "161_DELTAR" + # nbins xmin xmax + 50 0.000000e+00 1.000000e+01 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 506 0 # nevents + 7.816602e+00 0.000000e+00 # sum of event-weights over events + 1012 0 # nentries + 1.563320e+01 0.000000e+00 # sum of event-weights over entries + 2.414991e-01 0.000000e+00 # sum weights^2 + 3.608304e+01 0.000000e+00 # sum value*weight + 9.529575e+01 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 7.723915e-02 0.000000e+00 # bin 1 / 50 + 1.081348e-01 0.000000e+00 # bin 2 / 50 + 3.398523e-01 0.000000e+00 + 3.861957e-01 0.000000e+00 + 5.097784e-01 0.000000e+00 + 5.715697e-01 0.000000e+00 + 6.797045e-01 0.000000e+00 + 9.268698e-01 0.000000e+00 + 8.959741e-01 0.000000e+00 + 9.732133e-01 0.000000e+00 + 1.127692e+00 0.000000e+00 + 9.423176e-01 0.000000e+00 + 1.452096e+00 0.000000e+00 + 1.297618e+00 0.000000e+00 + 1.992770e+00 0.000000e+00 + 1.251274e+00 0.000000e+00 + 7.569437e-01 0.000000e+00 + 6.024654e-01 0.000000e+00 + 3.089566e-01 0.000000e+00 + 1.699261e-01 0.000000e+00 + 1.544783e-01 0.000000e+00 + 3.089566e-02 0.000000e+00 + 3.089566e-02 0.000000e+00 + 3.089566e-02 0.000000e+00 + 1.544783e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "162_DELTAR" + # nbins xmin xmax + 50 0.000000e+00 1.000000e+01 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 494 0 # nevents + 7.631228e+00 0.000000e+00 # sum of event-weights over events + 988 0 # nentries + 1.526246e+01 0.000000e+00 # sum of event-weights over entries + 2.357718e-01 0.000000e+00 # sum weights^2 + 3.449258e+01 0.000000e+00 # sum value*weight + 8.992396e+01 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 6.179132e-02 0.000000e+00 # bin 1 / 50 + 2.008218e-01 0.000000e+00 # bin 2 / 50 + 2.626131e-01 0.000000e+00 + 4.016436e-01 0.000000e+00 + 4.943306e-01 0.000000e+00 + 5.870175e-01 0.000000e+00 + 8.187350e-01 0.000000e+00 + 8.959741e-01 0.000000e+00 + 1.127692e+00 0.000000e+00 + 8.187350e-01 0.000000e+00 + 1.143139e+00 0.000000e+00 + 1.204931e+00 0.000000e+00 + 1.220379e+00 0.000000e+00 + 1.374857e+00 0.000000e+00 + 1.390305e+00 0.000000e+00 + 1.204931e+00 0.000000e+00 + 7.106002e-01 0.000000e+00 + 6.179132e-01 0.000000e+00 + 3.553001e-01 0.000000e+00 + 1.699261e-01 0.000000e+00 + 9.268698e-02 0.000000e+00 + 3.089566e-02 0.000000e+00 + 3.089566e-02 0.000000e+00 + 1.544783e-02 0.000000e+00 + 1.544783e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 1.544783e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "163_DELTAR" + # nbins xmin xmax + 50 0.000000e+00 1.000000e+01 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 1000 0 # nevents + 1.544783e+01 0.000000e+00 # sum of event-weights over events + 2000 0 # nentries + 3.089566e+01 0.000000e+00 # sum of event-weights over entries + 4.772709e-01 0.000000e+00 # sum weights^2 + 6.973088e+01 0.000000e+00 # sum value*weight + 1.780816e+02 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 0.000000e+00 0.000000e+00 # bin 1 / 50 + 0.000000e+00 0.000000e+00 # bin 2 / 50 + 4.634349e-01 0.000000e+00 + 7.878393e-01 0.000000e+00 + 1.065900e+00 0.000000e+00 + 1.560231e+00 0.000000e+00 + 1.374857e+00 0.000000e+00 + 1.992770e+00 0.000000e+00 + 2.178144e+00 0.000000e+00 + 2.270831e+00 0.000000e+00 + 2.301727e+00 0.000000e+00 + 2.595235e+00 0.000000e+00 + 2.657027e+00 0.000000e+00 + 2.626131e+00 0.000000e+00 + 2.965983e+00 0.000000e+00 + 2.657027e+00 0.000000e+00 + 1.421200e+00 0.000000e+00 + 7.723915e-01 0.000000e+00 + 5.870175e-01 0.000000e+00 + 3.244044e-01 0.000000e+00 + 1.081348e-01 0.000000e+00 + 6.179132e-02 0.000000e+00 + 7.723915e-02 0.000000e+00 + 1.544783e-02 0.000000e+00 + 1.544783e-02 0.000000e+00 + 1.544783e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "164_M" + # nbins xmin xmax + 50 0.000000e+00 1.000000e+03 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 0 0 # nevents + 0.000000e+00 0.000000e+00 # sum of event-weights over events + 0 0 # nentries + 0.000000e+00 0.000000e+00 # sum of event-weights over entries + 0.000000e+00 0.000000e+00 # sum weights^2 + 0.000000e+00 0.000000e+00 # sum value*weight + 0.000000e+00 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 0.000000e+00 0.000000e+00 # bin 1 / 50 + 0.000000e+00 0.000000e+00 # bin 2 / 50 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "165_M" + # nbins xmin xmax + 50 0.000000e+00 2.000000e+03 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 506 0 # nevents + 7.816602e+00 0.000000e+00 # sum of event-weights over events + 1012 0 # nentries + 1.563320e+01 0.000000e+00 # sum of event-weights over entries + 2.414991e-01 0.000000e+00 # sum weights^2 + 1.657189e+03 0.000000e+00 # sum value*weight + 2.609509e+05 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 2.070009e+00 0.000000e+00 # bin 1 / 50 + 4.881514e+00 0.000000e+00 # bin 2 / 50 + 3.861957e+00 0.000000e+00 + 2.239935e+00 0.000000e+00 + 1.004109e+00 0.000000e+00 + 6.179132e-01 0.000000e+00 + 3.861957e-01 0.000000e+00 + 2.471653e-01 0.000000e+00 + 1.853740e-01 0.000000e+00 + 3.089566e-02 0.000000e+00 + 6.179132e-02 0.000000e+00 + 1.544783e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 1.544783e-02 0.000000e+00 + 1.544783e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "166_M" + # nbins xmin xmax + 50 0.000000e+00 2.000000e+03 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 494 0 # nevents + 7.631228e+00 0.000000e+00 # sum of event-weights over events + 988 0 # nentries + 1.526246e+01 0.000000e+00 # sum of event-weights over entries + 2.357718e-01 0.000000e+00 # sum weights^2 + 1.556602e+03 0.000000e+00 # sum value*weight + 2.257558e+05 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 2.131801e+00 0.000000e+00 # bin 1 / 50 + 4.649797e+00 0.000000e+00 # bin 2 / 50 + 3.800166e+00 0.000000e+00 + 2.224487e+00 0.000000e+00 + 1.204931e+00 0.000000e+00 + 5.561219e-01 0.000000e+00 + 3.707479e-01 0.000000e+00 + 1.699261e-01 0.000000e+00 + 9.268698e-02 0.000000e+00 + 3.089566e-02 0.000000e+00 + 1.544783e-02 0.000000e+00 + 1.544783e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "167_M" + # nbins xmin xmax + 50 0.000000e+00 3.000000e+03 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 1000 0 # nevents + 1.544783e+01 0.000000e+00 # sum of event-weights over events + 2000 0 # nentries + 3.089566e+01 0.000000e+00 # sum of event-weights over entries + 4.772709e-01 0.000000e+00 # sum weights^2 + 3.712194e+03 0.000000e+00 # sum value*weight + 5.683734e+05 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 3.599344e+00 0.000000e+00 # bin 1 / 50 + 1.447462e+01 0.000000e+00 # bin 2 / 50 + 9.222354e+00 0.000000e+00 + 2.054561e+00 0.000000e+00 + 8.341828e-01 0.000000e+00 + 4.170914e-01 0.000000e+00 + 1.853740e-01 0.000000e+00 + 4.634349e-02 0.000000e+00 + 4.634349e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 1.544783e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "168_PT" + # nbins xmin xmax + 50 0.000000e+00 1.500000e+03 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 0 0 # nevents + 0.000000e+00 0.000000e+00 # sum of event-weights over events + 0 0 # nentries + 0.000000e+00 0.000000e+00 # sum of event-weights over entries + 0.000000e+00 0.000000e+00 # sum weights^2 + 0.000000e+00 0.000000e+00 # sum value*weight + 0.000000e+00 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 0.000000e+00 0.000000e+00 # bin 1 / 50 + 0.000000e+00 0.000000e+00 # bin 2 / 50 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "169_PT" + # nbins xmin xmax + 50 0.000000e+00 3.000000e+03 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 1000 0 # nevents + 1.544783e+01 0.000000e+00 # sum of event-weights over events + 2000 0 # nentries + 3.089566e+01 0.000000e+00 # sum of event-weights over entries + 4.772709e-01 0.000000e+00 # sum weights^2 + 2.499253e+03 0.000000e+00 # sum value*weight + 2.685261e+05 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 1.093706e+01 0.000000e+00 # bin 1 / 50 + 1.515432e+01 0.000000e+00 # bin 2 / 50 + 3.815614e+00 0.000000e+00 + 6.488089e-01 0.000000e+00 + 2.317174e-01 0.000000e+00 + 7.723915e-02 0.000000e+00 + 3.089566e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "170_DELTAR" + # nbins xmin xmax + 50 0.000000e+00 1.000000e+01 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 0 0 # nevents + 0.000000e+00 0.000000e+00 # sum of event-weights over events + 0 0 # nentries + 0.000000e+00 0.000000e+00 # sum of event-weights over entries + 0.000000e+00 0.000000e+00 # sum weights^2 + 0.000000e+00 0.000000e+00 # sum value*weight + 0.000000e+00 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 0.000000e+00 0.000000e+00 # bin 1 / 50 + 0.000000e+00 0.000000e+00 # bin 2 / 50 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "171_DELTAR" + # nbins xmin xmax + 50 0.000000e+00 1.000000e+01 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 506 0 # nevents + 7.816602e+00 0.000000e+00 # sum of event-weights over events + 506 0 # nentries + 7.816602e+00 0.000000e+00 # sum of event-weights over entries + 1.207495e-01 0.000000e+00 # sum weights^2 + 1.833704e+01 0.000000e+00 # sum value*weight + 4.870302e+01 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 3.089566e-02 0.000000e+00 # bin 1 / 50 + 3.089566e-02 0.000000e+00 # bin 2 / 50 + 1.699261e-01 0.000000e+00 + 1.390305e-01 0.000000e+00 + 2.162696e-01 0.000000e+00 + 3.553001e-01 0.000000e+00 + 2.626131e-01 0.000000e+00 + 5.097784e-01 0.000000e+00 + 4.170914e-01 0.000000e+00 + 5.406740e-01 0.000000e+00 + 5.406740e-01 0.000000e+00 + 4.170914e-01 0.000000e+00 + 6.024654e-01 0.000000e+00 + 6.642567e-01 0.000000e+00 + 1.096796e+00 0.000000e+00 + 6.797045e-01 0.000000e+00 + 5.097784e-01 0.000000e+00 + 3.244044e-01 0.000000e+00 + 1.235826e-01 0.000000e+00 + 1.081348e-01 0.000000e+00 + 6.179132e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 1.544783e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "172_DELTAR" + # nbins xmin xmax + 50 0.000000e+00 1.000000e+01 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 494 0 # nevents + 7.631228e+00 0.000000e+00 # sum of event-weights over events + 494 0 # nentries + 7.631228e+00 0.000000e+00 # sum of event-weights over entries + 1.178859e-01 0.000000e+00 # sum weights^2 + 1.773561e+01 0.000000e+00 # sum value*weight + 4.646131e+01 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 1.544783e-02 0.000000e+00 # bin 1 / 50 + 9.268698e-02 0.000000e+00 # bin 2 / 50 + 1.390305e-01 0.000000e+00 + 2.008218e-01 0.000000e+00 + 1.699261e-01 0.000000e+00 + 2.317174e-01 0.000000e+00 + 2.626131e-01 0.000000e+00 + 4.170914e-01 0.000000e+00 + 5.406740e-01 0.000000e+00 + 4.170914e-01 0.000000e+00 + 5.561219e-01 0.000000e+00 + 6.179132e-01 0.000000e+00 + 6.488089e-01 0.000000e+00 + 7.414958e-01 0.000000e+00 + 9.577655e-01 0.000000e+00 + 6.797045e-01 0.000000e+00 + 3.707479e-01 0.000000e+00 + 3.244044e-01 0.000000e+00 + 1.081348e-01 0.000000e+00 + 7.723915e-02 0.000000e+00 + 4.634349e-02 0.000000e+00 + 1.544783e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "173_DELTAR" + # nbins xmin xmax + 50 0.000000e+00 1.000000e+01 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 1000 0 # nevents + 1.544783e+01 0.000000e+00 # sum of event-weights over events + 1000 0 # nentries + 1.544783e+01 0.000000e+00 # sum of event-weights over entries + 2.386354e-01 0.000000e+00 # sum weights^2 + 3.491326e+01 0.000000e+00 # sum value*weight + 8.874266e+01 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 0.000000e+00 0.000000e+00 # bin 1 / 50 + 0.000000e+00 0.000000e+00 # bin 2 / 50 + 1.853740e-01 0.000000e+00 + 3.707479e-01 0.000000e+00 + 6.024654e-01 0.000000e+00 + 8.496306e-01 0.000000e+00 + 4.943306e-01 0.000000e+00 + 9.732133e-01 0.000000e+00 + 1.158587e+00 0.000000e+00 + 1.050452e+00 0.000000e+00 + 1.266722e+00 0.000000e+00 + 1.251274e+00 0.000000e+00 + 1.467544e+00 0.000000e+00 + 1.235826e+00 0.000000e+00 + 1.544783e+00 0.000000e+00 + 1.436648e+00 0.000000e+00 + 7.260480e-01 0.000000e+00 + 3.861957e-01 0.000000e+00 + 2.317174e-01 0.000000e+00 + 9.268698e-02 0.000000e+00 + 3.089566e-02 0.000000e+00 + 3.089566e-02 0.000000e+00 + 4.634349e-02 0.000000e+00 + 1.544783e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "174_M" + # nbins xmin xmax + 50 0.000000e+00 1.000000e+03 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 0 0 # nevents + 0.000000e+00 0.000000e+00 # sum of event-weights over events + 0 0 # nentries + 0.000000e+00 0.000000e+00 # sum of event-weights over entries + 0.000000e+00 0.000000e+00 # sum weights^2 + 0.000000e+00 0.000000e+00 # sum value*weight + 0.000000e+00 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 0.000000e+00 0.000000e+00 # bin 1 / 50 + 0.000000e+00 0.000000e+00 # bin 2 / 50 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "175_M" + # nbins xmin xmax + 50 0.000000e+00 2.000000e+03 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 506 0 # nevents + 7.816602e+00 0.000000e+00 # sum of event-weights over events + 506 0 # nentries + 7.816602e+00 0.000000e+00 # sum of event-weights over entries + 1.207495e-01 0.000000e+00 # sum weights^2 + 9.675606e+02 0.000000e+00 # sum value*weight + 1.722430e+05 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 7.106002e-01 0.000000e+00 # bin 1 / 50 + 2.008218e+00 0.000000e+00 # bin 2 / 50 + 1.946427e+00 0.000000e+00 + 1.313066e+00 0.000000e+00 + 6.333610e-01 0.000000e+00 + 4.788827e-01 0.000000e+00 + 3.244044e-01 0.000000e+00 + 1.699261e-01 0.000000e+00 + 1.235826e-01 0.000000e+00 + 1.544783e-02 0.000000e+00 + 4.634349e-02 0.000000e+00 + 1.544783e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 1.544783e-02 0.000000e+00 + 1.544783e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "176_M" + # nbins xmin xmax + 50 0.000000e+00 2.000000e+03 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 494 0 # nevents + 7.631228e+00 0.000000e+00 # sum of event-weights over events + 494 0 # nentries + 7.631228e+00 0.000000e+00 # sum of event-weights over entries + 1.178859e-01 0.000000e+00 # sum weights^2 + 9.003978e+02 0.000000e+00 # sum value*weight + 1.443803e+05 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 6.951523e-01 0.000000e+00 # bin 1 / 50 + 1.853740e+00 0.000000e+00 # bin 2 / 50 + 1.961874e+00 0.000000e+00 + 1.452096e+00 0.000000e+00 + 7.260480e-01 0.000000e+00 + 4.016436e-01 0.000000e+00 + 3.089566e-01 0.000000e+00 + 1.390305e-01 0.000000e+00 + 4.634349e-02 0.000000e+00 + 1.544783e-02 0.000000e+00 + 1.544783e-02 0.000000e+00 + 1.544783e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "177_M" + # nbins xmin xmax + 50 0.000000e+00 3.000000e+03 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 1000 0 # nevents + 1.544783e+01 0.000000e+00 # sum of event-weights over events + 1000 0 # nentries + 1.544783e+01 0.000000e+00 # sum of event-weights over entries + 2.386354e-01 0.000000e+00 # sum weights^2 + 2.119639e+03 0.000000e+00 # sum value*weight + 3.600863e+05 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 8.650785e-01 0.000000e+00 # bin 1 / 50 + 5.808384e+00 0.000000e+00 # bin 2 / 50 + 6.225475e+00 0.000000e+00 + 1.482992e+00 0.000000e+00 + 5.406740e-01 0.000000e+00 + 2.935088e-01 0.000000e+00 + 1.390305e-01 0.000000e+00 + 3.089566e-02 0.000000e+00 + 4.634349e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 1.544783e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "178_PT" + # nbins xmin xmax + 50 0.000000e+00 1.500000e+03 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 0 0 # nevents + 0.000000e+00 0.000000e+00 # sum of event-weights over events + 0 0 # nentries + 0.000000e+00 0.000000e+00 # sum of event-weights over entries + 0.000000e+00 0.000000e+00 # sum weights^2 + 0.000000e+00 0.000000e+00 # sum value*weight + 0.000000e+00 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 0.000000e+00 0.000000e+00 # bin 1 / 50 + 0.000000e+00 0.000000e+00 # bin 2 / 50 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<Histo> + <Description> + "179_PT" + # nbins xmin xmax + 50 0.000000e+00 3.000000e+03 + # Defined regions + myregion # Region nr. 1 + </Description> + <Statistics> + 1000 0 # nevents + 1.544783e+01 0.000000e+00 # sum of event-weights over events + 1000 0 # nentries + 1.544783e+01 0.000000e+00 # sum of event-weights over entries + 2.386354e-01 0.000000e+00 # sum weights^2 + 1.345579e+03 0.000000e+00 # sum value*weight + 1.570812e+05 0.000000e+00 # sum value^2*weight + </Statistics> + <Data> + 0.000000e+00 0.000000e+00 # underflow + 5.082336e+00 0.000000e+00 # bin 1 / 50 + 7.291376e+00 0.000000e+00 # bin 2 / 50 + 2.348070e+00 0.000000e+00 + 4.943306e-01 0.000000e+00 + 1.544783e-01 0.000000e+00 + 4.634349e-02 0.000000e+00 + 3.089566e-02 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 + 0.000000e+00 0.000000e+00 # bin 49 / 50 + 0.000000e+00 0.000000e+00 # bin 50 / 50 + 0.000000e+00 0.000000e+00 # overflow + </Data> +</Histo> + +<SAFfooter> +</SAFfooter> diff --git a/validation/requirements.txt b/validation/requirements.txt deleted file mode 100644 index b13b9a11..00000000 --- a/validation/requirements.txt +++ /dev/null @@ -1,4 +0,0 @@ -numpy>=1.19.5 -scipy>=1.7.1 -matplotlib>=3.4.2 -pyhf>=0.6.3 diff --git a/validation/scripts/lhe_histos_0.ma5 b/validation/scripts/lhe_histos_0.ma5 new file mode 100644 index 00000000..1efe036c --- /dev/null +++ b/validation/scripts/lhe_histos_0.ma5 @@ -0,0 +1,229 @@ +#TITLE Histogram-only regression tests in parton level +#MODE PARTON + +import samples/ttbar_sl_1.lhe.gz as testset + +set main.normalize = none +set main.lumi = 1.0 + +define e = e+ e- +define mu = mu+ mu- +# ------------------------------------------------------------------ +# Event-level histograms +# ------------------------------------------------------------------ +plot SQRTS 50 0 5000 +plot SCALE 50 0 2000 +plot ALPHA_QCD 50 0 0.3 +plot ALPHA_QED 50 0 0.02 +plot TET 50 0 5000 +plot THT 50 0 5000 +plot MET 50 0 1500 +plot MHT 50 0 1500 +plot NPID +plot NAPID +plot WEIGHTS + +# ------------------------------------------------------------------ +# Inclusive electron histograms +# ------------------------------------------------------------------ +plot PT(e) 50 0 1000 [PTordering] +plot ETA(e) 50 -8 8 +plot ABSETA(e) 50 0 8 +plot PHI(e) 32 -3.2 3.2 +plot E(e) 50 0 2000 +plot ET(e) 50 0 2000 +plot M(e) 50 0 20 +plot MT(e) 50 0 1000 +plot MT_MET(e) 50 0 1000 +plot P(e) 50 0 2000 +plot PX(e) 50 -1000 1000 +plot PY(e) 50 -1000 1000 +plot PZ(e) 50 -2000 2000 +plot R(e) 50 0 10 +plot Y(e) 50 -8 8 +plot BETA(e) 50 0 1.2 +plot GAMMA(e) 50 1 100 + +# Leading/subleading electrons +plot PT(e[1]) 50 0 1000 [PTordering] +plot ETA(e[1]) 50 -8 8 [PTordering] +plot PHI(e[1]) 32 -3.2 3.2 [PTordering] +plot E(e[1]) 50 0 2000 [PTordering] +plot MT_MET(e[1]) 50 0 1000 [PTordering] +plot PT(e[2]) 50 0 1000 [PTordering] +plot ETA(e[2]) 50 -8 8 [PTordering] +plot PHI(e[2]) 32 -3.2 3.2 [PTordering] +plot E(e[2]) 50 0 2000 [PTordering] +plot MT_MET(e[2]) 50 0 1000 [PTordering] +plot M(e[1] e[2]) 50 0 1000 [PTordering] +plot PT(e[1] e[2]) 50 0 1500 [PTordering] +plot DELTAR(e[1],e[2]) 50 0 10 [PTordering] +plot DPHI_0_PI(e[1],e[2]) 32 0 3.2 [PTordering] +plot DPHI_0_2PI(e[1],e[2]) 32 0 6.4 [PTordering] + +# ------------------------------------------------------------------ +# Inclusive muon histograms +# ------------------------------------------------------------------ +plot PT(mu) 50 0 1000 [PTordering] +plot ETA(mu) 50 -8 8 +plot ABSETA(mu) 50 0 8 +plot PHI(mu) 32 -3.2 3.2 +plot E(mu) 50 0 2000 +plot ET(mu) 50 0 2000 +plot M(mu) 50 0 20 +plot MT(mu) 50 0 1000 +plot MT_MET(mu) 50 0 1000 +plot P(mu) 50 0 2000 +plot PX(mu) 50 -1000 1000 +plot PY(mu) 50 -1000 1000 +plot PZ(mu) 50 -2000 2000 +plot R(mu) 50 0 10 +plot Y(mu) 50 -8 8 +plot BETA(mu) 50 0 1.2 +plot GAMMA(mu) 50 1 100 + +# Leading/subleading muons +plot PT(mu[1]) 50 0 1000 [PTordering] +plot ETA(mu[1]) 50 -8 8 [PTordering] +plot PHI(mu[1]) 32 -3.2 3.2 [PTordering] +plot E(mu[1]) 50 0 2000 [PTordering] +plot MT_MET(mu[1]) 50 0 1000 [PTordering] +plot PT(mu[2]) 50 0 1000 [PTordering] +plot ETA(mu[2]) 50 -8 8 [PTordering] +plot PHI(mu[2]) 32 -3.2 3.2 [PTordering] +plot E(mu[2]) 50 0 2000 [PTordering] +plot MT_MET(mu[2]) 50 0 1000 [PTordering] +plot M(mu[1] mu[2]) 50 0 1000 [PTordering] +plot PT(mu[1] mu[2]) 50 0 1500 [PTordering] +plot DELTAR(mu[1],mu[2]) 50 0 10 [PTordering] +plot DPHI_0_PI(mu[1],mu[2]) 32 0 3.2 [PTordering] +plot DPHI_0_2PI(mu[1],mu[2]) 32 0 6.4 [PTordering] + +# ------------------------------------------------------------------ +# Inclusive b-jet / b-parton histograms +# ------------------------------------------------------------------ +plot PT(b) 50 0 1000 [PTordering] +plot ETA(b) 50 -8 8 +plot ABSETA(b) 50 0 8 +plot PHI(b) 32 -3.2 3.2 +plot E(b) 50 0 2000 +plot ET(b) 50 0 2000 +plot M(b) 50 0 50 +plot MT(b) 50 0 1000 +plot MT_MET(b) 50 0 1000 +plot P(b) 50 0 2000 +plot PX(b) 50 -1000 1000 +plot PY(b) 50 -1000 1000 +plot PZ(b) 50 -2000 2000 +plot R(b) 50 0 10 +plot Y(b) 50 -8 8 +plot BETA(b) 50 0 1.2 +plot GAMMA(b) 50 1 100 + +# Leading/subleading b objects +plot PT(b[1]) 50 0 1000 [PTordering] +plot ETA(b[1]) 50 -8 8 [PTordering] +plot PHI(b[1]) 32 -3.2 3.2 [PTordering] +plot E(b[1]) 50 0 2000 [PTordering] +plot MT_MET(b[1]) 50 0 1000 [PTordering] +plot PT(b[2]) 50 0 1000 [PTordering] +plot ETA(b[2]) 50 -8 8 [PTordering] +plot PHI(b[2]) 32 -3.2 3.2 [PTordering] +plot E(b[2]) 50 0 2000 [PTordering] +plot MT_MET(b[2]) 50 0 1000 [PTordering] +plot M(b[1] b[2]) 50 0 2000 [PTordering] +plot PT(b[1] b[2]) 50 0 2000 [PTordering] +plot DELTAR(b[1],b[2]) 50 0 10 [PTordering] +plot DPHI_0_PI(b[1],b[2]) 32 0 3.2 [PTordering] +plot DPHI_0_2PI(b[1],b[2]) 32 0 6.4 [PTordering] + +# ------------------------------------------------------------------ +# Inclusive light-jet / light-parton histograms +# ------------------------------------------------------------------ +plot PT(j) 50 0 1000 [PTordering] +plot ETA(j) 50 -8 8 +plot ABSETA(j) 50 0 8 +plot PHI(j) 32 -3.2 3.2 +plot E(j) 50 0 2000 +plot ET(j) 50 0 2000 +plot M(j) 50 0 200 +plot MT(j) 50 0 1000 +plot MT_MET(j) 50 0 1000 +plot P(j) 50 0 2000 +plot PX(j) 50 -1000 1000 +plot PY(j) 50 -1000 1000 +plot PZ(j) 50 -2000 2000 +plot R(j) 50 0 10 +plot Y(j) 50 -8 8 +plot BETA(j) 50 0 1.2 +plot GAMMA(j) 50 1 100 + +# Leading/subleading light jets +plot PT(j[1]) 50 0 1000 [PTordering] +plot ETA(j[1]) 50 -8 8 [PTordering] +plot PHI(j[1]) 32 -3.2 3.2 [PTordering] +plot E(j[1]) 50 0 2000 [PTordering] +plot MT_MET(j[1]) 50 0 1000 [PTordering] +plot PT(j[2]) 50 0 1000 [PTordering] +plot ETA(j[2]) 50 -8 8 [PTordering] +plot PHI(j[2]) 32 -3.2 3.2 [PTordering] +plot E(j[2]) 50 0 2000 [PTordering] +plot MT_MET(j[2]) 50 0 1000 [PTordering] +plot M(j[1] j[2]) 50 0 3000 [PTordering] +plot PT(j[1] j[2]) 50 0 3000 [PTordering] +plot DELTAR(j[1],j[2]) 50 0 10 [PTordering] +plot DPHI_0_PI(j[1],j[2]) 32 0 3.2 [PTordering] +plot DPHI_0_2PI(j[1],j[2]) 32 0 6.4 [PTordering] + +# ------------------------------------------------------------------ +# Inclusive two-object histograms by object category +# ------------------------------------------------------------------ +plot DELTAR(e,e) 50 0 10 +plot DPHI_0_PI(e,e) 32 0 3.2 +plot DPHI_0_2PI(e,e) 32 0 6.4 +plot M(e e) 50 0 1000 +plot PT(e e) 50 0 1500 + +plot DELTAR(mu,mu) 50 0 10 +plot DPHI_0_PI(mu,mu) 32 0 3.2 +plot DPHI_0_2PI(mu,mu) 32 0 6.4 +plot M(mu mu) 50 0 1000 +plot PT(mu mu) 50 0 1500 + +plot DELTAR(b,b) 50 0 10 +plot DPHI_0_PI(b,b) 32 0 3.2 +plot DPHI_0_2PI(b,b) 32 0 6.4 +plot M(b b) 50 0 2000 +plot PT(b b) 50 0 2000 + +plot DELTAR(j,j) 50 0 10 +plot DPHI_0_PI(j,j) 32 0 3.2 +plot DPHI_0_2PI(j,j) 32 0 6.4 +plot M(j j) 50 0 3000 +plot PT(j j) 50 0 3000 + +# Mixed-object histograms +plot DELTAR(e,mu) 50 0 10 +plot DELTAR(e,j) 50 0 10 +plot DELTAR(mu,j) 50 0 10 +plot DELTAR(b,j) 50 0 10 +plot M(e mu) 50 0 1000 +plot M(e j) 50 0 2000 +plot M(mu j) 50 0 2000 +plot M(b j) 50 0 3000 +plot PT(e mu) 50 0 1500 +plot PT(b j) 50 0 3000 + +# Leading mixed-object combinations +plot DELTAR(e[1],mu[1]) 50 0 10 [PTordering] +plot DELTAR(e[1],j[1]) 50 0 10 [PTordering] +plot DELTAR(mu[1],j[1]) 50 0 10 [PTordering] +plot DELTAR(b[1],j[1]) 50 0 10 [PTordering] +plot M(e[1] mu[1]) 50 0 1000 [PTordering] +plot M(e[1] j[1]) 50 0 2000 [PTordering] +plot M(mu[1] j[1]) 50 0 2000 [PTordering] +plot M(b[1] j[1]) 50 0 3000 [PTordering] +plot PT(e[1] mu[1]) 50 0 1500 [PTordering] +plot PT(b[1] j[1]) 50 0 3000 [PTordering] + +submit diff --git a/validation/scripts/validation_bootstrap b/validation/scripts/validation_bootstrap deleted file mode 100755 index 49a8778f..00000000 --- a/validation/scripts/validation_bootstrap +++ /dev/null @@ -1,309 +0,0 @@ -#!/usr/bin/env python3 - -################################################################################ -# -# Copyright (C) 2012-2022 Jack Araz, Eric Conte & Benjamin Fuks -# The MadAnalysis development team, email: <ma5team@iphc.cnrs.fr> -# -# This file is part of MadAnalysis 5. -# Official website: <https://github.com/MadAnalysis/madanalysis5> -# -# MadAnalysis 5 is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# MadAnalysis 5 is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with MadAnalysis 5. If not, see <http://www.gnu.org/licenses/> -# -################################################################################ - -import argparse -import os, sys -from typing import Text - -try: - import ma5_validation as ma5 -except ModuleNotFoundError as err: - sys.exit("The validation interface has not been found. Please install the interface first. " - "For details, see `validation/README.md`") - - -def run_scripts(path: Text): - """ - A generic function to run MadAnalysis 5 scripts - - Parameters - ---------- - path : Text - Path to the folder containing the scripts, or the full path of the script itself. - - Raises - ------ - MadAnalysis5ExecutionError - If execution has failed. - MadAnalysis5Error - If check has failed. - For other exceptions please see `ma5_validation.utils.JobHandler` internal exceptions. - """ - - def execute(script: ma5.utils.ScriptReader): - script.decode() - job = ma5.utils.JobHandler(script) - if not job.execute(): - raise ma5.system.MadAnalysis5ExecutionError("MadAnalysis execution has failed.") - if not job.check(): - raise ma5.system.MadAnalysis5Error("MadAnalysis has raised an error.") - - if os.path.isdir(path): - for script in [f for f in os.listdir(path) if f.endswith(".ma5")]: - execute(ma5.utils.ScriptReader(os.path.join(path, script))) - else: - if path.endswith(".ma5"): - execute(ma5.utils.ScriptReader(path)) - else: - raise ma5.system.InvalidScript(f"Unknown file format: {path}") - - -def main(args): - - ma5.utils.PathHandler.set_ma5path(args.MA5DIR) - ma5.utils.PathHandler.set_logpath(args.LOGDIR) - - list_of_samples = [ - "mg5_ttbar2l.lhco", - "MinBias.pileup", - "ttbar_sl_1.lhe", - "ttbar_sl_2.lhe", - "zz.lhe.gz", - "mg5_zll.lhco", - "ttbar_fh.lhe.gz", - "ttbar_sl_1.lhe.gz", - "ttbar_sl_2.lhe.gz", - "wplus_prod.hepmc.gz", - ] - - def install_samples(): - smp_installation = ma5.utils.InstallationHandler("samples") - job = ma5.utils.JobHandler(smp_installation) - if not (job.execute() and job.check()): - raise ma5.system.MadAnalysis5Error("A problem has occurred during the installation of the samples.") - - # Check if samples are installed - if not os.path.isdir(ma5.utils.PathHandler.SMP_PATH): - install_samples() - else: - # Satisfy minimum requirement for samples - for smp in list_of_samples: - if smp not in os.listdir(ma5.utils.PathHandler.SMP_PATH): - install_samples() - break - - session_info, archi_info = ma5.utils.PathHandler.check_ma5_setup() - - if not archi_info.has_zlib: - zlib_installation = ma5.utils.InstallationHandler("zlib") - job = ma5.utils.JobHandler(zlib_installation) - if not (job.execute() and job.check()): - raise ma5.system.MadAnalysis5Error("A problem has occurred during the installation of zlib.") - archi_info.has_zlib = True - - # Validate Parton Level - if args.PARTON: - run_scripts(ma5.utils.PathHandler.PARTON_LEVEL_PATH) - - # Validate Hadron Level - if args.HADRON: - run_scripts(ma5.utils.PathHandler.HADRON_LEVEL_PATH) - - # Validate Reco level - if args.RECO: - run_scripts(ma5.utils.PathHandler.RECO_LEVEL_PATH) - - # Validate Expert Mode - if args.EXPERT: - if not archi_info.has_fastjet: - job = ma5.utils.JobHandler(ma5.utils.InstallationHandler("fastjet")) - if not (job.execute() and job.check()): - raise ma5.system.MadAnalysis5Error( - "A problem has occurred during the installation of fastjet." - ) - archi_info.has_fastjet = True - run_scripts(ma5.utils.PathHandler.EXPERT_LEVEL_PATH) - - # Validate custom script - if args.CUSTOM is not None: - run_scripts(args.CUSTOM) - - # Validate Fastjet - if args.FASTJET: - if not archi_info.has_fastjet: - job = ma5.utils.JobHandler(ma5.utils.InstallationHandler("fastjet")) - if not (job.execute() and job.check()): - raise ma5.system.MadAnalysis5Error( - "A problem has occurred during the installation of fastjet ." - ) - archi_info.has_fastjet = True - run_scripts(ma5.utils.PathHandler.FASTJET_INTERFACE_PATH) - - # Validate Delphes - if args.DELPHES: - if not archi_info.has_delphes: - if not archi_info.has_root: - job = ma5.utils.JobHandler(ma5.utils.InstallationHandler("root")) - if not (job.execute() and job.check()): - raise ma5.system.MadAnalysis5Error( - "A problem has occurred during the installation of root." - ) - archi_info.has_root = True - job = ma5.utils.JobHandler(ma5.utils.InstallationHandler("delphes")) - if not (job.execute() and job.check()): - raise ma5.system.MadAnalysis5Error( - "A problem has occurred during the installation of delphes." - ) - archi_info.has_delphes = True - run_scripts(ma5.utils.PathHandler.DELPHES_INTERFACE_PATH) - - # Validate PAD - if args.PAD: - if not archi_info.has_delphes: - if not archi_info.has_root: - job = ma5.utils.JobHandler(ma5.utils.InstallationHandler("root")) - if not (job.execute() and job.check()): - raise ma5.system.MadAnalysis5Error( - "A problem has occurred during the installation of root." - ) - archi_info.has_root = True - job = ma5.utils.JobHandler(ma5.utils.InstallationHandler("delphes")) - if not (job.execute() and job.check()): - raise ma5.system.MadAnalysis5Error( - "A problem has occurred during the installation of delphes." - ) - archi_info.has_delphes = True - if not session_info.has_pad: - job = ma5.utils.JobHandler(ma5.utils.InstallationHandler("PAD")) - if not (job.execute() and job.check()): - raise ma5.system.MadAnalysis5Error( - "A problem has occurred during the installation of the PAD." - ) - session_info.has_pad = True - session_info.has_padsfs = True - run_scripts(ma5.utils.PathHandler.PAD_INTERFACE_PATH) - - # Validate PADForSFS - if args.PADForSFS: - if not archi_info.has_fastjet: - job = ma5.utils.JobHandler(ma5.utils.InstallationHandler("fastjet")) - if not (job.execute() and job.check()): - raise ma5.system.MadAnalysis5Error( - "A problem has occurred during the installation of fastjet." - ) - archi_info.has_fastjet = True - if not session_info.has_padsfs: - job = ma5.utils.JobHandler(ma5.utils.InstallationHandler("PADForSFS")) - if not (job.execute() and job.check()): - raise ma5.system.MadAnalysis5Error( - "A problem has occurred during the installation of the PAD for SFS." - ) - session_info.has_padsfs = True - run_scripts(ma5.utils.PathHandler.PAD_INTERFACE_PATH) - - - -if __name__ == "__main__": - - parser = argparse.ArgumentParser(description="Validation module executor for MadAnalysis 5") - - paths = parser.add_argument_group("Path handling.") - paths.add_argument( - "--ma5-dir", - type=str, - dest="MA5DIR", - default=ma5.utils.PathHandler.MA5PATH, - help=f"MadAnalysis 5 directory path. " f"Default `{ma5.utils.PathHandler.MA5PATH}`", - ) - paths.add_argument( - "--log-dir", - type=str, - dest="LOGDIR", - default=ma5.utils.PathHandler.LOGPATH, - help=f"Log directory path. " f"Default `{ma5.utils.PathHandler.LOGPATH}`", - ) - - validation = parser.add_argument_group("Validation Handling") - validation.add_argument( - "-P", - "--parton-level", - dest="PARTON", - action="store_true", - default=False, - help="Validate normal mode in parton level.", - ) - validation.add_argument( - "-H", - "--hadron-level", - dest="HADRON", - action="store_true", - default=False, - help="Validate normal mode in hadron level.", - ) - validation.add_argument( - "-R", - "--reco-level", - dest="RECO", - action="store_true", - default=False, - help="Validate normal mode in reco level.", - ) - validation.add_argument( - "-e", - "--expert-mode", - dest="EXPERT", - action="store_true", - default=False, - help="Validate expert mode.", - ) - validation.add_argument( - "--fastjet", - dest="FASTJET", - action="store_true", - default=False, - help="Validate FastJet interface.", - ) - validation.add_argument( - "--delphes", - dest="DELPHES", - action="store_true", - default=False, - help="Validate Delphes interface.", - ) - validation.add_argument( - "--pad", - dest="PAD", - action="store_true", - default=False, - help="Validate PAD interface including PAD.", - ) - validation.add_argument( - "--padforsfs", - dest="PADForSFS", - action="store_true", - default=False, - help="Validate PADForSFS interface including PADForSFS.", - ) - validation.add_argument( - "--custom-script", - dest="CUSTOM", - default=None, - type=str, - help="Validate a custom MadAnalysis 5 script. Script needs to be written in `ma5_validation` syntax.", - ) - - args = parser.parse_args() - - main(args) diff --git a/validation/setup.py b/validation/setup.py deleted file mode 100644 index 60fa67a6..00000000 --- a/validation/setup.py +++ /dev/null @@ -1,53 +0,0 @@ -################################################################################ -# -# Copyright (C) 2012-2022 Jack Araz, Eric Conte & Benjamin Fuks -# The MadAnalysis development team, email: <ma5team@iphc.cnrs.fr> -# -# This file is part of MadAnalysis 5. -# Official website: <https://github.com/MadAnalysis/madanalysis5> -# -# MadAnalysis 5 is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# MadAnalysis 5 is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with MadAnalysis 5. If not, see <http://www.gnu.org/licenses/> -# -################################################################################ - -from setuptools import setup - -with open("README.md", "r", encoding="utf-8") as f: - long_description = f.read() - -with open("requirements.txt", "r") as f: - requirements = f.read() -requirements = [x for x in requirements.split("\n") if x != ""] - - -setup( - name="ma5_validation", - version="0.0.1", - description=("Validation module for MadAnalysis 5"), - long_description=long_description, - long_description_content_type="text/markdown", - url="https://github.com/MadAnalysis/madanalysis5", - author="J.Y. Araz, B. Fuks, E. Conte", - author_email=("jack.araz@durham.ac.uk, fuks@lpthe.jussieu.fr, eric.conte@iphc.cnrs.fr"), - license="GPL-3.0", - package_dir={"": "src"}, - install_requires=requirements, - python_requires=">=3.6", - classifiers=[ - "Intended Audience :: Science/Research", - "Operating System :: OS Independent", - "Programming Language :: Python :: 3", - "Topic :: Scientific/Engineering :: Physics", - ], -) diff --git a/validation/src/ma5_validation/__init__.py b/validation/src/ma5_validation/__init__.py deleted file mode 100644 index 32f1c342..00000000 --- a/validation/src/ma5_validation/__init__.py +++ /dev/null @@ -1,4 +0,0 @@ -from ma5_validation import utils -from ma5_validation import system - -__all__ = utils.__all__ + system.__all__ diff --git a/validation/src/ma5_validation/ma5_scripts/delphes_interface/delphes_atlas.ma5 b/validation/src/ma5_validation/ma5_scripts/delphes_interface/delphes_atlas.ma5 deleted file mode 100644 index 2e8bf3c1..00000000 --- a/validation/src/ma5_validation/ma5_scripts/delphes_interface/delphes_atlas.ma5 +++ /dev/null @@ -1,13 +0,0 @@ -#TITLE Delphes fastsimulation: ATLAS + no pileup -#MODE RECO - -set main.fastsim.package = delphes -set main.fastsim.detector = atlas -set main.fastsim.pileup = none -display main -plot MET - -import $MA5PATH/samples/*hep* -import $MA5PATH/samples/*hepmc* -submit -#END \ No newline at end of file diff --git a/validation/src/ma5_validation/ma5_scripts/delphes_interface/delphes_atlas_pileup.ma5 b/validation/src/ma5_validation/ma5_scripts/delphes_interface/delphes_atlas_pileup.ma5 deleted file mode 100644 index cd2168c1..00000000 --- a/validation/src/ma5_validation/ma5_scripts/delphes_interface/delphes_atlas_pileup.ma5 +++ /dev/null @@ -1,13 +0,0 @@ -#TITLE Delphes fastsimulation: ATLAS + pileup -#MODE RECO - -set main.fastsim.package = delphes -set main.fastsim.detector = atlas -set main.fastsim.pileup = $SMP_PATH/MinBias.pileup -display main -plot MET - -import $SMP_PATH/*hep* -import $SMP_PATH/*hepmc* -submit -#END \ No newline at end of file diff --git a/validation/src/ma5_validation/ma5_scripts/delphes_interface/delphes_cms.ma5 b/validation/src/ma5_validation/ma5_scripts/delphes_interface/delphes_cms.ma5 deleted file mode 100644 index a489c06e..00000000 --- a/validation/src/ma5_validation/ma5_scripts/delphes_interface/delphes_cms.ma5 +++ /dev/null @@ -1,13 +0,0 @@ -#TITLE Delphes fastsimulation: CMS + no pileup -#MODE RECO - -set main.fastsim.package = delphes -set main.fastsim.detector = cms -set main.fastsim.pileup = none -display main -plot MET - -import $MA5PATH/samples/*hep* -import $MA5PATH/samples/*hepmc* -submit -#END \ No newline at end of file diff --git a/validation/src/ma5_validation/ma5_scripts/delphes_interface/delphes_cms_pileup.ma5 b/validation/src/ma5_validation/ma5_scripts/delphes_interface/delphes_cms_pileup.ma5 deleted file mode 100644 index 040be41b..00000000 --- a/validation/src/ma5_validation/ma5_scripts/delphes_interface/delphes_cms_pileup.ma5 +++ /dev/null @@ -1,13 +0,0 @@ -#TITLE Delphes fastsimulation: CMS + pileup -#MODE RECO - -set main.fastsim.package = delphes -set main.fastsim.detector = cms -set main.fastsim.pileup = $SMP_PATH/MinBias.pileup -display main -plot MET - -import $SMP_PATH/*hep* -import $SMP_PATH/*hepmc* -submit -#END \ No newline at end of file diff --git a/validation/src/ma5_validation/ma5_scripts/expert_level/datastructure.cpp b/validation/src/ma5_validation/ma5_scripts/expert_level/datastructure.cpp deleted file mode 100644 index 06c0bc8f..00000000 --- a/validation/src/ma5_validation/ma5_scripts/expert_level/datastructure.cpp +++ /dev/null @@ -1,98 +0,0 @@ -#include "SampleAnalyzer/User/Analyzer/datastructure.h" -using namespace MA5; -using namespace std; - -// ----------------------------------------------------------------------------- -// Initialize -// function called one time at the beginning of the analysis -// ----------------------------------------------------------------------------- -bool datastructure::Initialize(const MA5::Configuration& cfg, - const std::map<std::string,std::string>& parameters) -{ - // Initializing PhysicsService for MC - PHYSICS->mcConfig().Reset(); - AddDefaultHadronic(); - AddDefaultInvisible(); - - MAint32 test = getOption<MAint32>("test", 0); - - if (test == 0) {ERROR << "Commandline input has not been registered." << endmsg;} - - return true; -} - -// ----------------------------------------------------------------------------- -// Finalize -// function called one time at the end of the analysis -// ----------------------------------------------------------------------------- -void datastructure::Finalize(const SampleFormat& summary, const std::vector<SampleFormat>& files) {} - -// ----------------------------------------------------------------------------- -// Execute -// function called each time one event is read -// ----------------------------------------------------------------------------- -bool datastructure::Execute(SampleFormat& sample, const EventFormat& event) -{ - // Event weight - MAdouble64 EvWeight; - if(Configuration().IsNoEventWeight()) EvWeight=1.; - else if(event.mc()->weight()!=0.) EvWeight=event.mc()->weight(); - else { return false;} - Manager()->InitializeForNewEvent(EvWeight); - // Empty event - if (event.rec()==0) {return true;} - - std::vector<const RecLeptonFormat*> SignalElectrons = filter(event.rec()->electrons(), 10, 2.5); - std::vector<const RecLeptonFormat*> SignalMuons = filter(event.rec()->muons(), 10, 2.5); - std::vector<const RecPhotonFormat*> SignalPhotons = filter(event.rec()->photons(), 10, 2.5); - std::vector<const RecTauFormat*> SignalTaus = filter(event.rec()->taus(), 10, 2.5); - - std::vector<const RecJetFormat*> SignalJets = filter_select(event.rec()->jets(), - [] (const RecJetFormat* jet) { return (jet->pt()>20. && jet->eta()<4.); }); - - std::vector<const RecTrackFormat*> SignalTracks = filter_select(event.rec()->tracks(), \ - [] (const RecTrackFormat* trk) { return (trk->eta() > 2. && trk->eta()<4.); }); - - // Object overlap removal - SignalJets = OverlapRemoval(SignalJets, SignalElectrons, 0.2); - SignalElectrons = OverlapRemoval(SignalElectrons, SignalJets, 0.5); - - // Test attributes of each data structure - if (SignalJets.size() > 0) - { - MAuint16 ntracks = SignalJets[0]->ntracks(); - MAbool btag = SignalJets[0]->btag(); - MAbool ctag = SignalJets[0]->ctag(); - MAbool true_ctag = SignalJets[0]->true_ctag(); - MAbool true_btag = SignalJets[0]->true_btag(); - MAint32 nconstit = SignalJets[0]->constituents().size(); -// SignalJets[0]->Print(); - } - if (SignalElectrons.size() > 0) - { - MAint32 charge = SignalElectrons[0]->charge(); - MAfloat32 sumET_isol = SignalElectrons[0]->sumET_isol(); - MAfloat32 sumPT_isol = SignalElectrons[0]->sumPT_isol(); - MAfloat32 ET_PT_isol = SignalElectrons[0]->ET_PT_isol(); - MAuint64 refmc = SignalElectrons[0]->refmc(); - MAbool isElectron = SignalElectrons[0]->isElectron(); - MAbool isMuon = SignalElectrons[0]->isMuon(); - MAfloat32 d0error = SignalElectrons[0]->d0error(); - MAfloat32 dzerror = SignalElectrons[0]->dzerror(); -// SignalElectrons[0]->Print(); - } - if (SignalTaus.size() > 0) - { - MAint32 charge = SignalTaus[0]->charge(); - MAuint16 ntracks = SignalTaus[0]->ntracks(); - MAint32 DecayMode = SignalTaus[0]->DecayMode(); - } - if (SignalTracks.size() > 0) - { - MAint32 charge = SignalTracks[0]->charge(); - MAint32 pdgid = SignalTracks[0]->pdgid(); -// SignalTracks[0]->Print(); - } - - return true; -} diff --git a/validation/src/ma5_validation/ma5_scripts/expert_level/datastructure.h b/validation/src/ma5_validation/ma5_scripts/expert_level/datastructure.h deleted file mode 100644 index e64d1ae5..00000000 --- a/validation/src/ma5_validation/ma5_scripts/expert_level/datastructure.h +++ /dev/null @@ -1,21 +0,0 @@ -#ifndef analysis_datastructure_h -#define analysis_datastructure_h - -#include "SampleAnalyzer/Process/Analyzer/AnalyzerBase.h" - -namespace MA5 -{ -class datastructure : public AnalyzerBase -{ - INIT_ANALYSIS(datastructure,"datastructure") - - public: - virtual bool Initialize(const MA5::Configuration& cfg, const std::map<std::string,std::string>& parameters); - virtual void Finalize(const SampleFormat& summary, const std::vector<SampleFormat>& files); - virtual bool Execute(SampleFormat& sample, const EventFormat& event); - - private: -}; -} - -#endif \ No newline at end of file diff --git a/validation/src/ma5_validation/ma5_scripts/expert_level/datastructure_reco.ma5 b/validation/src/ma5_validation/ma5_scripts/expert_level/datastructure_reco.ma5 deleted file mode 100644 index fe8a29c2..00000000 --- a/validation/src/ma5_validation/ma5_scripts/expert_level/datastructure_reco.ma5 +++ /dev/null @@ -1,10 +0,0 @@ -#TITLE Test datastructure in expert reco mode -#MODE EXPERTRECO - -set main.fastsim.package = fastjet - -import $MA5PATH/samples/*hepmc* - -#CPP $EXPERT_LEVEL_PATH/datastructure.cpp -#HEADER $EXPERT_LEVEL_PATH/datastructure.h -#COMMANDLINE --test=1 \ No newline at end of file diff --git a/validation/src/ma5_validation/ma5_scripts/fastjet_interface/LHCO_output.ma5 b/validation/src/ma5_validation/ma5_scripts/fastjet_interface/LHCO_output.ma5 deleted file mode 100644 index c040d3b5..00000000 --- a/validation/src/ma5_validation/ma5_scripts/fastjet_interface/LHCO_output.ma5 +++ /dev/null @@ -1,12 +0,0 @@ -#TITLE clustering + LHCO output -#MODE RECO - -set main.fastsim.package = fastjet -set main.fastsim.algorithm = antikt -set main.outputfile = "test.lhco" -display main - -import $MA5PATH/samples/*hep* -import $MA5PATH/samples/*hepmc* -submit -#END diff --git a/validation/src/ma5_validation/ma5_scripts/fastjet_interface/LHE_output.ma5 b/validation/src/ma5_validation/ma5_scripts/fastjet_interface/LHE_output.ma5 deleted file mode 100644 index 1d1778bd..00000000 --- a/validation/src/ma5_validation/ma5_scripts/fastjet_interface/LHE_output.ma5 +++ /dev/null @@ -1,12 +0,0 @@ -#TITLE clustering + LHE output -#MODE RECO - -set main.fastsim.package = fastjet -set main.fastsim.algorithm = antikt -set main.outputfile = "test.lhe" -display main - -import $MA5PATH/samples/*hep* -import $MA5PATH/samples/*hepmc* -submit -#END diff --git a/validation/src/ma5_validation/ma5_scripts/fastjet_interface/clustering_antikt.ma5 b/validation/src/ma5_validation/ma5_scripts/fastjet_interface/clustering_antikt.ma5 deleted file mode 100644 index 81b4cfad..00000000 --- a/validation/src/ma5_validation/ma5_scripts/fastjet_interface/clustering_antikt.ma5 +++ /dev/null @@ -1,14 +0,0 @@ -#TITLE clustering with antikt algorithm -#MODE RECO - -set main.fastsim.package = fastjet -set main.fastsim.algorithm = antikt -set main.fastsim.ptmin = 20.0 -set main.fastsim.radius = 0.4 -display main -plot MET - -import $MA5PATH/samples/*hep* -import $MA5PATH/samples/*hepmc* -submit -#END \ No newline at end of file diff --git a/validation/src/ma5_validation/ma5_scripts/fastjet_interface/clustering_cambridge.ma5 b/validation/src/ma5_validation/ma5_scripts/fastjet_interface/clustering_cambridge.ma5 deleted file mode 100644 index 563e5cfc..00000000 --- a/validation/src/ma5_validation/ma5_scripts/fastjet_interface/clustering_cambridge.ma5 +++ /dev/null @@ -1,14 +0,0 @@ -#TITLE clustering with cambridge/achen algorithm -#MODE RECO - -set main.fastsim.package = fastjet -set main.fastsim.algorithm = cambridge -set main.fastsim.ptmin = 20 -set main.fastsim.radius = 0.4 -display main -plot MET - -import $MA5PATH/samples/*hep* -import $MA5PATH/samples/*hepmc* -submit -#END diff --git a/validation/src/ma5_validation/ma5_scripts/fastjet_interface/clustering_cdfjetclu.ma5 b/validation/src/ma5_validation/ma5_scripts/fastjet_interface/clustering_cdfjetclu.ma5 deleted file mode 100644 index a44c0eaf..00000000 --- a/validation/src/ma5_validation/ma5_scripts/fastjet_interface/clustering_cdfjetclu.ma5 +++ /dev/null @@ -1,17 +0,0 @@ -#TITLE clustering with cdfjet algorithm -#MODE RECO - -set main.fastsim.package = fastjet -set main.fastsim.algorithm = cdfjetclu -set main.fastsim.ptmin = 5 -set main.fastsim.radius = 1.0 -set main.fastsim.seed = 1.0 -set main.fastsim.overlap = 0.5 -set main.fastsim.iratch = 0 -display main -plot MET - -import $MA5PATH/samples/*hep* -import $MA5PATH/samples/*hepmc* -submit -#END diff --git a/validation/src/ma5_validation/ma5_scripts/fastjet_interface/clustering_cdfmidpoint.ma5 b/validation/src/ma5_validation/ma5_scripts/fastjet_interface/clustering_cdfmidpoint.ma5 deleted file mode 100644 index edbc6df5..00000000 --- a/validation/src/ma5_validation/ma5_scripts/fastjet_interface/clustering_cdfmidpoint.ma5 +++ /dev/null @@ -1,17 +0,0 @@ -#TITLE clustering with cdfmidpoint algorithm -#MODE RECO - -set main.fastsim.package = fastjet -set main.fastsim.algorithm = cdfmidpoint -set main.fastsim.ptmin = 5 -set main.fastsim.radius = 1.0 -set main.fastsim.seed = 1.0 -set main.fastsim.overlap = 0.5 -set main.fastsim.areafraction = 1.0 -display main -plot MET - -import $MA5PATH/samples/*hep* -import $MA5PATH/samples/*hepmc* -submit -#END diff --git a/validation/src/ma5_validation/ma5_scripts/fastjet_interface/clustering_genkt.ma5 b/validation/src/ma5_validation/ma5_scripts/fastjet_interface/clustering_genkt.ma5 deleted file mode 100644 index 4595aa11..00000000 --- a/validation/src/ma5_validation/ma5_scripts/fastjet_interface/clustering_genkt.ma5 +++ /dev/null @@ -1,16 +0,0 @@ -#TITLE fastsim with genkt algorithm -#MODE RECO - -set main.fastsim.package = fastjet -set main.fastsim.algorithm = genkt -set main.fastsim.exclusive = false -set main.fastsim.p = -1.0 -set main.fastsim.ptmin = 5.0 -set main.fastsim.radius = 1.0 -display main -plot MET - -import $MA5PATH/samples/*hep* -import $MA5PATH/samples/*hepmc* -submit -#END diff --git a/validation/src/ma5_validation/ma5_scripts/fastjet_interface/clustering_gridjet.ma5 b/validation/src/ma5_validation/ma5_scripts/fastjet_interface/clustering_gridjet.ma5 deleted file mode 100644 index 8f3025ff..00000000 --- a/validation/src/ma5_validation/ma5_scripts/fastjet_interface/clustering_gridjet.ma5 +++ /dev/null @@ -1,15 +0,0 @@ -#TITLE fastjet with gridjet algorithm -#MODE RECO - -set main.fastsim.package = fastjet -set main.fastsim.algorithm = gridjet -set main.fastsim.ptmin = 5 -set main.fastsim.spacing = 0.1 -set main.fastsim.ymax = 3.0 -display main -plot MET - -import $MA5PATH/samples/*hep* -import $MA5PATH/samples/*hepmc* -submit -#END diff --git a/validation/src/ma5_validation/ma5_scripts/fastjet_interface/clustering_kt.ma5 b/validation/src/ma5_validation/ma5_scripts/fastjet_interface/clustering_kt.ma5 deleted file mode 100644 index 548c8d1a..00000000 --- a/validation/src/ma5_validation/ma5_scripts/fastjet_interface/clustering_kt.ma5 +++ /dev/null @@ -1,23 +0,0 @@ -#TITLE fastsim with kt algorithm -#MODE RECO - -set main.fastsim.package = fastjet -set main.fastsim.algorithm = kt -set main.fastsim.exclusive = false -set main.fastsim.ptmin = 5.0 -set main.fastsim.radius = 0.4 -set main.fastsim.exclusive_id = false -set main.fastsim.bjet_id.efficiency = 0.5 -set main.fastsim.bjet_id.exclusive = true -set main.fastsim.bjet_id.matching_dr = 1 -set main.fastsim.tau_id.efficiency = 0.5 -set main.fastsim.bjet_id.misid_cjet = 0.5 -set main.fastsim.bjet_id.misid_ljet = 0.5 -set main.fastsim.tau_id.misid_ljet = 0.5 -display main -plot MET - -import $MA5PATH/samples/*hep* -import $MA5PATH/samples/*hepmc* -submit -#END diff --git a/validation/src/ma5_validation/ma5_scripts/fastjet_interface/clustering_siscone.ma5 b/validation/src/ma5_validation/ma5_scripts/fastjet_interface/clustering_siscone.ma5 deleted file mode 100644 index cde96786..00000000 --- a/validation/src/ma5_validation/ma5_scripts/fastjet_interface/clustering_siscone.ma5 +++ /dev/null @@ -1,17 +0,0 @@ -#TITLE fastsim with kt algorithm -#MODE RECO - -set main.fastsim.package = fastjet -set main.fastsim.algorithm = siscone -set main.fastsim.input_ptmin = 0 -set main.fastsim.npassmax = 0 -set main.fastsim.overlap = 0.5 -set main.fastsim.ptmin = 5 -set main.fastsim.radius = 1.0 -display main -plot MET - -import $MA5PATH/samples/*hep* -import $MA5PATH/samples/*hepmc* -submit -#END diff --git a/validation/src/ma5_validation/ma5_scripts/hadron_level/plot_observables.ma5 b/validation/src/ma5_validation/ma5_scripts/hadron_level/plot_observables.ma5 deleted file mode 100644 index c73ed47c..00000000 --- a/validation/src/ma5_validation/ma5_scripts/hadron_level/plot_observables.ma5 +++ /dev/null @@ -1,808 +0,0 @@ -#TITLE Testing plotting tool in hadronic mode -#MODE HADRON - -plot SQRTS -plot TET -plot MET -plot THT -plot MHT -plot NPID -plot NAPID - -# single particle plots - -define mu = mu+ mu- - -plot E (mu+) -plot vE (mu+) -plot sE (mu+) -plot M (mu+) -plot vM (mu+) -plot sM (mu+) -plot vP (mu+) -plot sP (mu+) -plot ET (mu+) -plot vET (mu+) -plot sET (mu+) -plot MT (mu+) -plot vMT (mu+) -plot sMT (mu+) -plot PT (mu+) -plot vPT (mu+) -plot sPT (mu+) -plot PX (mu+) -plot vPX (mu+) -plot sPX (mu+) -plot PY (mu+) -plot vPY (mu+) -plot sPY (mu+) -plot PZ (mu+) -plot vPZ (mu+) -plot sPZ (mu+) -plot R (mu+) -plot vR (mu+) -plot sR (mu+) -plot DELTAR (mu+,mu+) -plot vDELTAR (mu+,mu+) -plot ETA (mu+) -plot vETA (mu+) -plot sETA (mu+) -plot THETA (mu+) -plot vTHETA (mu+) -plot sTHETA (mu+) -plot PHI (mu+) -plot vPHI (mu+) -plot sPHI (mu+) -plot Y (mu+) -plot vY (mu+) -plot sY (mu+) -plot BETA (mu+) -plot vBETA (mu+) -plot sBETA (mu+) -plot GAMMA (mu+) -plot vGAMMA (mu+) -plot sGAMMA (mu+) -plot N (mu+) -plot vN (mu+) - -plot E (mu) -plot vE (mu) -plot sE (mu) -plot M (mu) -plot vM (mu) -plot sM (mu) -plot vP (mu) -plot sP (mu) -plot ET (mu) -plot vET (mu) -plot sET (mu) -plot MT (mu) -plot vMT (mu) -plot sMT (mu) -plot PT (mu) -plot vPT (mu) -plot sPT (mu) -plot PX (mu) -plot vPX (mu) -plot sPX (mu) -plot vPY (mu) -plot sPY (mu) -plot PZ (mu) -plot vPZ (mu) -plot sPZ (mu) -plot R (mu) -plot vR (mu) -plot sR (mu) -plot DELTAR (mu,mu) -plot vDELTAR (mu,mu) -plot ETA (mu) -plot vETA (mu) -plot sETA (mu) -plot THETA (mu) -plot vTHETA (mu) -plot sTHETA (mu) -plot PHI (mu) -plot vPHI (mu) -plot sPHI (mu) -plot Y (mu) -plot vY (mu) -plot sY (mu) -plot BETA (mu) -plot vBETA (mu) -plot sBETA (mu) -plot GAMMA (mu) -plot vGAMMA (mu) -plot sGAMMA (mu) -plot N (mu) -plot vN (mu) -plot sN (mu) - -plot DELTAR (mu+,e+) -plot vDELTAR (mu+,e+) - -plot DELTAR (e+,mu+) -plot vDELTAR (e+,mu+) - -# two particle plots - -plot E (mu+ mu-) -plot vE (mu+ mu-) -plot sE (mu+ mu-) -plot sdE (mu+ mu-) -plot dsE (mu+ mu-) -plot dE (mu+ mu-) -plot dvE (mu+ mu-) -plot vdE (mu+ mu-) -plot rE (mu+ mu-) -plot M (mu+ mu-) -plot vM (mu+ mu-) -plot sM (mu+ mu-) -plot sdM (mu+ mu-) -plot dsM (mu+ mu-) -plot dM (mu+ mu-) -plot dvM (mu+ mu-) -plot vdM (mu+ mu-) -plot rM (mu+ mu-) -plot vP (mu+ mu-) -plot sP (mu+ mu-) -plot sdP (mu+ mu-) -plot dsP (mu+ mu-) -plot dP (mu+ mu-) -plot dvP (mu+ mu-) -plot vdP (mu+ mu-) -plot rP (mu+ mu-) -plot ET (mu+ mu-) -plot vET (mu+ mu-) -plot sET (mu+ mu-) -plot sdET (mu+ mu-) -plot dsET (mu+ mu-) -plot dET (mu+ mu-) -plot dvET (mu+ mu-) -plot vdET (mu+ mu-) -plot rET (mu+ mu-) -plot MT (mu+ mu-) -plot vMT (mu+ mu-) -plot sMT (mu+ mu-) -plot sdMT (mu+ mu-) -plot dsMT (mu+ mu-) -plot dMT (mu+ mu-) -plot dvMT (mu+ mu-) -plot vdMT (mu+ mu-) -plot rMT (mu+ mu-) -plot PT (mu+ mu-) -plot vPT (mu+ mu-) -plot sPT (mu+ mu-) -plot sdPT (mu+ mu-) -plot dsPT (mu+ mu-) -plot dPT (mu+ mu-) -plot dvPT (mu+ mu-) -plot vdPT (mu+ mu-) -plot rPT (mu+ mu-) -plot PX (mu+ mu-) -plot vPX (mu+ mu-) -plot sPX (mu+ mu-) -plot sdPX (mu+ mu-) -plot dsPX (mu+ mu-) -plot dPX (mu+ mu-) -plot dvPX (mu+ mu-) -plot vdPX (mu+ mu-) -plot rPX (mu+ mu-) -plot PY (mu+ mu-) -plot vPY (mu+ mu-) -plot sPY (mu+ mu-) -plot sdPY (mu+ mu-) -plot dsPY (mu+ mu-) -plot dPY (mu+ mu-) -plot dvPY (mu+ mu-) -plot vdPY (mu+ mu-) -plot rPY (mu+ mu-) -plot PZ (mu+ mu-) -plot vPZ (mu+ mu-) -plot sPZ (mu+ mu-) -plot sdPZ (mu+ mu-) -plot dsPZ (mu+ mu-) -plot dPZ (mu+ mu-) -plot dvPZ (mu+ mu-) -plot vdPZ (mu+ mu-) -plot rPZ (mu+ mu-) -plot R (mu+ mu-) -plot vR (mu+ mu-) -plot sR (mu+ mu-) -plot sdR (mu+ mu-) -plot dsR (mu+ mu-) -plot dR (mu+ mu-) -plot dvR (mu+ mu-) -plot vdR (mu+ mu-) -plot rR (mu+ mu-) -plot DELTAR (mu+ mu-,mu+ mu-) -plot vDELTAR (mu+ mu-,mu+ mu-) -plot dDELTAR (mu+ mu-,mu+ mu-) -plot dvDELTAR (mu+ mu-,mu+ mu-) -plot vdDELTAR (mu+ mu-,mu+ mu-) -plot vETA (mu+ mu-) -plot sETA (mu+ mu-) -plot sdETA (mu+ mu-) -plot dsETA (mu+ mu-) -plot dETA (mu+ mu-) -plot dvETA (mu+ mu-) -plot vdETA (mu+ mu-) -plot rETA (mu+ mu-) -plot THETA (mu+ mu-) -plot vTHETA (mu+ mu-) -plot sTHETA (mu+ mu-) -plot sdTHETA (mu+ mu-) -plot dsTHETA (mu+ mu-) -plot dTHETA (mu+ mu-) -plot dvTHETA (mu+ mu-) -plot vdTHETA (mu+ mu-) -plot rTHETA (mu+ mu-) -plot PHI (mu+ mu-) -plot vPHI (mu+ mu-) -plot sPHI (mu+ mu-) -plot sdPHI (mu+ mu-) -plot dsPHI (mu+ mu-) -plot dPHI (mu+ mu-) -plot dvPHI (mu+ mu-) -plot vdPHI (mu+ mu-) -plot rPHI (mu+ mu-) -plot Y (mu+ mu-) -plot vY (mu+ mu-) -plot sY (mu+ mu-) -plot sdY (mu+ mu-) -plot dsY (mu+ mu-) -plot dY (mu+ mu-) -plot dvY (mu+ mu-) -plot vdY (mu+ mu-) -plot rY (mu+ mu-) -plot BETA (mu+ mu-) -plot vBETA (mu+ mu-) -plot sBETA (mu+ mu-) -plot sdBETA (mu+ mu-) -plot dsBETA (mu+ mu-) -plot dBETA (mu+ mu-) -plot dvBETA (mu+ mu-) -plot vdBETA (mu+ mu-) -plot rBETA (mu+ mu-) -plot GAMMA (mu+ mu-) -plot vGAMMA (mu+ mu-) -plot sGAMMA (mu+ mu-) -plot sdGAMMA (mu+ mu-) -plot dsGAMMA (mu+ mu-) -plot dGAMMA (mu+ mu-) -plot dvGAMMA (mu+ mu-) -plot vdGAMMA (mu+ mu-) -plot rGAMMA (mu+ mu-) -plot N (mu+ mu-) -plot vN (mu+ mu-) -plot sN (mu+ mu-) -plot sdN (mu+ mu-) -plot dsN (mu+ mu-) -plot dN (mu+ mu-) -plot dvN (mu+ mu-) -plot vdN (mu+ mu-) -plot rN (mu+ mu-) - -plot E (mu+ mu) -plot vE (mu+ mu) -plot sE (mu+ mu) -plot sdE (mu+ mu) -plot dsE (mu+ mu) -plot dE (mu+ mu) -plot dvE (mu+ mu) -plot vdE (mu+ mu) -plot rE (mu+ mu) -plot M (mu+ mu) -plot vM (mu+ mu) -plot sM (mu+ mu) -plot sdM (mu+ mu) -plot dsM (mu+ mu) -plot dM (mu+ mu) -plot dvM (mu+ mu) -plot vdM (mu+ mu) -plot rM (mu+ mu) -plot vP (mu+ mu) -plot sP (mu+ mu) -plot sdP (mu+ mu) -plot dsP (mu+ mu) -plot dP (mu+ mu) -plot dvP (mu+ mu) -plot vdP (mu+ mu) -plot rP (mu+ mu) -plot ET (mu+ mu) -plot vET (mu+ mu) -plot sET (mu+ mu) -plot sdET (mu+ mu) -plot dsET (mu+ mu) -plot dET (mu+ mu) -plot dvET (mu+ mu) -plot vdET (mu+ mu) -plot rET (mu+ mu) -plot MT (mu+ mu) -plot vMT (mu+ mu) -plot sMT (mu+ mu) -plot sdMT (mu+ mu) -plot dsMT (mu+ mu) -plot dMT (mu+ mu) -plot dvMT (mu+ mu) -plot vdMT (mu+ mu) -plot rMT (mu+ mu) -plot PT (mu+ mu) -plot vPT (mu+ mu) -plot sPT (mu+ mu) -plot sdPT (mu+ mu) -plot dsPT (mu+ mu) -plot dPT (mu+ mu) -plot dvPT (mu+ mu) -plot vdPT (mu+ mu) -plot rPT (mu+ mu) -plot PX (mu+ mu) -plot vPX (mu+ mu) -plot sPX (mu+ mu) -plot sdPX (mu+ mu) -plot dsPX (mu+ mu) -plot dPX (mu+ mu) -plot dvPX (mu+ mu) -plot vdPX (mu+ mu) -plot rPX (mu+ mu) -plot PY (mu+ mu) -plot vPY (mu+ mu) -plot sPY (mu+ mu) -plot sdPY (mu+ mu) -plot dsPY (mu+ mu) -plot dPY (mu+ mu) -plot dvPY (mu+ mu) -plot vdPY (mu+ mu) -plot rPY (mu+ mu) -plot PZ (mu+ mu) -plot vPZ (mu+ mu) -plot sPZ (mu+ mu) -plot sdPZ (mu+ mu) -plot dsPZ (mu+ mu) -plot dPZ (mu+ mu) -plot dvPZ (mu+ mu) -plot vdPZ (mu+ mu) -plot rPZ (mu+ mu) -plot R (mu+ mu) -plot vR (mu+ mu) -plot sR (mu+ mu) -plot sdR (mu+ mu) -plot dsR (mu+ mu) -plot dR (mu+ mu) -plot dvR (mu+ mu) -plot vdR (mu+ mu) -plot rR (mu+ mu) -plot DELTAR (mu+ mu,mu+ mu) -plot vDELTAR (mu+ mu,mu+ mu) -plot dDELTAR (mu+ mu,mu+ mu) -plot dvDELTAR (mu+ mu,mu+ mu) -plot vdDELTAR (mu+ mu,mu+ mu) -plot ETA (mu+ mu) -plot vETA (mu+ mu) -plot sETA (mu+ mu) -plot sdETA (mu+ mu) -plot dsETA (mu+ mu) -plot dETA (mu+ mu) -plot dvETA (mu+ mu) -plot vdETA (mu+ mu) -plot rETA (mu+ mu) -plot THETA (mu+ mu) -plot vTHETA (mu+ mu) -plot sTHETA (mu+ mu) -plot sdTHETA (mu+ mu) -plot dsTHETA (mu+ mu) -plot dTHETA (mu+ mu) -plot dvTHETA (mu+ mu) -plot vdTHETA (mu+ mu) -plot rTHETA (mu+ mu) -plot PHI (mu+ mu) -plot vPHI (mu+ mu) -plot sPHI (mu+ mu) -plot sdPHI (mu+ mu) -plot dsPHI (mu+ mu) -plot dPHI (mu+ mu) -plot dvPHI (mu+ mu) -plot vdPHI (mu+ mu) -plot rPHI (mu+ mu) -plot Y (mu+ mu) -plot vY (mu+ mu) -plot sY (mu+ mu) -plot sdY (mu+ mu) -plot dsY (mu+ mu) -plot dY (mu+ mu) -plot dvY (mu+ mu) -plot vdY (mu+ mu) -plot rY (mu+ mu) -plot BETA (mu+ mu) -plot vBETA (mu+ mu) -plot sBETA (mu+ mu) -plot sdBETA (mu+ mu) -plot dsBETA (mu+ mu) -plot dBETA (mu+ mu) -plot dvBETA (mu+ mu) -plot vdBETA (mu+ mu) -plot rBETA (mu+ mu) -plot GAMMA (mu+ mu) -plot vGAMMA (mu+ mu) -plot sGAMMA (mu+ mu) -plot sdGAMMA (mu+ mu) -plot dsGAMMA (mu+ mu) -plot dGAMMA (mu+ mu) -plot dvGAMMA (mu+ mu) -plot vdGAMMA (mu+ mu) -plot rGAMMA (mu+ mu) -plot N (mu+ mu) -plot vN (mu+ mu) -plot sN (mu+ mu) -plot sdN (mu+ mu) -plot dsN (mu+ mu) -plot dN (mu+ mu) -plot dvN (mu+ mu) -plot vdN (mu+ mu) -plot rN (mu+ mu) - -plot DELTAR (mu+ mu-,e+) -plot vDELTAR (mu+ mu-,e+) - -plot DELTAR (e+,mu+ mu-) -plot vDELTAR (e+,mu+ mu-) - -# three particle plots - -plot E (mu+ mu- e+) -plot vE (mu+ mu- e+) -plot sE (mu+ mu- e+) -plot M (mu+ mu- e+) -plot vM (mu+ mu- e+) -plot sM (mu+ mu- e+) -plot vP (mu+ mu- e+) -plot sP (mu+ mu- e+) -plot ET (mu+ mu- e+) -plot vET (mu+ mu- e+) -plot sET (mu+ mu- e+) -plot MT (mu+ mu- e+) -plot vMT (mu+ mu- e+) -plot sMT (mu+ mu- e+) -plot PT (mu+ mu- e+) -plot vPT (mu+ mu- e+) -plot sPT (mu+ mu- e+) -plot PX (mu+ mu- e+) -plot vPX (mu+ mu- e+) -plot sPX (mu+ mu- e+) -plot PY (mu+ mu- e+) -plot vPY (mu+ mu- e+) -plot sPY (mu+ mu- e+) -plot PZ (mu+ mu- e+) -plot vPZ (mu+ mu- e+) -plot sPZ (mu+ mu- e+) -plot R (mu+ mu- e+) -plot vR (mu+ mu- e+) -plot sR (mu+ mu- e+) -plot DELTAR (mu+ mu- e+,mu+ mu- e+) -plot vDELTAR (mu+ mu- e+,mu+ mu- e+) -plot ETA (mu+ mu- e+) -plot vETA (mu+ mu- e+) -plot sETA (mu+ mu- e+) -plot THETA (mu+ mu- e+) -plot vTHETA (mu+ mu- e+) -plot sTHETA (mu+ mu- e+) -plot PHI (mu+ mu- e+) -plot vPHI (mu+ mu- e+) -plot sPHI (mu+ mu- e+) -plot Y (mu+ mu- e+) -plot vY (mu+ mu- e+) -plot sY (mu+ mu- e+) -plot BETA (mu+ mu- e+) -plot vBETA (mu+ mu- e+) -plot sBETA (mu+ mu- e+) -plot GAMMA (mu+ mu- e+) -plot vGAMMA (mu+ mu- e+) -plot sGAMMA (mu+ mu- e+) -plot N (mu+ mu- e+) -plot vN (mu+ mu- e+) - -plot E (mu mu e+) -plot vE (mu mu e+) -plot sE (mu mu e+) -plot M (mu mu e+) -plot vM (mu mu e+) -plot sM (mu mu e+) -plot vP (mu mu e+) -plot sP (mu mu e+) -plot ET (mu mu e+) -plot vET (mu mu e+) -plot sET (mu mu e+) -plot MT (mu mu e+) -plot vMT (mu mu e+) -plot sMT (mu mu e+) -plot PT (mu mu e+) -plot vPT (mu mu e+) -plot sPT (mu mu e+) -plot PX (mu mu e+) -plot vPX (mu mu e+) -plot sPX (mu mu e+) -plot vPY (mu mu e+) -plot sPY (mu mu e+) -plot PZ (mu mu e+) -plot vPZ (mu mu e+) -plot sPZ (mu mu e+) -plot R (mu mu e+) -plot vR (mu mu e+) -plot sR (mu mu e+) -plot DELTAR (mu mu e+,mu mu e+) -plot vDELTAR (mu mu e+,mu mu e+) -plot ETA (mu mu e+) -plot vETA (mu mu e+) -plot sETA (mu mu e+) -plot THETA (mu mu e+) -plot vTHETA (mu mu e+) -plot sTHETA (mu mu e+) -plot PHI (mu mu e+) -plot vPHI (mu mu e+) -plot sPHI (mu mu e+) -plot Y (mu mu e+) -plot vY (mu mu e+) -plot sY (mu mu e+) -plot BETA (mu mu e+) -plot vBETA (mu mu e+) -plot sBETA (mu mu e+) -plot GAMMA (mu mu e+) -plot vGAMMA (mu mu e+) -plot sGAMMA (mu mu e+) -plot N (mu mu e+) -plot vN (mu mu e+) -plot sN (mu mu e+) - -plot DELTAR (mu+ mu- e+,e+) -plot vDELTAR (mu+ mu- e+,e+) -plot DELTAR (e+,mu+ mu- e+) -plot vDELTAR (e+,mu+ mu- e+) -plot DELTAR (mu mu e+,e+) -plot vDELTAR (mu mu e+,e+) -plot DELTAR (e+,mu mu e+) -plot vDELTAR (e+,mu mu e+) -plot DELTAR (e+ e+,mu mu e+) -plot vDELTAR (e+ e+,mu mu e+) -plot DELTAR (mu mu e+,e+ e+) -plot vDELTAR (mu mu e+,e+ e+) - -# four particle plots - -plot E (mu+ mu- e+ e-) -plot vE (mu+ mu- e+ e-) -plot sE (mu+ mu- e+ e-) -plot M (mu+ mu- e+ e-) -plot vM (mu+ mu- e+ e-) -plot sM (mu+ mu- e+ e-) -plot vP (mu+ mu- e+ e-) -plot sP (mu+ mu- e+ e-) -plot ET (mu+ mu- e+ e-) -plot vET (mu+ mu- e+ e-) -plot sET (mu+ mu- e+ e-) -plot MT (mu+ mu- e+ e-) -plot vMT (mu+ mu- e+ e-) -plot sMT (mu+ mu- e+ e-) -plot PT (mu+ mu- e+ e-) -plot vPT (mu+ mu- e+ e-) -plot sPT (mu+ mu- e+ e-) -plot PX (mu+ mu- e+ e-) -plot vPX (mu+ mu- e+ e-) -plot sPX (mu+ mu- e+ e-) -plot PY (mu+ mu- e+ e-) -plot vPY (mu+ mu- e+ e-) -plot sPY (mu+ mu- e+ e-) -plot PZ (mu+ mu- e+ e-) -plot vPZ (mu+ mu- e+ e-) -plot sPZ (mu+ mu- e+ e-) -plot R (mu+ mu- e+ e-) -plot vR (mu+ mu- e+ e-) -plot sR (mu+ mu- e+ e-) -plot DELTAR (mu+ mu- e+ e-,mu+ mu- e+ e-) -plot vDELTAR (mu+ mu- e+ e-,mu+ mu- e+ e-) -plot ETA (mu+ mu- e+ e-) -plot vETA (mu+ mu- e+ e-) -plot sETA (mu+ mu- e+ e-) -plot THETA (mu+ mu- e+ e-) -plot vTHETA (mu+ mu- e+ e-) -plot sTHETA (mu+ mu- e+ e-) -plot PHI (mu+ mu- e+ e-) -plot vPHI (mu+ mu- e+ e-) -plot sPHI (mu+ mu- e+ e-) -plot Y (mu+ mu- e+ e-) -plot vY (mu+ mu- e+ e-) -plot sY (mu+ mu- e+ e-) -plot BETA (mu+ mu- e+ e-) -plot vBETA (mu+ mu- e+ e-) -plot sBETA (mu+ mu- e+ e-) -plot GAMMA (mu+ mu- e+ e-) -plot vGAMMA (mu+ mu- e+ e-) -plot sGAMMA (mu+ mu- e+ e-) -plot N (mu+ mu- e+ e-) -plot vN (mu+ mu- e+ e-) - -plot E (mu mu e+ e-) -plot vE (mu mu e+ e-) -plot sE (mu mu e+ e-) -plot M (mu mu e+ e-) -plot vM (mu mu e+ e-) -plot sM (mu mu e+ e-) -plot vP (mu mu e+ e-) -plot sP (mu mu e+ e-) -plot ET (mu mu e+ e-) -plot vET (mu mu e+ e-) -plot sET (mu mu e+ e-) -plot MT (mu mu e+ e-) -plot vMT (mu mu e+ e-) -plot sMT (mu mu e+ e-) -plot PT (mu mu e+ e-) -plot vPT (mu mu e+ e-) -plot sPT (mu mu e+ e-) -plot PX (mu mu e+ e-) -plot vPX (mu mu e+ e-) -plot sPX (mu mu e+ e-) -plot vPY (mu mu e+ e-) -plot sPY (mu mu e+ e-) -plot PZ (mu mu e+ e-) -plot vPZ (mu mu e+ e-) -plot sPZ (mu mu e+ e-) -plot R (mu mu e+ e-) -plot vR (mu mu e+ e-) -plot sR (mu mu e+ e-) -plot DELTAR (mu mu e+ e-,mu mu e+ e-) -plot vDELTAR (mu mu e+ e-,mu mu e+ e-) -plot ETA (mu mu e+ e-) -plot vETA (mu mu e+ e-) -plot sETA (mu mu e+ e-) -plot THETA (mu mu e+ e-) -plot vTHETA (mu mu e+ e-) -plot sTHETA (mu mu e+ e-) -plot PHI (mu mu e+ e-) -plot vPHI (mu mu e+ e-) -plot sPHI (mu mu e+ e-) -plot Y (mu mu e+ e-) -plot vY (mu mu e+ e-) -plot sY (mu mu e+ e-) -plot BETA (mu mu e+ e-) -plot vBETA (mu mu e+ e-) -plot sBETA (mu mu e+ e-) -plot GAMMA (mu mu e+ e-) -plot vGAMMA (mu mu e+ e-) -plot sGAMMA (mu mu e+ e-) -plot N (mu mu e+ e-) -plot vN (mu mu e+ e-) -plot sN (mu mu e+ e-) - -plot DELTAR (mu+ mu- e+ e-,e+ e-) -plot vDELTAR (mu+ mu- e+ e-,e+ e-) -plot DELTAR (e+ e-,mu+ mu- e+ e-) -plot vDELTAR (e+ e-,mu+ mu- e+ e-) -plot DELTAR (mu mu e+ e-,e+ e-) -plot vDELTAR (mu mu e+ e-,e+ e-) -plot DELTAR (e+ e-,mu mu e+ e-) -plot vDELTAR (e+ e-,mu mu e+ e-) -plot DELTAR (e+ e- e+ e-,mu mu e+ e-) -plot vDELTAR (e+ e- e+ e-,mu mu e+ e-) -plot DELTAR (mu mu e+ e-,e+ e- e+ e-) -plot vDELTAR (mu mu e+ e-,e+ e- e+ e-) - -# multiparticle plots - -plot E (all mu+) -plot vE (all mu+) -plot sE (all mu+) -plot M (all mu+) -plot vM (all mu+) -plot sM (all mu+) -plot vP (all mu+) -plot sP (all mu+) -plot ET (all mu+) -plot vET (all mu+) -plot sET (all mu+) -plot MT (all mu+) -plot vMT (all mu+) -plot sMT (all mu+) -plot PT (all mu+) -plot vPT (all mu+) -plot sPT (all mu+) -plot PX (all mu+) -plot vPX (all mu+) -plot sPX (all mu+) -plot PY (all mu+) -plot vPY (all mu+) -plot sPY (all mu+) -plot PZ (all mu+) -plot vPZ (all mu+) -plot sPZ (all mu+) -plot R (all mu+) -plot vR (all mu+) -plot sR (all mu+) -plot DELTAR (all mu+,all mu+) -plot vDELTAR (all mu+,all mu+) -plot ETA (all mu+) -plot vETA (all mu+) -plot sETA (all mu+) -plot THETA (all mu+) -plot vTHETA (all mu+) -plot sTHETA (all mu+) -plot PHI (all mu+) -plot vPHI (all mu+) -plot sPHI (all mu+) -plot Y (all mu+) -plot vY (all mu+) -plot sY (all mu+) -plot BETA (all mu+) -plot vBETA (all mu+) -plot sBETA (all mu+) -plot GAMMA (all mu+) -plot vGAMMA (all mu+) -plot sGAMMA (all mu+) -plot N (all mu+) -plot vN (all mu+) - -plot E (all mu) -plot vE (all mu) -plot sE (all mu) -plot M (all mu) -plot vM (all mu) -plot sM (all mu) -plot vP (all mu) -plot sP (all mu) -plot ET (all mu) -plot vET (all mu) -plot sET (all mu) -plot MT (all mu) -plot vMT (all mu) -plot sMT (all mu) -plot PT (all mu) -plot vPT (all mu) -plot sPT (all mu) -plot PX (all mu) -plot vPX (all mu) -plot sPX (all mu) -plot vPY (all mu) -plot sPY (all mu) -plot PZ (all mu) -plot vPZ (all mu) -plot sPZ (all mu) -plot R (all mu) -plot vR (all mu) -plot sR (all mu) -plot DELTAR (all mu,all mu) -plot vDELTAR (all mu,all mu) -plot ETA (all mu) -plot vETA (all mu) -plot sETA (all mu) -plot THETA (all mu) -plot vTHETA (all mu) -plot sTHETA (all mu) -plot PHI (all mu) -plot vPHI (all mu) -plot sPHI (all mu) -plot Y (all mu) -plot vY (all mu) -plot sY (all mu) -plot BETA (all mu) -plot vBETA (all mu) -plot sBETA (all mu) -plot GAMMA (all mu) -plot vGAMMA (all mu) -plot sGAMMA (all mu) -plot N (all mu) -plot vN (all mu) -plot sN (all mu) - -plot DELTAR (all mu+,e+) -plot vDELTAR (all mu+,e+) - -plot DELTAR (e+,all mu+) -plot vDELTAR (e+,all mu+) - -import $MA5PATH/samples/*hep* -import $MA5PATH/samples/*hepmc* -submit - -# test resubmit - -plot PT (mu) -select PT (e+) > 3.0 -reject (mu+) ETA > 1.5 -resubmit \ No newline at end of file diff --git a/validation/src/ma5_validation/ma5_scripts/pad_interface/pad_interface.ma5 b/validation/src/ma5_validation/ma5_scripts/pad_interface/pad_interface.ma5 deleted file mode 100644 index 4514ef54..00000000 --- a/validation/src/ma5_validation/ma5_scripts/pad_interface/pad_interface.ma5 +++ /dev/null @@ -1,15 +0,0 @@ -#TITLE Validate PAD Interface: PAD & PADForSFS -#MODE RECO - -set main.recast = on -import $MA5PATH/samples/*hepmc* as smp -set smp.xsection = 123. -set smp.scale_up_variation = 0.2 -set smp.scale_down_variation = 0.15 -set smp.pdf_down_variation = 0.3 -set smp.pdf_up_variation = 0.25 -set main.recast.add.extrapolated_luminosity = 300 3000 -set main.recast.add.systematics = 0.2 0.3 -set main.recast.add.systematics = 0.15 0.35 - -submit diff --git a/validation/src/ma5_validation/ma5_scripts/parton_level/plot_observables.ma5 b/validation/src/ma5_validation/ma5_scripts/parton_level/plot_observables.ma5 deleted file mode 100644 index 0dcaf519..00000000 --- a/validation/src/ma5_validation/ma5_scripts/parton_level/plot_observables.ma5 +++ /dev/null @@ -1,891 +0,0 @@ -#TITLE Testing plotting module in parton level -#MODE PARTON - -plot SQRTS -plot TET -plot MET -plot THT -plot MHT -plot NPID -plot NAPID - -define mu = mu+ mu- - -plot E (mu+) -plot vE (mu+) -plot sE (mu+) -plot M (mu+) -plot vM (mu+) -plot sM (mu+) -plot vP (mu+) -plot sP (mu+) -plot ET (mu+) -plot vET (mu+) -plot sET (mu+) -plot MT (mu+) -plot vMT (mu+) -plot sMT (mu+) -plot PT (mu+) -plot vPT (mu+) -plot sPT (mu+) -plot PX (mu+) -plot vPX (mu+) -plot sPX (mu+) -plot PY (mu+) -plot vPY (mu+) -plot sPY (mu+) -plot PZ (mu+) -plot vPZ (mu+) -plot sPZ (mu+) -plot R (mu+) -plot vR (mu+) -plot sR (mu+) -plot DELTAR (mu+,mu+) -plot vDELTAR (mu+,mu+) -plot ETA (mu+) -plot vETA (mu+) -plot sETA (mu+) -plot THETA (mu+) -plot vTHETA (mu+) -plot sTHETA (mu+) -plot PHI (mu+) -plot vPHI (mu+) -plot sPHI (mu+) -plot Y (mu+) -plot vY (mu+) -plot sY (mu+) -plot BETA (mu+) -plot vBETA (mu+) -plot sBETA (mu+) -plot GAMMA (mu+) -plot vGAMMA (mu+) -plot sGAMMA (mu+) -plot N (mu+) -plot vN (mu+) - -plot E (mu) -plot vE (mu) -plot sE (mu) -plot M (mu) -plot vM (mu) -plot sM (mu) -plot vP (mu) -plot sP (mu) -plot ET (mu) -plot vET (mu) -plot sET (mu) -plot MT (mu) -plot vMT (mu) -plot sMT (mu) -plot PT (mu) -plot vPT (mu) -plot sPT (mu) -plot PX (mu) -plot vPX (mu) -plot sPX (mu) -plot vPY (mu) -plot sPY (mu) -plot PZ (mu) -plot vPZ (mu) -plot sPZ (mu) -plot R (mu) -plot vR (mu) -plot sR (mu) -plot DELTAR (mu,mu) -plot vDELTAR (mu,mu) -plot ETA (mu) -plot vETA (mu) -plot sETA (mu) -plot THETA (mu) -plot vTHETA (mu) -plot sTHETA (mu) -plot PHI (mu) -plot vPHI (mu) -plot sPHI (mu) -plot Y (mu) -plot vY (mu) -plot sY (mu) -plot BETA (mu) -plot vBETA (mu) -plot sBETA (mu) -plot GAMMA (mu) -plot vGAMMA (mu) -plot sGAMMA (mu) -plot N (mu) -plot vN (mu) -plot sN (mu) - -plot DELTAR (mu+,j) -plot vDELTAR (mu+,j) - -plot DELTAR (j,mu+) -plot vDELTAR (j,mu+) - -plot E (mu+ mu-) -plot vE (mu+ mu-) -plot sE (mu+ mu-) -plot sdE (mu+ mu-) -plot dsE (mu+ mu-) -plot dE (mu+ mu-) -plot dvE (mu+ mu-) -plot vdE (mu+ mu-) -plot rE (mu+ mu-) -plot M (mu+ mu-) -plot vM (mu+ mu-) -plot sM (mu+ mu-) -plot sdM (mu+ mu-) -plot dsM (mu+ mu-) -plot dM (mu+ mu-) -plot dvM (mu+ mu-) -plot vdM (mu+ mu-) -plot rM (mu+ mu-) -plot vP (mu+ mu-) -plot sP (mu+ mu-) -plot sdP (mu+ mu-) -plot dsP (mu+ mu-) -plot dP (mu+ mu-) -plot dvP (mu+ mu-) -plot vdP (mu+ mu-) -plot rP (mu+ mu-) -plot ET (mu+ mu-) -plot vET (mu+ mu-) -plot sET (mu+ mu-) -plot sdET (mu+ mu-) -plot dsET (mu+ mu-) -plot dET (mu+ mu-) -plot dvET (mu+ mu-) -plot vdET (mu+ mu-) -plot rET (mu+ mu-) -plot MT (mu+ mu-) -plot vMT (mu+ mu-) -plot sMT (mu+ mu-) -plot sdMT (mu+ mu-) -plot dsMT (mu+ mu-) -plot dMT (mu+ mu-) -plot dvMT (mu+ mu-) -plot vdMT (mu+ mu-) -plot rMT (mu+ mu-) -plot PT (mu+ mu-) -plot vPT (mu+ mu-) -plot sPT (mu+ mu-) -plot sdPT (mu+ mu-) -plot dsPT (mu+ mu-) -plot dPT (mu+ mu-) -plot dvPT (mu+ mu-) -plot vdPT (mu+ mu-) -plot rPT (mu+ mu-) -plot PX (mu+ mu-) -plot vPX (mu+ mu-) -plot sPX (mu+ mu-) -plot sdPX (mu+ mu-) -plot dsPX (mu+ mu-) -plot dPX (mu+ mu-) -plot dvPX (mu+ mu-) -plot vdPX (mu+ mu-) -plot rPX (mu+ mu-) -plot PY (mu+ mu-) -plot vPY (mu+ mu-) -plot sPY (mu+ mu-) -plot sdPY (mu+ mu-) -plot dsPY (mu+ mu-) -plot dPY (mu+ mu-) -plot dvPY (mu+ mu-) -plot vdPY (mu+ mu-) -plot rPY (mu+ mu-) -plot PZ (mu+ mu-) -plot vPZ (mu+ mu-) -plot sPZ (mu+ mu-) -plot sdPZ (mu+ mu-) -plot dsPZ (mu+ mu-) -plot dPZ (mu+ mu-) -plot dvPZ (mu+ mu-) -plot vdPZ (mu+ mu-) -plot rPZ (mu+ mu-) -plot R (mu+ mu-) -plot vR (mu+ mu-) -plot sR (mu+ mu-) -plot sdR (mu+ mu-) -plot dsR (mu+ mu-) -plot dR (mu+ mu-) -plot dvR (mu+ mu-) -plot vdR (mu+ mu-) -plot rR (mu+ mu-) -plot DELTAR (mu+ mu-,mu+ mu-) -plot vDELTAR (mu+ mu-,mu+ mu-) -plot dDELTAR (mu+ mu-,mu+ mu-) -plot dvDELTAR (mu+ mu-,mu+ mu-) -plot vdDELTAR (mu+ mu-,mu+ mu-) -plot ETA (mu+ mu-) -plot vETA (mu+ mu-) -plot sETA (mu+ mu-) -plot sdETA (mu+ mu-) -plot dsETA (mu+ mu-) -plot dETA (mu+ mu-) -plot dvETA (mu+ mu-) -plot vdETA (mu+ mu-) -plot rETA (mu+ mu-) -plot THETA (mu+ mu-) -plot vTHETA (mu+ mu-) -plot sTHETA (mu+ mu-) -plot sdTHETA (mu+ mu-) -plot dsTHETA (mu+ mu-) -plot dTHETA (mu+ mu-) -plot dvTHETA (mu+ mu-) -plot vdTHETA (mu+ mu-) -plot rTHETA (mu+ mu-) -plot PHI (mu+ mu-) -plot vPHI (mu+ mu-) -plot sPHI (mu+ mu-) -plot sdPHI (mu+ mu-) -plot dsPHI (mu+ mu-) -plot dPHI (mu+ mu-) -plot dvPHI (mu+ mu-) -plot vdPHI (mu+ mu-) -plot rPHI (mu+ mu-) -plot Y (mu+ mu-) -plot vY (mu+ mu-) -plot sY (mu+ mu-) -plot sdY (mu+ mu-) -plot dsY (mu+ mu-) -plot dY (mu+ mu-) -plot dvY (mu+ mu-) -plot vdY (mu+ mu-) -plot rY (mu+ mu-) -plot BETA (mu+ mu-) -plot vBETA (mu+ mu-) -plot sBETA (mu+ mu-) -plot sdBETA (mu+ mu-) -plot dsBETA (mu+ mu-) -plot dBETA (mu+ mu-) -plot dvBETA (mu+ mu-) -plot vdBETA (mu+ mu-) -plot rBETA (mu+ mu-) -plot GAMMA (mu+ mu-) -plot vGAMMA (mu+ mu-) -plot sGAMMA (mu+ mu-) -plot sdGAMMA (mu+ mu-) -plot dsGAMMA (mu+ mu-) -plot dGAMMA (mu+ mu-) -plot dvGAMMA (mu+ mu-) -plot vdGAMMA (mu+ mu-) -plot rGAMMA (mu+ mu-) -plot N (mu+ mu-) -plot vN (mu+ mu-) -plot sN (mu+ mu-) -plot sdN (mu+ mu-) -plot dsN (mu+ mu-) -plot dN (mu+ mu-) -plot dvN (mu+ mu-) -plot vdN (mu+ mu-) -plot rN (mu+ mu-) - -plot E (mu+ mu) -plot vE (mu+ mu) -plot sE (mu+ mu) -plot sdE (mu+ mu) -plot dsE (mu+ mu) -plot dE (mu+ mu) -plot dvE (mu+ mu) -plot vdE (mu+ mu) -plot rE (mu+ mu) -plot M (mu+ mu) -plot vM (mu+ mu) -plot sM (mu+ mu) -plot sdM (mu+ mu) -plot dsM (mu+ mu) -plot dM (mu+ mu) -plot dvM (mu+ mu) -plot vdM (mu+ mu) -plot rM (mu+ mu) -plot vP (mu+ mu) -plot sP (mu+ mu) -plot sdP (mu+ mu) -plot dsP (mu+ mu) -plot dP (mu+ mu) -plot dvP (mu+ mu) -plot vdP (mu+ mu) -plot rP (mu+ mu) -plot ET (mu+ mu) -plot vET (mu+ mu) -plot sET (mu+ mu) -plot sdET (mu+ mu) -plot dsET (mu+ mu) -plot dET (mu+ mu) -plot dvET (mu+ mu) -plot vdET (mu+ mu) -plot rET (mu+ mu) -plot MT (mu+ mu) -plot vMT (mu+ mu) -plot sMT (mu+ mu) -plot sdMT (mu+ mu) -plot dsMT (mu+ mu) -plot dMT (mu+ mu) -plot dvMT (mu+ mu) -plot vdMT (mu+ mu) -plot rMT (mu+ mu) -plot PT (mu+ mu) -plot vPT (mu+ mu) -plot sPT (mu+ mu) -plot sdPT (mu+ mu) -plot dsPT (mu+ mu) -plot dPT (mu+ mu) -plot dvPT (mu+ mu) -plot vdPT (mu+ mu) -plot rPT (mu+ mu) -plot PX (mu+ mu) -plot vPX (mu+ mu) -plot sPX (mu+ mu) -plot sdPX (mu+ mu) -plot dsPX (mu+ mu) -plot dPX (mu+ mu) -plot dvPX (mu+ mu) -plot vdPX (mu+ mu) -plot rPX (mu+ mu) -plot PY (mu+ mu) -plot vPY (mu+ mu) -plot sPY (mu+ mu) -plot sdPY (mu+ mu) -plot dsPY (mu+ mu) -plot dPY (mu+ mu) -plot dvPY (mu+ mu) -plot vdPY (mu+ mu) -plot rPY (mu+ mu) -plot PZ (mu+ mu) -plot vPZ (mu+ mu) -plot sPZ (mu+ mu) -plot sdPZ (mu+ mu) -plot dsPZ (mu+ mu) -plot dPZ (mu+ mu) -plot dvPZ (mu+ mu) -plot vdPZ (mu+ mu) -plot rPZ (mu+ mu) -plot R (mu+ mu) -plot vR (mu+ mu) -plot sR (mu+ mu) -plot sdR (mu+ mu) -plot dsR (mu+ mu) -plot dR (mu+ mu) -plot dvR (mu+ mu) -plot vdR (mu+ mu) -plot rR (mu+ mu) -plot DELTAR (mu+ mu,mu+ mu) -plot vDELTAR (mu+ mu,mu+ mu) -plot dDELTAR (mu+ mu,mu+ mu) -plot dvDELTAR (mu+ mu,mu+ mu) -plot vdDELTAR (mu+ mu,mu+ mu) -plot ETA (mu+ mu) -plot vETA (mu+ mu) -plot sETA (mu+ mu) -plot sdETA (mu+ mu) -plot dsETA (mu+ mu) -plot dETA (mu+ mu) -plot dvETA (mu+ mu) -plot vdETA (mu+ mu) -plot rETA (mu+ mu) -plot THETA (mu+ mu) -plot vTHETA (mu+ mu) -plot sTHETA (mu+ mu) -plot sdTHETA (mu+ mu) -plot dsTHETA (mu+ mu) -plot dTHETA (mu+ mu) -plot dvTHETA (mu+ mu) -plot vdTHETA (mu+ mu) -plot rTHETA (mu+ mu) -plot PHI (mu+ mu) -plot vPHI (mu+ mu) -plot sPHI (mu+ mu) -plot sdPHI (mu+ mu) -plot dsPHI (mu+ mu) -plot dPHI (mu+ mu) -plot dvPHI (mu+ mu) -plot vdPHI (mu+ mu) -plot rPHI (mu+ mu) -plot Y (mu+ mu) -plot vY (mu+ mu) -plot sY (mu+ mu) -plot sdY (mu+ mu) -plot dsY (mu+ mu) -plot dY (mu+ mu) -plot dvY (mu+ mu) -plot vdY (mu+ mu) -plot rY (mu+ mu) -plot BETA (mu+ mu) -plot vBETA (mu+ mu) -plot sBETA (mu+ mu) -plot sdBETA (mu+ mu) -plot dsBETA (mu+ mu) -plot dBETA (mu+ mu) -plot dvBETA (mu+ mu) -plot vdBETA (mu+ mu) -plot rBETA (mu+ mu) -plot GAMMA (mu+ mu) -plot vGAMMA (mu+ mu) -plot sGAMMA (mu+ mu) -plot sdGAMMA (mu+ mu) -plot dsGAMMA (mu+ mu) -plot dGAMMA (mu+ mu) -plot dvGAMMA (mu+ mu) -plot vdGAMMA (mu+ mu) -plot rGAMMA (mu+ mu) -plot N (mu+ mu) -plot vN (mu+ mu) -plot sN (mu+ mu) -plot sdN (mu+ mu) -plot dsN (mu+ mu) -plot dN (mu+ mu) -plot dvN (mu+ mu) -plot vdN (mu+ mu) -plot rN (mu+ mu) - -plot DELTAR (mu+ mu-,j) -plot vDELTAR (mu+ mu-,j) - -plot DELTAR (j,mu+ mu-) -plot vDELTAR (j,mu+ mu-) - -plot E (mu+ mu- e+) -plot vE (mu+ mu- e+) -plot sE (mu+ mu- e+) -plot M (mu+ mu- e+) -plot vM (mu+ mu- e+) -plot sM (mu+ mu- e+) -plot vP (mu+ mu- e+) -plot sP (mu+ mu- e+) -plot ET (mu+ mu- e+) -plot vET (mu+ mu- e+) -plot sET (mu+ mu- e+) -plot MT (mu+ mu- e+) -plot vMT (mu+ mu- e+) -plot sMT (mu+ mu- e+) -plot PT (mu+ mu- e+) -plot vPT (mu+ mu- e+) -plot sPT (mu+ mu- e+) -plot PX (mu+ mu- e+) -plot vPX (mu+ mu- e+) -plot sPX (mu+ mu- e+) -plot PY (mu+ mu- e+) -plot vPY (mu+ mu- e+) -plot sPY (mu+ mu- e+) -plot PZ (mu+ mu- e+) -plot vPZ (mu+ mu- e+) -plot sPZ (mu+ mu- e+) -plot R (mu+ mu- e+) -plot vR (mu+ mu- e+) -plot sR (mu+ mu- e+) -plot DELTAR (mu+ mu- e+,mu+ mu- e+) -plot vDELTAR (mu+ mu- e+,mu+ mu- e+) -plot ETA (mu+ mu- e+) -plot vETA (mu+ mu- e+) -plot sETA (mu+ mu- e+) -plot THETA (mu+ mu- e+) -plot vTHETA (mu+ mu- e+) -plot sTHETA (mu+ mu- e+) -plot PHI (mu+ mu- e+) -plot vPHI (mu+ mu- e+) -plot sPHI (mu+ mu- e+) -plot Y (mu+ mu- e+) -plot vY (mu+ mu- e+) -plot sY (mu+ mu- e+) -plot BETA (mu+ mu- e+) -plot vBETA (mu+ mu- e+) -plot sBETA (mu+ mu- e+) -plot GAMMA (mu+ mu- e+) -plot vGAMMA (mu+ mu- e+) -plot sGAMMA (mu+ mu- e+) -plot N (mu+ mu- e+) -plot vN (mu+ mu- e+) - -plot E (mu mu e+) -plot vE (mu mu e+) -plot sE (mu mu e+) -plot M (mu mu e+) -plot vM (mu mu e+) -plot sM (mu mu e+) -plot vP (mu mu e+) -plot sP (mu mu e+) -plot ET (mu mu e+) -plot vET (mu mu e+) -plot sET (mu mu e+) -plot MT (mu mu e+) -plot vMT (mu mu e+) -plot sMT (mu mu e+) -plot PT (mu mu e+) -plot vPT (mu mu e+) -plot sPT (mu mu e+) -plot PX (mu mu e+) -plot vPX (mu mu e+) -plot sPX (mu mu e+) -plot vPY (mu mu e+) -plot sPY (mu mu e+) -plot PZ (mu mu e+) -plot vPZ (mu mu e+) -plot sPZ (mu mu e+) -plot R (mu mu e+) -plot vR (mu mu e+) -plot sR (mu mu e+) -plot DELTAR (mu mu e+,mu mu e+) -plot vDELTAR (mu mu e+,mu mu e+) -plot ETA (mu mu e+) -plot vETA (mu mu e+) -plot sETA (mu mu e+) -plot THETA (mu mu e+) -plot vTHETA (mu mu e+) -plot sTHETA (mu mu e+) -plot PHI (mu mu e+) -plot vPHI (mu mu e+) -plot sPHI (mu mu e+) -plot Y (mu mu e+) -plot vY (mu mu e+) -plot sY (mu mu e+) -plot BETA (mu mu e+) -plot vBETA (mu mu e+) -plot sBETA (mu mu e+) -plot GAMMA (mu mu e+) -plot vGAMMA (mu mu e+) -plot sGAMMA (mu mu e+) -plot N (mu mu e+) -plot vN (mu mu e+) -plot sN (mu mu e+) - -plot DELTAR (mu+ mu- e+,j) -plot vDELTAR (mu+ mu- e+,j) -plot DELTAR (j,mu+ mu- e+) -plot vDELTAR (j,mu+ mu- e+) -plot DELTAR (mu mu e+,j) -plot vDELTAR (mu mu e+,j) -plot DELTAR (j,mu mu e+) -plot vDELTAR (j,mu mu e+) -plot DELTAR (j j,mu mu e+) -plot vDELTAR (j j,mu mu e+) -plot DELTAR (mu mu e+,j j) -plot vDELTAR (mu mu e+,j j) - -plot E (mu+ mu- e+ e-) -plot vE (mu+ mu- e+ e-) -plot sE (mu+ mu- e+ e-) -plot M (mu+ mu- e+ e-) -plot vM (mu+ mu- e+ e-) -plot sM (mu+ mu- e+ e-) -plot vP (mu+ mu- e+ e-) -plot sP (mu+ mu- e+ e-) -plot ET (mu+ mu- e+ e-) -plot vET (mu+ mu- e+ e-) -plot sET (mu+ mu- e+ e-) -plot MT (mu+ mu- e+ e-) -plot vMT (mu+ mu- e+ e-) -plot sMT (mu+ mu- e+ e-) -plot PT (mu+ mu- e+ e-) -plot vPT (mu+ mu- e+ e-) -plot sPT (mu+ mu- e+ e-) -plot PX (mu+ mu- e+ e-) -plot vPX (mu+ mu- e+ e-) -plot sPX (mu+ mu- e+ e-) -plot PY (mu+ mu- e+ e-) -plot vPY (mu+ mu- e+ e-) -plot sPY (mu+ mu- e+ e-) -plot PZ (mu+ mu- e+ e-) -plot vPZ (mu+ mu- e+ e-) -plot sPZ (mu+ mu- e+ e-) -plot R (mu+ mu- e+ e-) -plot vR (mu+ mu- e+ e-) -plot sR (mu+ mu- e+ e-) -plot DELTAR (mu+ mu- e+ e-,mu+ mu- e+ e-) -plot vDELTAR (mu+ mu- e+ e-,mu+ mu- e+ e-) -plot ETA (mu+ mu- e+ e-) -plot vETA (mu+ mu- e+ e-) -plot sETA (mu+ mu- e+ e-) -plot THETA (mu+ mu- e+ e-) -plot vTHETA (mu+ mu- e+ e-) -plot sTHETA (mu+ mu- e+ e-) -plot PHI (mu+ mu- e+ e-) -plot vPHI (mu+ mu- e+ e-) -plot sPHI (mu+ mu- e+ e-) -plot Y (mu+ mu- e+ e-) -plot vY (mu+ mu- e+ e-) -plot sY (mu+ mu- e+ e-) -plot BETA (mu+ mu- e+ e-) -plot vBETA (mu+ mu- e+ e-) -plot sBETA (mu+ mu- e+ e-) -plot GAMMA (mu+ mu- e+ e-) -plot vGAMMA (mu+ mu- e+ e-) -plot sGAMMA (mu+ mu- e+ e-) -plot N (mu+ mu- e+ e-) -plot vN (mu+ mu- e+ e-) - -plot E (mu mu e+ e-) -plot vE (mu mu e+ e-) -plot sE (mu mu e+ e-) -plot M (mu mu e+ e-) -plot vM (mu mu e+ e-) -plot sM (mu mu e+ e-) -plot vP (mu mu e+ e-) -plot sP (mu mu e+ e-) -plot ET (mu mu e+ e-) -plot vET (mu mu e+ e-) -plot sET (mu mu e+ e-) -plot MT (mu mu e+ e-) -plot vMT (mu mu e+ e-) -plot sMT (mu mu e+ e-) -plot PT (mu mu e+ e-) -plot vPT (mu mu e+ e-) -plot sPT (mu mu e+ e-) -plot PX (mu mu e+ e-) -plot vPX (mu mu e+ e-) -plot sPX (mu mu e+ e-) -plot vPY (mu mu e+ e-) -plot sPY (mu mu e+ e-) -plot PZ (mu mu e+ e-) -plot vPZ (mu mu e+ e-) -plot sPZ (mu mu e+ e-) -plot R (mu mu e+ e-) -plot vR (mu mu e+ e-) -plot sR (mu mu e+ e-) -plot DELTAR (mu mu e+ e-,mu mu e+ e-) -plot vDELTAR (mu mu e+ e-,mu mu e+ e-) -plot ETA (mu mu e+ e-) -plot vETA (mu mu e+ e-) -plot sETA (mu mu e+ e-) -plot THETA (mu mu e+ e-) -plot vTHETA (mu mu e+ e-) -plot sTHETA (mu mu e+ e-) -plot PHI (mu mu e+ e-) -plot vPHI (mu mu e+ e-) -plot sPHI (mu mu e+ e-) -plot Y (mu mu e+ e-) -plot vY (mu mu e+ e-) -plot sY (mu mu e+ e-) -plot BETA (mu mu e+ e-) -plot vBETA (mu mu e+ e-) -plot sBETA (mu mu e+ e-) -plot GAMMA (mu mu e+ e-) -plot vGAMMA (mu mu e+ e-) -plot sGAMMA (mu mu e+ e-) -plot N (mu mu e+ e-) -plot vN (mu mu e+ e-) -plot sN (mu mu e+ e-) - -plot DELTAR (mu+ mu- e+ e-,j) -plot vDELTAR (mu+ mu- e+ e-,j) -plot DELTAR (j,mu+ mu- e+ e-) -plot vDELTAR (j,mu+ mu- e+ e-) -plot DELTAR (mu mu e+ e-,j) -plot vDELTAR (mu mu e+ e-,j) -plot DELTAR (j,mu mu e+ e-) -plot vDELTAR (j,mu mu e+ e-) -plot DELTAR (j j,mu mu e+ e-) -plot vDELTAR (j j,mu mu e+ e-) -plot DELTAR (mu mu e+ e-,j j) -plot vDELTAR (mu mu e+ e-,j j) -plot DELTAR (j j j,mu mu e+ e-) -plot vDELTAR (j j j,mu mu e+ e-) -plot DELTAR (mu mu e+ e-,j j j) -plot vDELTAR (mu mu e+ e-,j j j) - -plot E (all mu+) -plot vE (all mu+) -plot sE (all mu+) -plot M (all mu+) -plot vM (all mu+) -plot sM (all mu+) -plot vP (all mu+) -plot sP (all mu+) -plot ET (all mu+) -plot vET (all mu+) -plot sET (all mu+) -plot MT (all mu+) -plot vMT (all mu+) -plot sMT (all mu+) -plot PT (all mu+) -plot vPT (all mu+) -plot sPT (all mu+) -plot PX (all mu+) -plot vPX (all mu+) -plot sPX (all mu+) -plot PY (all mu+) -plot vPY (all mu+) -plot sPY (all mu+) -plot PZ (all mu+) -plot vPZ (all mu+) -plot sPZ (all mu+) -plot R (all mu+) -plot vR (all mu+) -plot sR (all mu+) -plot DELTAR (all mu+,all mu+) -plot vDELTAR (all mu+,all mu+) -plot ETA (all mu+) -plot vETA (all mu+) -plot sETA (all mu+) -plot THETA (all mu+) -plot vTHETA (all mu+) -plot sTHETA (all mu+) -plot PHI (all mu+) -plot vPHI (all mu+) -plot sPHI (all mu+) -plot Y (all mu+) -plot vY (all mu+) -plot sY (all mu+) -plot BETA (all mu+) -plot vBETA (all mu+) -plot sBETA (all mu+) -plot GAMMA (all mu+) -plot vGAMMA (all mu+) -plot sGAMMA (all mu+) -plot N (all mu+) -plot vN (all mu+) - -plot E (all mu) -plot vE (all mu) -plot sE (all mu) -plot M (all mu) -plot vM (all mu) -plot sM (all mu) -plot vP (all mu) -plot sP (all mu) -plot ET (all mu) -plot vET (all mu) -plot sET (all mu) -plot MT (all mu) -plot vMT (all mu) -plot sMT (all mu) -plot PT (all mu) -plot vPT (all mu) -plot sPT (all mu) -plot PX (all mu) -plot vPX (all mu) -plot sPX (all mu) -plot vPY (all mu) -plot sPY (all mu) -plot PZ (all mu) -plot vPZ (all mu) -plot sPZ (all mu) -plot R (all mu) -plot vR (all mu) -plot sR (all mu) -plot DELTAR (all mu,all mu) -plot vDELTAR (all mu,all mu) -plot ETA (all mu) -plot vETA (all mu) -plot sETA (all mu) -plot THETA (all mu) -plot vTHETA (all mu) -plot sTHETA (all mu) -plot PHI (all mu) -plot vPHI (all mu) -plot sPHI (all mu) -plot Y (all mu) -plot vY (all mu) -plot sY (all mu) -plot BETA (all mu) -plot vBETA (all mu) -plot sBETA (all mu) -plot GAMMA (all mu) -plot vGAMMA (all mu) -plot sGAMMA (all mu) -plot N (all mu) -plot vN (all mu) -plot sN (all mu) - -plot DELTAR (all mu+,j) -plot vDELTAR (all mu+,j) - -plot DELTAR (j,all mu+) -plot vDELTAR (j,all mu+) - -display_multiparticles - -define w = w+ w- -plot M (mu- mu- and mu+ mu+) -plot M (mu-[1] mu- and mu+ mu+[2]) -plot M (mu-<w[1] mu- and mu+ mu+ << w) - -define mu = mu+ mu- -define w = w+ w- -define top = t t~ -plot PT (mu+ < w ) -plot PT (mu+ << w ) -plot PT (mu+ < top ) -plot PT (mu+ << top ) -plot PT (mu+ < w < top ) -plot PT (mu+ << w < top ) -plot PT (mu+ < w << top ) - -plot PT (mu+[1]) -plot PT (mu+[2]) -plot PT (mu+[3]) -plot PT (mu+[-1]) -plot PT (mu+[-2]) -plot PT (mu+[-3]) -plot PT (mu+[-4]) -plot N (mu+[1]) -plot N (mu+[2]) -plot N (mu+[3]) -plot N (mu+[-1]) -plot N (mu+[-2]) -plot N (mu+[-3]) -plot N (mu+[-4]) -plot M (mu+[1] mu-[1]) -plot M (mu+[2] mu-[1]) -plot M (mu+[3] mu-[1]) -plot M (mu+[-3] mu-[1]) -plot M (mu+[-4] mu-[1] mu+[2]) -plot dsETA(j[1] j[2]) -plot PT (mu+[1]) [PTordering] -plot PT (mu+[2]) [PTordering] -plot PT (mu+[3]) [PTordering] -plot PT (mu+[-1]) [PTordering] -plot PT (mu+[-2]) [PTordering] -plot PT (mu+[-3]) [PTordering] -plot PT (mu+[-4]) [PTordering] -plot PT (mu+[1]) [Pordering] -plot PT (mu+[2]) [Pordering] -plot PT (mu+[3]) [Pordering] -plot PT (mu+[-1]) [Pordering] -plot PT (mu+[-2]) [Pordering] -plot PT (mu+[-3]) [Pordering] -plot PT (mu+[-4]) [Pordering] -plot PT (mu+[1]) [Eordering] -plot PT (mu+[2]) [Eordering] -plot PT (mu+[3]) [Eordering] -plot PT (mu+[-1]) [Eordering] -plot PT (mu+[-2]) [Eordering] -plot PT (mu+[-3]) [Eordering] -plot PT (mu+[-4]) [Eordering] -plot PT (mu+[1]) [ETordering] -plot PT (mu+[2]) [ETordering] -plot PT (mu+[3]) [ETordering] -plot PT (mu+[-1]) [ETordering] -plot PT (mu+[-2]) [ETordering] -plot PT (mu+[-3]) [ETordering] -plot PT (mu+[-4]) [ETordering] -plot PT (mu+[1]) [PXordering] -plot PT (mu+[2]) [PXordering] -plot PT (mu+[3]) [PXordering] -plot PT (mu+[-1]) [PXordering] -plot PT (mu+[-2]) [PXordering] -plot PT (mu+[-3]) [PXordering] -plot PT (mu+[-4]) [PXordering] -plot PT (mu+[1]) [PYordering] -plot PT (mu+[2]) [PYordering] -plot PT (mu+[3]) [PYordering] -plot PT (mu+[-1]) [PYordering] -plot PT (mu+[-2]) [PYordering] -plot PT (mu+[-3]) [PYordering] -plot PT (mu+[-4]) [PYordering] -plot PT (mu+[1]) [PZordering] -plot PT (mu+[2]) [PZordering] -plot PT (mu+[3]) [PZordering] -plot PT (mu+[-1]) [PZordering] -plot PT (mu+[-2]) [PZordering] -plot PT (mu+[-3]) [PZordering] -plot PT (mu+[-4]) [PZordering] -plot PT (mu+[1]) [ETAordering] -plot PT (mu+[2]) [ETAordering] -plot PT (mu+[3]) [ETAordering] -plot PT (mu+[-1]) [ETAordering] -plot PT (mu+[-2]) [ETAordering] -plot PT (mu+[-3]) [ETAordering] -plot PT (mu+[-4]) [ETAordering] - -import $MA5PATH/samples/*lhe* -submit - diff --git a/validation/src/ma5_validation/ma5_scripts/reco_level/plot_observables.ma5 b/validation/src/ma5_validation/ma5_scripts/reco_level/plot_observables.ma5 deleted file mode 100644 index 51520496..00000000 --- a/validation/src/ma5_validation/ma5_scripts/reco_level/plot_observables.ma5 +++ /dev/null @@ -1,967 +0,0 @@ -#TITLE Testing plotting in RECO mode -#MODE RECO - -define mu = mu+ mu- - -plot E (mu+) -plot vE (mu+) -plot sE (mu+) -plot M (mu+) -plot vM (mu+) -plot sM (mu+) -plot vP (mu+) -plot sP (mu+) -plot ET (mu+) -plot vET (mu+) -plot sET (mu+) -plot MT (mu+) -plot vMT (mu+) -plot sMT (mu+) -plot PT (mu+) -plot vPT (mu+) -plot sPT (mu+) -plot PX (mu+) -plot vPX (mu+) -plot sPX (mu+) -plot PY (mu+) -plot vPY (mu+) -plot sPY (mu+) -plot PZ (mu+) -plot vPZ (mu+) -plot sPZ (mu+) -plot R (mu+) -plot vR (mu+) -plot sR (mu+) -plot DELTAR (mu+,mu+) -plot vDELTAR (mu+,mu+) -plot ETA (mu+) -plot vETA (mu+) -plot sETA (mu+) -plot THETA (mu+) -plot vTHETA (mu+) -plot sTHETA (mu+) -plot PHI (mu+) -plot vPHI (mu+) -plot sPHI (mu+) -plot Y (mu+) -plot vY (mu+) -plot sY (mu+) -plot BETA (mu+) -plot vBETA (mu+) -plot sBETA (mu+) -plot GAMMA (mu+) -plot vGAMMA (mu+) -plot sGAMMA (mu+) -plot N (mu+) -plot vN (mu+) - -plot E (a) -plot vE (a) -plot sE (a) -plot M (a) -plot vM (a) -plot sM (a) -plot vP (a) -plot sP (a) -plot ET (a) -plot vET (a) -plot sET (a) -plot MT (a) -plot vMT (a) -plot sMT (a) -plot PT (a) -plot vPT (a) -plot sPT (a) -plot PX (a) -plot vPX (a) -plot sPX (a) -plot PY (a) -plot vPY (a) -plot sPY (a) -plot PZ (a) -plot vPZ (a) -plot sPZ (a) -plot R (a) -plot vR (a) -plot sR (a) -plot DELTAR (a,a) -plot vDELTAR (a,a) -plot ETA (a) -plot vETA (a) -plot sETA (a) -plot THETA (a) -plot vTHETA (a) -plot sTHETA (a) -plot PHI (a) -plot vPHI (a) -plot sPHI (a) -plot Y (a) -plot vY (a) -plot sY (a) -plot BETA (a) -plot vBETA (a) -plot sBETA (a) -plot GAMMA (a) -plot vGAMMA (a) -plot sGAMMA (a) -plot N (a) -plot vN (a) - -plot E (mu) -plot vE (mu) -plot sE (mu) -plot M (mu) -plot vM (mu) -plot sM (mu) -plot vP (mu) -plot sP (mu) -plot ET (mu) -plot vET (mu) -plot sET (mu) -plot MT (mu) -plot vMT (mu) -plot sMT (mu) -plot PT (mu) -plot vPT (mu) -plot sPT (mu) -plot PX (mu) -plot vPX (mu) -plot sPX (mu) -plot vPY (mu) -plot sPY (mu) -plot PZ (mu) -plot vPZ (mu) -plot sPZ (mu) -plot R (mu) -plot vR (mu) -plot sR (mu) -plot DELTAR (mu,mu) -plot vDELTAR (mu,mu) -plot ETA (mu) -plot vETA (mu) -plot sETA (mu) -plot THETA (mu) -plot vTHETA (mu) -plot sTHETA (mu) -plot PHI (mu) -plot vPHI (mu) -plot sPHI (mu) -plot Y (mu) -plot vY (mu) -plot sY (mu) -plot BETA (mu) -plot vBETA (mu) -plot sBETA (mu) -plot GAMMA (mu) -plot vGAMMA (mu) -plot sGAMMA (mu) -plot N (mu) -plot vN (mu) -plot sN (mu) - -plot DELTAR (mu+,j) -plot vDELTAR (mu+,j) - -plot DELTAR (j,mu+) -plot vDELTAR (j,mu+) - -plot HE_EE (mu+) -plot EE_HE (mu+) -plot NTRACKS (mu+) - -plot HE_EE (mu) -plot EE_HE (mu) -plot NTRACKS (mu) - - -plot DELTAR (a,j) -plot vDELTAR (a,j) - -plot DELTAR (j,a) -plot vDELTAR (j,a) - -plot HE_EE (a) -plot EE_HE (a) -plot NTRACKS (a) - -define mu = mu+ mu- - -plot E (a a) -plot vE (a a) -plot sE (a a) -plot sdE (a a) -plot dsE (a a) -plot dE (a a) -plot dvE (a a) -plot vdE (a a) -plot rE (a a) -plot M (a a) -plot vM (a a) -plot sM (a a) -plot sdM (a a) -plot dsM (a a) -plot dM (a a) -plot dvM (a a) -plot vdM (a a) - -plot E (mu+ mu-) -plot vE (mu+ mu-) -plot sE (mu+ mu-) -plot sdE (mu+ mu-) -plot dsE (mu+ mu-) -plot dE (mu+ mu-) -plot dvE (mu+ mu-) -plot vdE (mu+ mu-) -plot rE (mu+ mu-) -plot M (mu+ mu-) -plot vM (mu+ mu-) -plot sM (mu+ mu-) -plot sdM (mu+ mu-) -plot dsM (mu+ mu-) -plot dM (mu+ mu-) -plot dvM (mu+ mu-) -plot vdM (mu+ mu-) -plot rM (mu+ mu-) -plot vP (mu+ mu-) -plot sP (mu+ mu-) -plot sdP (mu+ mu-) -plot dsP (mu+ mu-) -plot dP (mu+ mu-) -plot dvP (mu+ mu-) -plot vdP (mu+ mu-) -plot rP (mu+ mu-) -plot ET (mu+ mu-) -plot vET (mu+ mu-) -plot sET (mu+ mu-) -plot sdET (mu+ mu-) -plot dsET (mu+ mu-) -plot dET (mu+ mu-) -plot dvET (mu+ mu-) -plot vdET (mu+ mu-) -plot rET (mu+ mu-) -plot MT (mu+ mu-) -plot vMT (mu+ mu-) -plot sMT (mu+ mu-) -plot sdMT (mu+ mu-) -plot dsMT (mu+ mu-) -plot dMT (mu+ mu-) -plot dvMT (mu+ mu-) -plot vdMT (mu+ mu-) -plot rMT (mu+ mu-) -plot PT (mu+ mu-) -plot vPT (mu+ mu-) -plot sPT (mu+ mu-) -plot sdPT (mu+ mu-) -plot dsPT (mu+ mu-) -plot dPT (mu+ mu-) -plot dvPT (mu+ mu-) -plot vdPT (mu+ mu-) -plot rPT (mu+ mu-) -plot PX (mu+ mu-) -plot vPX (mu+ mu-) -plot sPX (mu+ mu-) -plot sdPX (mu+ mu-) -plot dsPX (mu+ mu-) -plot dPX (mu+ mu-) -plot dvPX (mu+ mu-) -plot vdPX (mu+ mu-) -plot rPX (mu+ mu-) -plot PY (mu+ mu-) -plot vPY (mu+ mu-) -plot sPY (mu+ mu-) -plot sdPY (mu+ mu-) -plot dsPY (mu+ mu-) -plot dPY (mu+ mu-) -plot dvPY (mu+ mu-) -plot vdPY (mu+ mu-) -plot rPY (mu+ mu-) -plot PZ (mu+ mu-) -plot vPZ (mu+ mu-) -plot sPZ (mu+ mu-) -plot sdPZ (mu+ mu-) -plot dsPZ (mu+ mu-) -plot dPZ (mu+ mu-) -plot dvPZ (mu+ mu-) -plot vdPZ (mu+ mu-) -plot rPZ (mu+ mu-) -plot R (mu+ mu-) -plot vR (mu+ mu-) -plot sR (mu+ mu-) -plot sdR (mu+ mu-) -plot dsR (mu+ mu-) -plot dR (mu+ mu-) -plot dvR (mu+ mu-) -plot vdR (mu+ mu-) -plot rR (mu+ mu-) -plot DELTAR (mu+ mu-,mu+ mu-) -plot vDELTAR (mu+ mu-,mu+ mu-) -plot dDELTAR (mu+ mu-,mu+ mu-) -plot dvDELTAR (mu+ mu-,mu+ mu-) -plot vdDELTAR (mu+ mu-,mu+ mu-) -plot vETA (mu+ mu-) -plot sETA (mu+ mu-) -plot sdETA (mu+ mu-) -plot dsETA (mu+ mu-) -plot dETA (mu+ mu-) -plot dvETA (mu+ mu-) -plot vdETA (mu+ mu-) -plot rETA (mu+ mu-) -plot THETA (mu+ mu-) -plot vTHETA (mu+ mu-) -plot sTHETA (mu+ mu-) -plot sdTHETA (mu+ mu-) -plot dsTHETA (mu+ mu-) -plot dTHETA (mu+ mu-) -plot dvTHETA (mu+ mu-) -plot vdTHETA (mu+ mu-) -plot rTHETA (mu+ mu-) -plot PHI (mu+ mu-) -plot vPHI (mu+ mu-) -plot sPHI (mu+ mu-) -plot sdPHI (mu+ mu-) -plot dsPHI (mu+ mu-) -plot dPHI (mu+ mu-) -plot dvPHI (mu+ mu-) -plot vdPHI (mu+ mu-) -plot rPHI (mu+ mu-) -plot Y (mu+ mu-) -plot vY (mu+ mu-) -plot sY (mu+ mu-) -plot sdY (mu+ mu-) -plot dsY (mu+ mu-) -plot dY (mu+ mu-) -plot dvY (mu+ mu-) -plot vdY (mu+ mu-) -plot rY (mu+ mu-) -plot BETA (mu+ mu-) -plot vBETA (mu+ mu-) -plot sBETA (mu+ mu-) -plot sdBETA (mu+ mu-) -plot dsBETA (mu+ mu-) -plot dBETA (mu+ mu-) -plot dvBETA (mu+ mu-) -plot vdBETA (mu+ mu-) -plot rBETA (mu+ mu-) -plot GAMMA (mu+ mu-) -plot vGAMMA (mu+ mu-) -plot sGAMMA (mu+ mu-) -plot sdGAMMA (mu+ mu-) -plot dsGAMMA (mu+ mu-) -plot dGAMMA (mu+ mu-) -plot dvGAMMA (mu+ mu-) -plot vdGAMMA (mu+ mu-) -plot rGAMMA (mu+ mu-) -plot N (mu+ mu-) -plot vN (mu+ mu-) -plot sN (mu+ mu-) -plot sdN (mu+ mu-) -plot dsN (mu+ mu-) -plot dN (mu+ mu-) -plot dvN (mu+ mu-) -plot vdN (mu+ mu-) -plot rN (mu+ mu-) - -plot E (mu mu+) -plot vE (mu mu+) -plot sE (mu mu+) -plot sdE (mu mu+) -plot dsE (mu mu+) -plot dE (mu mu+) -plot dvE (mu mu+) -plot vdE (mu mu+) -plot rE (mu mu+) -plot M (mu mu+) -plot vM (mu mu+) -plot sM (mu mu+) -plot sdM (mu mu+) -plot dsM (mu mu+) -plot dM (mu mu+) -plot dvM (mu mu+) -plot vdM (mu mu+) -plot rM (mu mu+) -plot vP (mu mu+) -plot sP (mu mu+) -plot sdP (mu mu+) -plot dsP (mu mu+) -plot dP (mu mu+) -plot dvP (mu mu+) -plot vdP (mu mu+) -plot rP (mu mu+) -plot ET (mu mu+) -plot vET (mu mu+) -plot sET (mu mu+) -plot sdET (mu mu+) -plot dsET (mu mu+) -plot dET (mu mu+) -plot dvET (mu mu+) -plot vdET (mu mu+) -plot rET (mu mu+) -plot MT (mu mu+) -plot vMT (mu mu+) -plot sMT (mu mu+) -plot sdMT (mu mu+) -plot dsMT (mu mu+) -plot dMT (mu mu+) -plot dvMT (mu mu+) -plot vdMT (mu mu+) -plot rMT (mu mu+) -plot PT (mu mu+) -plot vPT (mu mu+) -plot sPT (mu mu+) -plot sdPT (mu mu+) -plot dsPT (mu mu+) -plot dPT (mu mu+) -plot dvPT (mu mu+) -plot vdPT (mu mu+) -plot rPT (mu mu+) -plot PX (mu mu+) -plot vPX (mu mu+) -plot sPX (mu mu+) -plot sdPX (mu mu+) -plot dsPX (mu mu+) -plot dPX (mu mu+) -plot dvPX (mu mu+) -plot vdPX (mu mu+) -plot rPX (mu mu+) -plot PY (mu mu+) -plot vPY (mu mu+) -plot sPY (mu mu+) -plot sdPY (mu mu+) -plot dsPY (mu mu+) -plot dPY (mu mu+) -plot dvPY (mu mu+) -plot vdPY (mu mu+) -plot rPY (mu mu+) -plot PZ (mu mu+) -plot vPZ (mu mu+) -plot sPZ (mu mu+) -plot sdPZ (mu mu+) -plot dsPZ (mu mu+) -plot dPZ (mu mu+) -plot dvPZ (mu mu+) -plot vdPZ (mu mu+) -plot rPZ (mu mu+) -plot R (mu mu+) -plot vR (mu mu+) -plot sR (mu mu+) -plot sdR (mu mu+) -plot dsR (mu mu+) -plot dR (mu mu+) -plot dvR (mu mu+) -plot vdR (mu mu+) -plot rR (mu mu+) -plot DELTAR (mu mu+,mu mu+) -plot vDELTAR (mu mu+,mu mu+) -plot dDELTAR (mu mu+,mu mu+) -plot dvDELTAR (mu mu+,mu mu+) -plot vdDELTAR (mu mu+,mu mu+) -plot vETA (mu mu+) -plot sETA (mu mu+) -plot sdETA (mu mu+) -plot dsETA (mu mu+) -plot dETA (mu mu+) -plot dvETA (mu mu+) -plot vdETA (mu mu+) -plot rETA (mu mu+) -plot THETA (mu mu+) -plot vTHETA (mu mu+) -plot sTHETA (mu mu+) -plot sdTHETA (mu mu+) -plot dsTHETA (mu mu+) -plot dTHETA (mu mu+) -plot dvTHETA (mu mu+) -plot vdTHETA (mu mu+) -plot rTHETA (mu mu+) -plot PHI (mu mu+) -plot vPHI (mu mu+) -plot sPHI (mu mu+) -plot sdPHI (mu mu+) -plot dsPHI (mu mu+) -plot dPHI (mu mu+) -plot dvPHI (mu mu+) -plot vdPHI (mu mu+) -plot rPHI (mu mu+) -plot Y (mu mu+) -plot vY (mu mu+) -plot sY (mu mu+) -plot sdY (mu mu+) -plot dsY (mu mu+) -plot dY (mu mu+) -plot dvY (mu mu+) -plot vdY (mu mu+) -plot rY (mu mu+) -plot BETA (mu mu+) -plot vBETA (mu mu+) -plot sBETA (mu mu+) -plot sdBETA (mu mu+) -plot dsBETA (mu mu+) -plot dBETA (mu mu+) -plot dvBETA (mu mu+) -plot vdBETA (mu mu+) -plot rBETA (mu mu+) -plot GAMMA (mu mu+) -plot vGAMMA (mu mu+) -plot sGAMMA (mu mu+) -plot sdGAMMA (mu mu+) -plot dsGAMMA (mu mu+) -plot dGAMMA (mu mu+) -plot dvGAMMA (mu mu+) -plot vdGAMMA (mu mu+) -plot rGAMMA (mu mu+) -plot N (mu mu+) -plot vN (mu mu+) -plot sN (mu mu+) -plot sdN (mu mu+) -plot dsN (mu mu+) -plot dN (mu mu+) -plot dvN (mu mu+) -plot vdN (mu mu+) -plot rN (mu mu+) - -plot DELTAR (mu+ mu-,j) -plot vDELTAR (mu+ mu-,j) - -plot DELTAR (j,mu+ mu-) -plot vDELTAR (j,mu+ mu-) - -plot E (mu+ mu- e+) -plot vE (mu+ mu- e+) -plot sE (mu+ mu- e+) -plot M (mu+ mu- e+) -plot vM (mu+ mu- e+) -plot sM (mu+ mu- e+) -plot vP (mu+ mu- e+) -plot sP (mu+ mu- e+) -plot ET (mu+ mu- e+) -plot vET (mu+ mu- e+) -plot sET (mu+ mu- e+) -plot MT (mu+ mu- e+) -plot vMT (mu+ mu- e+) -plot sMT (mu+ mu- e+) -plot PT (mu+ mu- e+) -plot vPT (mu+ mu- e+) -plot sPT (mu+ mu- e+) -plot PX (mu+ mu- e+) -plot vPX (mu+ mu- e+) -plot sPX (mu+ mu- e+) -plot PY (mu+ mu- e+) -plot vPY (mu+ mu- e+) -plot sPY (mu+ mu- e+) -plot PZ (mu+ mu- e+) -plot vPZ (mu+ mu- e+) -plot sPZ (mu+ mu- e+) -plot R (mu+ mu- e+) -plot vR (mu+ mu- e+) -plot sR (mu+ mu- e+) -plot DELTAR (mu+ mu- e+,mu+ mu- e+) -plot vDELTAR (mu+ mu- e+,mu+ mu- e+) -plot ETA (mu+ mu- e+) -plot vETA (mu+ mu- e+) -plot sETA (mu+ mu- e+) -plot THETA (mu+ mu- e+) -plot vTHETA (mu+ mu- e+) -plot sTHETA (mu+ mu- e+) -plot PHI (mu+ mu- e+) -plot vPHI (mu+ mu- e+) -plot sPHI (mu+ mu- e+) -plot Y (mu+ mu- e+) -plot vY (mu+ mu- e+) -plot sY (mu+ mu- e+) -plot BETA (mu+ mu- e+) -plot vBETA (mu+ mu- e+) -plot sBETA (mu+ mu- e+) -plot GAMMA (mu+ mu- e+) -plot vGAMMA (mu+ mu- e+) -plot sGAMMA (mu+ mu- e+) -plot N (mu+ mu- e+) -plot vN (mu+ mu- e+) - -plot E (mu mu e+) -plot vE (mu mu e+) -plot sE (mu mu e+) -plot M (mu mu e+) -plot vM (mu mu e+) -plot sM (mu mu e+) -plot vP (mu mu e+) -plot sP (mu mu e+) -plot ET (mu mu e+) -plot vET (mu mu e+) -plot sET (mu mu e+) -plot MT (mu mu e+) -plot vMT (mu mu e+) -plot sMT (mu mu e+) -plot PT (mu mu e+) -plot vPT (mu mu e+) -plot sPT (mu mu e+) -plot PX (mu mu e+) -plot vPX (mu mu e+) -plot sPX (mu mu e+) -plot vPY (mu mu e+) -plot sPY (mu mu e+) -plot PZ (mu mu e+) -plot vPZ (mu mu e+) -plot sPZ (mu mu e+) -plot R (mu mu e+) -plot vR (mu mu e+) -plot sR (mu mu e+) -plot DELTAR (mu mu e+,mu mu e+) -plot vDELTAR (mu mu e+,mu mu e+) -plot ETA (mu mu e+) -plot vETA (mu mu e+) -plot sETA (mu mu e+) -plot THETA (mu mu e+) -plot vTHETA (mu mu e+) -plot sTHETA (mu mu e+) -plot PHI (mu mu e+) -plot vPHI (mu mu e+) -plot sPHI (mu mu e+) -plot Y (mu mu e+) -plot vY (mu mu e+) -plot sY (mu mu e+) -plot BETA (mu mu e+) -plot vBETA (mu mu e+) -plot sBETA (mu mu e+) -plot GAMMA (mu mu e+) -plot vGAMMA (mu mu e+) -plot sGAMMA (mu mu e+) -plot N (mu mu e+) -plot vN (mu mu e+) -plot sN (mu mu e+) - -plot DELTAR (mu+ mu- e+,j) -plot vDELTAR (mu+ mu- e+,j) -plot DELTAR (j,mu+ mu- e+) -plot vDELTAR (j,mu+ mu- e+) -plot DELTAR (mu mu e+,j) -plot vDELTAR (mu mu e+,j) -plot DELTAR (j,mu mu e+) -plot vDELTAR (j,mu mu e+) -plot DELTAR (j j,mu mu e+) -plot vDELTAR (j j,mu mu e+) -plot DELTAR (mu mu e+,j j) -plot vDELTAR (mu mu e+,j j) - -plot E (mu+ mu- e+ e-) -plot vE (mu+ mu- e+ e-) -plot sE (mu+ mu- e+ e-) -plot M (mu+ mu- e+ e-) -plot vM (mu+ mu- e+ e-) -plot sM (mu+ mu- e+ e-) -plot vP (mu+ mu- e+ e-) -plot sP (mu+ mu- e+ e-) -plot ET (mu+ mu- e+ e-) -plot vET (mu+ mu- e+ e-) -plot sET (mu+ mu- e+ e-) -plot MT (mu+ mu- e+ e-) -plot vMT (mu+ mu- e+ e-) -plot sMT (mu+ mu- e+ e-) -plot PT (mu+ mu- e+ e-) -plot vPT (mu+ mu- e+ e-) -plot sPT (mu+ mu- e+ e-) -plot PX (mu+ mu- e+ e-) -plot vPX (mu+ mu- e+ e-) -plot sPX (mu+ mu- e+ e-) -plot PY (mu+ mu- e+ e-) -plot vPY (mu+ mu- e+ e-) -plot sPY (mu+ mu- e+ e-) -plot PZ (mu+ mu- e+ e-) -plot vPZ (mu+ mu- e+ e-) -plot sPZ (mu+ mu- e+ e-) -plot R (mu+ mu- e+ e-) -plot vR (mu+ mu- e+ e-) -plot sR (mu+ mu- e+ e-) -plot DELTAR (mu+ mu- e+ e-,mu+ mu- e+ e-) -plot vDELTAR (mu+ mu- e+ e-,mu+ mu- e+ e-) -plot ETA (mu+ mu- e+ e-) -plot vETA (mu+ mu- e+ e-) -plot sETA (mu+ mu- e+ e-) -plot THETA (mu+ mu- e+ e-) -plot vTHETA (mu+ mu- e+ e-) -plot sTHETA (mu+ mu- e+ e-) -plot PHI (mu+ mu- e+ e-) -plot vPHI (mu+ mu- e+ e-) -plot sPHI (mu+ mu- e+ e-) -plot Y (mu+ mu- e+ e-) -plot vY (mu+ mu- e+ e-) -plot sY (mu+ mu- e+ e-) -plot BETA (mu+ mu- e+ e-) -plot vBETA (mu+ mu- e+ e-) -plot sBETA (mu+ mu- e+ e-) -plot GAMMA (mu+ mu- e+ e-) -plot vGAMMA (mu+ mu- e+ e-) -plot sGAMMA (mu+ mu- e+ e-) -plot N (mu+ mu- e+ e-) -plot vN (mu+ mu- e+ e-) - -plot E (mu mu e+ e-) -plot vE (mu mu e+ e-) -plot sE (mu mu e+ e-) -plot M (mu mu e+ e-) -plot vM (mu mu e+ e-) -plot sM (mu mu e+ e-) -plot vP (mu mu e+ e-) -plot sP (mu mu e+ e-) -plot ET (mu mu e+ e-) -plot vET (mu mu e+ e-) -plot sET (mu mu e+ e-) -plot MT (mu mu e+ e-) -plot vMT (mu mu e+ e-) -plot sMT (mu mu e+ e-) -plot PT (mu mu e+ e-) -plot vPT (mu mu e+ e-) -plot sPT (mu mu e+ e-) -plot PX (mu mu e+ e-) -plot vPX (mu mu e+ e-) -plot sPX (mu mu e+ e-) -plot vPY (mu mu e+ e-) -plot sPY (mu mu e+ e-) -plot PZ (mu mu e+ e-) -plot vPZ (mu mu e+ e-) -plot sPZ (mu mu e+ e-) -plot R (mu mu e+ e-) -plot vR (mu mu e+ e-) -plot sR (mu mu e+ e-) -plot DELTAR (mu mu e+ e-,mu mu e+ e-) -plot vDELTAR (mu mu e+ e-,mu mu e+ e-) -plot ETA (mu mu e+ e-) -plot vETA (mu mu e+ e-) -plot sETA (mu mu e+ e-) -plot THETA (mu mu e+ e-) -plot vTHETA (mu mu e+ e-) -plot sTHETA (mu mu e+ e-) -plot PHI (mu mu e+ e-) -plot vPHI (mu mu e+ e-) -plot sPHI (mu mu e+ e-) -plot Y (mu mu e+ e-) -plot vY (mu mu e+ e-) -plot sY (mu mu e+ e-) -plot BETA (mu mu e+ e-) -plot vBETA (mu mu e+ e-) -plot sBETA (mu mu e+ e-) -plot GAMMA (mu mu e+ e-) -plot vGAMMA (mu mu e+ e-) -plot sGAMMA (mu mu e+ e-) -plot N (mu mu e+ e-) -plot vN (mu mu e+ e-) -plot sN (mu mu e+ e-) - -plot DELTAR (mu+ mu- e+ e-,j) -plot vDELTAR (mu+ mu- e+ e-,j) -plot DELTAR (j,mu+ mu- e+ e-) -plot vDELTAR (j,mu+ mu- e+ e-) -plot DELTAR (mu mu e+ e-,j) -plot vDELTAR (mu mu e+ e-,j) -plot DELTAR (j,mu mu e+ e-) -plot vDELTAR (j,mu mu e+ e-) -plot DELTAR (j j,mu mu e+ e-) -plot vDELTAR (j j,mu mu e+ e-) -plot DELTAR (mu mu e+ e-,j j) -plot vDELTAR (mu mu e+ e-, j j) -plot DELTAR (j j j,mu mu e+ e-) -plot vDELTAR (j j j,mu mu e+ e-) -plot DELTAR (mu mu e+ e-,j j j) -plot vDELTAR (mu mu e+ e-, j j j) - -plot E (all mu+) -plot vE (all mu+) -plot sE (all mu+) -plot M (all mu+) -plot vM (all mu+) -plot sM (all mu+) -plot vP (all mu+) -plot sP (all mu+) -plot ET (all mu+) -plot vET (all mu+) -plot sET (all mu+) -plot MT (all mu+) -plot vMT (all mu+) -plot sMT (all mu+) -plot PT (all mu+) -plot vPT (all mu+) -plot sPT (all mu+) -plot PX (all mu+) -plot vPX (all mu+) -plot sPX (all mu+) -plot PY (all mu+) -plot vPY (all mu+) -plot sPY (all mu+) -plot PZ (all mu+) -plot vPZ (all mu+) -plot sPZ (all mu+) -plot R (all mu+) -plot vR (all mu+) -plot sR (all mu+) -plot DELTAR (all mu+,all mu+) -plot vDELTAR (all mu+,all mu+) -plot ETA (all mu+) -plot vETA (all mu+) -plot sETA (all mu+) -plot THETA (all mu+) -plot vTHETA (all mu+) -plot sTHETA (all mu+) -plot PHI (all mu+) -plot vPHI (all mu+) -plot sPHI (all mu+) -plot Y (all mu+) -plot vY (all mu+) -plot sY (all mu+) -plot BETA (all mu+) -plot vBETA (all mu+) -plot sBETA (all mu+) -plot GAMMA (all mu+) -plot vGAMMA (all mu+) -plot sGAMMA (all mu+) -plot N (all mu+) -plot vN (all mu+) - -plot E (all mu) -plot vE (all mu) -plot sE (all mu) -plot M (all mu) -plot vM (all mu) -plot sM (all mu) -plot vP (all mu) -plot sP (all mu) -plot ET (all mu) -plot vET (all mu) -plot sET (all mu) -plot MT (all mu) -plot vMT (all mu) -plot sMT (all mu) -plot PT (all mu) -plot vPT (all mu) -plot sPT (all mu) -plot PX (all mu) -plot vPX (all mu) -plot sPX (all mu) -plot vPY (all mu) -plot sPY (all mu) -plot PZ (all mu) -plot vPZ (all mu) -plot sPZ (all mu) -plot R (all mu) -plot vR (all mu) -plot sR (all mu) -plot DELTAR (all mu,all mu) -plot vDELTAR (all mu,all mu) -plot ETA (all mu) -plot vETA (all mu) -plot sETA (all mu) -plot THETA (all mu) -plot vTHETA (all mu) -plot sTHETA (all mu) -plot PHI (all mu) -plot vPHI (all mu) -plot sPHI (all mu) -plot Y (all mu) -plot vY (all mu) -plot sY (all mu) -plot BETA (all mu) -plot vBETA (all mu) -plot sBETA (all mu) -plot GAMMA (all mu) -plot vGAMMA (all mu) -plot sGAMMA (all mu) -plot N (all mu) -plot vN (all mu) -plot sN (all mu) - -plot DELTAR (all mu+,j) -plot vDELTAR (all mu+,j) - -plot DELTAR (j,all mu+) -plot vDELTAR (j,all mu+) - -plot M (mu- mu- and mu+ mu+ and mu mu) -plot M (mu-_isol mu-_isol and mu+_isol mu+_isol and mu_isol mu_isol) -plot M (mu-[1] mu- and mu+ mu+[2]) - -plot PT (mu+[1]) -plot PT (mu+[2]) -plot PT (mu+[3]) -plot PT (mu+[-1]) -plot PT (mu+[-2]) -plot PT (mu+[-3]) -plot PT (mu+[-4]) -plot N (mu+[1]) -plot N (mu+[2]) -plot N (mu+[3]) -plot N (mu+[-1]) -plot N (mu+[-2]) -plot N (mu+[-3]) -plot N (mu+[-4]) -plot M (mu+[1] mu-[1]) -plot M (mu+[2] mu-[1]) -plot M (mu+[3] mu-[1]) -plot M (mu+[-3] mu-[1]) -plot M (mu+[-4] mu-[1] mu+[2]) -plot dsETA(j[1] j[2]) -plot PT (mu+[1]) [PTordering] -plot PT (mu+[2]) [PTordering] -plot PT (mu+[3]) [PTordering] -plot PT (mu+[-1]) [PTordering] -plot PT (mu+[-2]) [PTordering] -plot PT (mu+[-3]) [PTordering] -plot PT (mu+[-4]) [PTordering] -plot PT (mu+[1]) [Pordering] -plot PT (mu+[2]) [Pordering] -plot PT (mu+[3]) [Pordering] -plot PT (mu+[-1]) [Pordering] -plot PT (mu+[-2]) [Pordering] -plot PT (mu+[-3]) [Pordering] -plot PT (mu+[-4]) [Pordering] -plot PT (mu+[1]) [Eordering] -plot PT (mu+[2]) [Eordering] -plot PT (mu+[3]) [Eordering] -plot PT (mu+[-1]) [Eordering] -plot PT (mu+[-2]) [Eordering] -plot PT (mu+[-3]) [Eordering] -plot PT (mu+[-4]) [Eordering] -plot PT (mu+[1]) [ETordering] -plot PT (mu+[2]) [ETordering] -plot PT (mu+[3]) [ETordering] -plot PT (mu+[-1]) [ETordering] -plot PT (mu+[-2]) [ETordering] -plot PT (mu+[-3]) [ETordering] -plot PT (mu+[-4]) [ETordering] -plot PT (mu+[1]) [PXordering] -plot PT (mu+[2]) [PXordering] -plot PT (mu+[3]) [PXordering] -plot PT (mu+[-1]) [PXordering] -plot PT (mu+[-2]) [PXordering] -plot PT (mu+[-3]) [PXordering] -plot PT (mu+[-4]) [PXordering] -plot PT (mu+[1]) [PYordering] -plot PT (mu+[2]) [PYordering] -plot PT (mu+[3]) [PYordering] -plot PT (mu+[-1]) [PYordering] -plot PT (mu+[-2]) [PYordering] -plot PT (mu+[-3]) [PYordering] -plot PT (mu+[-4]) [PYordering] -plot PT (mu+[1]) [PZordering] -plot PT (mu+[2]) [PZordering] -plot PT (mu+[3]) [PZordering] -plot PT (mu+[-1]) [PZordering] -plot PT (mu+[-2]) [PZordering] -plot PT (mu+[-3]) [PZordering] -plot PT (mu+[-4]) [PZordering] -plot PT (mu+[1]) [ETAordering] -plot PT (mu+[2]) [ETAordering] -plot PT (mu+[3]) [ETAordering] -plot PT (mu+[-1]) [ETAordering] -plot PT (mu+[-2]) [ETAordering] -plot PT (mu+[-3]) [ETAordering] -plot PT (mu+[-4]) [ETAordering] - -reject (mu+) E > 2.0 -select 80 < M (mu+ mu-) < 120 - -import $MA5PATH/samples/*lhco* - -submit - -plot PT (j) -select PT (e+) > 3.0 -reject (mu+) ETA > 1.5 - -resubmit \ No newline at end of file diff --git a/validation/src/ma5_validation/system/__init__.py b/validation/src/ma5_validation/system/__init__.py deleted file mode 100644 index 2ca11725..00000000 --- a/validation/src/ma5_validation/system/__init__.py +++ /dev/null @@ -1,17 +0,0 @@ -from .exceptions import ( - InvalidMode, - InvalidScript, - InvalidMadAnalysisPath, - MadAnalysis5Error, - MadAnalysis5ExecutionError, - InvalidSyntax, -) - -__all__ = [ - "InvalidScript", - "InvalidMode", - "InvalidMadAnalysisPath", - "MadAnalysis5Error", - "MadAnalysis5ExecutionError", - "InvalidSyntax", -] diff --git a/validation/src/ma5_validation/system/exceptions.py b/validation/src/ma5_validation/system/exceptions.py deleted file mode 100644 index 19887b29..00000000 --- a/validation/src/ma5_validation/system/exceptions.py +++ /dev/null @@ -1,66 +0,0 @@ -################################################################################ -# -# Copyright (C) 2012-2022 Jack Araz, Eric Conte & Benjamin Fuks -# The MadAnalysis development team, email: <ma5team@iphc.cnrs.fr> -# -# This file is part of MadAnalysis 5. -# Official website: <https://github.com/MadAnalysis/madanalysis5> -# -# MadAnalysis 5 is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# MadAnalysis 5 is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with MadAnalysis 5. If not, see <http://www.gnu.org/licenses/> -# -################################################################################ - -import warnings - -Red = "\x1b[31m" -End = "\x1b[0m" - - -class InvalidScript(Exception): - """Invalid Script Exception""" - - def __init__(self, message="Invalid Script!"): - super(InvalidScript, self).__init__(Red + message + End) - - -class InvalidMode(Exception): - """Invalid Mode Exception""" - - def __init__(self, message="Invalid mode!"): - super(InvalidMode, self).__init__(Red + message + End) - - -class InvalidMadAnalysisPath(Exception): - """Invalid path for MadAnalysis 5 Package""" - - def __init__(self, message="Invalid MadAnalysis 5 path!"): - super(InvalidMadAnalysisPath, self).__init__(Red + message + End) - - -class MadAnalysis5Error(Exception): - """MadAnalysis 5 Error""" - - def __init__(self, message="MadAnalysis 5 raised an error!"): - super(MadAnalysis5Error, self).__init__(Red + message + End) - - -class MadAnalysis5ExecutionError(Exception): - """MadAnalysis 5 execution has failed""" - - def __init__(self, message="MadAnalysis 5 failed during execution!"): - super(MadAnalysis5ExecutionError, self).__init__(Red + message + End) - - -def InvalidSyntax(message): - warnings.warn(message, SyntaxWarning, stacklevel=2) diff --git a/validation/src/ma5_validation/utils/__init__.py b/validation/src/ma5_validation/utils/__init__.py deleted file mode 100644 index 128ac12d..00000000 --- a/validation/src/ma5_validation/utils/__init__.py +++ /dev/null @@ -1,13 +0,0 @@ -from .script_handler import ScriptReader -from .job_handler import JobHandler -from .path_handler import PathHandler -from .installation_handler import InstallationHandler -from .mode_handler import MA5Mode - -__all__ = [ - "ScriptReader", - "JobHandler", - "PathHandler", - "InstallationHandler", - "MA5Mode", -] diff --git a/validation/src/ma5_validation/utils/installation_handler.py b/validation/src/ma5_validation/utils/installation_handler.py deleted file mode 100644 index bb937f9e..00000000 --- a/validation/src/ma5_validation/utils/installation_handler.py +++ /dev/null @@ -1,56 +0,0 @@ -################################################################################ -# -# Copyright (C) 2012-2022 Jack Araz, Eric Conte & Benjamin Fuks -# The MadAnalysis development team, email: <ma5team@iphc.cnrs.fr> -# -# This file is part of MadAnalysis 5. -# Official website: <https://github.com/MadAnalysis/madanalysis5> -# -# MadAnalysis 5 is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# MadAnalysis 5 is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with MadAnalysis 5. If not, see <http://www.gnu.org/licenses/> -# -################################################################################ - - -import os -from typing import Text, Sequence, Union - -from ma5_validation.system.exceptions import InvalidMadAnalysisPath -from .path_handler import PathHandler -from .script_handler import ScriptReader - - -class InstallationHandler(ScriptReader): - _installable = [ - "fastjet", - "delphes", - "root", - "PAD", - "PADForSFS", - "PADForMA5Tune", - "samples", - "zlib", - ] - - def __init__(self, packages: Union[Text, Sequence[Text]]): - super(InstallationHandler, self).__init__(name="install") - - if isinstance(packages, str): - packages = [packages] - - self.title = "Package Installation: " + ", ".join(packages) - - self._ma5_commands = [f"#BEGIN\nset main.currentdir = {PathHandler.MA5PATH}\n"] - for package in packages: - if package in InstallationHandler._installable: - self._ma5_commands.append(f"install {package}\n") diff --git a/validation/src/ma5_validation/utils/job_handler.py b/validation/src/ma5_validation/utils/job_handler.py deleted file mode 100644 index 136ab669..00000000 --- a/validation/src/ma5_validation/utils/job_handler.py +++ /dev/null @@ -1,240 +0,0 @@ -################################################################################ -# -# Copyright (C) 2012-2022 Jack Araz, Eric Conte & Benjamin Fuks -# The MadAnalysis development team, email: <ma5team@iphc.cnrs.fr> -# -# This file is part of MadAnalysis 5. -# Official website: <https://github.com/MadAnalysis/madanalysis5> -# -# MadAnalysis 5 is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# MadAnalysis 5 is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with MadAnalysis 5. If not, see <http://www.gnu.org/licenses/> -# -################################################################################ - - -import os -import shutil -import subprocess -from typing import Text, Sequence, Union - -from ma5_validation.system.exceptions import ( - MadAnalysis5Error, - InvalidSyntax, - MadAnalysis5ExecutionError, -) -from .path_handler import PathHandler -import warnings - -from .script_handler import ScriptReader - - -class JobHandler: - """ - Execute and analyse the MadAnalysis 5 jobs. - - Parameters - ---------- - script : ScriptReader - Parsed madanalysis script to be executed - paths : PathHandler - Validated paths. - debug: bool - Enable or disable debug mode. Default True. - """ - - def __init__(self, script: ScriptReader, paths: PathHandler = None, debug: bool = True): - assert isinstance(script, ScriptReader), f"Unknown input type: {type(script)}" - self.script = script - self.debug = debug - - if paths is None: - self.ma5_path = PathHandler.MA5PATH - self.log_path = PathHandler.LOGPATH - else: - self.ma5_path = paths.MA5PATH - self.log_path = paths.LOGPATH - self.log_file = os.path.join(self.log_path, self.script.name + ".log") - - def write_ma5script(self, commands: Text, name: Text = None) -> None: - """ - Write dedicated MadAnalysis 5 script - Parameters - ---------- - commands : Text - Commands to be executed - name : Text - Name of the script - """ - script_name = os.path.join( - self.log_path, name if name is not None else self.script.name + ".ma5" - ) - with open(script_name, "w") as script: - script.write(commands) - - def __execute_command(self, commands: Sequence[Text], path: Text, **kwargs) -> bool: - """ - Execute a command - - Parameters - ---------- - commands : Sequence[Text] - list of commands - path : Text - path where the execution takes place - kwargs - additional parameters - - Returns - ------- - bool - """ - - print(" ".join(commands)) - result = subprocess.Popen(" ".join(commands), cwd=path, **kwargs) - p_wait = result.wait() - out, err = result.communicate() - - return result.returncode == 0 - - def execute(self) -> bool: - """ - Execute MadAnalysis 5 script - """ - if not self.script.IsExpert: - self.write_ma5script(self.script.commands) - - commands = [ - "./bin/ma5", - "--forced", - "--script", - # "--debug", - self.script.mode_flag(), - os.path.join(self.log_path, self.script.name + ".ma5"), - "&>", - self.log_file, - ] - if self.debug: - commands.insert(3, "--debug") - - print(" * Running MadAnalysis 5: " + self.script.title) - try: - result = self.__execute_command(commands, self.ma5_path, shell=True) - except Exception as err: - log_file = "" - with open(self.log_file, "r", encoding="utf-8") as log: - log_file = log.read() - raise MadAnalysis5ExecutionError( - f"A problem has occured during MadAnalysis 5 execution\n\n{err}\n\n{log_file}" - ) - else: - self.write_ma5script(self.script.commands) - commands = [ - "./bin/ma5", - "--forced", - "--script", - # "--debug", - self.script.mode_flag(), - os.path.join(self.log_path, self.script.name), - self.script.expert_name, - os.path.join(self.log_path, self.script.name + ".ma5"), - "&>", - self.log_file, - ] - - print(" * Running MadAnalysis 5: " + self.script.title) - try: - result = self.__execute_command(commands, self.ma5_path, shell=True) - - if not os.path.isdir(os.path.join(self.log_path, self.script.name)): - raise MadAnalysis5ExecutionError( - f"Expert mode workspace is not created: {os.path.join(self.log_path, self.script.name)}" - ) - - with open( - os.path.join(self.log_path, self.script.name, "Input/_defaultset.list"), "w" - ) as inputs: - inputs.write("\n".join(self.script.sample)) - - # Copy analysis files - for file in [self.script.cpp, self.script.header]: - shutil.copy( - file, - os.path.join( - self.log_path, self.script.name, "Build/SampleAnalyzer/User/Analyzer/" - ), - ) - - # Execute - result = self.__execute_command( - ["source", "setup.sh", "&>", "setup.log" , "&&"] + - ["make", "clean", "all", "&>", "compilation.log", "&&"] + - [ - "./MadAnalysis5job", - os.path.join(self.log_path, self.script.name, "Input/_defaultset.list"), - self.script.command_line, - "&>", - self.log_file, - ], - os.path.join(self.log_path, self.script.name, "Build"), - shell=True, - ) - - except Exception as err: - log_file = "" - with open(self.log_file, "r", encoding="utf-8") as log: - log_file = log.read() - raise MadAnalysis5ExecutionError( - f"A problem has occured during MadAnalysis 5 execution\n\n{err}\n\n{log_file}" - ) - - print(" * Execution completed: " + self.script.title) - return True - - def check(self): - """ - Check the log file for errors - - Raises - ------ - MadAnalysis5Error - If MadAnalysis 5 raised an error during the execution. - """ - beginTag = False - errorTag = False - log_file = None - with open(self.log_file, "r", encoding="utf-8") as log: - for line in log: - # Start from the beginning of the validation script to validate the session instead of the end. - # This will give the ability to check the errors on the python-interface as well - if line.find("ma5>#BEGIN") != -1: - beginTag = True - if not self.script.IsExpert: - if beginTag: - if line.find("ERROR") != -1 or line.find("MA5-ERROR") != -1: - errorTag = True - log_file = log.read() - break - if not beginTag and not self.script.IsExpert: - InvalidSyntax(" * Can not find the beginning of the script.") - - if errorTag: - raise MadAnalysis5Error( - f"MadAnalysis has raised an error. For details, please see: {self.log_file}" - f"\n\n\n{log_file}" - ) - - # TODO: This checker needs an numerical validation as well. Currently it only checks - # if there is a problem with the execution of the scripts i.e. if SampleAnalyzer or python - # interface raises an error. - - return True diff --git a/validation/src/ma5_validation/utils/mode_handler.py b/validation/src/ma5_validation/utils/mode_handler.py deleted file mode 100644 index 2b6bdd46..00000000 --- a/validation/src/ma5_validation/utils/mode_handler.py +++ /dev/null @@ -1,97 +0,0 @@ -################################################################################ -# -# Copyright (C) 2012-2022 Jack Araz, Eric Conte & Benjamin Fuks -# The MadAnalysis development team, email: <ma5team@iphc.cnrs.fr> -# -# This file is part of MadAnalysis 5. -# Official website: <https://github.com/MadAnalysis/madanalysis5> -# -# MadAnalysis 5 is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# MadAnalysis 5 is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with MadAnalysis 5. If not, see <http://www.gnu.org/licenses/> -# -################################################################################ - -from enum import Enum, auto -from typing import Text - - -class _AutoName(Enum): - def _generate_next_value_(name, start, count, last_values): - return name - - -class MA5Mode(_AutoName): - """ - MadAnalysis 5 mode handler. Available modes are; - - PARTON - HADRON - RECO - RECOFAC - EXPERTRECO - EXPERTHADRON - EXPERTPARTON - EXPERT - - See MadAnalysis 5 packege for details. - """ - - PARTON = auto() - HADRON = auto() - RECO = auto() - RECOFAC = auto() - EXPERTRECO = auto() - EXPERTHADRON = auto() - EXPERTPARTON = auto() - EXPERT = auto() - - @staticmethod - def get_mode(mode: Text): - """ - Get mode indicator - Parameters - ---------- - mode : Text - MadAnalysis 5 mode - - Returns - ------- - Enumerated MadAnalysis Mode - - Raises - ------ - InvalidMode - If an unknown mode has been given. - """ - if mode.upper() not in MA5Mode._member_names_: - raise InvalidMode( - f"Unknown mode: {mode}. Available modes are: " + ", ".join(MA5Mode._member_names_) - ) - - else: - return MA5Mode.__dict__.get(mode.upper(), False) - - @staticmethod - def get_flag(mode): - flags = { - MA5Mode.PARTON: "--partonlevel", - MA5Mode.HADRON: "--hadronlevel", - MA5Mode.RECO: "--recolevel", - MA5Mode.RECOFAC: "--FAC --recolevel", - MA5Mode.EXPERTRECO: "-Re", - MA5Mode.EXPERTHADRON: "--hadronlevel -e", - MA5Mode.EXPERTPARTON: "--partonlevel -e", - MA5Mode.EXPERT: "-e", - } - - return flags.get(mode, " ") diff --git a/validation/src/ma5_validation/utils/path_handler.py b/validation/src/ma5_validation/utils/path_handler.py deleted file mode 100644 index 2273291a..00000000 --- a/validation/src/ma5_validation/utils/path_handler.py +++ /dev/null @@ -1,137 +0,0 @@ -################################################################################ -# -# Copyright (C) 2012-2022 Jack Araz, Eric Conte & Benjamin Fuks -# The MadAnalysis development team, email: <ma5team@iphc.cnrs.fr> -# -# This file is part of MadAnalysis 5. -# Official website: <https://github.com/MadAnalysis/madanalysis5> -# -# MadAnalysis 5 is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# MadAnalysis 5 is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with MadAnalysis 5. If not, see <http://www.gnu.org/licenses/> -# -################################################################################ - - -import os, sys -from typing import Text - -from ma5_validation.system.exceptions import InvalidMadAnalysisPath - - -class PathHandler: - """ - Class includes all the paths defined within the validation suite - - LOGPATH: Location for the outputs of the validation scripts will be exported. Can be changed - via `PathHandler.set_logpath(PATH)` - MA5PATH: MadAnalysis 5 path. By default the path is the one that hosts validation suite. - Can be changed via `PathHandler.set_ma5path(PATH)`. - MA5_SCRIPTPATH: Main path for the validation scripts. - PARTON_LEVEL_PATH: Main path for the parton level validation scripts. - HADRON_LEVEL_PATH: Main path for the hadron level validation scripts. - RECO_LEVEL_PATH: Main path for the reco level validation scripts. - EXPERT_LEVEL_PATH: Main path for the expert level validation scripts. - FASTJET_INTERFACE_PATH: Main path for the fastjet interface validation scripts. - """ - - # Set defult log path - LOGPATH = os.path.dirname(os.path.realpath(__file__)) - for _ in range(3): - LOGPATH = os.path.split(LOGPATH)[0] - LOGPATH = os.path.join(LOGPATH, "scripts", "log") - if not os.path.isdir(LOGPATH): - os.mkdir(LOGPATH) - - # Default MA5 path - MA5PATH = os.path.dirname(os.path.realpath(__file__)) - for _ in range(4): - MA5PATH = os.path.split(MA5PATH)[0] - - # Sample path - SMP_PATH = os.path.join(MA5PATH, "samples") - - # Main path for the validation scripts - MA5_SCRIPTPATH = os.path.join( - os.path.split(os.path.dirname(os.path.realpath(__file__)))[0], "ma5_scripts" - ) - - # These paths defines the location of the validation scripts - PARTON_LEVEL_PATH = os.path.join(MA5_SCRIPTPATH, "parton_level") - HADRON_LEVEL_PATH = os.path.join(MA5_SCRIPTPATH, "hadron_level") - RECO_LEVEL_PATH = os.path.join(MA5_SCRIPTPATH, "reco_level") - EXPERT_LEVEL_PATH = os.path.join(MA5_SCRIPTPATH, "expert_level") - FASTJET_INTERFACE_PATH = os.path.join(MA5_SCRIPTPATH, "fastjet_interface") - DELPHES_INTERFACE_PATH = os.path.join(MA5_SCRIPTPATH, "delphes_interface") - PAD_INTERFACE_PATH = os.path.join(MA5_SCRIPTPATH, "pad_interface") - - @staticmethod - def set_ma5path(ma5_path: Text) -> None: - """ - Set MadAnalysis path - Parameters - ---------- - ma5_path : Text - A valid path for MadAnalysis 5 package - """ - if not os.path.isdir(ma5_path): - raise InvalidMadAnalysisPath(f"Invalid path: {ma5_path}") - if not os.path.isdir(os.path.join(ma5_path, "tools/ReportGenerator/Services")): - raise InvalidMadAnalysisPath(f"Invalid path: {ma5_path}") - PathHandler.MA5PATH = os.path.normpath(ma5_path) - SMP_PATH = os.path.join(PathHandler.MA5PATH, "samples") - - @staticmethod - def set_logpath(logpath: Text) -> None: - """ - Set log path for validation suite - Parameters - ---------- - logpath : Text - The path where log file should be - """ - if not os.path.isdir(logpath): - os.mkdir(logpath) - PathHandler.LOGPATH = logpath - - @staticmethod - def check_ma5_setup(): - """ - Check current MadAnalysis Architecture - - Returns - ------- - session and architecture info - """ - if not os.path.isdir(PathHandler.MA5PATH): - raise InvalidMadAnalysisPath( - "Detected MadAnalysis 5 general folder is not correct: " + PathHandler.MA5PATH - ) - os.environ["MA5_BASE"] = PathHandler.MA5PATH - sys.path.insert(0, PathHandler.MA5PATH) - servicedir = os.path.join(PathHandler.MA5PATH, "tools/ReportGenerator/Services") - if not os.path.isdir(servicedir): - raise InvalidMadAnalysisPath( - "Detected MadAnalysis 5 service folder is not correct: " + PathHandler.MA5PATH - ) - sys.path.insert(0, servicedir) - from madanalysis.core.main import Main as ma5_main - - curdir = os.getcwd() - os.chdir(os.path.join(PathHandler.MA5PATH, "bin")) - main = ma5_main() - main.archi_info.ma5dir = PathHandler.MA5PATH - main.CheckConfig(debug=True) - main.CheckConfig2(debug=True) - main.Display() - os.chdir(curdir) - return main.session_info, main.archi_info diff --git a/validation/src/ma5_validation/utils/script_handler.py b/validation/src/ma5_validation/utils/script_handler.py deleted file mode 100644 index 99593b9f..00000000 --- a/validation/src/ma5_validation/utils/script_handler.py +++ /dev/null @@ -1,259 +0,0 @@ -################################################################################ -# -# Copyright (C) 2012-2022 Jack Araz, Eric Conte & Benjamin Fuks -# The MadAnalysis development team, email: <ma5team@iphc.cnrs.fr> -# -# This file is part of MadAnalysis 5. -# Official website: <https://github.com/MadAnalysis/madanalysis5> -# -# MadAnalysis 5 is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# MadAnalysis 5 is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with MadAnalysis 5. If not, see <http://www.gnu.org/licenses/> -# -################################################################################ -import os -from typing import Text - -from ma5_validation.system.exceptions import InvalidScript -from .mode_handler import MA5Mode -from .path_handler import PathHandler - - -class ScriptReader: - """ - Validation script reader. - - Format of the valiation script: - ``` - #TITLE Script title - #MODE Ma5 run mode - - plot MET - select MET > 20 - import $MA5PATH/samples/*lhe* - ``` - `$MA5PATH` indicates madanalysis path which has been in use with the current validation run. - - Parameters - ---------- - filename : Text - script name or full path. - """ - - _modes = MA5Mode._member_names_ - - def __init__(self, filename: Text = None, name: Text = None): - if name is None: - self.name = os.path.basename(filename).split(".ma5")[0] - else: - self.name = name - self.filename = filename - self._mode = None - self.title = None - self._ma5_commands = [] - - @staticmethod - def _modifier(line: Text) -> Text: - """ - Modifies the input string's keywords - - Parameters - ---------- - line : Text - input string - - Returns - ------- - Text: - modified line - """ - modifications = { - "$MA5PATH": PathHandler.MA5PATH, - "$SMP_PATH": PathHandler.SMP_PATH, - "$LOGPATH": PathHandler.LOGPATH, - "$PARTON_LEVEL_PATH": PathHandler.PARTON_LEVEL_PATH, - "$HADRON_LEVEL_PATH": PathHandler.HADRON_LEVEL_PATH, - "$RECO_LEVEL_PATH": PathHandler.RECO_LEVEL_PATH, - "$EXPERT_LEVEL_PATH": PathHandler.EXPERT_LEVEL_PATH, - "$FASTJET_INTERFACE_PATH": PathHandler.FASTJET_INTERFACE_PATH, - "$DELPHES_INTERFACE_PATH": PathHandler.DELPHES_INTERFACE_PATH, - } - for key, path in modifications.items(): - line = line.replace(key, path) - return line - - def decode(self) -> None: - """ - Decode MadAnalysis 5 validation script. Format: - - ``` - #TITLE Script title - #MODE Ma5 run mode - #SUBMIT Submission folder name i.e. sfs_test - - plot MET - select MET > 20 - ``` - """ - if self.filename is None: - raise InvalidScript("File name is not defined.") - - if len(self.filename.split("/")) > 1: - if os.path.isfile(self.filename): - filename = self.filename - else: - raise FileNotFoundError(f"Can't find ma5 script: {self.filename}") - else: - filename = os.path.join( - os.path.split(os.path.dirname(os.path.realpath(__file__)))[0], - "ma5_scripts", - self.filename, - ) - if not os.path.isfile(filename): - raise FileNotFoundError(f"Can't find ma5 script: {filename}") - - with open(filename, "r", encoding="utf-8") as script: - script_lines = [] - for line in script: - if line.startswith("#TITLE"): - self.title = " ".join(line[6:-1].split()) - continue - elif line.startswith("#MODE"): - self.mode = line.split()[1] - - if self.IsExpert: - # initialize Expert mode attributes - for attr in ["cpp", "header", "sample", "expert_name", "command_line"]: - setattr(self, attr, None) - - continue - - if None in [self.mode, self.title]: - raise InvalidScript( - f"First two lines of the script needs to include #TITLE and #MODE: {filename}" - ) - - # Read location of the cpp and header files - if self.IsExpert: - if line.startswith("#CPP"): - self.cpp = self._modifier(line.split()[1]) - elif line.startswith("#HEADER"): - self.header = self._modifier(line.split()[1]) - elif line.startswith("#COMMANDLINE"): - self.command_line = " ".join(line.split("#COMMANDLINE")[1:]) - - if not line.startswith("#") and not line.startswith("\n"): - line = self._modifier(line) - if line.startswith("import"): - if not self.IsExpert: - script_lines.append(line) - else: - sample = line.split()[-1] - if "*" in sample: - from glob import glob - - self.sample = glob(sample) - else: - self.sample = [sample] - - elif "submit" in line and not self.IsExpert: - script_lines.append( - f"submit {os.path.join(PathHandler.LOGPATH, self.name + '_' + self.mode.name)}\n" - ) - else: - script_lines.append(line) - - if None in [self.mode, self.title]: - raise InvalidScript( - f"Script does not have mode or title. Please check the script: {filename}" - ) - - if self.IsExpert: - assert None not in [self.cpp, self.header], "CPP and Header files are not defined" - assert ( - os.path.basename(self.cpp).split(".cpp")[0] - == os.path.basename(self.header).split(".h")[0] - ), "Invalid expert analysis decleration" - assert self.sample is not None, "No sample has been provided." - assert os.path.isfile(self.cpp), f"Can't find {self.cpp}" - assert os.path.isfile(self.header), f"Can't find {self.header}" - self.expert_name = os.path.basename(self.cpp).split(".cpp")[0] - self.command_line = "" if self.command_line is None else self.command_line - - self._ma5_commands = script_lines - - @property - def commands(self) -> Text: - """ - Write commands list to text format - - Returns - ------- - Text: MadAnalysis 5 commands - """ - return "#BEGIN\n" + "".join(self._ma5_commands) + "\n#END\n" - - @property - def mode(self): - """ - Get or set MadAnalysis 5 Mode - - Parameters - ---------- - mode : Text - Mode indicator - - Raises - ------ - InvalidMode: If Mode has not been implemented in validation suite - """ - return self._mode - - @mode.setter - def mode(self, mode: Text) -> None: - """ - Set MadAnalysis 5 mode - - Parameters - ---------- - mode : Text - Mode indicator - - Raises - ------ - InvalidMode: If Mode has not been implemented in validation suite - """ - self._mode = MA5Mode.get_mode(mode.upper()) - - @property - def IsExpert(self) -> bool: - """ - Is the script tagged as expert mode. - - Returns - ------- - Bool - """ - try: - return "EXPERT" in self.mode.name - except AttributeError as err: - return False - - def mode_flag(self) -> Text: - """ - Return commandline execution mode - - Returns - ------- - Text: ma5 execution mode - """ - return MA5Mode.get_flag(self.mode)