new Background Creation Class

From: Timothy Smith (tim_smith@mit.edu)
Date: Wed Dec 05 2001 - 15:58:24 EST


Hello BLASTers,

        There is a new Class which will operate on the raw event
class, and randomly remove hits in the wire chamber. Just
"cvs up" your BlastLib. You will have to do a

        configure

because the Makefile.in has TBLBackground" added to it

        cd BlastLib
        make

and it will be in libBlast.so

To use it declare,

        TBLBackground back;
        back->SetEfficiency(0.95);

or
        TBLBackground back(0.95);

after reading an event,

        event.ReadNext();
        background<<event;

and that is it.
                                        Tim Smith

____________________________________________________________________
 Timothy Paul Smith Research Scientist
 MIT Bates Lab tim_smith@mit.edu
 21 Manning Rd. tel: (617) 253-9207
 Middleton, MA 01949 fax: (617) 253-9599



This archive was generated by hypermail 2.1.2 : Mon Feb 24 2014 - 14:07:28 EST