Skip to content
Snippets Groups Projects
Commit 3b0e597f authored by Susumu Oda's avatar Susumu Oda
Browse files

Enabled ROD simulated data check again by default

Former-commit-id: e8d80b8f236dcfa719b8d44096e94dadc7cdeb19
parent 2a538c37
No related branches found
No related tags found
No related merge requests found
......@@ -57,7 +57,7 @@ SCT_ByteStreamErrorsSvc::SCT_ByteStreamErrorsSvc( const std::string& name, ISvcL
declareProperty("disableRODs",m_disableRODs=false);
declareProperty("RODFailureFraction",m_rodFailureFraction=0.1);
declareProperty("RandomNumberSeed",m_randomSeed=1); // The seed of random numbers for ROD disabling
declareProperty("CheckRODSimulatedData",m_checkRODSimulatedData=false);
declareProperty("CheckRODSimulatedData",m_checkRODSimulatedData=true);
for(int errorType=0; errorType<SCT_ByteStreamErrors::NUM_ERROR_TYPES; errorType++) {
m_bsErrors[errorType] = 0;
......
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