//------------------------- Global setings ------------------------------// EventsInPack = 500 // how many events per vector (pack) EventsUsedForAnalysis = 2500 // how many events used for gas analysis NIUpdataRate = 20 // updata ni values after given # of events from GOOFIE borad GenerationMode = 3 // 1 - True Event, 2 - True event Smeared, 3 - intiger numbers, all settings works only with compilation option "NO_HARDWARE_REQUIRED" StoreRawData = 1 // should the raw data to be stored on HD, 1 - Yes, 0 - No RawDataSize = 100 // write tree to root file after # of pack (int), pack=EventsInPack PrintGasAnalysisResults = 1 // print on screan gas analysis results DriftLenght = 20.4 // electron drift lenght (cm) (12.75=TRD, 20.4=TPC) ADCTimeBin = 0.05 // Goofie ACD single time bin in usec. //---------------------- Gas Analysis settings ---------------------------// DriftCorrectionP0 = 5.66215 // DriftCorrectionP1 = -3.00157 // GainNearCorrectionP0 = 11403.54 GainNearCorrectionP1 = -7242.61 // GainFarCorrectionP0 = 10527.92 GainFarCorrectionP1 = -7242.61 // MeanValue_P_TU = 0.000334 // MeanValue_P_T = 3.33736 // MeanValue_DriftVel = 2.65635 // at 20 C and 760 Torr -- > test MeanValue_GainNear = 4163.08 // mean calculated for data measured at 80-10-5 (Ne-CO2-N2), and the same P and T as simulated values MeanValue_GainFar = 3287.98 // mean calculated for data measured at 80-10-5 (Ne-CO2-N2), and the same P and T as simulated values GasComFitToDvPlaneP0 = -0.00901172 // Fit parameters for parametrization of simulated dependency of electron drift on gas composition GasComFitToDvPlaneP1 = -0.0568718 // Fit equation --> DriftVelocity = GasComFitToDvPlaneP0*N2(%) + GasComFitToDvPlaneP1*CO2(%) + GasComFitToDvPlaneP2 GasComFitToDvPlaneP2 = 1.61378 // GasComFitToGainPlaneP0 = -0.110238 // Fit parameters for parametrization of simulated dependency of gas gain on gas composition GasComFitToGainPlaneP1 = -0.166675 // Fit equation --> GasGain = GasComFitToGainPlaneP0*N2(%) + GasComFitToGainPlaneP1*CO2(%) + GasComFitToGainPlaneP2 GasComFitToGainPlaneP2 = 3.21794 // TriggerMinimumAmplitude = 30.0 TriggerMaximumPosition = 35.0 PickupMinimumWidth = 8.0 PickupMinimumAmplitude = 5.0 PickupMinimumOffset = 50.0 AnalysisMethodEvent = 1 // 0 - only pickup information used, 1 - all channels used AnalysisMethod = 1 // 1 - event by event analysis EventQualityCutOnOff = 1 // 0 - off, 1 - on TemperatureScale = 0 // 0 - K, 1 - C CalculateMeans = 1 // 0 - no, 1 - yes --> to store and calculate mean values for P/T, P/TU, Dv, Gain GainFromTriggersOrPickup = 0 // 0 - from Pickup, 1 - from triggers EventNearPeakLow = 1 // Near peak window low limit (1) EventNearPeakHigh = 70 // Near peak window high limit (70) EventFarPeakLow = 71 // Far peak window low limit (71) EventFarPeakHigh = 250 // Far peak window high limit (250) PeakIntegrationRange = 35 // Constant intergation window, center at 22 % of the window //------------------------ Path and prefixs ------------------------------// DIMServerPrefix = ALICE.TPC RootFileName = ALICE_TPC_GOOFIE PathToRootFile = /data/GOOFIE_DATA/CosmicRun/ TrueEventDataFileLocation = ./