Custom Query (2425 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (25 - 27 of 2425)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
Ticket Resolution Summary Owner Reporter
#2415 fixed Polyplopia time of arrival between neutrino and CR is incorrect Juan Carlos Díaz Vélez Nakul Aggarwal
Description

Polyplopia creates a positive bias between the time of arrival from the injected neutrino secondaries and the injected CR secondaries. This means that there is a preference to trigger on down-going muons as opposed to the coincident CR+Neutrino event.

https://code.icecube.wisc.edu/projects/icecube/browser/IceCube/meta-projects/combo/trunk/polyplopia/private/polyplopia/PolyplopiaUtils.cxx#L23

#2414 fixed Coverage: no gcda files are found Sebastian Fiedlschuster
Description

I’ve tried to generate a coverage report (https://github.com/IceCube-SPNO/IceTrayCombo/blob/master/docs/general/test_guides/testing_coverage.rst). But “no gcda files” are found.

See: https://icecube-spno.slack.com/archives/C02KQL9KN/p1582820079064000

[2020-02-27 14:38:33] fiedl@fiedl-mbp ~/icecube/combo fiedl/monopole-generator
▶ brew install lcov

[2020-02-27 15:26:10] fiedl@fiedl-mbp ~/icecube/icecube-combo-build/fiedl/monopole-generator
▶ mkdir coverage

[2020-02-27 15:26:16] fiedl@fiedl-mbp ~/icecube/icecube-combo-build/fiedl/monopole-generator/coverage
▶ cmake -D CMAKE_BUILD_TYPE=Coverage -D SYSTEM_PACKAGES=true -D Python_ROOT=/usr/local/opt/python/ ~/icecube/combo

[2020-02-27 15:28:30] fiedl@fiedl-mbp ~/icecube/icecube-combo-build/fiedl/monopole-generator/coverage
▶ ./env-shell.sh make monopole-generator-test -j 4

[2020-02-27 15:40:24] fiedl@fiedl-mbp ~/icecube/icecube-combo-build/fiedl/monopole-generator/coverage
▶ lcov -d . -z
Deleting all .da files in . and subdirectories
Done.

[2020-02-27 15:40:33] fiedl@fiedl-mbp ~/icecube/icecube-combo-build/fiedl/monopole-generator/coverage
▶ lcov -d . -c -i -o test_base.info
Capturing coverage data from .
Found LLVM gcov version 11.0.0, which emulates gcov version 4.2.0
Scanning . for .gcno files ...
geninfo: WARNING: no .gcno files found in . - skipping!
Finished .info-file creation

[2020-02-27 15:44:06] fiedl@fiedl-mbp ~/icecube/icecube-combo-build/fiedl/monopole-generator/coverage
▶ ./env-shell.sh ctest -R 'monopole-generator::' --verbose

[2020-02-27 16:42:40] fiedl@fiedl-mbp ~/icecube/icecube-combo-build/fiedl/monopole-generator/coverage
▶ lcov -d . -c -o test_run.info
Capturing coverage data from .
Found LLVM gcov version 11.0.0, which emulates gcov version 4.2.0
Scanning . for .gcda files ...
geninfo: WARNING: no .gcda files found in . - skipping!
Finished .info-file creation

[2020-02-28 00:56:06] fiedl@fiedl-mbp ~/icecube/icecube-combo-build/fiedl/monopole-generator/coverage
▶ cmake --version
cmake version 3.16.4

I've also tried the full make coverage. Same result.

Entire cmake output:

[2020-02-27 16:01:56] fiedl@fiedl-mbp ~/icecube/icecube-combo-build/fiedl/monopole-generator/coverage
▶ cmake -D CMAKE_BUILD_TYPE=Coverage -D SYSTEM_PACKAGES=true -D Python_ROOT=/usr/local/opt/python/ ~/icecube/combo
-- The C compiler identification is AppleClang 11.0.0.11000033
-- The CXX compiler identification is AppleClang 11.0.0.11000033
-- Check for working C compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc
-- Check for working C compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++
-- Check for working CXX compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
CMake Deprecation Warning at CMakeLists.txt:39 (cmake_policy):
  The OLD behavior for policy CMP0046 will be removed from a future version
  of CMake.

  The cmake-policies(7) manual explains that the OLD behaviors of all
  policies are deprecated and that a policy should be set to OLD only under
  specific short-term circumstances.  Projects should be ported to the NEW
  behavior and not rely on setting a policy to OLD.


--
-- IceCube Configuration starting
--
Unable to determine upstream SVN information from working tree history

-- OSTYPE                         = Darwin
-- OSVERSION                      = 19.3.0
-- ARCH                           = x86_64
-- BUILDNAME                      = Darwin-19.3.0/x86_64/clang-11.0.0
-- TOOLSET                        = clang-11.0.0/x86_64/Coverage
-- HOSTNAME                       = fiedl-mbp.local
-- CMake path                     = /usr/local/Cellar/cmake/3.16.4/bin/cmake
-- CMake version                  = 3.16.4
-- SVN_REVISION                   = 0
-- SVN_URL                        = Unknown
-- META_PROJECT                   = Unknown
--
-- Setting compiler, compile drivers, and linker
--
-- distcc found at /usr/local/bin/distcc
-- ccache found at /usr/local/bin/ccache
-- Performing Test CXX_HAS_Wdeprecated
-- Performing Test CXX_HAS_Wdeprecated - Success
-- Performing Test CXX_HAS_Wunused_variable
-- Performing Test CXX_HAS_Wunused_variable - Success
-- Performing Test CXX_HAS_Wunused_local_typedef
-- Performing Test CXX_HAS_Wunused_local_typedef - Success
-- Performing Test CXX_HAS_Wunused_local_typedefs
-- Performing Test CXX_HAS_Wunused_local_typedefs - Success
-- Performing Test CXX_HAS_Wpotentially_evaluated_expression
-- Performing Test CXX_HAS_Wpotentially_evaluated_expression - Success
-- Setting default compiler flags and build type.
-- *** I3_TESTDATA is not set. Using the default value of /Users/fiedl/icecube/icecube-combo-build/fiedl/monopole-generator/coverage/test-data
--
-- Configuring tools...
--
-- Using system packages.
-- Using default site cmake dir of /usr/share/fizzicks/cmake
--
-- root
-- + ROOT not found or disabled: building without ROOT support
--
-- python
-- Found Python: /usr/local/opt/python/bin/python3.7 (found version "3.7.6") found components: Interpreter Development NumPy
-- +  version: 3.7.6
-- +   binary: /usr/local/opt/python/bin/python3.7
-- + includes: /usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/include/python3.7m
-- +     libs: /usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/libpython3.7m.dylib
-- +    numpy: /usr/local/lib/python3.7/site-packages/numpy/core/include
-- +    scipy: FOUND
--
-- Boost
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE
-- Found Boost: /usr/local/include (found version "1.71.0") found components: system thread date_time filesystem program_options regex iostreams python37 chrono atomic
--
-- boostnumpy
-- - boost/numpy.hpp not found in include
-- - boost_numpy
--
-- blas and lapack
-- Looking for dgemm_
-- Looking for dgemm_ - found
-- Found BLAS: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/Accelerate.framework
-- Looking for cheev_
-- Looking for cheev_ - found
-- A library with LAPACK API found.
--
-- gsl
-- + gsl/gsl_rng.h found at /usr/local/include
-- + /usr/local/lib/libgsl.dylib
--
-- sprng
-- - sprng/sprng.h not found in include/sprng-2.0a
-- - sprng
--
-- sprng
-- - sprng/sprng.h not found in include
-- - sprng
--
-- erfa
-- - erfa.h not found in include
-- - erfa
--
-- pal
-- - star/pal.h not found in include
-- - pal
--
-- pal
-- - star/pal.h not found in include
-- - starlink_pal
--
-- libarchive
-- + /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/lib/libarchive.tbd
-- Found MySQL: /usr/local/lib/libmysqlclient.dylib
--
-- suitesparse
-- - cholmod.h not found in include
-- - camd
-- - ccolamd
-- - spqr
-- - cholmod
-- - amd
-- - colamd
-- + /usr/local/lib/libtbb.dylib
-- - suitesparseconfig
--
-- suitesparse
-- - suitesparse/cholmod.h not found in include
-- - camd
-- - ccolamd
-- - spqr
-- - cholmod
-- - amd
-- - colamd
-- - suitesparseconfig
--
-- suitesparse
-- - suitesparse/cholmod.h not found in include
-- - camd
-- - ccolamd
-- - spqr
-- - cholmod
-- - amd
-- - colamd
--
-- ncurses
-- Looking for wsyncup in /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/lib/libcurses.tbd
-- Looking for wsyncup in /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/lib/libcurses.tbd - found
-- Looking for cbreak in /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/lib/libncurses.tbd
-- Looking for cbreak in /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/lib/libncurses.tbd - found
-- Found Curses: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/lib/libncurses.tbd
-- + ncurses.h found at /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include
-- + libncurses found at /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/lib/libncurses.tbd
--
-- cdk
-- - cdk/cdk.h not found in include
-- - cdk
--
-- cdk
-- - cdk.h not found in include
-- - cdk
--
-- cfitsio
-- + fitsio.h found at /usr/local/include
-- + /usr/local/lib/libcfitsio.dylib
--
-- healpix-cxx
-- - healpix_cxx/healpix_map.h not found in include
-- - healpix_cxx
--
-- hdf5
-- - hdf5.h not found in include
-- - hdf5
-- - hdf5_hl
--
-- hdf5
-- - hdf5.h not found in /usr/include/hdf5/serial
-- - hdf5_serial
-- - hdf5_serial_hl
-- - Minuit2: USE_ROOT set to FALSE
--
-- clhep
-- + CLHEP/ClhepVersion.h found at /usr/local/include
-- + /usr/local/lib/libCLHEP.dylib
-- Looking for Geant4 geant4-config program
-- Looking for Geant4 geant4-config program -- not found
-- Looking for Geant4 liblist program
-- Looking for Geant4 liblist program -- not found
--
-- zlib
-- + zlib.h found at /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include
-- + /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/lib/libz.tbd
--
-- OpenCL
-- + Using the OpenCL Framework because we're on Apple
-- + cl.h found at /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenCL.framework/Headers
-- + OpenCL framework found at -framework OpenCL
-- Looking for CL_VERSION_2_0
-- Looking for CL_VERSION_2_0 - not found
-- Looking for CL_VERSION_1_2
-- Looking for CL_VERSION_1_2 - found
--
-- gmp
-- + gmp.h found at /usr/local
-- + /usr/local/lib/libgmp.dylib
--
-- log4cpp
-- + log4cpp/Category.hh found at /usr/local/include
-- + /usr/local/lib/liblog4cpp.dylib
--
-- xml2
-- + libxml/parser.h found at /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2
-- + /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/lib/libxml2.tbd
--
-- genie
-- Looking for Genie genie-config program -- not found
--
-- zmq
-- - zmq.hpp not found in ZMQ_INCLUDE_DIR-NOTFOUND
-- + /usr/local/lib/libzmq.dylib
--
-- multinest
-- - multinest.h not found in include
-- - multinest
--
-- nlopt
-- - nlopt.hpp not found in include
-- - nlopt
--
-- zstd
-- - zstd.h not found in ZSTD_INCLUDE_DIR-NOTFOUND
-- - zstd
--
-- fftw3
-- - fftw3.h not found in include
-- - fftw3
--
-- Configuring projects:
--
-- + BadDomList
-- +-- python [symlinks]
-- + CascadeVariables
-- +-- python [symlinks]
-- + CoincSuite
-- +-- python [symlinks]
-- +-- CoincSuite-pybindings
-- + CommonVariables
-- +-- python [symlinks]
-- +-- Include "direct_hits" sub project.
-- +-- Include "hit_multiplicity" sub project.
-- +-- Include "hit_statistics" sub project.
-- +-- Include "track_characteristics" sub project.
-- +-- Include "time_characteristics" sub project.
-- +-- common_variables-pybindings
-- +-- common_variables__hit_multiplicity-pybindings
-- +-- common_variables__track_characteristics-pybindings
-- +-- common_variables__hit_statistics-pybindings
-- +-- common_variables__direct_hits-pybindings
-- +-- common_variables__time_characteristics-pybindings
-- + DOMLauncher
-- +-- python [symlinks]
-- +-- DOMLauncher-pybindings
-- + DeepCore_Filter
-- +-- python [symlinks]
-- + DomTools
-- +-- python [symlinks]
-- + HiveSplitter
-- +-- python [symlinks]
-- + IceHive
-- +-- python [symlinks]
-- +-- IceHive-pybindings
-- + KalmanFilter
-- +-- python [symlinks]
-- + MuonGun
-- +-- python [symlinks]
-- +-- Muonitron table-maker
-- +-- MuonGun-pybindings
-- + NoiseEngine
-- Skipping NoiseEngine (healpix-cxx not found)
-- + PROPOSAL
-- +-- PROPOSAL-pybindings
-- + SLOPtools
-- +-- python [symlinks]
-- + STTools
-- +-- python [symlinks]
-- +-- STTools-pybindings
-- + StartingTrackVeto
-- +-- python [symlinks]
-- + TopologicalSplitter
-- +-- python [symlinks]
-- + VHESelfVeto
-- +-- python [symlinks]
-- +-- VHESelfVeto-pybindings
-- + WaveCalibrator
-- +-- python [symlinks]
-- + astro
--   - PAL not found, skipping build of icetray
       Ask your admin to install PAL. Instructions for PAL can be found at:
       http://software.icecube.wisc.edu/documentation/projects/cmake/tools/pal.html
-- + bayesian-priors
-- +-- python [symlinks]
-- + clast
-- +-- python [symlinks]
-- + clsim
-- +-- python [symlinks]
-- --- ZMQ not found. I3CLSimMakePhotons will not function.
-- +-- tabulator (have OpenCL 1.2)
-- +-- safeprimes_base32.gz already downloaded
-- +-- Geant4 or OpenCL is not installed on your system. clsim will fail if it is not used with parameterizations.
-- +-- gmp support (make_safeprimes utility)
-- +-- clsim-pybindings
-- + cmake
-- + cmc
-- +-- python [symlinks]
-- +-- cmc-pybindings
-- + coinc-twc
-- +-- python [symlinks]
-- + core-removal
-- +-- python [symlinks]
-- + corsika-reader
-- +-- python [symlinks]
--     + Boost >= 6.4 : Adding CORSIKA Client/Server
-- +-- corsika_reader-pybindings
-- + cramer-rao
-- +-- python [symlinks]
-- + cscd-llh
-- +-- python [symlinks]
-- + daq-decode
-- +-- python [symlinks]
-- +-- daq_decode-pybindings
-- + dataclasses
-- +-- python [symlinks]
-- +-- dataclasses-pybindings
-- + dataio
-- +-- python [symlinks]
-- +-- dataio-pybindings
-- +-- dataio-shovel *not* included (missing CDK or ncurses libraries)
-- +-- test_unregistered-pybindings
-- + ddddr
-- +-- python [symlinks]
-- +-- ddddr-pybindings
-- + dipolefit
-- +-- python [symlinks]
-- + docs
-- + double-muon
-- +-- python [symlinks]
-- + dst
-- +-- Skipping dst (healpix-cxx not found)
-- + earthmodel-service
-- +-- earthmodel_service-pybindings
-- + fill-ratio
-- +-- python [symlinks]
-- + filter-tools
-- +-- python [symlinks]
-- + filterscripts
-- +-- python [symlinks]
-- +-- astro required to build filterscripts-cxx
-- + finiteReco
-- +-- python [symlinks]
-- + frame_object_diff
-- +-- python [symlinks]
-- +-- frame_object_diff-pybindings
-- + full_event_followup
-- +-- python [symlinks]
-- + g4-tankresponse
--     Looking for Geant4
--     Looking for Geant4 -- not found
--     Looking for CLHEP
--     Looking for CLHEP -- found
--   - Geant4 and/or CLHEP not found - Skipping build of g4-tankresponse
-- +-- g4-tankresponse has not been thoroughly tested with Geant4 versions 4.10 and above
-- + gcdserver
-- +-- gcdserver does not work.  Not building.
-- + gulliver
-- +-- python [symlinks]
-- +-- gulliver-pybindings
-- + gulliver-bootstrap
-- +-- python [symlinks]
-- +-- gulliver_bootstrap-pybindings
-- + gulliver-modules
-- +-- python [symlinks]
-- + hdfwriter
-- +-- python [symlinks]
-- +-- hdf5 library not found, skipping build of hdfwriter
-- *** Ask your admin to install the hdf5 package.
-- + ice-models
-- +-- python [symlinks]
-- + icepick
-- +-- python [symlinks]
-- + icetop_Level3_scripts
-- +-- python [symlinks]
-- + icetray
-- +-- libarchive *not* found, omitting optional tarfile support
-- +-- libarchive *not* found, omitting optional tarfile support
-- +-- python [symlinks]
-- +-- memory tracking disabled
-- +-- icetray-pybindings
-- + interfaces
-- +-- interfaces-pybindings
-- + ipdf
-- +-- python [symlinks]
-- +-- ipdf-pybindings
-- + level3-filter-cascade
-- +-- python [symlinks]
-- + level3-filter-muon
-- +-- python [symlinks]
-- +-- level3_filter_muon-pybindings
-- + lilliput
-- +-- python [symlinks]
--      + ipdf support
--      - Minuit2 support...not found
--      - multinest support...not found
--      - NLopt support...not found
-- +-- lilliput-pybindings
-- + linefit
-- +-- python [symlinks]
-- + millipede
-- +-- SuiteSparse not found. Skipping millipede.
       If you need it you can install SuiteSparse through I3Ports.
-- + monopole-generator
-- +-- python [symlinks]
-- + mue
-- +-- python [symlinks]
-- + neutrino-generator
-- +-- python [symlinks]
-- +-- /Users/fiedl/icecube/icecube-combo-build/fiedl/monopole-generator/coverage/neutrino-generator/cross_section_data does not exist.  Downloading...
-- +-- Downloading and unpacking the crosssection data files...
trying to download /Users/fiedl/icecube/icecube-combo-build/fiedl/monopole-generator/coverage/neutrino-generator/nugen-v3.1-tables.tgz...
  downloading http://code.icecube.wisc.edu/tools/neutrino-generator/nugen-v3.1-tables.tgz...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 44.6M  100 44.6M    0     0  3572k      0  0:00:12  0:00:12 --:--:-- 8988k
  downloading http://code.icecube.wisc.edu/tools/neutrino-generator/nugen-v3.1-tables.md5sum...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100    56  100    56    0     0    265      0 --:--:-- --:--:-- --:--:--   265
  check md5sum ...
  extracting http://code.icecube.wisc.edu/tools/neutrino-generator/nugen-v3.1-tables.tgz ...
  /Users/fiedl/icecube/icecube-combo-build/fiedl/monopole-generator/coverage/neutrino-generator/nugen-v3.1-tables.tgz is downloaded.
-- +-- ...download complete.
-- +-- genie-icetray NOT found. building without GENIE support.
-- +-- neutrino_generator-pybindings
-- + ophelia
-- +-- python [symlinks]
-- + paraboloid
-- +-- python [symlinks]
-- +-- paraboloid-pybindings
-- + payload-parsing
-- +-- python [symlinks]
-- +-- payload_parsing-pybindings
-- + photonics-service
-- +-- python [symlinks]
-- +-- photospline support
-- +-- numpy support
-- +-- photonics_service-pybindings
-- + photospline
-- +-- python [symlinks]
-- +-- photospline-pybindings
-- + phys-services
-- +-- python [symlinks]
-- +-- sprng *not* found, omitting optional SPRNGRandomService
-- +-- phys_services-pybindings
-- + polyplopia
-- +-- python [symlinks]
-- +-- polyplopia-pybindings
-- + portia
-- +-- python [symlinks]
-- + ppc
-- +-- python [symlinks]
-- +-- OpenCL SDK found.  Building ppc.
-- + production-histograms
-- +-- python [symlinks]
-- + pybdt
-- + recclasses
-- +-- python [symlinks]
-- +-- recclasses-pybindings
-- + rootwriter
-- +-- python [symlinks]
-- +-- ROOT has been disabled in your configuration.
-- +-- Skipping build of rootwriter
-- + serialization
-- + shield
-- +-- python [symlinks]
-- + sim-services
-- +-- python [symlinks]
-- +-- sim_services-pybindings
-- + simclasses
-- +-- python [symlinks]
--      + tableio support
-- +-- simclasses-pybindings
-- + simprod-scripts
-- +-- python [symlinks]
-- + smallshower-filter
-- + spline-reco
-- +-- python [symlinks]
-- +-- spline_reco-pybindings
-- + static-twc
-- +-- python [symlinks]
-- + steamshovel
-- +-- python [symlinks]
CMake Deprecation Warning at steamshovel/CMakeLists.txt:13 (cmake_policy):
  The OLD behavior for policy CMP0053 will be removed from a future version
  of CMake.

  The cmake-policies(7) manual explains that the OLD behaviors of all
  policies are deprecated and that a policy should be set to OLD only under
  specific short-term circumstances.  Projects should be ported to the NEW
  behavior and not rely on setting a policy to OLD.


-- Found OpenGL: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework
-- Found GLUT: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/GLUT.framework
-- +-- shovelart-pybindings
-- +-- shovelio-pybindings
-- + stochastics
-- +-- python [symlinks]
-- +-- stochastics-pybindings
-- + tableio
-- +-- python [symlinks]
-- +-- tableio-pybindings
-- + tensor-of-inertia
-- +-- python [symlinks]
-- + topeventcleaning
-- +-- python [symlinks]
-- + toprec
-- +-- python [symlinks]
-- +-- toprec-pybindings
-- + topsimulator
-- +-- python [symlinks]
-- +-- topsimulator-pybindings
-- + tpx
-- +-- python [symlinks]
-- +-- tpx-pybindings
-- +-- FETCH_TPX set to OFF. SLC calibration data may not be available.
-- + trigger-sim
-- +-- python [symlinks]
-- +-- trigger_sim-pybindings
-- + trigger-splitter
-- +-- python [symlinks]
-- + truncated_energy
-- +-- python [symlinks]
-- + vemcal
-- +-- python [symlinks]
-- +-- vemcal-pybindings
-- + vuvuzela
-- +-- python [symlinks]
-- +-- vuvuzela-pybindings
-- + wavedeform
-- +-- SuiteSparse not found. Skipping wavedeform.
       If you need it you can install SuiteSparse through I3Ports.
-- + wavereform
-- +-- python [symlinks]
-- +-- wavereform-pybindings
-- + weighting
-- +-- python [symlinks]
-- + wimpsim-reader
-- +-- python [symlinks]
-- +-- astro not built. Skipping test 'test_sun_position'
-- Generating env-shell.sh
-- Generating icetray-config
-- Configuring 'gfilt' STL decryptor
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/fiedl/icecube/icecube-combo-build/fiedl/monopole-generator/coverage
#2413 fixed [PROPOSAL] tau decay is backwards Jan Soedingrekso Jakob van Santen
Description

Muons from tau decay appear to be nearly antiparallel to the parent particle. For example, a 100 TeV tau with a zenith angle of 180 degrees decays to these particles:

MuMinus I3Direction(Zenith (deg): 0.00654789, Azimuth(deg): 252.294)
NuTau I3Direction(Zenith (deg): 0.000168289, Azimuth(deg): 111.056)
NuMuBar I3Direction(Zenith (deg): 0.00101908, Azimuth(deg): 334.902)

This happens whether the decay occurs in the active volume or not. resources/test/test_tau_secondaries.py has been extended to check the angle between the muon and the tau, and currently fails.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
Note: See TracQuery for help on using queries.