LDMX-Software / TrigScint

1 stars 3 forks source link

make digi producer less verbose #21

Closed bryngemark closed 2 years ago

bryngemark commented 3 years ago

I suggest the printout level here gets reduced from info to debug since it happens on (every sim) hit level rather then a few-events level or at the start/end of process, or similar.

alternatively, add an extra qualifier using the producer's own verbose parameter.

https://github.com/LDMX-Software/TrigScint/blob/5b210429691b1b91c5c77bdacad85ccc980a1e90/src/TrigScint/TrigScintQIEDigiProducer.cxx#L97

bryngemark commented 3 years ago

@GNiramay I just assigned this to you to make you aware, not as an order at all 😄
whoever gets to it first will do it.

GNiramay commented 3 years ago

@bryngemark Thanks a lot. Honestly, I am not well versed with ldmx_log() method. My idea behind using ldmx_log(info) was just to make sure the verbosity is handled properly. Please feel free to change it to debug. In fact, I had done a lousy job in printing out the debug info.