Project
Loading...
Searching...
No Matches
SimReaderSpec.cxx File Reference
#include "SimReaderSpec.h"
#include "Framework/DataProcessorSpec.h"
#include "Framework/DataRefUtils.h"
#include "Framework/ControlService.h"
#include "Framework/ConfigParamRegistry.h"
#include "Framework/Lifetime.h"
#include "Steer/HitProcessingManager.h"
#include "SimulationDataFormat/InteractionSampler.h"
#include "CommonDataFormat/InteractionRecord.h"
#include "CommonUtils/NameConf.h"
#include "DataFormatsTPC/TPCSectorHeader.h"
#include <DataFormatsParameters/GRPLHCIFData.h>
#include "DetectorsRaw/HBFUtils.h"
#include <CCDB/BasicCCDBManager.h>
#include <fairlogger/Logger.h>
#include <memory>
#include <cstring>
#include <string>
#include <cassert>
#include <chrono>
#include <thread>
#include <algorithm>
#include <filesystem>
#include <boost/interprocess/sync/named_semaphore.hpp>

Go to the source code of this file.

Namespaces

namespace  o2
 a couple of static helper functions to create timestamp values for CCDB queries or override obsolete objects
 
namespace  o2::steer
 

Typedefs

using SubSpecificationType = o2::framework::DataAllocator::SubSpecificationType
 

Functions

DataProcessorSpec o2::steer::getSimReaderSpec (SubspecRange range, const std::vector< std::string > &simprefixes, const std::vector< int > &tpcsectors, bool withTrigger)
 

Variables

std::vector< o2::ctp::CTPDigit > * o2::steer::ctptrigger = nullptr
 
float o2::steer::gIntRate = -1.
 

Typedef Documentation

◆ SubSpecificationType