CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
APVloc Struct Reference

#include <APVGainStruct.h>

Public Member Functions

 APVloc (int v0, int v1, int v2, int v3, const std::string &s)
 
bool operator== (const APVloc &a) const
 

Public Attributes

std::string m_string
 
int m_subdetectorId
 
int m_subdetectorPlane
 
int m_subdetectorSide
 
int m_thickness
 

Detailed Description

Definition at line 36 of file APVGainStruct.h.

Constructor & Destructor Documentation

◆ APVloc()

APVloc::APVloc ( int  v0,
int  v1,
int  v2,
int  v3,
const std::string &  s 
)
inline

Definition at line 38 of file APVGainStruct.h.

Member Function Documentation

◆ operator==()

bool APVloc::operator== ( const APVloc a) const
inline

Definition at line 47 of file APVGainStruct.h.

47  {
48  return (m_subdetectorId == a.m_subdetectorId && m_subdetectorSide == a.m_subdetectorSide &&
49  m_subdetectorPlane == a.m_subdetectorPlane && m_thickness == a.m_thickness);
50  }

References a, m_subdetectorId, m_subdetectorPlane, m_subdetectorSide, and m_thickness.

Member Data Documentation

◆ m_string

std::string APVloc::m_string

Definition at line 45 of file APVGainStruct.h.

◆ m_subdetectorId

int APVloc::m_subdetectorId

Definition at line 42 of file APVGainStruct.h.

Referenced by operator==().

◆ m_subdetectorPlane

int APVloc::m_subdetectorPlane

Definition at line 44 of file APVGainStruct.h.

Referenced by operator==().

◆ m_subdetectorSide

int APVloc::m_subdetectorSide

Definition at line 43 of file APVGainStruct.h.

Referenced by operator==().

◆ m_thickness

int APVloc::m_thickness

Definition at line 41 of file APVGainStruct.h.

Referenced by operator==().

V0Monitor_cff.v0
v0
Definition: V0Monitor_cff.py:7
APVloc::m_subdetectorId
int m_subdetectorId
Definition: APVGainStruct.h:42
APVloc::m_thickness
int m_thickness
Definition: APVGainStruct.h:41
alignCSCRings.s
s
Definition: alignCSCRings.py:92
APVloc::m_subdetectorPlane
int m_subdetectorPlane
Definition: APVGainStruct.h:44
a
double a
Definition: hdecay.h:119
APVloc::m_subdetectorSide
int m_subdetectorSide
Definition: APVGainStruct.h:43
APVloc::m_string
std::string m_string
Definition: APVGainStruct.h:45