ATLAS Offline Software
Loading...
Searching...
No Matches
Reconstruction
Jet
JetValidation
scripts
compareDistribs.py
Go to the documentation of this file.
1
# Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
2
3
4
# External dependencies
5
import
ROOT
6
import
sys
7
import
os.path
8
9
inFileList = sys.argv[1:]
10
if
len(inFileList)<2:
11
print
(
"Need more than one input file"
)
12
exit(2)
13
14
15
from
JetValidation.D3PDHistoBuildLib
import
HistoComparatorFromFiles
16
17
comp = HistoComparatorFromFiles(*inFileList)
18
19
20
#comp.writeAllHistoToFile("histoCompare.pdf", logFile="histoCompare.log")
21
comp.compareToStructuredPDF(
"histoCompare.pdf"
)
Generated on
for ATLAS Offline Software by
1.14.0