Ignore:
Timestamp:
05/25/04 11:42:04 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mjobs/MJExtractCalibTest.cc

    r4134 r4168  
    7777// Default constructor.
    7878//
    79 // Sets fRuns to 0, fExtractor to NULL, fTimeExtractor to NULL
     79// Sets fUseCosmicsFilter to kTRUE, fRuns to 0, fExtractor to NULL, fTimeExtractor to NULL
    8080//
    8181MJExtractCalibTest::MJExtractCalibTest(const char *name, const char *title)
    82     : fRuns(NULL), fExtractor(NULL), fTimeExtractor(NULL)
     82    : fUseCosmicsFilter(kTRUE), fRuns(NULL), fExtractor(NULL), fTimeExtractor(NULL)
    8383{
    8484    fName  = name  ? name  : "MJExtractCalibTest";
     
    285285
    286286
    287   tlist.AddToList(&cont);
     287  if (fUseCosmicsFilter)
     288    tlist.AddToList(&cont);
     289
    288290  tlist.AddToList(&fill);
    289291  tlist.AddToList(&photcalc);
Note: See TracChangeset for help on using the changeset viewer.