Difference between revisions of "Code"

From Mu2eWiki
Jump to navigation Jump to search
 
(3 intermediate revisions by 2 users not shown)
Line 8: Line 8:
 
* [[Muse]] - Mu2e code setup and build scripts
 
* [[Muse]] - Mu2e code setup and build scripts
 
* [[scons]] - internal commercial build tool, called by Muse
 
* [[scons]] - internal commercial build tool, called by Muse
 +
* [[Building Offline with cmake]] - DAQ is building Offline using a different commercial tool.
 
* [[CodeDebugging|Debugging]] code debugging tools and tips
 
* [[CodeDebugging|Debugging]] code debugging tools and tips
 
* [https://www.github.com/Mu2e Mu2e github organization]
 
* [https://www.github.com/Mu2e Mu2e github organization]
Line 121: Line 122:
 
* [https://root.cern.ch/root/ root] [https://root.cern.ch/guides/reference-guide docs]
 
* [https://root.cern.ch/root/ root] [https://root.cern.ch/guides/reference-guide docs]
 
* [http://geant4.web.cern.ch/geant4/  geant] [https://web.fnal.gov/project/Geant4/SitePages/Home.aspx at Fermilab]  [http://www-geant4.kek.jp/Reference/9.4.p01/Geant4 DOxygen(v9.4.p01)] [http://www-geant4.kek.jp/LXR/ LXR]
 
* [http://geant4.web.cern.ch/geant4/  geant] [https://web.fnal.gov/project/Geant4/SitePages/Home.aspx at Fermilab]  [http://www-geant4.kek.jp/Reference/9.4.p01/Geant4 DOxygen(v9.4.p01)] [http://www-geant4.kek.jp/LXR/ LXR]
 +
* [[Geant4Examples]] How to run the standard Geant4 examples on the Mu2e interactive machines.
 
* [http://public.muonsinc.com/Projects/G4beamline.aspx G4Beamline]  [http://mu2e-docdb.fnal.gov/cgi-bin/ShowDocument?docid=1490 Mu2e manual]
 
* [http://public.muonsinc.com/Projects/G4beamline.aspx G4Beamline]  [http://mu2e-docdb.fnal.gov/cgi-bin/ShowDocument?docid=1490 Mu2e manual]
 
* [http://proj-clhep.web.cern.ch/proj-clhep/ CLHEP] [http://proj-clhep.web.cern.ch/proj-clhep/doc/CLHEP_2_2_0_4/html/ CLHEP(v.2.2.0.4)]
 
* [http://proj-clhep.web.cern.ch/proj-clhep/ CLHEP] [http://proj-clhep.web.cern.ch/proj-clhep/doc/CLHEP_2_2_0_4/html/ CLHEP(v.2.2.0.4)]
 
* [http://lcgapp.cern.ch/project/simu/HepPDT/ HepPDT]
 
* [http://lcgapp.cern.ch/project/simu/HepPDT/ HepPDT]
 
* [https://cdcvs.fnal.gov/redmine/projects/fhicl/wiki fhicl] [https://cdcvs.fnal.gov/redmine/projects/fhicl-cpp/repository  fhicl-cpp]
 
* [https://cdcvs.fnal.gov/redmine/projects/fhicl/wiki fhicl] [https://cdcvs.fnal.gov/redmine/projects/fhicl-cpp/repository  fhicl-cpp]
* [https://cdcvs.fnal.gov/redmine/projects/cetlib cetlib] [https://cdcvs.fnal.gov/redmine/projects/cetlib/repository  browser]
+
* [https://cdcvs.fnal.gov/redmine/projects/cetlib cetlib] [https://cdcvs.fnal.gov/redmine/projects/cetlib/repository  browser] [https://fnalssi.github.io/cetmodules/ cetmodules]
 
* [https://cdcvs.fnal.gov/redmine/projects/messagefacility Message Facility] [https://cdcvs.fnal.gov/redmine/projects/messagefacility/repository browser]
 
* [https://cdcvs.fnal.gov/redmine/projects/messagefacility Message Facility] [https://cdcvs.fnal.gov/redmine/projects/messagefacility/repository browser]
 
* [https://cdcvs.fnal.gov/redmine/projects/cpp0x cpp0x] [https://cdcvs.fnal.gov/redmine/projects/cpp0x/repository browser]
 
* [https://cdcvs.fnal.gov/redmine/projects/cpp0x cpp0x] [https://cdcvs.fnal.gov/redmine/projects/cpp0x/repository browser]

Latest revision as of 23:27, 4 March 2024

Building code

Configuring executables

Modules, Products, and Services

Code Management

  • Spack - setup and build tool to replace UPS and MRB
  • MuseMaintenance - Muse procedures for experts
  • ReleaseList
  • git - overview and pointers to detailed and mu2e-specific instructions
  • Validation - automatic and occasional procedures for validation
  • Jenkins - a central build platform
  • CVMFS - a virtual disk mount containing our code
  • Docker a portable software container to hold and run our environment and software
  • Download - pull a local copy to remote institutions or laptops
  • scisoft - server for product manifests
  • BTrk - (deprecated) the Kalman fitter code is in this non-standard product
  • KinKal - a repo and UPS product containing the core track Kalman fit code
  • CVS
  • CodeDepencyGraph - how to make the code dependency graph
  • DAQ DAQ redmine
  • building root
  • checkPrerequisites tool - check linux has rpms needed by art
  • SconsUPS - how to build a new version of scons, packaged for UPS
  • Pyana - setting up python analysis packages
  • Github CI Maintenance - information about the CI repo, used by Jenkins for build tests

Standards and Practices

External Packages