############################################################################## # Class: CbmTofDigiTbPar # Context: TestDefaultContext ############################################################################## [CbmTofDigiTbPar] author: Christian Simon description: Parameter container for time-based digitization //---------------------------------------------------------------------------- // MRPC charge-memory properties // CounterAddress HitDistanceScale RelaxationTimeConstant //---------------------------------------------------------------------------- // CounterAddress: 1000000*ModType + 1000*ModIndex + CountIndex // HitDistanceScale: radial impact of charges on each other [cm] // RelaxationTimeConstant: electric field recovery time constant [s] // (put 0.0 to disable memory effects) // WorkingCoefficient: scale factor multiplied to the total induced charge // ChannelDeadTime: TDC channel dead time [ns] // CounterDarkRate: counter dark rate [Hz/cm^2] // TwoSidedReadout: process information at both local cell ends // (put 0 to generate digis only at negative ends) //---------------------------------------------------------------------------- MemoryProperties: Double_t \ 5001000, 0.0100, 0.0, 1.5, 20.0, 0.0, 0, \ 5002000, 0.0100, 0.0, 1.5, 20.0, 0.0, 0, \ 3000000, 0.0338, 0.1, 1.5, 20.0, 1.0, 1, \ 4000000, 0.0262, 0.1, 1.5, 20.0, 1.0, 1, \ 7000000, 0.0155, 5.0, 1.5, 20.0, 1.0, 1, \ 9000000, 0.0257, 0.1, 1.5, 20.0, 1.0, 1 ##############################################################################