Changeset 17993 for branches/Mars_use_drstimefiles
- Timestamp:
- 10/24/14 13:14:04 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Mars_use_drstimefiles/fact/analysis/callisto_drstime.C
r17992 r17993 53 53 54 54 int callisto( 55 const char *seqfile="seq/2012/01/23/20120123_023.seq", 55 const char *seqfile="seq/2012/01/23/20120123_023.seq", 56 56 const char *outpath = "output", 57 bool use_delays=false, 58 const char *drs_time_file_path="" 57 bool use_delays=false 59 58 ) 60 59 { … … 162 161 } 163 162 164 TString timfile = drs.GetFileName(0, MSequence::kFitsDat );163 TString timfile = drs.GetFileName(0, MSequence::kFitsDat, "/gpfs/fact/drs_time_calib"); 165 164 TString drs1024 = drs.GetFileName(0, MSequence::kFitsDrs); 166 165 TString pedfile = seq.GetFileName(0, MSequence::kFitsPed); … … 258 257 gLog << endl; 259 258 gLog.Separator("Reading DRS timing calibration constants"); 260 factfits drs_time_file( drs_time_file_path);259 factfits drs_time_file(timfile.Data()); 261 260 262 261 const int NumberOfChips = drs_time_file.GetInt("NCHIPS");
Note:
See TracChangeset
for help on using the changeset viewer.