00001 void SetRows(){ 00002 00003 // Author: Valerie Fine (fine@bnl.gov) 19 July 2000 BNL 00004 // $Id: SetRows.C,v 1.2 2000/07/19 21:23:29 fine Exp $ 00005 // This function defines the list of the (sector*100+padrow) 00006 // to be present by StEventDusplayMaker with StSectorHitFilter 00007 00008 Int_t sec[] = {138,140,142,144}; 00009 ((StSectorHitFilter *)trackFilter)->SetSecRow(sec,sizeof(sec)/sizeof(Float_t)); 00010 if (dsMaker) dsMaker->ReDraw(); 00011 } 00012
1.5.9