Skip to content
Snippets Groups Projects
Commit 2cee44f8 authored by Jure Bericic's avatar Jure Bericic
Browse files

Refactored fScinHitPaddle handling.

fScinHitPaddle is a std::vector<std::vector<Double_t>>. It was
cleared and rebuilt for each event with the same structure,
instead of just zeroing out all the values.

Now it is created in only one place, and than zeroed instead of
cleared.

Changed data type in fScinHitPaddle from Double_t to Int_t. Should
be changed to bool, but then all logic should be changed.
parent 46d8767a
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment