Belle II Software development
|
Namespace to encapsulate code needed for the CSI detector. More...
Classes | |
class | CsiCreator |
The creator for the CSI geometry. More... | |
class | CsiDigitizer_v2Module |
Csi tube digitizer_v2. More... | |
class | CsIDigitizerModule |
Digitizer for the BEAST CsI system. More... | |
class | CsiGeometryPar |
The Class for CSI Geometry Parameters. More... | |
class | CsiModule |
The Csi module. More... | |
class | CsiStudy_v2Module |
Study module for Csis (BEAST) More... | |
class | SensitiveDetector |
Sensitive Detector implementation of the CSI detector. More... | |
Typedefs | |
typedef std::vector< double > | Signal |
Designed to hold a "continuous" (in time and amplitude) signal | |
typedef std::vector< int > | DigitalSignal |
Designed to hold a "digital" (limited by the DAQ board rate and resolution) signal | |
Variables | |
geometry::CreatorFactory< CsiCreator > | CsiFactory ("CSICreator") |
Creator creates the CSI geometry. | |
const double | avoidov = 1 + 1E-6 |
foil inside is a little bit lager than crystal to avoid overlap | |
Namespace to encapsulate code needed for the CSI detector.
Namespace to encapsulate code needed for simulation and reconstrucion of the CSI detector.
typedef std::vector<int> DigitalSignal |
Designed to hold a "digital" (limited by the DAQ board rate and resolution) signal
Definition at line 30 of file CsIDigitizerModule.h.
typedef std::vector<double> Signal |
Designed to hold a "continuous" (in time and amplitude) signal
Definition at line 28 of file CsIDigitizerModule.h.
const double avoidov = 1 + 1E-6 |
foil inside is a little bit lager than crystal to avoid overlap
Definition at line 50 of file CsiCreator.cc.