![]() |
Project
|
#include "TRDSimulation/Detector.h"
#include "TRDBase/Calibrations.h"
#include "TRDBase/PadResponse.h"
#include "TRDSimulation/DiffAndTimeStructEstimator.h"
#include "TRDSimulation/PileupTool.h"
#include "DataFormatsTRD/Digit.h"
#include "DataFormatsTRD/SignalArray.h"
#include "DataFormatsTRD/Constants.h"
#include "MathUtils/RandomRing.h"
#include "SimulationDataFormat/MCTruthContainer.h"
#include <array>
#include <deque>
#include <unordered_map>
#include <vector>
#include <string>
Go to the source code of this file.
Classes | |
class | o2::trd::Digitizer |
Namespaces | |
namespace | o2 |
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete objects | |
namespace | o2::trd |
Typedefs | |
using | o2::trd::DigitContainer = std::vector< Digit > |
using | o2::trd::SignalContainer = std::unordered_map< int, SignalArray > |
using | o2::trd::MCLabel = o2::MCCompLabel |