#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) |
Definition at line 5 of file L1RCTNeighborMap.h.
vector< int > L1RCTNeighborMap::east | ( | int | crate, |
int | card, | ||
int | region | ||
) |
Definition at line 150 of file L1RCTNeighborMap.cc.
References HLT_50ns_5e33_v3_cff::region.
Referenced by L1RCT::shareNeighbors().
vector< int > L1RCTNeighborMap::ne | ( | int | crate, |
int | card, | ||
int | region | ||
) |
Definition at line 449 of file L1RCTNeighborMap.cc.
References HLT_50ns_5e33_v3_cff::region.
Referenced by L1RCT::shareNeighbors().
vector< int > L1RCTNeighborMap::north | ( | int | crate, |
int | card, | ||
int | region | ||
) |
Definition at line 6 of file L1RCTNeighborMap.cc.
References north(), and HLT_50ns_5e33_v3_cff::region.
Referenced by north(), and L1RCT::shareNeighbors().
vector< int > L1RCTNeighborMap::nw | ( | int | crate, |
int | card, | ||
int | region | ||
) |
Definition at line 550 of file L1RCTNeighborMap.cc.
References HLT_50ns_5e33_v3_cff::region.
Referenced by L1RCT::shareNeighbors().
vector< int > L1RCTNeighborMap::se | ( | int | crate, |
int | card, | ||
int | region | ||
) |
Definition at line 219 of file L1RCTNeighborMap.cc.
References HLT_50ns_5e33_v3_cff::region.
Referenced by L1RCT::shareNeighbors().
vector< int > L1RCTNeighborMap::south | ( | int | crate, |
int | card, | ||
int | region | ||
) |
Definition at line 43 of file L1RCTNeighborMap.cc.
References HLT_50ns_5e33_v3_cff::region.
Referenced by L1RCT::shareNeighbors().
vector< int > L1RCTNeighborMap::sw | ( | int | crate, |
int | card, | ||
int | region | ||
) |
Definition at line 334 of file L1RCTNeighborMap.cc.
References HLT_50ns_5e33_v3_cff::region.
Referenced by L1RCT::shareNeighbors().
vector< int > L1RCTNeighborMap::west | ( | int | crate, |
int | card, | ||
int | region | ||
) |
Definition at line 80 of file L1RCTNeighborMap.cc.
References HLT_50ns_5e33_v3_cff::region.
Referenced by L1RCT::shareNeighbors().