ATLAS Offline Software
Public Types | Public Member Functions | Private Attributes | List of all members
MuonCalib::RpcCondParType Class Reference

#include <RpcCondParType.h>

Collaboration diagram for MuonCalib::RpcCondParType:

Public Types

enum  {
  EFF, ERREFF, RES1, ERRRES1,
  RES2, ERRRES2, RESX, ERRRESX,
  TIME, ERRTIME, NOISE, ERRNOISE,
  NOISEC, ERRNOISEC, CS, ERRCS
}
 

Public Member Functions

 RpcCondParType ()
 
 RpcCondParType (const unsigned int &t)
 
 RpcCondParType (const RpcCondParType &t)
 
RpcCondParTypeoperator= (unsigned int t)
 
RpcCondParTypeoperator= (const RpcCondParType &t)
 
 operator unsigned int () const
 

Private Attributes

int m_type
 

Detailed Description

Definition at line 9 of file RpcCondParType.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
EFF 
ERREFF 
RES1 
ERRRES1 
RES2 
ERRRES2 
RESX 
ERRRESX 
TIME 
ERRTIME 
NOISE 
ERRNOISE 
NOISEC 
ERRNOISEC 
CS 
ERRCS 

Definition at line 11 of file RpcCondParType.h.

11  {
12  EFF,ERREFF, // strip efficiency
13  RES1,ERRRES1, // residuals of clusters with size 1
14  RES2,ERRRES2, // residuals of clusters with size 2
15  RESX,ERRRESX, // residuals of clusters with other sizes
16  TIME,ERRTIME, // time of clusters
17  NOISE,ERRNOISE, // noise
18  NOISEC,ERRNOISEC, // correlated noise
19  CS,ERRCS // cluster size
20  };

Constructor & Destructor Documentation

◆ RpcCondParType() [1/3]

MuonCalib::RpcCondParType::RpcCondParType ( )
inline

Definition at line 36 of file RpcCondParType.h.

36 : m_type(0) {}

◆ RpcCondParType() [2/3]

MuonCalib::RpcCondParType::RpcCondParType ( const unsigned int &  t)
inline

Definition at line 38 of file RpcCondParType.h.

38  {
39  m_type = t;
40  }

◆ RpcCondParType() [3/3]

MuonCalib::RpcCondParType::RpcCondParType ( const RpcCondParType t)
inline

Definition at line 42 of file RpcCondParType.h.

42  {
43  m_type = t;
44  }

Member Function Documentation

◆ operator unsigned int()

MuonCalib::RpcCondParType::operator unsigned int ( ) const
inline

Definition at line 56 of file RpcCondParType.h.

56  {
57  return m_type;
58  }

◆ operator=() [1/2]

RpcCondParType & MuonCalib::RpcCondParType::operator= ( const RpcCondParType t)
inline

Definition at line 51 of file RpcCondParType.h.

51  {
52  m_type = t;
53  return *this;
54  }

◆ operator=() [2/2]

RpcCondParType & MuonCalib::RpcCondParType::operator= ( unsigned int  t)
inline

Definition at line 46 of file RpcCondParType.h.

46  {
47  m_type = t;
48  return *this;
49  }

Member Data Documentation

◆ m_type

int MuonCalib::RpcCondParType::m_type
private

Definition at line 32 of file RpcCondParType.h.


The documentation for this class was generated from the following file:
MuonCalib::RpcCondParType::m_type
int m_type
Definition: RpcCondParType.h:32
MuonCalib::RpcCondParType::RES2
@ RES2
Definition: RpcCondParType.h:14
MuonCalib::RpcCondParType::NOISE
@ NOISE
Definition: RpcCondParType.h:17
read_hist_ntuple.t
t
Definition: read_hist_ntuple.py:5
MuonCalib::RpcCondParType::ERRNOISE
@ ERRNOISE
Definition: RpcCondParType.h:17
MuonCalib::RpcCondParType::RESX
@ RESX
Definition: RpcCondParType.h:15
MuonCalib::RpcCondParType::CS
@ CS
Definition: RpcCondParType.h:19
MuonCalib::RpcCondParType::NOISEC
@ NOISEC
Definition: RpcCondParType.h:18
MuonCalib::RpcCondParType::ERRNOISEC
@ ERRNOISEC
Definition: RpcCondParType.h:18
MuonCalib::RpcCondParType::ERRRES2
@ ERRRES2
Definition: RpcCondParType.h:14
MuonCalib::RpcCondParType::TIME
@ TIME
Definition: RpcCondParType.h:16
MuonCalib::RpcCondParType::ERRRESX
@ ERRRESX
Definition: RpcCondParType.h:15
MuonCalib::RpcCondParType::ERRCS
@ ERRCS
Definition: RpcCondParType.h:19
MuonCalib::RpcCondParType::ERREFF
@ ERREFF
Definition: RpcCondParType.h:12
MuonCalib::RpcCondParType::EFF
@ EFF
Definition: RpcCondParType.h:12
MuonCalib::RpcCondParType::ERRTIME
@ ERRTIME
Definition: RpcCondParType.h:16
MuonCalib::RpcCondParType::ERRRES1
@ ERRRES1
Definition: RpcCondParType.h:13
MuonCalib::RpcCondParType::RES1
@ RES1
Definition: RpcCondParType.h:13