35 void NewDigi(G4int trackIndex, G4int part, G4int seg, G4int layer, G4int strip);
42 static const G4int m_nPartMax = 3;
43 static const G4int m_nSegMax = 8;
44 static const G4int m_nGapMax = 9;
45 static const G4int m_nStripMax = 112;
46 G4int m_stripID[m_nPartMax][m_nSegMax][m_nGapMax][m_nStripMax];
50 NTuple::Tuple* m_tupleMuc;
51 NTuple::Item<double> m_part;
52 NTuple::Item<double> m_seg;
53 NTuple::Item<double> m_gap;
54 NTuple::Item<double> m_strip;