#ifndef _L1StsHit_h_ #define _L1StsHit_h_ struct L1StsHit { unsigned short int f, b; // front and back strip indices }; #endif