Changeset 6171
- Timestamp:
- 02/01/05 15:43:23 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/callisto.rc
r6135 r6171 1 2 1 # ========================================================================== 3 2 ############################################################################# … … 31 30 #MJPedestalC2.PathOut: . 32 31 #MJPedestalC1.ReferenceFile: mjobs/pedestalref.rc 33 #MJPedestalC2.ReferenceFile: mjobs/pedestalref o.rc32 #MJPedestalC2.ReferenceFile: mjobs/pedestalref.rc 34 33 MJCalibration.ReferenceFile: mjobs/calibrationref_Nov04.rc 35 34 MJCalibration.MHCalibrationRelTimeCam.ReferenceFile: mjobs/calibrationref_Nov04.rc … … 78 77 # Set color to be used 79 78 #MJCalibration.Color: 79 # Type of used data format 80 #MJCalibration.DataType: Raw,Root,MC 80 81 # Type of displayed plots 81 82 #MJCalibration.Display: Full,DataCheck,Normal 82 # Used for data-check (eg. raw files are read)83 #MJCalibration.DataCheck: No84 83 # Write additinal debug output 85 84 #MJCalibration.Debug: No … … 132 131 # Configure MJPedestalC1 and MJPedestalC2 133 132 # ------------------------------------------------------------------------- 134 # Used for data-check (eg. raw files are read) 135 #MJPedestalC1.DataCheck: No 136 #MJPedestalC2.DataCheck: No 133 # Possible data type: Raw,Root,MC 134 #MJPedestalC1.DataType: Root 135 #MJPedestalC2.DataType: Root 136 #MJPedestalC3.DataType: Root 137 137 # Maximum number of event processed in the loop 138 138 #MJPedestalC1.MaxEvents: 1000 … … 252 252 # If you want to change the behaviour of the pedestal extraction... 253 253 # ------------------------------------------------------------------------- 254 # Used for data-check (eg. raw files are read)255 #MJPedestalY1.Data Check: No256 #MJPedestalY2.Data Check: No257 #MJPedestalY3.Data Check: No254 # Possible data type: Raw,Root,MC 255 #MJPedestalY1.DataType: Root 256 #MJPedestalY2.DataType: Root 257 #MJPedestalY3.DataType: Root 258 258 #MJPedestalY1.UseData: Yes 259 259 #MJPedestalY2.UseData: Yes … … 299 299 # Setup calibration of data 300 300 # ------------------------------------------------------------------------- 301 # Used for data-check (eg. raw files are read) 302 #MJCalibrateSignal.RawData: no 303 # Used for MC 304 #MJCalibrateSignal.MC: no 301 # Type of used data format: raw,root,MC 302 #MJCalibration.DataType: Root 305 303 #MJCalibrateSignal.MCalibrateData.PedestalFlag: Event 306 304 #MJCalibrateSignal.MCalibrateData.CalibrationMode: Default -
trunk/MagicSoft/Mars/msignal/MExtractTimeAndChargeDigitalFilterPeakSearch.h
r6140 r6171 42 42 ULong_t fLoGainOutOfRangeRight; // Number of events out of range to the right side in low gain 43 43 44 void FindPeak(Byte_t *ptr, Byte_t &startslice, Int_t &signal, Int_t &sat, Byte_t &satpos) const; 44 void FindPeak(Byte_t *ptr, Byte_t *logain, 45 Byte_t &startslice, Int_t &max, Int_t &sat, Byte_t &satpos) const; 45 46 46 47 Int_t PreProcess(MParList *pList);
Note:
See TracChangeset
for help on using the changeset viewer.