Changeset 19951 for trunk/Mars/hawc/callisto.C
- Timestamp:
- 04/29/20 21:48:05 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/hawc/callisto.C
r19825 r19951 27 27 28 28 To run the macro from the command line (assuming you are in a directory 29 Mars/build where you have built your Mars environment) ou can do29 Mars/build where you have built your Mars environment) you can do 30 30 31 31 root ../hawc/callisto.C\(\"20191002_018.fits.fz\",\"20191002_013.drs.fits\"\) … … 54 54 55 55 // mapping file (found in Mars/hawc) 56 const char *mmap = usemap ? " ../hawc/FAMOUSmap171218.txt" : NULL;56 const char *mmap = usemap ? "/home/giangdo/Documents/Master/MA/Software/Mars/hawc/HAWCsEyemap181214.txt" : NULL; 57 57 58 58 //const char *pulse_template = "template-pulse.root"; … … 76 76 // Calibration constant (for the moment a single constant to 77 77 // convert the extracted charge to photo-electrons) 78 double scale = 1./22.553;//0.2; 78 //double scale = 1./22.553;//0.2; 79 double scale = 1./17.557; 79 80 80 81 // ------------------------------------------------------ … … 317 318 write5.AddContainer("MSimSourcePos", "Events", kFALSE); 318 319 write5.AddContainer("MTime", "Events", kFALSE); 320 write5.AddContainer("MRawBoardsFACT", "Events", kFALSE); 319 321 write5.AddContainer("MSrcPosCam", "Events", kFALSE); 320 322
Note:
See TracChangeset
for help on using the changeset viewer.