Changeset 8634 for trunk/MagicSoft


Ignore:
Timestamp:
07/14/07 21:43:01 (17 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r8633 r8634  
    2424   * mpedestal/MPedestalSubtract.[h,cc]:
    2525     - fixed the buggy Memcpy function introduced with the last change
    26        07/06/17 ;( This bug was effecting the old FADC data only, the
    27        MUX data were (by chance) correctly copied
     26       07/06/17 ;( Fortunately this bug was only effectingt the MC data.
     27       The MUX and old FADC data got copied correctly because they are
     28       stored in the hi-gain array only, so that the number of hi-gain
     29       samples returned in Process is 30/80.
    2830
    2931   * mpedestal/MExtractPedestal.cc:
    3032     - some cosmetics
    3133
    32   * mfilter/MFMagicCuts.cc:
     34   * mfilter/MFMagicCuts.cc:
    3335     - changed some comments
    3436
    3537   * mjobs/MJCut.cc:
    3638     - some cosmetics. Simplified the setting of the scale factor
     39
     40   * macros/train/traindisp.C, macros/train/trainenergy.C,
     41     macros/train/trainseparation.C:
     42     - added some more helpfull comment
    3743
    3844
  • trunk/MagicSoft/Mars/macros/train/traindisp.C

    r7418 r8634  
    33    MDataSet set("mctesttrain.txt");
    44    set.SetNumAnalysis(1);            // Necessary
     5
     6    // alternatively use:
     7    //MDataSet set("mcctesttrain.txt", "/magic/montacrlo/sequences", "/magic/montecarlo/star");
    58
    69    MJTrainDisp opt;
  • trunk/MagicSoft/Mars/macros/train/trainenergy.C

    r7998 r8634  
    4141    MDataSet set("mcdataset.txt");
    4242    set.SetNumAnalysis(1);            // Necessary
     43
     44    // alternatively use:
     45    //MDataSet set("mcctesttrain.txt", "/magic/montacrlo/sequences", "/magic/montecarlo/star");
    4346
    4447    MJTrainEnergy opt;
  • trunk/MagicSoft/Mars/macros/train/trainseparation.C

    r7650 r8634  
    11void trainseparation()
    22{
    3     MDataSet settrn;
    4     MDataSet settst;
     3    MDataSet settrn("mctrain.txt");
     4    MDataSet settst("mctest.txt");
    55    settrn.SetNumAnalysis(1);
    66    settst.SetNumAnalysis(2);
     7
     8    // alternatively use:
     9    //MDataSet settrn("mctrain.txt", "/magic/montacrlo/sequences", "/magic/montecarlo/star");
     10    //MDataSet settst("mctest.txt" , "/magic/montacrlo/sequences", "/magic/montecarlo/star");
    711
    812    MJTrainSeparation opt;
Note: See TracChangeset for help on using the changeset viewer.