-
Notifications
You must be signed in to change notification settings - Fork 446
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ITS digi: Ability to process events before the first RO
This commit makes it possible to inject events/hits into the ITS digitizer which happen in time before the "first interaction sampled" (start of the first readout-frame given by HBFUtils). The commit avoids/fixes a segmenation fault which, so far, occurs in these situations (because of overflow of unsigned int32 newROFrame) The commit allows to reduce "startup" effects in a timeframe by capturing hits that come from events before data taking starts. This makes MC more realistic. With these "startup effects" removed, one could now play with short timeframe lengths for skimming studies.
- Loading branch information
Showing
2 changed files
with
24 additions
and
2 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