| 21 |
// |
// |
| 22 |
// here you can define methods to make life simplier during the analysis |
// here you can define methods to make life simplier during the analysis |
| 23 |
// |
// |
| 24 |
TrigLevel2 *GetTrigLevel2(){return this;}; |
|
| 25 |
// |
// |
| 26 |
// constructor |
// constructor |
| 27 |
// |
// |
| 29 |
// |
// |
| 30 |
// 16 June 06: Included GetTrigLevel2 |
// 16 June 06: Included GetTrigLevel2 |
| 31 |
TrigLevel2* GetTrigLevel2(){return this;}; |
TrigLevel2* GetTrigLevel2(){return this;}; |
| 32 |
|
void Clear(); //emiliano |
| 33 |
|
|
| 34 |
ClassDef(TrigLevel2,1); |
ClassDef(TrigLevel2,1); |
| 35 |
}; |
}; |