Changeset 991 for trunk/MagicSoft/include-Classes/MMcFormat/MMcTrig.hxx
- Timestamp:
- 10/26/01 10:11:30 (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/include-Classes/MMcFormat/MMcTrig.hxx
r859 r991 2 2 #define __MMcTrig__ 3 3 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 11 5 #include "MParContainer.h" 6 #endif 12 7 13 8 #include "MTriggerDefine.h" … … 32 27 void Clear(Option_t *opt=NULL); 33 28 34 void Print(Option_t * );29 void Print(Option_t *opt=NULL) const; 35 30 36 31 void SetFirstLevel ( Short_t nTr ) { … … 41 36 } 42 37 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); 51 39 52 40 void SetMapPixels(Byte_t *map,Int_t nfirst){
Note:
See TracChangeset
for help on using the changeset viewer.