91     bool oldSimulation = 
false;
 
  101     bool  eta_and_phi, feet_on;
 
  102     unsigned short int cma_mask, feet_th0, feet_th1, feet_th2 ;
 
  106           feet_on,eta_and_phi,cma_mask,
 
  107           feet_th0,feet_th1,feet_th2)){
 
  108       m_pad->setFeetOn(feet_on);
 
  109       m_pad->setFeetThresholds(0,feet_th0);
 
  110       m_pad->setFeetThresholds(1,feet_th1);
 
  111       m_pad->setFeetThresholds(2,feet_th2);
 
  116       std::runtime_error(
"Could not retrieve Pad Parameters m_sector, m_pad_id = " +
 
  123       Matrix*  low_pt_matrix = (*cma)->give_low_pt_matrix(NOBXS, BCZERO);
 
  124       Matrix* high_pt_matrix = (*cma)->give_high_pt_matrix(NOBXS, BCZERO);
 
  127       int matrix_view = (
id.type() == 
Phi)? 1 : 0;
 
  130       for (
int bunch=0;bunch< NOBXS;++bunch)
 
  132         m_pad->load(0,matrix_view,matrix_id,bunch,
 
  136         m_pad->load(1,matrix_view,matrix_id,bunch,
 
  158         stream << 
" :" << std::endl;
 
  159         CMAdata::PatternsList::const_iterator cma = 
m_cma_patterns.begin();
 
  162         (*cma)->Print(
stream,
false);
 
  166     else stream << 
"." << std::endl;