CMS 3D CMS Logo

Public Member Functions | Public Attributes

EMap::EMapRow Class Reference

#include <LMap.h>

List of all members.

Public Member Functions

 EMapRow ()
bool operator< (const EMapRow &other) const
 ~EMapRow ()

Public Attributes

int crate
int dcc
int fiber
int fiberchan
int idepth
int ieta
int iphi
int rawId
int slot
int spigot
std::string subdet
std::string topbottom
int zdc_channel
std::string zdc_section
int zdc_zside

Detailed Description

Definition at line 103 of file LMap.h.


Constructor & Destructor Documentation

EMap::EMapRow::EMapRow ( ) [inline]

Definition at line 113 of file LMap.h.

References crate, dcc, fiber, fiberchan, idepth, ieta, iphi, rawId, slot, spigot, subdet, topbottom, zdc_channel, zdc_section, and zdc_zside.

             {
      rawId=0;
      crate=0;
      slot=0;
      dcc=0;
      spigot=0;
      fiber=0;
      fiberchan=0;
      ieta=0;
      iphi=0;
      idepth=0;
      topbottom="";
      subdet="";
      zdc_zside=0;
      zdc_channel = 0;
      zdc_section = "UNKNOWN";
    }
EMap::EMapRow::~EMapRow ( ) [inline]

Definition at line 130 of file LMap.h.

{};  

Member Function Documentation

bool EMap::EMapRow::operator< ( const EMapRow other) const

Definition at line 310 of file LMap.cc.

References rawId.

                                                           {
  return rawId < other.rawId;
}

Member Data Documentation

Definition at line 106 of file LMap.h.

Referenced by EMap::EMap(), EMapRow(), and EMap::read_map().

Definition at line 106 of file LMap.h.

Referenced by EMap::EMap(), EMapRow(), and EMap::read_map().

Definition at line 106 of file LMap.h.

Referenced by EMap::EMap(), EMapRow(), and EMap::read_map().

Definition at line 106 of file LMap.h.

Referenced by EMap::EMap(), EMapRow(), and EMap::read_map().

Definition at line 106 of file LMap.h.

Referenced by EMap::EMap(), EMapRow(), and EMap::read_map().

Definition at line 106 of file LMap.h.

Referenced by EMap::EMap(), EMapRow(), and EMap::read_map().

Definition at line 106 of file LMap.h.

Referenced by EMap::EMap(), EMapRow(), and EMap::read_map().

Definition at line 106 of file LMap.h.

Referenced by EMap::EMap(), EMapRow(), operator<(), and EMap::read_map().

Definition at line 106 of file LMap.h.

Referenced by EMap::EMap(), EMapRow(), and EMap::read_map().

Definition at line 106 of file LMap.h.

Referenced by EMap::EMap(), EMapRow(), and EMap::read_map().

std::string EMap::EMapRow::subdet

Definition at line 107 of file LMap.h.

Referenced by EMap::EMap(), and EMapRow().

Definition at line 107 of file LMap.h.

Referenced by EMap::EMap(), and EMapRow().

Definition at line 110 of file LMap.h.

Referenced by EMap::EMap(), and EMapRow().

Definition at line 111 of file LMap.h.

Referenced by EMap::EMap(), and EMapRow().

Definition at line 110 of file LMap.h.

Referenced by EMap::EMap(), and EMapRow().