Skip to content
Snippets Groups Projects
Commit a755f7e5 authored by Tamara Vazquez Schroeder's avatar Tamara Vazquez Schroeder Committed by Atlas Nightlybuild
Browse files

Merge branch 'ART_fix_plotting_macro_and_increased_stat' into '21.0'

Egamma ART removing unnecessary printouts from python plotting macro and increased stat for test

See merge request atlas/athena!11682

(cherry picked from commit 66d07297ec90b48e1fc2f537504a892252cecf62)

d3528028 Removing unnecessary printouts from python plotting macro
parent e58c4f93
No related branches found
No related tags found
No related merge requests found
......@@ -2,12 +2,10 @@
# Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration.
#
print "\n IMPORTING SOME PYTHON LIBRARIES "
import sys
import os
#Import the ROOT libraries
print "\n IMPORTING SOME ROOT LIBRARIES "
from ROOT import gDirectory, gROOT, gStyle, kTRUE, TCanvas, TFile, TFileIter, TH1, TH1D, TLegend, TPad
def GetKeyNames(f0, dir = ""):
......@@ -107,4 +105,3 @@ for folder in GetKeyNames(f1):
fO.Write()
fO.Close()
print " FINISHED \n"
......@@ -4,7 +4,7 @@
#
# art-type: grid
# art-input: mc16_13TeV.423000.ParticleGun_single_electron_egammaET.recon.RDO.e3566_s3113_r9388
# art-input-nfiles: 20
# art-input-nfiles: 30
# art-cores: 4
# art-include: 21.0/Athena
# art-include: master/Athena
......
......@@ -4,7 +4,7 @@
#
# art-type: grid
# art-input: mc16_13TeV.423001.ParticleGun_single_photon_egammaET.recon.RDO.e3566_s3113_r9388
# art-input-nfiles: 20
# art-input-nfiles: 30
# art-cores: 4
# art-include: 21.0/Athena
# art-include: master/Athena
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment