Skip to content
Snippets Groups Projects
Commit d42f9ff1 authored by Christos Anastopoulos's avatar Christos Anastopoulos
Browse files

Be careful on spaces

parent 9d1ed6f2
No related branches found
No related tags found
No related merge requests found
...@@ -61,12 +61,12 @@ An example using `Reco_tf` and some more callgrind options: ...@@ -61,12 +61,12 @@ An example using `Reco_tf` and some more callgrind options:
``` ```
InputRDOFile="/cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/CampaignInputs/mc20/RDO/mc20_13TeV.410470.PhPy8EG_A14_ttbar_hdamp258p75_nonallhad.recon.AOD.e6337_s3681_r13145/100events.RDO.pool.root" InputRDOFile="/cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/CampaignInputs/mc20/RDO/mc20_13TeV.410470.PhPy8EG_A14_ttbar_hdamp258p75_nonallhad.recon.AOD.e6337_s3681_r13145/100events.RDO.pool.root"
valgrind --tool=callgrind --trace-children=yes --collect-jumps=yes --instr-atstart=no --cacheuse=yes --cache-sim=yes\ valgrind --tool=callgrind --trace-children=yes --collect-jumps=yes --instr-atstart=no --cacheuse=yes --cache-sim=yes \
--simulate-wb=yes --simulate-hwpref=yes --branch-sim=yes --dump-instr=yes --enable-debuginfod=no $(which Reco_tf.py) \ --simulate-wb=yes --simulate-hwpref=yes --branch-sim=yes --dump-instr=yes --enable-debuginfod=no $(which Reco_tf.py) \
--inputRDOFile $InputRDOFile \ --inputRDOFile $InputRDOFile \
--outputAODFile myAOD.pool.root \ --outputAODFile myAOD.pool.root \
--preInclude 'egammaConfig.ConfigurationHelpers.egammaOnlyFromRaw' \ --preInclude 'egammaConfig.ConfigurationHelpers.egammaOnlyFromRaw' \
--preExec 'ConfigFlags.PerfMon.Valgrind.ProfiledAlgs=["EMBremCollectionBuilder"]'\ --preExec 'ConfigFlags.PerfMon.Valgrind.ProfiledAlgs=["EMBremCollectionBuilder"]' \
--postInclude 'Valkyrie.ValkyrieConfig.ValgrindServiceCfg' \ --postInclude 'Valkyrie.ValkyrieConfig.ValgrindServiceCfg' \
--autoConfiguration 'everything' \ --autoConfiguration 'everything' \
--maxEvents '20' \ --maxEvents '20' \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment