Skip to content

Commit 125eb08

Browse files
Merge pull request #57 from sindhu-ku/develop
Flash: initialize frame and volume id with kINVALID_UINT
2 parents 668ed2b + 96d239d commit 125eb08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

larcv/core/DataFormat/Flash.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ namespace larcv {
2727
public:
2828

2929
/// Default constructor
30-
Flash(double time=0, double timeWidth=0, double absTime=0, unsigned int frame=0,
31-
std::vector<double> PEPerOpDet=std::vector<double>(0), unsigned int volume_id=100,
30+
Flash(double time=0, double timeWidth=0, double absTime=0, unsigned int frame=kINVALID_UINT,
31+
std::vector<double> PEPerOpDet=std::vector<double>(0), unsigned int volume_id=kINVALID_UINT,
3232
bool inBeamFrame=0, int onBeamTime=0, double fastToTotal=1,
3333
double xCenter=0, double xWidth=0,
3434
double yCenter=0, double yWidth=0,

0 commit comments

Comments
 (0)