Ignore:
Timestamp:
03/18/02 18:44:29 (23 years ago)
Author:
blanch
Message:
Small modificatin to set the electronic Noise in the MMcTrigHeader class.
File:
1 edited

Legend:

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

    r1259 r1260  
    2121//
    2222// $RCSfile: camera.cxx,v $
    23 // $Revision: 1.37 $
     23// $Revision: 1.38 $
    2424// $Author: blanch $
    25 // $Date: 2002-03-18 16:42:20 $
     25// $Date: 2002-03-18 18:44:29 $
    2626//
    2727////////////////////////////////////////////////////////////////////////
     
    953953    HeaderTrig[0]->SetOverlap(Trigger_overlaping_time);
    954954    HeaderTrig[0]->SetGate(Trigger_gate_length);
     955    HeaderTrig[0]->SetElecNoise(Trigger_noise);
    955956  }
    956957  if(Trigger_Loop && Write_McTrig){
     
    972973          HeaderTrig[iconcount]->SetOverlap(Trigger_overlaping_time);
    973974          HeaderTrig[iconcount]->SetGate(Trigger_gate_length);
     975          HeaderTrig[iconcount]->SetElecNoise(Trigger_noise);
    974976          iconcount++;
    975977        }
     
    33763378//
    33773379// $Log: not supported by cvs2svn $
     3380// Revision 1.37  2002/03/18 16:42:20  blanch
     3381// The data member fProductionSite of the MMcRunHeader has been set to 0,
     3382// which means that the prodution site is unknown.
     3383//
    33783384// Revision 1.35  2002/03/15 15:15:52  blanch
    33793385// Several modifications to simulate the actual trigger zone.
     
    34853491//
    34863492// $Log: not supported by cvs2svn $
     3493// Revision 1.37  2002/03/18 16:42:20  blanch
     3494// The data member fProductionSite of the MMcRunHeader has been set to 0,
     3495// which means that the prodution site is unknown.
     3496//
    34873497// Revision 1.35  2002/03/15 15:15:52  blanch
    34883498// Several modifications to simulate the actual trigger zone.
Note: See TracChangeset for help on using the changeset viewer.