Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hadron PID #4

Open
wants to merge 7 commits into
base: HadronPID
Choose a base branch
from
Open

Hadron PID #4

wants to merge 7 commits into from

Conversation

asligonulacar
Copy link
Collaborator

Implemented worker to calculate start time from the highest momentum electron in any given event. If there are no electrons, the start time is written as -999. The start times are written to bank: Leaf(32200, 4, "d", 4096). In order to run the workflow, make RunAppHadronPID the main class in the pom.xml file.

StartTimeWorker: Calculates event start times from the highest momentum electron in the event. 
RunAppHadronPID: Implements ElPID workflow to get electron PID, and then implements StartTimeWorker. The event start times are written to Leaf(32200, 4, "d", 4096).
require status>0 to pick the highest momentum electron.
diagnostic histograms for StartTimeWorker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant