Ignore:
Timestamp:
03/15/02 15:05:23 (23 years ago)
Author:
blanch
Message:
Changes needed to put the actual size of the trigger zone. Actually, now
information about all pixels are saved, just that the ones out of the
trigger zone will have a very large discriminator threshold.
Header file for MMcTrigHeader.cxx v 1.3
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/include-Classes/MMcFormat/MMcTrigHeader.hxx

    r1101 r1247  
    77
    88#include "MTriggerDefine.h"
     9#include "Mdefine.h"
    910
    1011class MMcTrigHeader : public MParContainer{
     
    1617                                   // 2 = N closed pack
    1718  Short_t fMultiplicity ;      // Pixel multiplicity of trigger configuration
    18   Float_t fThreshold[TRIGGER_PIXELS] ; // Threshold for trigger
     19  Float_t fThreshold[CAMERA_PIXELS] ; // Threshold for trigger
    1920  UInt_t fTrigPattern[2];     // Used to inddentify with
    2021                              // RawEvt::Trigger Pattern identification 
     
    4445  void SetThreshold(Float_t fthr[]){
    4546    int i;
    46     for(i=0;i<TRIGGER_PIXELS;i++){
     47    for(i=0;i<CAMERA_PIXELS;i++){
    4748      fThreshold[i]=fthr[i];
    4849    }
     
    8182  }
    8283
    83   ClassDef(MMcTrigHeader, 1)  //Stores Montecarlo Information which describes the used trigger
     84  ClassDef(MMcTrigHeader, 2)  //Stores Montecarlo Information which describes the used trigger
    8485
    8586};
Note: See TracChangeset for help on using the changeset viewer.