ATLAS Offline Software
Loading...
Searching...
No Matches
ScanLog.py
Go to the documentation of this file.
1#! /usr/bin/env python
2
3# Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
4
5import sys
6
7print('''
8This script is deprecated. Please use
9
10 ValidateFiles_tf.py --logfile MYLOGFILE
11
12instead.
13''', file=sys.stderr)
14sys.exit(1)
void print(char *figname, TCanvas *c1)