CMS 3D CMS Logo

Public Member Functions | Private Member Functions | Private Attributes

L1MuDTTFParameters Class Reference

#include <L1MuDTTFParameters.h>

List of all members.

Public Member Functions

unsigned short int get_inrec_qual_st1 (int wh, int sc) const
unsigned short int get_inrec_qual_st2 (int wh, int sc) const
unsigned short int get_inrec_qual_st3 (int wh, int sc) const
unsigned short int get_inrec_qual_st4 (int wh, int sc) const
bool get_soc_csc_etacanc (int wh, int sc) const
bool get_soc_nbx_del (int wh, int sc) const
bool get_soc_openlut_extr (int wh, int sc) const
unsigned short int get_soc_qcut_st1 (int wh, int sc) const
unsigned short int get_soc_qcut_st2 (int wh, int sc) const
unsigned short int get_soc_qcut_st4 (int wh, int sc) const
unsigned short int get_soc_qual_csc (int wh, int sc) const
bool get_soc_run_21 (int wh, int sc) const
unsigned short int get_soc_stdis_n (int wh, int sc) const
unsigned short int get_soc_stdis_wl (int wh, int sc) const
unsigned short int get_soc_stdis_wr (int wh, int sc) const
unsigned short int get_soc_stdis_zl (int wh, int sc) const
unsigned short int get_soc_stdis_zr (int wh, int sc) const
 L1MuDTTFParameters ()
 constructor
void print () const
void reset ()
 reset parameters to zero
void set_inrec_qual_st1 (int wh, int sc, const unsigned short int val)
void set_inrec_qual_st2 (int wh, int sc, const unsigned short int val)
void set_inrec_qual_st3 (int wh, int sc, const unsigned short int val)
void set_inrec_qual_st4 (int wh, int sc, const unsigned short int val)
void set_soc_csc_etacanc (int wh, int sc, const bool val)
void set_soc_nbx_del (int wh, int sc, const bool val)
void set_soc_openlut_extr (int wh, int sc, const bool val)
void set_soc_qcut_st1 (int wh, int sc, const unsigned short int val)
void set_soc_qcut_st2 (int wh, int sc, const unsigned short int val)
void set_soc_qcut_st4 (int wh, int sc, const unsigned short int val)
void set_soc_qual_csc (int wh, int sc, const unsigned short int val)
void set_soc_run_21 (int wh, int sc, const bool val)
void set_soc_stdis_n (int wh, int sc, const unsigned short int val)
void set_soc_stdis_wl (int wh, int sc, const unsigned short int val)
void set_soc_stdis_wr (int wh, int sc, const unsigned short int val)
void set_soc_stdis_zl (int wh, int sc, const unsigned short int val)
void set_soc_stdis_zr (int wh, int sc, const unsigned short int val)
virtual ~L1MuDTTFParameters ()
 destructor

Private Member Functions

int check (int wh, int sc) const

Private Attributes

unsigned short int inrec_qual_st1 [6][12]
unsigned short int inrec_qual_st2 [6][12]
unsigned short int inrec_qual_st3 [6][12]
unsigned short int inrec_qual_st4 [6][12]
bool soc_csc_etacanc [6][12]
bool soc_nbx_del [6][12]
bool soc_openlut_extr [6][12]
unsigned short int soc_qcut_st1 [6][12]
unsigned short int soc_qcut_st2 [6][12]
unsigned short int soc_qcut_st4 [6][12]
unsigned short int soc_qual_csc [6][12]
bool soc_run_21 [6][12]
unsigned short int soc_stdis_n [6][12]
unsigned short int soc_stdis_wl [6][12]
unsigned short int soc_stdis_wr [6][12]
unsigned short int soc_stdis_zl [6][12]
unsigned short int soc_stdis_zr [6][12]

Detailed Description

DTTF Parameters from OMDS

Date:
2009/05/12 09:15:56
Revision:
1.3

J. Troconiz UAM Madrid

Definition at line 38 of file L1MuDTTFParameters.h.


Constructor & Destructor Documentation

L1MuDTTFParameters::L1MuDTTFParameters ( ) [inline]

constructor

Definition at line 43 of file L1MuDTTFParameters.h.

{}
virtual L1MuDTTFParameters::~L1MuDTTFParameters ( ) [inline, virtual]

destructor

Definition at line 46 of file L1MuDTTFParameters.h.

{}

Member Function Documentation

int L1MuDTTFParameters::check ( int  wh,
int  sc 
) const [private]

Definition at line 278 of file L1MuDTTFParameters.cc.

                                                  {

  if ( sc<0 || sc>11 || wh==0 || wh>3 || wh<-3 ) return -99; 

  if ( wh < 0 ) return wh+3;
  else return wh+2;
}
unsigned short int L1MuDTTFParameters::get_inrec_qual_st1 ( int  wh,
int  sc 
) const

Definition at line 80 of file L1MuDTTFParameters.cc.

References CastorDataFrameFilter_impl::check().

                                                                             {

  if ( check(wh,sc) == -99 ) return 0;
  return (inrec_qual_st1[check(wh,sc)][sc])&0x7;
}
unsigned short int L1MuDTTFParameters::get_inrec_qual_st2 ( int  wh,
int  sc 
) const

Definition at line 92 of file L1MuDTTFParameters.cc.

References CastorDataFrameFilter_impl::check().

                                                                             {

  if ( check(wh,sc) == -99 ) return 0;
  return (inrec_qual_st2[check(wh,sc)][sc])&0x7;
}
unsigned short int L1MuDTTFParameters::get_inrec_qual_st3 ( int  wh,
int  sc 
) const

Definition at line 104 of file L1MuDTTFParameters.cc.

References CastorDataFrameFilter_impl::check().

                                                                             {

  if ( check(wh,sc) == -99 ) return 0;
  return (inrec_qual_st3[check(wh,sc)][sc])&0x7;
}
unsigned short int L1MuDTTFParameters::get_inrec_qual_st4 ( int  wh,
int  sc 
) const

Definition at line 116 of file L1MuDTTFParameters.cc.

References CastorDataFrameFilter_impl::check().

                                                                             {

  if ( check(wh,sc) == -99 ) return 0;
  return (inrec_qual_st4[check(wh,sc)][sc])&0x7;
}
bool L1MuDTTFParameters::get_soc_csc_etacanc ( int  wh,
int  sc 
) const

Definition at line 260 of file L1MuDTTFParameters.cc.

References CastorDataFrameFilter_impl::check().

                                                                {

  if ( check(wh,sc) == -99 ) return false;
  return soc_csc_etacanc[check(wh,sc)][sc];
}
bool L1MuDTTFParameters::get_soc_nbx_del ( int  wh,
int  sc 
) const

Definition at line 248 of file L1MuDTTFParameters.cc.

References CastorDataFrameFilter_impl::check().

                                                            {

  if ( check(wh,sc) == -99 ) return false;
  return soc_nbx_del[check(wh,sc)][sc];
}
bool L1MuDTTFParameters::get_soc_openlut_extr ( int  wh,
int  sc 
) const

Definition at line 272 of file L1MuDTTFParameters.cc.

References CastorDataFrameFilter_impl::check().

                                                                 {

  if ( check(wh,sc) == -99 ) return false;
  return soc_openlut_extr[check(wh,sc)][sc];
}
unsigned short int L1MuDTTFParameters::get_soc_qcut_st1 ( int  wh,
int  sc 
) const

Definition at line 188 of file L1MuDTTFParameters.cc.

References CastorDataFrameFilter_impl::check().

                                                                           {

  if ( check(wh,sc) == -99 ) return 0;
  return (soc_qcut_st1[check(wh,sc)][sc])&0x7;
}
unsigned short int L1MuDTTFParameters::get_soc_qcut_st2 ( int  wh,
int  sc 
) const

Definition at line 200 of file L1MuDTTFParameters.cc.

References CastorDataFrameFilter_impl::check().

                                                                           {

  if ( check(wh,sc) == -99 ) return 0;
  return (soc_qcut_st2[check(wh,sc)][sc])&0x7;
}
unsigned short int L1MuDTTFParameters::get_soc_qcut_st4 ( int  wh,
int  sc 
) const

Definition at line 212 of file L1MuDTTFParameters.cc.

References CastorDataFrameFilter_impl::check().

                                                                           {

  if ( check(wh,sc) == -99 ) return 0;
  return (soc_qcut_st4[check(wh,sc)][sc])&0x7;
}
unsigned short int L1MuDTTFParameters::get_soc_qual_csc ( int  wh,
int  sc 
) const

Definition at line 224 of file L1MuDTTFParameters.cc.

References CastorDataFrameFilter_impl::check().

                                                                           {

  if ( check(wh,sc) == -99 ) return 0;
  return (soc_qual_csc[check(wh,sc)][sc])&0x7;
}
bool L1MuDTTFParameters::get_soc_run_21 ( int  wh,
int  sc 
) const

Definition at line 236 of file L1MuDTTFParameters.cc.

References CastorDataFrameFilter_impl::check().

                                                           {

  if ( check(wh,sc) == -99 ) return false;
  return soc_run_21[check(wh,sc)][sc];
}
unsigned short int L1MuDTTFParameters::get_soc_stdis_n ( int  wh,
int  sc 
) const

Definition at line 128 of file L1MuDTTFParameters.cc.

References CastorDataFrameFilter_impl::check().

                                                                          {

  if ( check(wh,sc) == -99 ) return 0;
  return (soc_stdis_n[check(wh,sc)][sc])&0x7;
}
unsigned short int L1MuDTTFParameters::get_soc_stdis_wl ( int  wh,
int  sc 
) const

Definition at line 140 of file L1MuDTTFParameters.cc.

References CastorDataFrameFilter_impl::check().

                                                                           {

  if ( check(wh,sc) == -99 ) return 0;
  return (soc_stdis_wl[check(wh,sc)][sc])&0x7;
}
unsigned short int L1MuDTTFParameters::get_soc_stdis_wr ( int  wh,
int  sc 
) const

Definition at line 152 of file L1MuDTTFParameters.cc.

References CastorDataFrameFilter_impl::check().

                                                                           {

  if ( check(wh,sc) == -99 ) return 0;
  return (soc_stdis_wr[check(wh,sc)][sc])&0x7;
}
unsigned short int L1MuDTTFParameters::get_soc_stdis_zl ( int  wh,
int  sc 
) const

Definition at line 164 of file L1MuDTTFParameters.cc.

References CastorDataFrameFilter_impl::check().

                                                                           {

  if ( check(wh,sc) == -99 ) return 0;
  return (soc_stdis_zl[check(wh,sc)][sc])&0x7;
}
unsigned short int L1MuDTTFParameters::get_soc_stdis_zr ( int  wh,
int  sc 
) const

Definition at line 176 of file L1MuDTTFParameters.cc.

References CastorDataFrameFilter_impl::check().

                                                                           {

  if ( check(wh,sc) == -99 ) return 0;
  return (soc_stdis_zr[check(wh,sc)][sc])&0x7;
}
void L1MuDTTFParameters::print ( void  ) const

Definition at line 286 of file L1MuDTTFParameters.cc.

References gather_cfg::cout, i, and j.

                                     {

  cout << endl;
  cout << "L1 barrel Track Finder Parameters :" << endl;
  cout << "===================================" << endl;
  cout << endl;

  cout << endl;
  cout << "Quality Cut St.1 :" << endl;
  cout << "==================" << endl;
  cout << endl;
  for( int i=-3; i<4; i++ ) {
    if ( i == 0 ) continue;
    for( int j=0; j<12; j++ ) { cout << " " << setw(1) << get_inrec_qual_st1(i,j); }
    cout << endl; }

  cout << endl;
  cout << "Quality Cut St.2 :" << endl;
  cout << "==================" << endl;
  cout << endl;
  for( int i=-3; i<4; i++ ) {
    if ( i == 0 ) continue;
    for( int j=0; j<12; j++ ) { cout << " " << setw(1) << get_inrec_qual_st2(i,j); }
    cout << endl; }

  cout << endl;
  cout << "Quality Cut St.3 :" << endl;
  cout << "==================" << endl;
  cout << endl;
  for( int i=-3; i<4; i++ ) {
    if ( i == 0 ) continue;
    for( int j=0; j<12; j++ ) { cout << " " << setw(1) << get_inrec_qual_st3(i,j); }
    cout << endl; }

  cout << endl;
  cout << "Quality Cut St.4 :" << endl;
  cout << "==================" << endl;
  cout << endl;
  for( int i=-3; i<4; i++ ) {
    if ( i == 0 ) continue;
    for( int j=0; j<12; j++ ) { cout << " " << setw(1) << get_inrec_qual_st4(i,j); }
    cout << endl; }

  cout << endl;
  cout << "Quality Cut Next Wheel :" << endl;
  cout << "========================" << endl;
  cout << endl;
  for( int i=-3; i<4; i++ ) {
    if ( i == 0 ) continue;
    for( int j=0; j<12; j++ ) { cout << " " << setw(1) << get_soc_stdis_n(i,j); }
    cout << endl; }

  cout << endl;
  cout << "Quality Cut WL :" << endl;
  cout << "================" << endl;
  cout << endl;
  for( int i=-3; i<4; i++ ) {
    if ( i == 0 ) continue;
    for( int j=0; j<12; j++ ) { cout << " " << setw(1) << get_soc_stdis_wl(i,j); }
    cout << endl; }

  cout << endl;
  cout << "Quality Cut WR :" << endl;
  cout << "================" << endl;
  cout << endl;
  for( int i=-3; i<4; i++ ) {
    if ( i == 0 ) continue;
    for( int j=0; j<12; j++ ) { cout << " " << setw(1) << get_soc_stdis_wr(i,j); }
    cout << endl; }

  cout << endl;
  cout << "Quality Cut ZL :" << endl;
  cout << "================" << endl;
  cout << endl;
  for( int i=-3; i<4; i++ ) {
    if ( i == 0 ) continue;
    for( int j=0; j<12; j++ ) { cout << " " << setw(1) << get_soc_stdis_zl(i,j); }
    cout << endl; }

  cout << endl;
  cout << " Quality Cut ZR :" << endl;
  cout << "=================" << endl;
  cout << endl;
  for( int i=-3; i<4; i++ ) {
    if ( i == 0 ) continue;
    for( int j=0; j<12; j++ ) { cout << " " << setw(1) << get_soc_stdis_zr(i,j); }
    cout << endl; }

  cout << endl;
  cout << "Quality Cut SOC St.1 :" << endl;
  cout << "======================" << endl;
  cout << endl;
  for( int i=-3; i<4; i++ ) {
    if ( i == 0 ) continue;
    for( int j=0; j<12; j++ ) { cout << " " << setw(1) << get_soc_qcut_st1(i,j); }
    cout << endl; }

  cout << endl;
  cout << "Quality Cut SOC St.2 :" << endl;
  cout << "======================" << endl;
  cout << endl;
  for( int i=-3; i<4; i++ ) {
    if ( i == 0 ) continue;
    for( int j=0; j<12; j++ ) { cout << " " << setw(1) << get_soc_qcut_st2(i,j); }
    cout << endl; }

  cout << endl;
  cout << "Quality Cut SOC St.4 :" << endl;
  cout << "======================" << endl;
  cout << endl;
  for( int i=-3; i<4; i++ ) {
    if ( i == 0 ) continue;
    for( int j=0; j<12; j++ ) { cout << " " << setw(1) << get_soc_qcut_st4(i,j); }
    cout << endl; }

  cout << endl;
  cout << "CSC Quality Cut :" << endl;
  cout << "=================" << endl;
  cout << endl;
  for( int i=-3; i<4; i++ ) {
    if ( i == 0 ) continue;
    for( int j=0; j<12; j++ ) { cout << " " << setw(1) << get_soc_qual_csc(i,j); }
    cout << endl; }

  cout << endl;
  cout << "Extrapolation 21 :" << endl;
  cout << "==================" << endl;
  cout << endl;
  for( int i=-3; i<4; i++ ) {
    if ( i == 0 ) continue;
    for( int j=0; j<12; j++ ) { cout << " " << setw(1) << get_soc_run_21(i,j); }
    cout << endl; }

  cout << endl;
  cout << "Herbert Scheme :" << endl;
  cout << "================" << endl;
  cout << endl;
  for( int i=-3; i<4; i++ ) {
    if ( i == 0 ) continue;
    for( int j=0; j<12; j++ ) { cout << " " << setw(1) << get_soc_nbx_del(i,j); }
    cout << endl; }

  cout << endl;
  cout << "CSC Eta Cancellation :" << endl;
  cout << "======================" << endl;
  cout << endl;
  for( int i=-3; i<4; i++ ) {
    if ( i == 0 ) continue;
    for( int j=0; j<12; j++ ) { cout << " " << setw(1) << get_soc_csc_etacanc(i,j); }
    cout << endl; }

  cout << endl;
  cout << "Open LUTs :" << endl;
  cout << "===========" << endl;
  cout << endl;
  for( int i=-3; i<4; i++ ) {
    if ( i == 0 ) continue;
    for( int j=0; j<12; j++ ) { cout << " " << setw(1) << get_soc_openlut_extr(i,j); }
    cout << endl; }

}
void L1MuDTTFParameters::reset ( void  )

reset parameters to zero

Definition at line 48 of file L1MuDTTFParameters.cc.

References i, and j.

                               {

  for( int i=0; i<6; i++ ) {
    for( int j=0; j<12; j++ ) {

      inrec_qual_st1[i][j]   = 0;
      inrec_qual_st2[i][j]   = 0;
      inrec_qual_st3[i][j]   = 0;
      inrec_qual_st4[i][j]   = 0;
      soc_stdis_n[i][j]      = 0;
      soc_stdis_wl[i][j]     = 0;
      soc_stdis_wr[i][j]     = 0;
      soc_stdis_zl[i][j]     = 0;
      soc_stdis_zr[i][j]     = 0;
      soc_qcut_st1[i][j]     = 0;
      soc_qcut_st2[i][j]     = 0;
      soc_qcut_st4[i][j]     = 0;
      soc_qual_csc[i][j]     = 0;
      soc_run_21[i][j]       = false;
      soc_nbx_del[i][j]      = false;
      soc_csc_etacanc[i][j]  = false;
      soc_openlut_extr[i][j] = false;
    }
  }
}
void L1MuDTTFParameters::set_inrec_qual_st1 ( int  wh,
int  sc,
const unsigned short int  val 
)

Definition at line 74 of file L1MuDTTFParameters.cc.

References CastorDataFrameFilter_impl::check().

                                                                                        {

  if ( check(wh,sc) == -99 ) return;
  inrec_qual_st1[check(wh,sc)][sc] = val&0x7;
}
void L1MuDTTFParameters::set_inrec_qual_st2 ( int  wh,
int  sc,
const unsigned short int  val 
)

Definition at line 86 of file L1MuDTTFParameters.cc.

References CastorDataFrameFilter_impl::check().

                                                                                        {

  if ( check(wh,sc) == -99 ) return;
  inrec_qual_st2[check(wh,sc)][sc] = val&0x7;
}
void L1MuDTTFParameters::set_inrec_qual_st3 ( int  wh,
int  sc,
const unsigned short int  val 
)

Definition at line 98 of file L1MuDTTFParameters.cc.

References CastorDataFrameFilter_impl::check().

                                                                                        {

  if ( check(wh,sc) == -99 ) return;
  inrec_qual_st3[check(wh,sc)][sc] = val&0x7;
}
void L1MuDTTFParameters::set_inrec_qual_st4 ( int  wh,
int  sc,
const unsigned short int  val 
)

Definition at line 110 of file L1MuDTTFParameters.cc.

References CastorDataFrameFilter_impl::check().

                                                                                        {

  if ( check(wh,sc) == -99 ) return;
  inrec_qual_st4[check(wh,sc)][sc] = val&0x7;
}
void L1MuDTTFParameters::set_soc_csc_etacanc ( int  wh,
int  sc,
const bool  val 
)

Definition at line 254 of file L1MuDTTFParameters.cc.

References CastorDataFrameFilter_impl::check().

                                                                           {

  if ( check(wh,sc) == -99 ) return;
  soc_csc_etacanc[check(wh,sc)][sc] = val;
}
void L1MuDTTFParameters::set_soc_nbx_del ( int  wh,
int  sc,
const bool  val 
)

Definition at line 242 of file L1MuDTTFParameters.cc.

References CastorDataFrameFilter_impl::check().

                                                                       {

  if ( check(wh,sc) == -99 ) return;
  soc_nbx_del[check(wh,sc)][sc] = val;
}
void L1MuDTTFParameters::set_soc_openlut_extr ( int  wh,
int  sc,
const bool  val 
)

Definition at line 266 of file L1MuDTTFParameters.cc.

References CastorDataFrameFilter_impl::check().

                                                                            {

  if ( check(wh,sc) == -99 ) return;
  soc_openlut_extr[check(wh,sc)][sc] = val;
}
void L1MuDTTFParameters::set_soc_qcut_st1 ( int  wh,
int  sc,
const unsigned short int  val 
)

Definition at line 182 of file L1MuDTTFParameters.cc.

References CastorDataFrameFilter_impl::check().

                                                                                      {

  if ( check(wh,sc) == -99 ) return;
  soc_qcut_st1[check(wh,sc)][sc] = val&0x7;
}
void L1MuDTTFParameters::set_soc_qcut_st2 ( int  wh,
int  sc,
const unsigned short int  val 
)

Definition at line 194 of file L1MuDTTFParameters.cc.

References CastorDataFrameFilter_impl::check().

                                                                                      {

  if ( check(wh,sc) == -99 ) return;
  soc_qcut_st2[check(wh,sc)][sc] = val&0x7;
}
void L1MuDTTFParameters::set_soc_qcut_st4 ( int  wh,
int  sc,
const unsigned short int  val 
)

Definition at line 206 of file L1MuDTTFParameters.cc.

References CastorDataFrameFilter_impl::check().

                                                                                      {

  if ( check(wh,sc) == -99 ) return;
  soc_qcut_st4[check(wh,sc)][sc] = val&0x7;
}
void L1MuDTTFParameters::set_soc_qual_csc ( int  wh,
int  sc,
const unsigned short int  val 
)

Definition at line 218 of file L1MuDTTFParameters.cc.

References CastorDataFrameFilter_impl::check().

                                                                                      {

  if ( check(wh,sc) == -99 ) return;
  soc_qual_csc[check(wh,sc)][sc] = val&0x7;
}
void L1MuDTTFParameters::set_soc_run_21 ( int  wh,
int  sc,
const bool  val 
)

Definition at line 230 of file L1MuDTTFParameters.cc.

References CastorDataFrameFilter_impl::check().

                                                                      {

  if ( check(wh,sc) == -99 ) return;
  soc_run_21[check(wh,sc)][sc] = val;
}
void L1MuDTTFParameters::set_soc_stdis_n ( int  wh,
int  sc,
const unsigned short int  val 
)

Definition at line 122 of file L1MuDTTFParameters.cc.

References CastorDataFrameFilter_impl::check().

                                                                                     {

  if ( check(wh,sc) == -99 ) return;
  soc_stdis_n[check(wh,sc)][sc] = val&0x7;
}
void L1MuDTTFParameters::set_soc_stdis_wl ( int  wh,
int  sc,
const unsigned short int  val 
)

Definition at line 134 of file L1MuDTTFParameters.cc.

References CastorDataFrameFilter_impl::check().

                                                                                      {

  if ( check(wh,sc) == -99 ) return;
  soc_stdis_wl[check(wh,sc)][sc] = val&0x7;
}
void L1MuDTTFParameters::set_soc_stdis_wr ( int  wh,
int  sc,
const unsigned short int  val 
)

Definition at line 146 of file L1MuDTTFParameters.cc.

References CastorDataFrameFilter_impl::check().

                                                                                      {

  if ( check(wh,sc) == -99 ) return;
  soc_stdis_wr[check(wh,sc)][sc] = val&0x7;
}
void L1MuDTTFParameters::set_soc_stdis_zl ( int  wh,
int  sc,
const unsigned short int  val 
)

Definition at line 158 of file L1MuDTTFParameters.cc.

References CastorDataFrameFilter_impl::check().

                                                                                      {

  if ( check(wh,sc) == -99 ) return;
  soc_stdis_zl[check(wh,sc)][sc] = val&0x7;
}
void L1MuDTTFParameters::set_soc_stdis_zr ( int  wh,
int  sc,
const unsigned short int  val 
)

Definition at line 170 of file L1MuDTTFParameters.cc.

References CastorDataFrameFilter_impl::check().

                                                                                      {

  if ( check(wh,sc) == -99 ) return;
  soc_stdis_zr[check(wh,sc)][sc] = val&0x7;
}

Member Data Documentation

unsigned short int L1MuDTTFParameters::inrec_qual_st1[6][12] [private]

Definition at line 97 of file L1MuDTTFParameters.h.

unsigned short int L1MuDTTFParameters::inrec_qual_st2[6][12] [private]

Definition at line 98 of file L1MuDTTFParameters.h.

unsigned short int L1MuDTTFParameters::inrec_qual_st3[6][12] [private]

Definition at line 99 of file L1MuDTTFParameters.h.

unsigned short int L1MuDTTFParameters::inrec_qual_st4[6][12] [private]

Definition at line 100 of file L1MuDTTFParameters.h.

bool L1MuDTTFParameters::soc_csc_etacanc[6][12] [private]

Definition at line 115 of file L1MuDTTFParameters.h.

bool L1MuDTTFParameters::soc_nbx_del[6][12] [private]

Definition at line 114 of file L1MuDTTFParameters.h.

bool L1MuDTTFParameters::soc_openlut_extr[6][12] [private]

Definition at line 116 of file L1MuDTTFParameters.h.

unsigned short int L1MuDTTFParameters::soc_qcut_st1[6][12] [private]

Definition at line 108 of file L1MuDTTFParameters.h.

unsigned short int L1MuDTTFParameters::soc_qcut_st2[6][12] [private]

Definition at line 109 of file L1MuDTTFParameters.h.

unsigned short int L1MuDTTFParameters::soc_qcut_st4[6][12] [private]

Definition at line 110 of file L1MuDTTFParameters.h.

unsigned short int L1MuDTTFParameters::soc_qual_csc[6][12] [private]

Definition at line 111 of file L1MuDTTFParameters.h.

bool L1MuDTTFParameters::soc_run_21[6][12] [private]

Definition at line 113 of file L1MuDTTFParameters.h.

unsigned short int L1MuDTTFParameters::soc_stdis_n[6][12] [private]

Definition at line 102 of file L1MuDTTFParameters.h.

unsigned short int L1MuDTTFParameters::soc_stdis_wl[6][12] [private]

Definition at line 103 of file L1MuDTTFParameters.h.

unsigned short int L1MuDTTFParameters::soc_stdis_wr[6][12] [private]

Definition at line 104 of file L1MuDTTFParameters.h.

unsigned short int L1MuDTTFParameters::soc_stdis_zl[6][12] [private]

Definition at line 105 of file L1MuDTTFParameters.h.

unsigned short int L1MuDTTFParameters::soc_stdis_zr[6][12] [private]

Definition at line 106 of file L1MuDTTFParameters.h.