// File Spc.h obtained by editing rsFromRaw.C (A. Olszewski & K. Wozniak) // Global variable definitions cut out and turned into an include file // DMcL 9/14/98 Int_t fVerbose=0; Int_t num = 0; Int_t i; Int_t j; Int_t neventsmax; Int_t ncandidates, ntrfound; Int_t nevent0, nevent1, nevent2, nevent3; Float_t templtested; Float_t x, z; Int_t nhitarr; Char_t *name; TPhSubDetector *spectP, *spectN; TIter *NextHit; TIterator *spectPIter, *spectNIter; TPhSpectSensor *ssens; TObjArray *tracklist; TObjArray *hitlist; TPhTrack *track; TPhHit *hit; TPhTemplateManager *tman; TPhTrackSelector *tsel; // End of Spc.h