Skip to content
Snippets Groups Projects
Commit 31cfa436 authored by Tamara Vazquez Schroeder's avatar Tamara Vazquez Schroeder
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

Former-commit-id: 66d07297ec90b48e1fc2f537504a892252cecf62
parents 65dc1d45 66a2d813
No related branches found
No related tags found
No related merge requests found
...@@ -2,12 +2,10 @@ ...@@ -2,12 +2,10 @@
# Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration. # Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration.
# #
print "\n IMPORTING SOME PYTHON LIBRARIES "
import sys import sys
import os import os
#Import the ROOT libraries #Import the ROOT libraries
print "\n IMPORTING SOME ROOT LIBRARIES "
from ROOT import gDirectory, gROOT, gStyle, kTRUE, TCanvas, TFile, TFileIter, TH1, TH1D, TLegend, TPad from ROOT import gDirectory, gROOT, gStyle, kTRUE, TCanvas, TFile, TFileIter, TH1, TH1D, TLegend, TPad
def GetKeyNames(f0, dir = ""): def GetKeyNames(f0, dir = ""):
...@@ -107,4 +105,3 @@ for folder in GetKeyNames(f1): ...@@ -107,4 +105,3 @@ for folder in GetKeyNames(f1):
fO.Write() fO.Write()
fO.Close() fO.Close()
print " FINISHED \n"
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
# #
# art-type: grid # art-type: grid
# art-input: mc16_13TeV.423000.ParticleGun_single_electron_egammaET.recon.RDO.e3566_s3113_r9388 # 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-cores: 4
# art-include: 21.0/Athena # art-include: 21.0/Athena
# art-include: master/Athena # art-include: master/Athena
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
# #
# art-type: grid # art-type: grid
# art-input: mc16_13TeV.423001.ParticleGun_single_photon_egammaET.recon.RDO.e3566_s3113_r9388 # 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-cores: 4
# art-include: 21.0/Athena # art-include: 21.0/Athena
# art-include: master/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