Browsing CMSSW code

From T2B Wiki
Revision as of 12:28, 26 August 2015 by Maintenance script (talk | contribs) (Created page with " === How to browse CMSSW code === *Main page for information on CMS software **[http://cms.cern.ch/iCMS/jsp/page.jsp?mode=cms&action=url&urlkey=CMS_CPT CMS Computing, Physic...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

How to browse CMSSW code

  • Main page for information on CMS software
  • How to browse the CMSSW class list, interfaces and source code ?
    • From the CPT home page, click on LXR
  • Where can I find examples of CMSSW config files which are the most likely to work ?
    • in Configuration/ReleaseValidation/data (standard CMSSW release tests)
  • Where can I find examples of code usage in CMSSW ?
    • in the CMSSW code itself. E.g. if you would like to use the STL sort algorithm, you can do as follows:
  echo $CMSSW_RELEASE_BASE
 If empty, do eval scramv1 ru -csh, then
  cd $CMSSW_RELEASE_BASE/src
  find . -type f | xargs grep sort


Template:TracNotice