Skip to content

Commit 0d17975

Browse files
hahassan7shahor02
authored andcommitted
[EMCAL-614] Changing the default delay to 600
1 parent dc90288 commit 0d17975

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • Detectors/EMCAL/simulation/include/EMCALSimulation

Detectors/EMCAL/simulation/include/EMCALSimulation/SimParam.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ class SimParam : public o2::conf::ConfigurableParamHelper<SimParam>
9090
Float_t mECPrimThreshold{0.05}; ///< To store primary if EC Shower Elos > threshold
9191

9292
// Timing
93-
Float_t mSignalDelay{700}; ///< Signal delay time (ns)
93+
Float_t mSignalDelay{600}; ///< Signal delay time (ns)
9494
unsigned int mTimeWindowStart{400}; ///< The start of the time window
9595
Float_t mLiveTime{1500}; ///< EMCal live time (ns)
9696
Float_t mBusyTime{35000}; ///< EMCal busy time (ns)

0 commit comments

Comments
 (0)