ATLAS Offline Software
Variables
PrescalingTool.cxx File Reference
#include "PrescalingTool.h"
#include "AthenaKernel/SlotSpecificObj.h"
#include "xAODEventInfo/EventInfo.h"
#include "GaudiKernel/IToolSvc.h"
#include "CLHEP/Random/RandomEngine.h"
#include "CLHEP/Random/Ranlux64Engine.h"
Include dependency graph for PrescalingTool.cxx:

Go to the source code of this file.

Variables

const std::function< CLHEP::HepRandomEngine *(void) > PSTRanluxFactory
 

Variable Documentation

◆ PSTRanluxFactory

const std::function< CLHEP::HepRandomEngine*(void) > PSTRanluxFactory
Initial value:
= []()->CLHEP::HepRandomEngine*{
return new CLHEP::Ranlux64Engine();
}

Definition at line 14 of file PrescalingTool.cxx.