Skip to content
Snippets Groups Projects
Commit 66a2d813 authored by Roger Felipe Naranjo Garcia's avatar Roger Felipe Naranjo Garcia
Browse files

Removing unnecessary printouts from python plotting macro

Former-commit-id: d35280284d07cbc53825865d30fe5e93758b7e08
parent 9dce5d46
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