Ignore:
Timestamp:
03/20/00 08:25:17 (25 years ago)
Author:
harald
Message:
Some changes in the timecam.cxx to run with the updated functions of the
class MTrigger.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Simulation/Detector/TimeCam/timecam.cxx

    r362 r376  
    2121//
    2222// $RCSfile: timecam.cxx,v $
    23 // $Revision: 1.3 $
     23// $Revision: 1.4 $
    2424// $Author: harald $
    25 // $Date: 2000-02-16 12:50:12 $
     25// $Date: 2000-03-20 08:25:17 $
    2626//
    2727////////////////////////////////////////////////////////////////////////
     
    132132
    133133// flag for INTERAKTIV  (default: OFF )
     134#define __INTERAKTIV__
    134135#undef  __INTERAKTIV__
    135 #define __INTERAKTIV__
    136136//!@}
    137137
     
    12601260          //
    12611261          //
    1262           Trigger.Fill( nPMT, ( t - t_first ) ) ;
     1262          Trigger.FillShow( nPMT, ( t - t_first ) ) ;
    12631263
    12641264          // fadc.Fill( nPMT, ( t - t_first ), Trigger.Fill( nPMT, ( t - t_first ) ) ) ;
     
    14031403        Trigger.ElecNoise() ;
    14041404       
     1405
     1406        Trigger.Diskriminate() ;
     1407
    14051408        //
    14061409        //   look if in all the signals in the trigger signal branch
     
    14121415        //
    14131416
    1414         McTrig->SetZeroLevel( Lev0 = (Short_t) Trigger.Diskriminate() ) ;
     1417        McTrig->SetZeroLevel( Lev0 = (Short_t) Trigger.ZeroLevel() ) ;
     1418       
     1419       
     1420       
    14151421        Lev1 = Lev2 = 0 ;
    14161422       
     
    14201426       
    14211427        if ( Lev0 > 0 ) {
     1428
    14221429          McTrig->SetFirstLevel ( Lev1 = Trigger.FirstLevel() )  ;
    14231430        }
     
    25952602//
    25962603// $Log: not supported by cvs2svn $
     2604// Revision 1.3  2000/02/16 12:50:12  harald
     2605// At the meeting in Barcelona Dirk preseted an error in the pixelization
     2606// of the cphotons in the camera. He changed this in the camera program.
     2607// Now this change is also in the timecam.cxx code. It was tested and looks
     2608// allright now.
     2609//
    25972610// Revision 1.2  2000/02/09 12:45:28  harald
    25982611// small changes to run the timecam program.
Note: See TracChangeset for help on using the changeset viewer.