CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions
trackerTree Namespace Reference

Functions

def check
 

Function Documentation

def trackerTree.check (   config)

Definition at line 12 of file trackerTree.py.

References reco.print().

Referenced by SiStripQuality.add(), L1TFED.analyze(), HcalHBHEMuonAnalyzer.analyze(), FFTJetPatRecoProducer.buildDenseProduct(), FFTJetPatRecoProducer.buildSparseProduct(), Trajectory.closestMeasurement(), MuonGeometryArrange.compareGeometries(), TrackerGeometryCompare.compareGeometries(), DDcreateRotationMatrix(), DDrot(), DDrotReflect(), CSCOfflineMonitor.doBXMonitor(), CSCValidation.doTimeMonitoring(), EtaPhiEstimator.estimate(), TwoBodyDecayEstimator.estimate(), LMFDat.fetch(), DTCompactMapWriter.fillReadOutMap(), amc::Packet.finalize(), OpticalObject.findExtraEntryValue(), Trajectory.geometricalInnermostState(), L1MuDTTFMasks.get_etsoc_chdis_st1(), L1MuDTTFMasks.get_etsoc_chdis_st2(), L1MuDTTFMasks.get_etsoc_chdis_st3(), L1MuDTTFMasks.get_inrec_chdis_csc(), L1MuDTTFMasks.get_inrec_chdis_st1(), L1MuDTTFMasks.get_inrec_chdis_st2(), L1MuDTTFMasks.get_inrec_chdis_st3(), L1MuDTTFMasks.get_inrec_chdis_st4(), L1MuDTTFParameters.get_inrec_qual_st1(), L1MuDTTFParameters.get_inrec_qual_st2(), L1MuDTTFParameters.get_inrec_qual_st3(), L1MuDTTFParameters.get_inrec_qual_st4(), L1MuDTTFParameters.get_soc_csc_etacanc(), L1MuDTTFParameters.get_soc_nbx_del(), L1MuDTTFParameters.get_soc_openlut_extr(), L1MuDTTFParameters.get_soc_qcut_st1(), L1MuDTTFParameters.get_soc_qcut_st2(), L1MuDTTFParameters.get_soc_qcut_st4(), L1MuDTTFParameters.get_soc_qual_csc(), L1MuDTTFParameters.get_soc_run_21(), L1MuDTTFParameters.get_soc_stdis_n(), L1MuDTTFParameters.get_soc_stdis_wl(), L1MuDTTFParameters.get_soc_stdis_wr(), L1MuDTTFParameters.get_soc_stdis_zl(), L1MuDTTFParameters.get_soc_stdis_zr(), SimTrackManager.getOrCreateVertex(), TStorageFactorySystem.GetPathInfo(), RunManager.initG4(), RunManagerMT.initG4(), DDLRotationAndReflection.isLeftHanded(), FWHtml.IsVisited(), JetCorrectorParameters.JetCorrectorParameters(), mps_validate.main(), METCorrectorParameters.METCorrectorParameters(), MuScleFitUtils.minimizeLikelihood(), amc13::Packet.parse(), PixelSLinkDataInputSource.PixelSLinkDataInputSource(), CSCChamberTimeCorrectionsValues.prefill(), CSCChipSpeedCorrectionDBConditions.prefillDBChipSpeedCorrection(), CSCGasGainCorrectionDBConditions.prefillDBGasGainCorrection(), PFAlgo.processBlock(), CSCDCCUnpacker.produce(), FFTJetPatRecoProducer.produce(), production_tasks.BaseDataset.query(), DDCoreToDDXMLOutput.rotation(), L1MuDTTFMasks.set_etsoc_chdis_st1(), L1MuDTTFMasks.set_etsoc_chdis_st2(), L1MuDTTFMasks.set_etsoc_chdis_st3(), L1MuDTTFMasks.set_inrec_chdis_csc(), L1MuDTTFMasks.set_inrec_chdis_st1(), L1MuDTTFMasks.set_inrec_chdis_st2(), L1MuDTTFMasks.set_inrec_chdis_st3(), L1MuDTTFMasks.set_inrec_chdis_st4(), L1MuDTTFParameters.set_inrec_qual_st1(), L1MuDTTFParameters.set_inrec_qual_st2(), L1MuDTTFParameters.set_inrec_qual_st3(), L1MuDTTFParameters.set_inrec_qual_st4(), L1MuDTTFParameters.set_soc_csc_etacanc(), L1MuDTTFParameters.set_soc_nbx_del(), L1MuDTTFParameters.set_soc_openlut_extr(), L1MuDTTFParameters.set_soc_qcut_st1(), L1MuDTTFParameters.set_soc_qcut_st2(), L1MuDTTFParameters.set_soc_qcut_st4(), L1MuDTTFParameters.set_soc_qual_csc(), L1MuDTTFParameters.set_soc_run_21(), L1MuDTTFParameters.set_soc_stdis_n(), L1MuDTTFParameters.set_soc_stdis_wl(), L1MuDTTFParameters.set_soc_stdis_wr(), L1MuDTTFParameters.set_soc_stdis_zl(), L1MuDTTFParameters.set_soc_stdis_zr(), TracktoRPC.TracktoRPC(), CSCSPRecord.unpack(), and evf::EvFDaqDirector.updateFuLock().

12 
13 def check(config):
14  logger = logging.getLogger("mpsvalidate")
15  logger.info("Check if TrackerTree.root file exists")
16 
17  outputpath = os.path.join(os.environ['CMSSW_BASE'], "src", "Alignment", "MillePedeAlignmentAlgorithm", "python", "mpsvalidate", "TrackerTree.root")
18  print(outputpath)
19 
20  # check if file exists
21  if (not os.path.isfile(outputpath)):
22  logger.info("TrackerTree.root file does not exist. It will be created now.")
23 
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))
26 
27 
os.system("cmsRun {0} outputpath={1}
std::string print(const Track &, edm::Verbosity=edm::Concise)
Track print utility.
Definition: print.cc:10