Project
Loading...
Searching...
No Matches
TPCDigitizerSpec.cxx File Reference

Go to the source code of this file.

Classes

class  o2::tpc::TPCDPLDigitizerTask
 

Namespaces

namespace  o2
 a couple of static helper functions to create timestamp values for CCDB queries or override obsolete objects
 
namespace  o2::tpc
 Global TPC definitions and constants.
 

Typedefs

using SubSpecificationType = o2::framework::DataAllocator::SubSpecificationType
 
using DigiGroupRef = o2::dataformats::RangeReference< int, int >
 
using SC = o2::tpc::SpaceCharge< float >
 

Functions

template<typename T >
void o2::tpc::copyHelper (T const &origin, T &target)
 
template<>
void o2::tpc::copyHelper< o2::dataformats::MCTruthContainer< o2::MCCompLabel > > (o2::dataformats::MCTruthContainer< o2::MCCompLabel > const &origin, o2::dataformats::MCTruthContainer< o2::MCCompLabel > &target)
 
template<typename T >
void o2::tpc::writeToBranchHelper (TTree &tree, const char *name, T *accum)
 
template<>
void o2::tpc::writeToBranchHelper< o2::dataformats::MCTruthContainer< o2::MCCompLabel > > (TTree &tree, const char *name, o2::dataformats::MCTruthContainer< o2::MCCompLabel > *accum)
 
std::string o2::tpc::getBranchNameLeft (int sector)
 
std::string o2::tpc::getBranchNameRight (int sector)
 
o2::framework::DataProcessorSpec o2::tpc::getTPCDigitizerSpec (int channel, bool writeGRP, bool mctruth, bool internalwriter, int distortionType)
 
o2::framework::WorkflowSpec o2::tpc::getTPCDigitizerSpec (int nLanes, std::vector< int > const &sectors, bool mctruth, bool internalwriter, int distortionType)
 

Typedef Documentation

◆ DigiGroupRef

◆ SC

using SC = o2::tpc::SpaceCharge<float>

Definition at line 53 of file TPCDigitizerSpec.cxx.

◆ SubSpecificationType