// Maximun number of on and off events to be processed) NEVENTS 99999999 // On-data file name pattern ONFILES ./srcPosPrueba.root // Off-data file name pattern OFFFILES ./srcPosOffPrueba.root // output file name OUTFILE ./rotateprueba2.root // rotation flag: // 0: Do not rotate // 1: Do rotate ROTFLAG 1 // source coordinates (RA DEC in rads) SRCCOORDS 1.46 0.384 // Flag to determine whether source position is absolute (0) or relative to previous position (1) // In case SRCABS=1, no rotation is carried out SRCABS 1 // Width of examined field (degrees) FIELD 2 // Number of source positions in one direction (total grid positions BINNING*BINNING) BINNING 11 // Number of bins in alpha plots NBIN 18 ////////// // CUTS // ////////// // Size cut (lower and upper) in # of photons SIZECUT 2000 9999999 // Dist cut (lower and upper) in degrees DISTCUT 0.2 1.1 // Width cut (lower and upper) in degrees WIDTHCUT 0 0.12 // Length cut (lower and upper) in degrees LENGTHCUT 0 0.26 // maxX and maxY upper cut in degrees CENTERCUT 1.1