You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LOG(info) << "No particles found in O2 Kinematics, no loopers will be generated";
570
585
return false;
@@ -602,6 +617,9 @@ class GenLoopersInjector : public Generator
602
617
floatmLoopsFractionPairs=0.08; // Fraction of loopers from Pairs
603
618
Bool_tmTimeConstraint= true; // Flag to indicate if time constraint is applied
604
619
doublemTimeConstraintValue=0.0; // Time constraint value, adaptively set based on the maximum time of the main generator events
620
+
Bool_tmDecreasingLoopers= false; // Flag to indicate if decreasing loopers are used
621
+
floatmSlopeMinimum=0.02; // Fraction of loopers to be injected adaptively
622
+
floatmSlopeStep=0.01; // Step of decreasing slope
605
623
};
606
624
607
625
} // namespace eventgen
@@ -684,7 +702,7 @@ FairGenerator *
684
702
// Loopers are considered adaptive by default, meaning that the number of loopers is determined by the number of particles in the kinematics file per event
0 commit comments