├── .github ├── aux │ └── gh-pages-redirect.html ├── scripts │ └── yamlheader.md └── workflows │ ├── publish.yml │ └── test.yml ├── .gitignore ├── .nojekyll ├── CMakeLists.txt ├── CONDUCT.md ├── CONTRIBUTING.md ├── LICENSE.md ├── README.md ├── _static ├── css │ └── custom-admonitions.css └── img │ ├── favicon.ico │ └── fcc-logo-light.png ├── _templates └── versions.html ├── archive ├── FCC-ee-higgs.ipynb ├── FCC-hh-AnalysisFlow.ipynb ├── FCCeeDriftChamber.ipynb ├── FCCeeDriftChamber.md ├── FCChhFullAnalysis.ipynb ├── FCChhFullAnalysis.md ├── FCChhFullAnalysis_files │ └── FCChhFullAnalysis_16_1.png ├── FccCMakeGuide.md ├── FccCaloPerformance.ipynb ├── FccCaloPerformance.md ├── FccCaloPerformance_2021 │ ├── FccCaloPerformance.md │ └── runFullCaloSystem_ReconstructionSW_noiseFromFile.py ├── FccDocPage.md ├── FccFullAnalysis.md ├── FccSoftwareFramework.md ├── FccSoftwareGettingStarted.md ├── FccSoftwareGettingStartedFastSim.ipynb ├── FccSoftwareGettingStartedFastSim.md ├── FccSoftwareGit.md ├── FccVirtualMachine.md ├── FcceeAnalysis.md ├── InterfacingMCGen.md ├── analysis_pp_hTo4l_simple_cfg.py ├── images │ ├── FccFullAnalysis │ │ ├── ele1_pt.png │ │ ├── higgs_m.png │ │ ├── higgs_m_cms.png │ │ ├── lep1vsEta_eta.png │ │ ├── lep1vsPt_pt.png │ │ └── m4l_80_170_allYear_125.png │ ├── FccSoftwareGettingStarted │ │ └── flow_chart_starting.png │ ├── FccSoftwareGettingStartedFastSim │ │ ├── higgs_m.png │ │ ├── mtw.png │ │ ├── recoil_m.png │ │ ├── xy.png │ │ ├── yz.png │ │ └── zed_m.png │ ├── FccVirtualMachine │ │ └── x-session.png │ └── FcceeAnalysis │ │ └── ZH_Zee │ │ ├── mrecoil_sel0_nostack_lin.png │ │ ├── mrecoil_sel1_nostack_lin.png │ │ ├── mrecoil_sel2_nostack_lin.png │ │ ├── mrecoil_sel3_nostack_lin.png │ │ ├── mrecoil_sel4_nostack_lin.png │ │ ├── mrecoil_sel5_nostack_lin.png │ │ ├── mrecoil_sel6_nostack_lin.png │ │ └── mrecoil_sel7_nostack_lin.png ├── installing-fcc.md ├── notebooks │ └── nbSnapshots │ │ ├── FCC-ee-higgs.png │ │ ├── FCC-hh-AnalysisFlow.png │ │ ├── FCCFullAnalysis.png │ │ ├── FccSoftwareGettingStartedFastSim.png │ │ └── SwanCustomization.png └── releases.md ├── conf.py ├── developing-fcc-software ├── DevelopingDD4hep.md ├── Edm4hepTransition.md ├── FccCMakeGuide.md ├── FccDocPage.md ├── FccSoftwareGit.md ├── README.md └── WritingAlgorithms.md ├── distributed-computing ├── OutputStructure.md ├── README.md ├── RegisteringToFccVO.md ├── Workflows.md └── workflows │ ├── 01 │ └── DiTauKKMCeeDelphesStandAlone.md │ └── Overview.md ├── fast-sim-and-analysis ├── EventProduction.md ├── FCCAnalysesProblemsAndSolutions.md ├── FccFastSimGeneration.md ├── README.md ├── fccanalyses │ └── doc │ │ └── starterkit │ │ ├── FccFastSimAnalysis │ │ ├── Readme.md │ │ ├── analysis.py │ │ ├── doPlots.py │ │ ├── finalSel.py │ │ └── plots.py │ │ └── FccFastSimVertexing │ │ ├── Exercises │ │ ├── MyAnalysis.cc │ │ ├── MyAnalysis.h │ │ ├── analysis_Tau3Mu_MCseeded.py │ │ └── analysis_Tau3Mu_stage1.py │ │ ├── Readme.md │ │ ├── analysis_Bs2JpsiPhi_MCseeded.py │ │ ├── analysis_Tau3Mu_final.py │ │ ├── analysis_Tau3Mu_plots.py │ │ ├── analysis_primary_vertex.py │ │ ├── plots_Bs2JsiPhi.x │ │ └── plots_primary_vertex.x ├── images │ ├── FccFullAnalysis │ │ ├── ele1_pt.png │ │ ├── higgs_m.png │ │ ├── higgs_m_cms.png │ │ ├── lep1vsEta_eta.png │ │ ├── lep1vsPt_pt.png │ │ └── m4l_80_170_allYear_125.png │ ├── FccSoftwareGettingStarted │ │ └── flow_chart_starting.png │ ├── FccSoftwareGettingStartedFastSim │ │ ├── higgs_m.png │ │ ├── mtw.png │ │ ├── recoil_m.png │ │ ├── xy.png │ │ ├── yz.png │ │ └── zed_m.png │ ├── FccVirtualMachine │ │ └── x-session.png │ ├── FcceeAnalysis │ │ └── ZH_Zee │ │ │ ├── mrecoil_sel0_nostack_lin.png │ │ │ ├── mrecoil_sel1_nostack_lin.png │ │ │ ├── mrecoil_sel2_nostack_lin.png │ │ │ ├── mrecoil_sel3_nostack_lin.png │ │ │ ├── mrecoil_sel4_nostack_lin.png │ │ │ ├── mrecoil_sel5_nostack_lin.png │ │ │ ├── mrecoil_sel6_nostack_lin.png │ │ │ └── mrecoil_sel7_nostack_lin.png │ ├── acolmu.png │ ├── browser_Muon0.png │ ├── browser_events.png │ ├── browser_events_part1.png │ ├── browser_events_part2.png │ ├── browser_missingET.png │ ├── costheta_mup.png │ └── p_mup.png └── k4simdelphes │ └── doc │ └── starterkit │ └── FccFastSimDelphes │ └── Readme.md ├── full-detector-simulations ├── FCCeeCLD │ └── FCCeeCLD.md ├── FCCeeCaloPhotonPi0Discrimination │ ├── FCCeeCaloPhotonPi0Discrimination.md │ ├── draw_rocCurve_pi0_gamma_GNN.py │ └── rocCurveFacility.py ├── FCCeeDriftChamber │ └── FCCeeDriftChamber.md ├── FCCeeGeneralOverview │ ├── FCCeeGeneralOverview.md │ ├── plot_calo_energy_resolution.py │ ├── plot_recoil_mass.C │ ├── plot_recoil_mass.py │ ├── recoil_mass.png │ ├── run_ALLEGRO_RECO.py │ └── run_IDEA_DIGI.py ├── FCCeeGuineaPigIRBackgrounds │ ├── HitAnalysisMarlin │ │ ├── CMakeLists.txt │ │ ├── include │ │ │ └── HitAnalysis.h │ │ └── src │ │ │ └── HitAnalysis.cc │ ├── README.md │ ├── SR │ │ └── Scripts │ │ │ └── SR_sim.py │ ├── eepairs │ │ └── sub_gp_pairs.sh │ └── ggToHadrons │ │ └── hadron.tar.gz ├── FccCaloPerformance │ ├── CaloFullSimExercise.md │ ├── display_detector.py │ ├── plot_energy_resolution.py │ └── runCaloSim.py ├── Geometry │ └── Geometry.md ├── README.md └── Visualization │ └── Visualization.md ├── index.md ├── requirements.txt └── software-basics ├── README.md ├── asking-questions.md ├── bookkeeping.md ├── exploring-fcc-files.md ├── fccsw.md ├── introduction-to-course.md ├── prerequisites.md ├── swan.md ├── swan.png └── tips-tricks.md /.github/aux/gh-pages-redirect.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 |All new developers should read this guide since it also contains information on how to contribute to the FCC software.
39 |