Commit b84a3919 authored by Daniil Rastorguev's avatar Daniil Rastorguev Committed by Simon Spannagel
Browse files

Laser: allow multithreading

(cherry picked from commit 39bf1ce8)
parent 046eef62
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -31,6 +31,8 @@ using namespace allpix;
DepositionLaserModule::DepositionLaserModule(Configuration& config, Messenger* messenger, GeometryManager* geo_manager)
    : Module(config), geo_manager_(geo_manager), messenger_(messenger) {

    allow_multithreading();

    //
    // Read beam parameters from config
    //