Ignore:
Timestamp:
02/10/05 12:00:32 (20 years ago)
Author:
moralejo
Message:
 Changed call to EvtHeader[ict]->FillHeader in line 2535: second argument
 was 20, and I set it now to 0. No idea why that was 20, like that it was
 setting a CL trigger pattern on all events (???!!!)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Simulation/Detector/Camera/camera.cxx

    r5600 r6343  
    25332533
    25342534                EvtHeader[ict]
    2535                   ->FillHeader ( (UInt_t) (ntshow + nshow) ,  20 ) ;
     2535                  ->FillHeader ( (UInt_t) (ntshow + nshow) , 0 ) ;
    25362536             
    25372537                //   fill pixel information
     
    45044504// Function DoCalibration. A. Moralejo October 2004
    45054505//
     4506// Generates calibration events similar to those in the real
     4507// calibration runs.
     4508//
    45064509//-------------------------------------------------------------
    45074510
     
    49634966//
    49644967// $Log: not supported by cvs2svn $
     4968// Revision 1.84  2004/12/15 01:56:39  MAGIC
     4969//
     4970//  Added input card option pmt_jitter_ns to simulate the time jitter of
     4971//  PMTs. The input parameter is the sigma of a gaussian, which by
     4972//  default is sigma=0.25 ns. This jitter is applied to each phe-
     4973//  independently. We have not applied this to the NSB noise, since the
     4974//  arrival time of NSB photons is random and nothing would change.
     4975//
    49654976// Revision 1.83  2004/11/17 11:43:13  moralejo
    49664977//
Note: See TracChangeset for help on using the changeset viewer.