Parent Directory
|
Revision Log
|
Patch
| revision 1.6 by mocchiut, Tue Sep 5 14:49:50 2006 UTC | revision 1.7 by mocchiut, Thu Nov 9 17:05:49 2006 UTC | |
|---|---|---|
| # | Line 20 class TrigLevel2 : public TObject { | Line 20 class TrigLevel2 : public TObject { |
| 20 | UInt_t patternbusy[3]; | UInt_t patternbusy[3]; |
| 21 | UInt_t patterntrig[6]; | UInt_t patterntrig[6]; |
| 22 | UInt_t trigconf; | UInt_t trigconf; |
| 23 | Int_t unpackError; | |
| 24 | // | // |
| 25 | // here you can define methods to make life simplier during the analysis | // here you can define methods to make life simplier during the analysis |
| 26 | // | // |
| # | Line 37 class TrigLevel2 : public TObject { | Line 38 class TrigLevel2 : public TObject { |
| 38 | ||
| 39 | void Clear(); //emiliano | void Clear(); //emiliano |
| 40 | ||
| 41 | ClassDef(TrigLevel2,1); | ClassDef(TrigLevel2,2); |
| 42 | }; | }; |
| 43 | ||
| 44 | #endif | #endif |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.23 |