Skip to content

Commit

Permalink
update README as of podio::Frame
Browse files Browse the repository at this point in the history
  • Loading branch information
SanghyunKo committed Jul 7, 2023
1 parent 73c571f commit f386bde
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,11 +111,11 @@ k4run runDRcalib.py
```

### Analysis
This requires the ROOT file generated from `runDRcalib.py`. Assuming the name of the file `<filename.root>`,
This requires the ROOT file generated from `runDRcalib.py`.

./bin/analysis <filename.root> <histogram lower edge in [GeV]> <histogram higher edge in [GeV]>
./bin/analysis <histogram lower edge in [GeV]> <histogram higher edge in [GeV]> <file_*.root>

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`.

0 comments on commit f386bde

Please sign in to comment.