Use nullptr instead of NULL in SCT related codes
Use nullptr instead of NULL in SCT related codes
https://twiki.cern.ch/twiki/bin/viewauth/AtlasComputing/CodingGuidelines#Parts_of_C_to_avoid
Do not use NULL to indicate a null pointer; use the nullptr keyword instead. [nullptr]
RunTier0Tests.py was fine. RunTier0Tests.log
Edited by Susumu Oda