File tree Expand file tree Collapse file tree
Detectors/Upgrades/ALICE3/TRK
simulation/include/TRKSimulation Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,9 +24,9 @@ constexpr float DEFAlmiraStrobeDelay = 0.f; ///< default strobe delay in ns wrt
2424
2525struct AlmiraParam : public o2 ::conf::ConfigurableParamHelper<AlmiraParam> {
2626 int roFrameLengthInBC = o2::constants::lhc::LHCMaxBunches / 198 ; // /< ROF length in BC for continuous mode
27- float strobeDelay = DEFAlmiraStrobeDelay; // /< strobe start in ns wrt ROF start
28- float strobeLengthCont = -1 .; // /< if < 0, full ROF length minus delay
29- int roFrameBiasInBC = 0 ; // /< ROF start bias in BC wrt orbit start
27+ float strobeDelay = DEFAlmiraStrobeDelay; // /< strobe start in ns wrt ROF start
28+ float strobeLengthCont = -1 .; // /< if < 0, full ROF length minus delay
29+ int roFrameBiasInBC = 0 ; // /< ROF start bias in BC wrt orbit start
3030
3131 O2ParamDef (AlmiraParam, " TRKAlmiraParam" );
3232};
Original file line number Diff line number Diff line change @@ -32,9 +32,9 @@ struct DPLDigitizerParam : public o2::conf::ConfigurableParamHelper<DPLDigitizer
3232
3333 bool continuous = true ; // /< flag for continuous simulation
3434 float noisePerPixel = DEFNoisePerPixel(); // /< ALPIDE Noise per channel
35- float strobeFlatTop = 20 .; // /< strobe shape flat top
36- float strobeMaxRiseTime = 0 .; // /< strobe max rise time
37- float strobeQRiseTime0 = 0 .; // /< q @ which strobe rise time is 0
35+ float strobeFlatTop = 20 .; // /< strobe shape flat top
36+ float strobeMaxRiseTime = 0 .; // /< strobe max rise time
37+ float strobeQRiseTime0 = 0 .; // /< q @ which strobe rise time is 0
3838
3939 double timeOffset = 0 .; // /< time offset (in seconds!) to calculate ROFrame from hit time
4040 int chargeThreshold = 75 ; // /< charge threshold in Nelectrons
You can’t perform that action at this time.
0 commit comments