| 1446 |
cout << endl << "plane : " << plane; |
cout << endl << "plane : " << plane; |
| 1447 |
cout << endl << "coord[2] : "; while( i<2 && cout << coord[i] << " ") i++; |
cout << endl << "coord[2] : "; while( i<2 && cout << coord[i] << " ") i++; |
| 1448 |
cout << endl << "sgnl : " << sgnl; |
cout << endl << "sgnl : " << sgnl; |
| 1449 |
cout << endl << "max.strip : "; |
cout << endl << "max.strip : " << GetCluster_MaxStrip(); |
| 1450 |
cout << endl << "multiplicity : "; |
cout << endl << "multiplicity : " << GetCluster_Multiplicity(); |
| 1451 |
} |
} |
| 1452 |
//-------------------------------------- |
//-------------------------------------- |
| 1453 |
// |
// |