Skip to content

Commit f386bde

Browse files
committed
update README as of podio::Frame
1 parent 73c571f commit f386bde

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,11 +111,11 @@ k4run runDRcalib.py
111111
```
112112

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

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

118118
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.
119119

120120
### Precaution
121-
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`.
121+
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 commit comments

Comments
 (0)