CMS 3D CMS Logo

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

#include <APVGainStruct.h>

Public Member Functions

 APVloc (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
 

Detailed Description

Definition at line 36 of file APVGainStruct.h.

Constructor & Destructor Documentation

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

Definition at line 40 of file APVGainStruct.h.

40  :
int m_subdetectorPlane
Definition: APVGainStruct.h:45
std::string m_string
Definition: APVGainStruct.h:46
int m_subdetectorId
Definition: APVGainStruct.h:43
int m_subdetectorSide
Definition: APVGainStruct.h:44

Member Function Documentation

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

Definition at line 48 of file APVGainStruct.h.

References m_subdetectorId, m_subdetectorPlane, and m_subdetectorSide.

49  {
50  return (m_subdetectorId == a.m_subdetectorId &&
53  }
int m_subdetectorPlane
Definition: APVGainStruct.h:45
int m_subdetectorId
Definition: APVGainStruct.h:43
int m_subdetectorSide
Definition: APVGainStruct.h:44

Member Data Documentation

std::string APVloc::m_string

Definition at line 46 of file APVGainStruct.h.

int APVloc::m_subdetectorId

Definition at line 43 of file APVGainStruct.h.

Referenced by operator==().

int APVloc::m_subdetectorPlane

Definition at line 45 of file APVGainStruct.h.

Referenced by operator==().

int APVloc::m_subdetectorSide

Definition at line 44 of file APVGainStruct.h.

Referenced by operator==().