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

Merge branch 'updateMMCrossTalkValues_master' into 'master'

Manual Sweep: Update default cross talk to 20 % and 4 %

See merge request atlas/athena!37934
parents ecb7fd94 17858369
No related branches found
No related tags found
No related merge requests found
...@@ -151,8 +151,8 @@ class MM_DigitizationTool : public PileUpToolBase { ...@@ -151,8 +151,8 @@ class MM_DigitizationTool : public PileUpToolBase {
//each mode have different transverseDiffusionSigma/longitudinalDiffusionSigma/driftVelocity/avalancheGain/interactionDensityMean/interactionDensitySigma/lorentzAngle //each mode have different transverseDiffusionSigma/longitudinalDiffusionSigma/driftVelocity/avalancheGain/interactionDensityMean/interactionDensitySigma/lorentzAngle
Gaudi::Property<float> m_qThreshold{this,"qThreshold",0.001,"Charge Threshold"}; Gaudi::Property<float> m_qThreshold{this,"qThreshold",0.001,"Charge Threshold"};
Gaudi::Property<float> m_driftGapWidth{this,"DriftGapWidth",5.168,"Drift Gap Width of 5.04 mm + 0.128 mm (the amplification gap)"}; Gaudi::Property<float> m_driftGapWidth{this,"DriftGapWidth",5.168,"Drift Gap Width of 5.04 mm + 0.128 mm (the amplification gap)"};
Gaudi::Property<float> m_crossTalk1{this,"crossTalk1",0.1,"Strip Cross Talk with Nearest Neighbor"}; Gaudi::Property<float> m_crossTalk1{this,"crossTalk1",0.2,"Strip Cross Talk with Nearest Neighbor"};
Gaudi::Property<float> m_crossTalk2{this,"crossTalk2",0.03,"Strip Cross Talk with 2nd Nearest Neighbor"}; Gaudi::Property<float> m_crossTalk2{this,"crossTalk2",0.04,"Strip Cross Talk with 2nd Nearest Neighbor"};
Gaudi::Property<float> m_avalancheGain{this,"AvalancheGain",8.0e3,"avalanche Gain for rach gas mixture"}; Gaudi::Property<float> m_avalancheGain{this,"AvalancheGain",8.0e3,"avalanche Gain for rach gas mixture"};
......
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