Changeset 13634 for fact/tools/pyscripts/sandbox
- Timestamp:
- 05/10/12 11:43:09 (13 years ago)
- Location:
- fact/tools/pyscripts/sandbox/dneise
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
fact/tools/pyscripts/sandbox/dneise/rdietlic/myhisto.py
r13368 r13634 81 81 "Bin in DRS4 pipeline", "counts") 82 82 83 self.h1d("leftout", "Distribution of left ou rCrossings", 1024, 0, 1024,83 self.h1d("leftout", "Distribution of left out Crossings", 1024, 0, 1024, 84 84 "Bin in DRS4 pipeline", "counts") 85 85 -
fact/tools/pyscripts/sandbox/dneise/timecal.py
r13415 r13634 80 80 all_crossings = self.zero_crossing_finder(data) 81 81 82 # now we have to calculate the exact time of the crossings 83 # but in units of nanoseconds therefor we use self.time_calib 82 # now we want to calculate the exact time of the crossings 83 # but in units of nanoseconds, not in units of slices. 84 # In order to transform slices into nanoseconds, we already use self.time_calib 84 85 # rolled appropriately, and summed up in order to have the integral timing calibration 85 86 # 86 # the list, 'time_of_all_crossings' will contain sublists,87 # the list, 'time_of_all_crossings' will contain sublists, for each chip 87 88 # which in turn will contain the times, in ns, for each zero-crossing 88 89 time_of_all_crossings = []
Note:
See TracChangeset
for help on using the changeset viewer.