############################################################################## # 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, \ 4000000, 0.0221, 0.1, 1.3, 20.0, 1.0, 1, \ 9000000, 0.0277, 5.0, 1.3, 20.0, 1.0, 1, \ 9000001, 0.0277, 5.0, 1.3, 20.0, 1.0, 1, \ 9001000, 0.0277, 5.0, 1.3, 20.0, 1.0, 1, \ 9001001, 0.0277, 0.1, 1.3, 20.0, 1.0, 1, \ 9002000, 0.0277, 0.1, 1.3, 20.0, 1.0, 1, \ 9002001, 0.0277, 0.1, 1.3, 20.0, 1.0, 1, \ 3000000, 0.0277, 0.1, 1.3, 20.0, 1.0, 1 ##############################################################################