-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #35 from eic/pr/tracking_performance_campaigns
tracking_performance: enable running over campaigns
- Loading branch information
Showing
7 changed files
with
117 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
Shyam Kumar; INFN Bari, Italy; [email protected] | ||
Method to produce the tracking performances with ePIC tracker | ||
The scripts can be used to create the debug plots for the momentum resolutions. | ||
|
||
To run a full simulation-reconstruction-analysis chain do: | ||
``` | ||
snakemake -c2 results/tracking_performances/local | ||
``` | ||
or, referencing it by the rule name: | ||
``` | ||
snakemake --cores 1 tracking_performance_local | ||
``` | ||
|
||
To process an individual campaign do: | ||
``` | ||
snakemake -c2 results/tracking_performances/24.04.0 | ||
``` | ||
|
||
It will produce the results with truth/realistic seeding. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.