{
        integrationType = 0;           # 0 : globalPeakIntegrator, 1 : neigbourPeakIntegrator
        integratedFraction = 0.1;      #   (NOT USED)
        nbEventAveragePed = 10000;     #   Piedestal glissant
        limitPulseIntegration = 0.1;   #   10% of max, to compute integration window
        noisyPixelCutHi = 4094;        #   param for Hess comparison
        noisyPixelCutLo = 4094;        #
        thresholdBadAdc = 4094;        #
        thresholdBadPed = 100000;      #
        nbSingularValueKeep = 0;       #   (NOT USED)
        hillasThresholdSignalTel = 30; # First cut, in ph electron
        cleaningType = 1;              # 0 : wavelet_cleaning, 1 : tailcut_cleaning
        waveletThreshold = 4;          # wavelet param
        hillasThresholdCenter = 6;     # tailcut_cleaning param
        hillasThresholdNeigbours = 3;  # tailcut_cleaning param
        minNumberNeighboursPixels = 1; # tailcut_cleaning param
        keepIsolatedPixels = 0;        # 0 : No, 1 : Yes
        minSelescedPixel = 2;          #
        nbSliceBeforePeak = 3;         # Integrator
        nbSliceWindow = 7;             # Integrator
}
