File indexing completed on 2024-04-06 12:31:49
0001
0002 export LC_ALL=C
0003
0004 eval `scram runtime -sh`
0005
0006 cd ${LOCALRT}/tmp
0007
0008 if [ ! -f ./function-calls-db.txt ]
0009 then
0010 echo "run ${CMSSW_BASE}/src/Utilities/StaticAnalyzers/scripts/run_class_dumper.sh first"
0011 exit 1
0012 fi
0013
0014 if [ ! -f ./function-statics-db.txt ]
0015 then
0016 echo "run ${CMSSW_BASE}/src/Utilities/StaticAnalyzers/scripts/run_class_checker.sh first"
0017 exit 2
0018 fi
0019 ${CMSSW_BASE}/src/Utilities/StaticAnalyzers/scripts/create_statics_esd_reports.sh