gdynamicDigitization
Loading...
Searching...
No Matches
gParticleCounterDigitization.h
Go to the documentation of this file.
1#pragma once
2
3#include "gdynamicdigitization.h" // Base class for dynamic digitization.
4#include <map>
5#include <vector>
6#include <string>
7
20{
21public:
24
30 bool defineReadoutSpecsImpl() override;
31
41 std::unique_ptr<GDigitizedData> digitizeHitImpl(GHit* ghit, size_t hitn) override;
42};
Abstract base class for dynamically loaded digitization plugins.
GDynamicDigitization(const std::shared_ptr< GOptions > &g)
Constructs the digitization base object.
Built-in digitization routine for particle counters.
std::unique_ptr< GDigitizedData > digitizeHitImpl(GHit *ghit, size_t hitn) override
Digitizes a hit for particle counters.
bool defineReadoutSpecsImpl() override
Defines readout specifications for particle counter digitization.