Skip to content

Commit 076b452

Browse files
committed
Please consider the following formatting changes
1 parent c7c9860 commit 076b452

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

Detectors/Upgrades/ALICE3/TRK/base/include/TRKBase/AlmiraParam.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ constexpr float DEFAlmiraStrobeDelay = 0.f; ///< default strobe delay in ns wrt
2424

2525
struct 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
};

Detectors/Upgrades/ALICE3/TRK/simulation/include/TRKSimulation/DPLDigitizerParam.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)