Ignore:
Timestamp:
05/11/00 15:36:52 (24 years ago)
Author:
blanch
Message:
It owns to MTrigger.cxx version 1.7
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Simulation/Detector/include-MTrigger/MTrigger.hxx

    r373 r393  
    141141  Int_t  nFirst ;         // how many FirstLevel Trigger in one Event
    142142  Int_t  SlicesFirst[5] ; // Times Slices at which the FirstLevel Triggers occur
     143  Int_t  PixelsFirst[5] ; //  Pixel which fires the trigger
    143144
    144145  Int_t  nSecond ;         // how many SecondLevel Trigger in one Event
    145146  Int_t  SlicesSecond[5] ; // Times Slices at which the SecondLevel Triggers occur
     147  Int_t  PixelsSecond[5] ; //  Pixel which fires the trigger
    146148
    147149private:
     
    159161  void Reset() ;
    160162
     163  void ClearZero() ;
     164
     165  void ClearFirst() ;
     166
    161167  Float_t  FillShow( Int_t, Float_t ) ; 
    162168
     
    169175  void SetResponseShape();
    170176
     177  void SetMultiplicity (Int_t multi);
     178
     179  void SetTopology (Int_t topo);
     180
     181  void SetThreshold (Float_t thres[]);
     182
     183  void ReadThreshold (char name[]);
     184
    171185  void ReadParam(char name[]);
    172186
     187  Float_t GetMultiplicity (){
     188    return(trigger_multi);
     189  }
     190
     191  Int_t GetTopology (){
     192    return(trigger_geometry);
     193  }
     194
     195  Float_t GetThreshold (Int_t il){
     196    return(chan_thres[il]);
     197  }
     198
    173199  void Diskriminate() ;
    174200
     
    181207  Float_t GetFirstLevelTime( Int_t il ) ;
    182208
     209  Int_t GetFirstLevelPixel( Int_t il ) ;
    183210} ;
    184211
Note: See TracChangeset for help on using the changeset viewer.