Skip to content
Snippets Groups Projects
  • Jure Bericic's avatar
    2cee44f8
    Refactored fScinHitPaddle handling. · 2cee44f8
    Jure Bericic authored
    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.
    2cee44f8
    History
    Refactored fScinHitPaddle handling.
    Jure Bericic authored
    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.