Code: Difference between revisions

From Mu2eWiki
Jump to navigation Jump to search
(move UPS to Attic)
 
(13 intermediate revisions by 3 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
* [[Spack]] - building Offline with spack
* [[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]
* [[UPS|UPS]] - using the Fermilab UPS product setup
* [[Redmine]] - a few pieces of code are still in the redmine git repository
* [[Redmine]] - a few pieces of code are still in the redmine git repository
* [[CVS]] - a few pieces of code are still in the CVS repository
* [[CVS]] - a few pieces of code are still in the CVS repository
Line 65: Line 66:
* [[PyWrap]] - wrap compiled c++ code so it can be used in python
* [[PyWrap]] - wrap compiled c++ code so it can be used in python
* [https://cdcvs.fnal.gov/redmine/projects/art/wiki/ArtExitCodes art error codes]
* [https://cdcvs.fnal.gov/redmine/projects/art/wiki/ArtExitCodes art error codes]
* [[Elastic Analysis Facility (EAF)|Elastic Analysis Facility (EAF)]]


== Code Management ==
== Code Management ==


* [[Spack]] - setup and build tool to replace UPS and MRB
* [[Spack]] - setup and build tool to replace UPS and MRB
* [[SpackMaintenance]] - expert procedures and debugging
* [[Legacy_Access_to_SL7]]
* [[MuseMaintenance]] - Muse procedures for experts
* [[MuseMaintenance]] - Muse procedures for experts
* [[ReleaseList]]
* [[ReleaseList]]
* [[Git|git]] - overview and pointers to detailed and mu2e-specific instructions
* [[Git|git]] - overview and pointers to detailed and mu2e-specific instructions
* [[Validation]] - automatic and occasional procedures for validation
* [[Validation]] - automatic and occasional procedures for validation
* [[GeantChecklist]] - validation of new geant versions
* [[Jenkins]] - a central build platform
* [[Jenkins]] - a central build platform
* [[Cvmfs|CVMFS]] - a virtual disk mount containing our code
* [[Cvmfs|CVMFS]] - a virtual disk mount containing our code
Line 121: Line 126:
* [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]
* [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/art/wiki/ExceptionInformation exception handling in art]
* [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]
* [http://www.boost.org/ boost]  [http://www.boost.org/doc/libs/1_47_0 browser]
* [http://www.boost.org/ boost]  [http://www.boost.org/doc/libs/1_47_0 browser]

Latest revision as of 01:09, 21 April 2025

Building code

Configuring executables

Modules, Products, and Services

Code Management

Standards and Practices

External Packages