ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
pair of ints for definition of a cell More...
#include <acts/blob/master/Plugins/Digitization/include/Acts/Plugins/Digitization/DigitizationCell.hpp>
Public Member Functions | |
virtual | ~DigitizationCell ()=default |
DigitizationCell (size_t ch0, size_t ch1, float d=0.) | |
DigitizationCell (const DigitizationCell &dc)=default | |
virtual void | addCell (const DigitizationCell &dc, bool analogueReadout) |
virtual double | depositedEnergy () const |
Public Attributes | |
size_t | channel0 = 0 |
size_t | channel1 = 1 |
float | data = 0. |
pair of ints for definition of a cell
Definition at line 17 of file DigitizationCell.hpp.
View newest version in sPHENIX GitHub at line 17 of file DigitizationCell.hpp
|
virtualdefault |
|
inline |
Definition at line 25 of file DigitizationCell.hpp.
View newest version in sPHENIX GitHub at line 25 of file DigitizationCell.hpp
|
default |
|
inlinevirtual |
To merge cells in case they are at the same position
dc | the cell to be added to the current cell |
analogueReadout | flag indicating if we have analgue readout |
Definition at line 37 of file DigitizationCell.hpp.
View newest version in sPHENIX GitHub at line 37 of file DigitizationCell.hpp
References data.
|
inlinevirtual |
the deposited energy
analogueReadout | flag indicating if we have analgue readout |
Definition at line 48 of file DigitizationCell.hpp.
View newest version in sPHENIX GitHub at line 48 of file DigitizationCell.hpp
References data.
size_t Acts::DigitizationCell::channel0 = 0 |
Definition at line 21 of file DigitizationCell.hpp.
View newest version in sPHENIX GitHub at line 21 of file DigitizationCell.hpp
Referenced by Acts::CartesianSegmentation::cellPosition(), Acts::DigitizationModule::segmentationSurfaces(), and Acts::DigitizationModule::stepSurfaces().
size_t Acts::DigitizationCell::channel1 = 1 |
Definition at line 22 of file DigitizationCell.hpp.
View newest version in sPHENIX GitHub at line 22 of file DigitizationCell.hpp
Referenced by Acts::CartesianSegmentation::cellPosition(), Acts::DigitizationModule::segmentationSurfaces(), and Acts::DigitizationModule::stepSurfaces().
float Acts::DigitizationCell::data = 0. |
Definition at line 23 of file DigitizationCell.hpp.
View newest version in sPHENIX GitHub at line 23 of file DigitizationCell.hpp
Referenced by addCell(), and depositedEnergy().