--- DarthVader/TriggerLevel2/inc/TrigLevel2.h 2006/09/05 14:49:50 1.6 +++ DarthVader/TriggerLevel2/inc/TrigLevel2.h 2006/11/09 17:05:49 1.7 @@ -20,6 +20,7 @@ UInt_t patternbusy[3]; UInt_t patterntrig[6]; UInt_t trigconf; + Int_t unpackError; // // here you can define methods to make life simplier during the analysis // @@ -37,7 +38,7 @@ void Clear(); //emiliano - ClassDef(TrigLevel2,1); + ClassDef(TrigLevel2,2); }; #endif