ATLAS Offline Software
Variables
CTPSimulation.cxx File Reference
#include "./CTPSimulation.h"
#include "./CTPTriggerThreshold.h"
#include "./CTPTriggerItem.h"
#include "./CTPUtil.h"
#include "TrigT1Result/CTP_RDO.h"
#include "TrigT1Interfaces/CTPSLink.h"
#include "TrigT1Result/RoIBResult.h"
#include "TrigT1Result/JetEnergyRoI.h"
#include "TrigT1Interfaces/CPRoIDecoder.h"
#include "TrigT1Interfaces/JEPRoIDecoder.h"
#include "TrigT1CaloUtils/CoordToHardware.h"
#include "AthenaKernel/SlotSpecificObj.h"
#include "AthenaMonitoringKernel/HistogramDef.h"
#include "CxxUtils/starts_with.h"
#include "CxxUtils/checker_macros.h"
#include "CLHEP/Random/RandomEngine.h"
#include "CLHEP/Random/Ranlux64Engine.h"
#include "TTree.h"
#include <iomanip>
#include <algorithm>
#include <cmath>

Go to the source code of this file.

Variables

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

Variable Documentation

◆ CTPSimRanluxFactory

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

Definition at line 40 of file CTPSimulation.cxx.