Changeset 12947
- Timestamp:
- 02/27/12 17:19:06 (13 years ago)
- Location:
- fact/tools/pyscripts/pyfact
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
fact/tools/pyscripts/pyfact/pyfact.py
r12842 r12947 257 257 258 258 def __init__( self, specifier = ['012', '023', '2011', '11', '24'], 259 rpath = '/scratch_nfs/ bsl/',259 rpath = '/scratch_nfs/res/bsl/', 260 260 zipped = True): 261 261 """ -
fact/tools/pyscripts/pyfact/pyfact_rename.py
r12916 r12947 77 77 78 78 # set the pointers to the data++ 79 data_file.SetPtrAddress('Event ID', self.event_id)79 data_file.SetPtrAddress('EventNum', self.event_id) 80 80 data_file.SetPtrAddress('TriggerType', self.trigger_type) 81 81 data_file.SetPtrAddress('StartCellData', self.start_cells)
Note:
See TracChangeset
for help on using the changeset viewer.