Ignore:
Timestamp:
10/26/01 10:11:30 (23 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r859 r991  
    22#define __MMcTrig__
    33
    4 #include <stdlib.h>
    5 #include <stdio.h>
    6 #include <string.h>
    7 #include <unistd.h>
    8 #include <fcntl.h> 
    9 
    10 #include <iostream.h>
     4#ifndef MPARCONTAINER_H
    115#include "MParContainer.h"
     6#endif
    127
    138#include "MTriggerDefine.h"
     
    3227  void Clear(Option_t *opt=NULL);
    3328 
    34   void Print(Option_t *);
     29  void Print(Option_t *opt=NULL) const;
    3530
    3631  void SetFirstLevel  ( Short_t nTr ) {
     
    4136  }
    4237
    43   void SetTime( Float_t t, Int_t i){
    44     if (i>TOTAL_TRIGGER_TIME/LEVEL1_DEAD_TIME+1  || i<1){
    45       cout<<"fNumFirstLevel out of range. Time will be -99"<<endl;
    46     }
    47     else{
    48       fTimeFirst[i-1]=t;
    49     }
    50   }
     38  void SetTime( Float_t t, Int_t i);
    5139
    5240  void SetMapPixels(Byte_t *map,Int_t nfirst){
Note: See TracChangeset for help on using the changeset viewer.