// Author: Charles Leggett // Date: 30 March 2000 // // $Id: CalUnpToMC.rcp,v 1.14 2002/10/31 22:59:06 turcot Exp $ // // makes calorimeter CalPackedData from Unpacked Data Chunk // // data_type should be MC_MIXTURE or MC_PLATE // this specifies the ADC <-> GeV conversion factor used string PackageName = "CalUnpToMCReco" string data_type = "MC_PLATE" //obsolete--program decides by looking at SimEventInfoChunk float offline_zero_supp_thresh = 2.5 string offline_zero_supp_file = "~/CTF_rcps/cal_zsup_noise_ch1.40.dat" // *DO not change nlc correction unless you know what you are doing! // see CalUnptoMCRec for details! // int apply_non_linear_correction = 1 // 1 = apply nlc, 0 = dont apply