Setup¶
H→μμ is installed and run like any FLAF analysis, and it has the simplest setup of the three —
only the shared FLAF and Corrections submodules. The general procedure (prerequisites, what the
first source env.sh builds) is in the
FLAF installation guide.
Clone¶
--recursive pulls FLAF and Corrections; without it, imports fail on empty directories.
Working from a fork
For contributions it is convenient to
fork
cms-flaf/H_mumu and add your fork as a remote. See
FLAF → Contributing.
Submodules¶
| Submodule | Role |
|---|---|
FLAF |
The shared framework. |
Corrections |
Object corrections & systematics. |
There are no analysis-specific physics submodules and no statistical-inference submodule — this is what makes H→μμ the lightest analysis to set up.
Production model¶
The production physics model
is BaseModel (set in config/global.yaml). For fast local tests, set phys_model: TestModel in
your user_custom.yaml.
Next¶
- Running the analysis — the H→μμ-specific run notes.
- FLAF → Full workflow — the common pipeline, stage by stage.