Skip to content
Snippets Groups Projects
Commit adcde71d authored by Edward Moyse's avatar Edward Moyse
Browse files

Merge branch 'correctPeakTime_master' into 'master'

Update default VMM peak time in master

See merge request atlas/athena!28936
parents ad0cd19f 97941706
No related branches found
No related tags found
No related merge requests found
......@@ -202,7 +202,7 @@ MM_DigitizationTool::MM_DigitizationTool(const std::string& type, const std::str
declareProperty("vmmARTMode", m_vmmARTMode = "threshold" ); // For ART (trigger) path. Can be "peak" or "threshold"
// Constants vars for the MM_ElectronicsResponseSimulation
declareProperty("peakTime", m_peakTime = 50.); // The VMM peak time setting.
declareProperty("peakTime", m_peakTime = 100.); // The VMM peak time setting.
declareProperty("electronicsThreshold", m_electronicsThreshold = 6000.0); // 2*(Intrinsic noise ~3k e)
declareProperty("StripDeadTime", m_stripdeadtime = 200.0); // default value 200 ns = 8 BCs
declareProperty("ARTDeadTime", m_ARTdeadtime = 200.0); // default value 200 ns = 8 BCs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment