Skip to content

Instantly share code, notes, and snippets.

View kratsg's full-sized avatar

Giordon Stark kratsg

View GitHub Profile
Info in <ContainerRecording::initialize()>: ContainerRecording
-------------------------------------------------------------------------------
Info in <ContainerRecording::execute()>: Retrieving the input jet container AntiKt10LCTopoJets.
Info in <HelperFunctions::retrieve()>: Attempting to retrieve AntiKt10LCTopoJets of type DataVector<xAOD::Jet_v1>
Info in <HelperFunctions::retrieve()>: Looking inside: xAOD::TStore, xAOD::TEvent
Info in <HelperFunctions::retrieve()>: Found inside xAOD::TEvent
Info in <HelperFunctions::retrieve()>: Retrieved from xAOD::TEvent
Info in <HelperFunctions::retrieve()>: Attempting to retrieve AntiKt10LCTopoJets of type DataVector<xAOD::Jet_v1>
Info in <HelperFunctions::retrieve()>: Looking inside: xAOD::TEvent
Info in <HelperFunctions::retrieve()>: Found inside xAOD::TEvent
@kratsg
kratsg / valgrind --tool=memcheck test_multiAlgo
Created April 9, 2015 16:16
Valgrind on Revision: 381746 of xAODAnaHelpers
kratsg@tier3:/share/home/kratsg/xAODAnalysis$ valgrind --tool=memcheck test_multiAlgo
==13546== Memcheck, a memory error detector
==13546== Copyright (C) 2002-2013, and GNU GPL'd, by Julian Seward et al.
==13546== Using Valgrind-3.10.1 and LibVEX; rerun with -h for copyright info
==13546== Command: test_multiAlgo
==13546==
==13546== Conditional jump or move depends on uninitialised value(s)
==13546== at 0xA072FBC: TObject::TObject() (in /cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase/x86_64/root/6.02.05-x86_64-slc6-gcc48-opt/lib/libCore.so)
==13546== by 0xA0A51AF: TMap::TMap(int, int) (in /cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase/x86_64/root/6.02.05-x86_64-slc6-gcc48-opt/lib/libCore.so)
==13546== by 0xA092AFD: TClassTable::TClassTable() (in /cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase/x86_64/root/6.02.05-x86_64-slc6-gcc48-opt/lib/libCore.so)
@kratsg
kratsg / valgrind.log
Created April 9, 2015 17:08
valgrind -v --tool=memcheck --track-origins=yes --leak-check=full --suppressions=/cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase/x86_64/root/6.02.05-x86_64-slc6-gcc48-opt/etc/valgrind-root.supp test_multiAlgo 2>&1 | tee valgrind.log
This file has been truncated, but you can view the full file.
==28631== Memcheck, a memory error detector
==28631== Copyright (C) 2002-2013, and GNU GPL'd, by Julian Seward et al.
==28631== Using Valgrind-3.10.1 and LibVEX; rerun with -h for copyright info
==28631== Command: test_multiAlgo
==28631==
--28631-- Valgrind options:
--28631-- -v
--28631-- --tool=memcheck
--28631-- --track-origins=yes
--28631-- --leak-check=full
@kratsg
kratsg / valgrind.log
Created April 9, 2015 17:55
500 Events
This file has been truncated, but you can view the full file.
==27782== Memcheck, a memory error detector
==27782== Copyright (C) 2002-2013, and GNU GPL'd, by Julian Seward et al.
==27782== Using Valgrind-3.10.1 and LibVEX; rerun with -h for copyright info
==27782== Command: test_multiAlgo
==27782==
--27782-- Valgrind options:
--27782-- -v
--27782-- --tool=memcheck
--27782-- --track-origins=yes
--27782-- --leak-check=full
@kratsg
kratsg / valgrind_5000event.log
Created April 9, 2015 21:45
Valgrind runs on BasicEventSelection + JetCalibration only.
This file has been truncated, but you can view the full file.
==1885== Memcheck, a memory error detector
==1885== Copyright (C) 2002-2013, and GNU GPL'd, by Julian Seward et al.
==1885== Using Valgrind-3.10.1 and LibVEX; rerun with -h for copyright info
==1885== Command: test_multiAlgo
==1885==
--1885-- Valgrind options:
--1885-- -v
--1885-- --tool=memcheck
--1885-- --track-origins=yes
--1885-- --leak-check=full
@kratsg
kratsg / valgrind_5000event.log
Created April 10, 2015 12:32
Valgrind runs on all algs.
This file has been truncated, but you can view the full file.
==30737== Memcheck, a memory error detector
==30737== Copyright (C) 2002-2013, and GNU GPL'd, by Julian Seward et al.
==30737== Using Valgrind-3.10.1 and LibVEX; rerun with -h for copyright info
==30737== Command: test_multiAlgo
==30737==
--30737-- Valgrind options:
--30737-- -v
--30737-- --tool=memcheck
--30737-- --track-origins=yes
--30737-- --leak-check=full
@kratsg
kratsg / gist:19a89c7cc500a546149c
Created April 12, 2015 14:36
muonEfficiencyCorrector error
Info in <xAOD::Init>: Environment initialised for data access
SampleHandler with 1 files
Sample:name=mc14_13TeV.110351.PowhegPythia_P2012_ttbar_allhad.merge.AOD.e3232_s1982_s2008_r5787_r5853_tid01604209_00,tags=()
file:///share/t3data/kratsg/xAODs//mc14_13TeV.110351.PowhegPythia_P2012_ttbar_allhad.merge.AOD.e3232_s1982_s2008_r5787_r5853_tid01604209_00/AOD.01604209._000001.pool.root.1
Info in <BasicEventSelection::BasicEventSelection()>: Calling constructor
Info in <JetCalibrator::JetCalibrator()>: Calling constructor
Info in <MuonCalibrator::MuonCalibrator()>: Calling constructor
Info in <ElectronCalibrator::ElectronCalibrator()>: Calling constructor
@kratsg
kratsg / valgrind_5000event.log
Created April 12, 2015 19:13
Runs everything but MuonEfficiencyCorrector
This file has been truncated, but you can view the full file.
==25443== Memcheck, a memory error detector
==25443== Copyright (C) 2002-2013, and GNU GPL'd, by Julian Seward et al.
==25443== Using Valgrind-3.10.1 and LibVEX; rerun with -h for copyright info
==25443== Command: test_multiAlgo submitDir5000
==25443==
--25443-- Valgrind options:
--25443-- -v
--25443-- --tool=memcheck
--25443-- --track-origins=yes
--25443-- --leak-check=full
/bin/sed -e 's|[@]bindir@|/share/home/kratsg/RestFramesAnalysis/RootCoreBin/obj/x86_64-slc6-gcc48-opt/Ext_RestFrames/lib/local/bin|g' -e 's|[@]libdir@|/share/home/kratsg/RestFramesAnalysis/RootCoreBin/obj/x86_64-slc6-gcc48-opt/Ext_RestFrames/lib/local/lib|g' -e 's|[@]includedir@|/share/home/kratsg/RestFramesAnalysis/RootCoreBin/obj/x86_64-slc6-gcc48-opt/Ext_RestFrames/lib/local/include|g' -e 's|[@]prefix@|/share/home/kratsg/RestFramesAnalysis/RootCoreBin/obj/x86_64-slc6-gcc48-opt/Ext_RestFrames/lib/local|g' -e 's|[@]CONFIG_CXXFLAGS@||g' -e 's|[@]CONFIG_LIBS@|-lm|g' -e 's|[@]CONFIGURE_INVOCATION@|./configure '--prefix=/share/home/kratsg/RestFramesAnalysis/RootCoreBin/obj/x86_64-slc6-gcc48-opt/Ext_RestFrames/lib/local' 'CXX=g++' 'CXXFLAGS=-I/share/home/kratsg/RestFramesAnalysis/Ext_RestFrames/Root -I/share/home/kratsg/RestFramesAnalysis/Ext_RestFrames -O2 -Wall -fPIC -pthread -std=c++11 -Wno-deprecated-declarations -m64 -I/cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase/x86_64/root/6.02.05-x86_64-slc6-gcc48-opt/in