Skip to content

Commit

Permalink
Merge pull request #468 from rest-for-physics/lobis-working-on-veto-r…
Browse files Browse the repository at this point in the history
…eadout

Add VETO hits type
  • Loading branch information
lobis authored Aug 28, 2023
2 parents 6ef642c + 70174c1 commit cb8b456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/framework/core/inc/TRestHits.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

#include <iostream>

enum REST_HitType { unknown = -1, X = 2, Y = 3, Z = 5, XY = 6, XZ = 10, YZ = 15, XYZ = 30 };
enum REST_HitType { unknown = -1, X = 2, Y = 3, Z = 5, XY = 6, XZ = 10, YZ = 15, XYZ = 30, VETO = 100 };

/// It saves a 3-coordinate position and an energy for each punctual deposition.
class TRestHits {
Expand Down

0 comments on commit cb8b456

Please sign in to comment.