Definition at line 12 of file trackerTree.py.
References reco.print().
Referenced by L1TFED.analyze(), EtaPhiEstimator.estimate(), TStorageFactorySystem.GetPathInfo(), CSCGasGainCorrectionDBConditions.prefillDBGasGainCorrection(), and CSCSPRecord.unpack().
14 logger = logging.getLogger(
"mpsvalidate")
15 logger.info(
"Check if TrackerTree.root file exists")
17 outputpath = os.path.join(os.environ[
'CMSSW_BASE'],
"src",
"Alignment",
"MillePedeAlignmentAlgorithm",
"python",
"mpsvalidate",
"TrackerTree.root")
21 if (
not os.path.isfile(outputpath)):
22 logger.info(
"TrackerTree.root file does not exist. It will be created now.")
24 configpath = os.path.join(os.environ[
"CMSSW_BASE"],
"src",
"Alignment",
"MillePedeAlignmentAlgorithm",
"test",
"trackerTree_cfg.py")
25 logger.info(
"Path to the config file: {0}".
format(configpath))
os.system(
"cmsRun {0} outputpath={1}
std::string print(const Track &, edm::Verbosity=edm::Concise)
Track print utility.