Aachen-3A / PxlAnalyzer

The PxlAnalyzer serves as the framework to run dedicated Analysis on pxlio files created by the PxlSkimmer
1 stars 0 forks source link

Use a non-fixed seed on randomly shifted systematics #31

Open jojonas opened 8 years ago

jojonas commented 8 years ago

In Main/Systematics.cc, the ROOT TRandom3 constructor is called without any arguments. According to the ROOT documentation, the seed then defaults to 4357. Using a seed of '0' would use a seed based on the current time (with 100ns resolution!), and is probably the desired behavior in this case.