--- DarthVader/TriggerLevel2/inc/TrigLevel2.h 2006/06/17 12:14:34 1.1.1.1 +++ DarthVader/TriggerLevel2/inc/TrigLevel2.h 2006/06/30 09:22:05 1.3 @@ -21,7 +21,7 @@ // // here you can define methods to make life simplier during the analysis // - TrigLevel2 *GetTrigLevel2(){return this;}; + // // constructor // @@ -29,6 +29,7 @@ // // 16 June 06: Included GetTrigLevel2 TrigLevel2* GetTrigLevel2(){return this;}; + void Clear(); //emiliano ClassDef(TrigLevel2,1); };