DeepLearnPhysics / larcv2

MIT License
13 stars 16 forks source link

Particle.h destroys information #21

Closed coreyjadams closed 6 years ago

coreyjadams commented 6 years ago

I don't know what to say here:

inline void nu_current_type (short curr) { curr = -1; _current_type = curr; } inline void nu_interaction_type (short itype) { itype = -1; _interaction_type = itype; } These functions destroy the information passed to them. Is there a reason?

drinkingkazu commented 6 years ago

c120656a41a93fc144a85413a26f3cae5481e427