Collection of configuration files and scripts for obtaining the basic overview of the Muon Collider detector performance, also used for software-release validation.
All the code is split into separate stages of the performance-evaluation process:
generation- production of a sample of input objects, typicallyMCParticles;simulation- simulation of particles' interaction with the detector in GEANT4, typically producingSimHits;digitisation- application of detector-level effects and filtering to theSimHits, typically producingRecHits;reconstruction- reconstruction of high-level objects, such asTracks,Jets,ParticleFlowobjects, etc.;analysis- production of files with standardised objects types compatible with generic plotting scripts, typicallyROOT.TTree,ROOT.TH1, etc.plotting- generic scripts for producing plots from theanalysisoutput.
Specific workflow scripts and corresponding plotting configurations for individual use cases are stored under workflows/ directory.
Each workflow can use any subset of the generation to plotting stages, depending on its purpose.