ATLAS Offline Software
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 
5 import sys
6 
7 print('''
8 This script is deprecated. Please use
9 
10  ValidateFiles_tf.py --logfile MYLOGFILE
11 
12 instead.
13 ''', file=sys.stderr)
14 sys.exit(1)
print
void print(char *figname, TCanvas *c1)
Definition: TRTCalib_StrawStatusPlots.cxx:25