Changeset 6027


Ignore:
Timestamp:
01/26/05 15:01:04 (20 years ago)
Author:
moralejo
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/macros
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/macros/mccalibrate.C

    r6026 r6027  
    4747  CalibrationFilename = new TString("/data1/magic/mc_data/root/Period021_0.73_mirror/gammas_nonoise/Gamma_*root");  // File to be used for the calibration (must be a camera file without added noise)
    4848
    49   Char_t* AnalysisFilename = "/data1/magic/mc_data/root/Period021_0.73_mirror/gammas_wobble/used/Proton_*.root";  // File to be analyzed
     49  Char_t* AnalysisFilename = "/data1/magic/mc_data/root/Period021_0.73_mirror/gammas_wobble/used/Gamma_*.root";  // File to be analyzed
    5050
    5151  Char_t* OutFilename      = "calibrated_gamma.root";  // Output file name
     
    6161  MExtractFixedWindowPeakSearch sigextract;
    6262  sigextract.SetWindows(6, 6, 4);
     63
    6364
    6465
  • trunk/MagicSoft/Mars/macros/starmc2.C

    r6026 r6027  
    6565  //
    6666  // FOR WOBBLE MODE!! Set source position on camera here.
    67   //  src.SetX(120.);  // units: mm
     67  src.SetX(120.);  // units: mm
    6868
    6969  src.SetReadyToSave();
     
    170170  evtloop.SetParList(&plist);
    171171
    172   if (!evtloop.Eventloop(10000))
     172  if (!evtloop.Eventloop())
    173173    return;
    174174
Note: See TracChangeset for help on using the changeset viewer.