Code: Difference between revisions
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
* [[GitIntro]] code management preliminaries for newcomers | * [[GitIntro]] code management preliminaries for newcomers | ||
* [[OfflineStatus]] which branch or tag of Mu2e Offline you should start from | * [[OfflineStatus]] which branch or tag of Mu2e Offline you should start from | ||
* [[GitHubWorkflow | * [[GitHubWorkflow]] - code repository checkout and commit procedures | ||
* [[Muse]] - Mu2e code setup and build | * [[Muse]] - Mu2e code setup and build scripts | ||
* [[scons]] - internal commercial build tool, called by Muse | * [[scons]] - internal commercial build tool, called by Muse | ||
* [[CodeDebugging|Debugging]] | * [[CodeDebugging|Debugging]] code debuggin tools and tips | ||
* [http://cdcvs.fnal.gov/lxr/mu2eofflinesoftware/index.html LXR] - cross-linked code browser | * [http://cdcvs.fnal.gov/lxr/mu2eofflinesoftware/index.html LXR] - cross-linked code browser | ||
* [https://www.github.com/Mu2e Mu2e github organization] | * [https://www.github.com/Mu2e Mu2e github organization] | ||
* [[UPS|UPS]] - | * [[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 |
Revision as of 20:57, 13 May 2021
Building code
- GitIntro code management preliminaries for newcomers
- OfflineStatus which branch or tag of Mu2e Offline you should start from
- GitHubWorkflow - code repository checkout and commit procedures
- Muse - Mu2e code setup and build scripts
- scons - internal commercial build tool, called by Muse
- Debugging code debuggin tools and tips
- LXR - cross-linked code browser
- Mu2e github organization
- UPS - using the Fermilab UPS product setup
- 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
Configuring executables
- fcl - intro to fcl art job control language
- paths - which modules and what order
- I/O modules
- Message logger
- Search paths - how data, fcl, and other control files are found
- SimpleConfig - another way to input parameters to an executable
- Simulation - an overview
- Generators - generating the first particle
- CORSIKA cosmic ray simulation
- Staging - how and why of running the simulation in stages
- Time simulation - adding lifetimes
- Bunch intensity - simulating bunch-to-bunch variations
- Mixing - mixing background and signal simulation
- RunNumbers - how run numbers ranges are used
- Generators - generating the first particle
- Other applications
- EventDisplays
- Ntuples - data access at the interactive level
- Machine learning - neural networks
Modules, Products, and Services
- Modules
- Products
- Geometry
- Alignment
- Random numbers:
- Magnetic Field Maps
- Conditions Data
- Services
- SimpleConfig
- Exceptions
- Message logger
- art error codes
Code Management
- ReleaseList
- git - overview and pointers to detailed and mu2e-specific instructions
- Validation - automatic and occasional procedures for validation
- Jenkins - a central build platform
- CVMFS
- Download - pull a local copy to remote institutions or laptops
- scisoft - server for product manifests
- BTrk - the KalMan fitter code is in this non-standard product
- CVS
- CodeDepencyGraph - how ot make the code dependency graph
- DAQ DAQ redmine
- building root
- checkPrerequisites tool - check linux has rpms needed by art
Standards and Practices
- CodingStandards - an overview of code issues
- CodeTools - code formatting and checking tools
- Magic numbers - where to get value of pi, etc.
- Editors - tips on editors and policy of not using tab characters.
- Debugging
- GeantTips
- ISO 8601 time format
- CMS code references:
- FAQs
External Packages
- UPS manual getting started
- Mu2e code lab LXR Mu2e LXR LXR project
- art doc redmine browser art-users product flags error codes
- recent art stakeholders meetings; older art stakeholders meetings
- artdaq wiki
- Paterno memory profiling instructions
- valgrind]
- MAP and DDT debuggers
- CMS Framework LXR
- CMS github PR more info
- root docs
- geant at Fermilab DOxygen(v9.4.p01) LXR
- G4Beamline Mu2e manual
- CLHEP CLHEP(v.2.2.0.4)
- HepPDT
- fhicl fhicl-cpp
- cetlib browser
- Message Facility browser
- cpp0x browser
- boost browser
- BTrk browser
- LXR browsers for many Fermilab projects
- scons
- MARS (password protected)