15// StPicoEpdHit* mHits[2][12][31]; // easy access. These get nonzero only when a hit is created. Keeping tracks of hits that are made, internally.
16StPicoEpdHit* mHitsEast[1232]; // easy access. These get nonzero only when a hit is created. Keeping tracks of hits that are made, internally. Index is abs(UniqueID)
17StPicoEpdHit* mHitsWest[1232]; // easy access. These get nonzero only when a hit is created. Keeping tracks of hits that are made, internally. Index is abs(UniqueID)
18
19// quick lookups
20double RingRadii[17]; // 17 rather than 16, because it is EDGES (17 edges of 16 rows)