diff --git a/test/MainEvent.cxx b/test/MainEvent.cxx index f16293327860ed7ede75957245c715af158d3fe9..c4ff2a035db0e4eeb8678ebe9ef49559a2cee63c 100644 --- a/test/MainEvent.cxx +++ b/test/MainEvent.cxx @@ -1,4 +1,4 @@ -// @(#)root/test:$Name: $:$Id: MainEvent.cxx,v 1.10 2001/02/09 17:01:52 brun Exp $ +// @(#)root/test:$Name: $:$Id: MainEvent.cxx,v 1.11 2001/02/21 07:40:23 brun Exp $ // Author: Rene Brun 19/01/97 //////////////////////////////////////////////////////////////////////// @@ -84,11 +84,12 @@ #include "Event.h" +TROOT simple("simple","Example of creation of a tree"); + + //______________________________________________________________________________ int main(int argc, char **argv) { - TROOT simple("simple","Example of creation of a tree"); - Int_t nevent = 400; // by default create 400 events Int_t comp = 1; // by default file is compressed Int_t split = 1; // by default, split Event in sub branches