CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions
L1RCTNeighborMap Class Reference

#include <L1RCTNeighborMap.h>

Public Member Functions

std::vector< int > east (int crate, int card, int region)
 
std::vector< int > ne (int crate, int card, int region)
 
std::vector< int > north (int crate, int card, int region)
 
std::vector< int > nw (int crate, int card, int region)
 
std::vector< int > se (int crate, int card, int region)
 
std::vector< int > south (int crate, int card, int region)
 
std::vector< int > sw (int crate, int card, int region)
 
std::vector< int > west (int crate, int card, int region)
 

Detailed Description

Definition at line 5 of file L1RCTNeighborMap.h.

Member Function Documentation

vector< int > L1RCTNeighborMap::east ( int  crate,
int  card,
int  region 
)

Definition at line 150 of file L1RCTNeighborMap.cc.

vector< int > L1RCTNeighborMap::ne ( int  crate,
int  card,
int  region 
)

Definition at line 449 of file L1RCTNeighborMap.cc.

vector< int > L1RCTNeighborMap::north ( int  crate,
int  card,
int  region 
)

Definition at line 6 of file L1RCTNeighborMap.cc.

vector< int > L1RCTNeighborMap::nw ( int  crate,
int  card,
int  region 
)

Definition at line 550 of file L1RCTNeighborMap.cc.

vector< int > L1RCTNeighborMap::se ( int  crate,
int  card,
int  region 
)

Definition at line 219 of file L1RCTNeighborMap.cc.

vector< int > L1RCTNeighborMap::south ( int  crate,
int  card,
int  region 
)

Definition at line 43 of file L1RCTNeighborMap.cc.

vector< int > L1RCTNeighborMap::sw ( int  crate,
int  card,
int  region 
)

Definition at line 334 of file L1RCTNeighborMap.cc.

vector< int > L1RCTNeighborMap::west ( int  crate,
int  card,
int  region 
)

Definition at line 80 of file L1RCTNeighborMap.cc.