diff --git a/README.md b/README.md index 3344811..7227aec 100644 --- a/README.md +++ b/README.md @@ -111,11 +111,11 @@ k4run runDRcalib.py ``` ### Analysis -This requires the ROOT file generated from `runDRcalib.py`. Assuming the name of the file ``, +This requires the ROOT file generated from `runDRcalib.py`. - ./bin/analysis + ./bin/analysis Note that the `analysis` is a mere example based on only `ROOT`, `podio` and `edm4hep`. Please make sure that you have implemented desired plots based on your needs and physics process. ### Precaution -Since the `GEANT4` simulation takes a very large amount of time per an event, it is assumed to run a few dozens of events per run. It can be run on parallel using `torque` or `condor`, and can be merged before analysis step using `hadd` from `ROOT`. +Since the `GEANT4` simulation takes a very large amount of time per an event, it is assumed to run a few dozens of events per run. It can be run on parallel using `torque` or `condor`.