Parent Directory
|
Revision Log
|
Patch
| revision 1.5 by mocchiut, Thu Nov 9 17:05:50 2006 UTC | revision 1.6 by mocchiut, Mon Nov 26 08:01:18 2007 UTC | |
|---|---|---|
| # | Line 6 TrigLevel2::TrigLevel2() { | Line 6 TrigLevel2::TrigLevel2() { |
| 6 | this->Clear(); | this->Clear(); |
| 7 | } | } |
| 8 | ||
| 9 | void TrigLevel2::Clear(){ | void TrigLevel2::Clear(Option_t *t){ |
| 10 | evcount = 0; | evcount = 0; |
| 11 | memset(pmtpl, 0, 3*sizeof(Int_t)); | memset(pmtpl, 0, 3*sizeof(Int_t)); |
| 12 | memset(patternbusy, 0, 3*sizeof(Int_t)); | memset(patternbusy, 0, 3*sizeof(Int_t)); |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.23 |