ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
CMAparameters::parseParams Struct Reference

#include <CMAparameters.h>

Inheritance diagram for CMAparameters::parseParams:
Collaboration diagram for CMAparameters::parseParams:

Public Member Functions

 parseParams ()=default
 
 parseParams (const parseParams &)=default
 
parseParamsoperator= (const parseParams &)=default
 
 parseParams (parseParams &&)=default
 

Public Attributes

int pivotStation {0}
 
int lowPtStation {0}
 RPC station number giving input to pivot chs. More...
 
int highPtStation {0}
 RPC station number giving input to Low Pt ch. More...
 
int pivotStartChan {-1}
 RPC station number giving input to High Pt ch. More...
 
int pivotStartStation {-1}
 
int pivotStopChan {-1}
 RPC chamber to which the RPC strip belongs. More...
 
int pivotStopStation {-1}
 
int lowPtStartCo {-1}
 RPC chamber to which the RPC strip belongs. More...
 
int lowPtStopCo {-1}
 First connector (global-addr) for LowPt confirm. More...
 
int lowPtNumCo {-1}
 Last connector (global-addr) for LowPt confirm. More...
 
int highPtStartCo {-1}
 Number of connectors giving input to the matrix. More...
 
int highPtStopCo {-1}
 First connector (global-addr) for HiPt confirm. More...
 
int highPtNumCo {-1}
 Last connector (global-addr) for HiPt confirm. More...
 
int number {0}
 
int station {0}
 
int sectorType {0}
 
CMAcoverage coverage {CMAcoverage::AllSectors}
 CMA identity params. More...
 
ViewType view {ViewType::NoView}
 
int etaIndex {-1}
 Matrix type (0 = eta matrix, 1 = phi matrix) More...
 
int phiIndex {-1}
 Matrix eta address (start from 0) More...
 
int padIndex {-1}
 Matrix chi address (start from 0) More...
 
int IxxIndex {-1}
 PAD index into the sector logic (start from 0) More...
 
int seqNumber {-1}
 Matrix index into the PAD (start from 0) More...
 

Detailed Description

Definition at line 51 of file CMAparameters.h.

Constructor & Destructor Documentation

◆ parseParams() [1/3]

CMAparameters::parseParams::parseParams ( )
default

◆ parseParams() [2/3]

CMAparameters::parseParams::parseParams ( const parseParams )
default

◆ parseParams() [3/3]

CMAparameters::parseParams::parseParams ( parseParams &&  )
default

Member Function Documentation

◆ operator=()

parseParams& CMAparameters::parseParams::operator= ( const parseParams )
default

Member Data Documentation

◆ coverage

CMAcoverage CMAidentity::defineParams::coverage {CMAcoverage::AllSectors}
inherited

CMA identity params.

Definition at line 33 of file CMAidentity.h.

◆ etaIndex

int CMAidentity::defineParams::etaIndex {-1}
inherited

Matrix type (0 = eta matrix, 1 = phi matrix)

Definition at line 35 of file CMAidentity.h.

◆ highPtNumCo

int CMAparameters::defineParams::highPtNumCo {-1}
inherited

Last connector (global-addr) for HiPt confirm.

Definition at line 48 of file CMAparameters.h.

◆ highPtStartCo

int CMAparameters::defineParams::highPtStartCo {-1}
inherited

Number of connectors giving input to the matrix.

Definition at line 46 of file CMAparameters.h.

◆ highPtStation

int CMAparameters::defineParams::highPtStation {0}
inherited

RPC station number giving input to Low Pt ch.

Definition at line 35 of file CMAparameters.h.

◆ highPtStopCo

int CMAparameters::defineParams::highPtStopCo {-1}
inherited

First connector (global-addr) for HiPt confirm.

Definition at line 47 of file CMAparameters.h.

◆ IxxIndex

int CMAidentity::defineParams::IxxIndex {-1}
inherited

PAD index into the sector logic (start from 0)

Definition at line 38 of file CMAidentity.h.

◆ lowPtNumCo

int CMAparameters::defineParams::lowPtNumCo {-1}
inherited

Last connector (global-addr) for LowPt confirm.

Definition at line 44 of file CMAparameters.h.

◆ lowPtStartCo

int CMAparameters::defineParams::lowPtStartCo {-1}
inherited

RPC chamber to which the RPC strip belongs.

Definition at line 42 of file CMAparameters.h.

◆ lowPtStation

int CMAparameters::defineParams::lowPtStation {0}
inherited

RPC station number giving input to pivot chs.

Definition at line 34 of file CMAparameters.h.

◆ lowPtStopCo

int CMAparameters::defineParams::lowPtStopCo {-1}
inherited

First connector (global-addr) for LowPt confirm.

Definition at line 43 of file CMAparameters.h.

◆ number

int CablingObject::cablingParameters::number {0}
inherited

Definition at line 23 of file CablingObject.h.

◆ padIndex

int CMAidentity::defineParams::padIndex {-1}
inherited

Matrix chi address (start from 0)

Definition at line 37 of file CMAidentity.h.

◆ phiIndex

int CMAidentity::defineParams::phiIndex {-1}
inherited

Matrix eta address (start from 0)

Definition at line 36 of file CMAidentity.h.

◆ pivotStartChan

int CMAparameters::defineParams::pivotStartChan {-1}
inherited

RPC station number giving input to High Pt ch.

Definition at line 37 of file CMAparameters.h.

◆ pivotStartStation

int CMAparameters::defineParams::pivotStartStation {-1}
inherited

Definition at line 38 of file CMAparameters.h.

◆ pivotStation

int CMAparameters::defineParams::pivotStation {0}
inherited

Definition at line 33 of file CMAparameters.h.

◆ pivotStopChan

int CMAparameters::defineParams::pivotStopChan {-1}
inherited

RPC chamber to which the RPC strip belongs.

Definition at line 39 of file CMAparameters.h.

◆ pivotStopStation

int CMAparameters::defineParams::pivotStopStation {-1}
inherited

Definition at line 40 of file CMAparameters.h.

◆ sectorType

int CablingObject::cablingParameters::sectorType {0}
inherited

Definition at line 25 of file CablingObject.h.

◆ seqNumber

int CMAidentity::defineParams::seqNumber {-1}
inherited

Matrix index into the PAD (start from 0)

Definition at line 39 of file CMAidentity.h.

◆ station

int CablingObject::cablingParameters::station {0}
inherited

Definition at line 24 of file CablingObject.h.

◆ view

ViewType CMAidentity::defineParams::view {ViewType::NoView}
inherited

Definition at line 34 of file CMAidentity.h.


The documentation for this struct was generated from the following file: