//=================================================================== // File: d0_mess_Bs_Dsmu.rcp // // Author: Hal Evans // Created: December 27, 2003 // // Purpose: Control rcp for d0_mess event selector // Selects: anti-Bs --> mu- X // Pt(mu) > 1.5 GeV & eta(mu) < 3.5 //=================================================================== string PackageName = "d0_mess" // turn on selector bool d0_mess_on = true int NumberOfCuts = 2 string Cut1 = "PdgId == -531" string Cut2 = "PdgId == 13 && Pt > 1.5 && AbsEta < 3.5"