Git Product home page Git Product logo

fullsimgaswk's Introduction

FullSim

Simulation

source /cvmfs/sw.hsf.org/key4hep/setup.sh

git clone https://github.com/iLCSoft/CLICPerformance.git

cd CLICPerformance/fcceeConfig/
ddsim --compactFile $LCGEO/FCCee/compact/FCCee_o2_v02/FCCee_o2_v02.xml \
            --inputFiles /eos/home-g/gasadows/genFiles/ee_Zmumu_91.hepmc \
            --numberOfEvents 10000 --steeringFile fcc_steer.py \
            --outputFile /eos/home-g/gasadows/Output/Zmumu/SIM/Zmumu_91_10000ev_SIM_edm4hep.root

Simulation with ParticleGun

ddsim --compactFile $LCGEO/FCCee/compact/FCCee_o2_v02/FCCee_o2_v02.xml \
            --outputFile SIM_e_10GeV_90deg_edm4hep.root \
            --steeringFile fcc_steer.py \
            --enableGun \
            --gun.particle e- \
            --gun.energy "10*GeV" \
            --gun.distribution uniform \
            --gun.thetaMin "90*deg" \
            --gun.thetaMax "90*deg" \
            --numberOfEvents 10

Note

simulation output file format must be _edm4hep.root

Reconstruction

fccRec_e4h_input.py file here

k4run fccRec_e4h_input.py  --EventDataSvc.input /eos/home-g/gasadows/Output/Zmumu/SIM/Zmumu_91_10000ev_SIM_edm4hep.root \
            --filename.PodioOutput /eos/user/g/gasadows/Output/Zmumu/REC/Zmumu_91_10000ev_REC.root \
            -n 10000

Analysis

Clone this fork of FCCAnalyses and follow instructions here:

git clone https://github.com/gaswk/FCCAnalyses.git

cd FCCAnalyses

source ./setup.sh
mkdir build install
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=../install
make install -j4
cd ..

analysis_Zmumu.py file here

fccanalysis run analysis_examples/analysis_Zmumu.py --output /eos/home-g/gasadows/Output/Zmumu/Analysis/Zmumu.root --files-list /eos/user/g/gasadows/Output/Zmumu/REC/Zmumu_91_10000ev_REC.root

fullsimgaswk's People

Contributors

gaswk avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.