![]() |
![]() |
#include <CaloNavigator.h>
Public Member Functions | |
CaloNavigator (const T &home, const TOPO *topology) | |
T | down () const |
move the navigator west More... | |
T | east () const |
move the navigator east More... | |
const TOPO * | getTopology () const |
set the starting position More... | |
void | home () const |
move the navigator back to the starting point More... | |
T | north () const |
move the navigator north More... | |
T | offsetBy (int deltaX, int deltaY) const |
Free movement of arbitray steps. More... | |
T | operator* () const |
get the current position More... | |
T | pos () const |
get the current position More... | |
void | setHome (const T &startingPoint) |
set the starting position More... | |
void | setTopology (const TOPO *) |
set the starting position More... | |
T | south () const |
move the navigator south More... | |
T | up () const |
move the navigator west More... | |
T | west () const |
move the navigator west More... | |
Protected Attributes | |
T | currentPoint_ |
const TOPO * | myTopology_ |
T | startingPoint_ |
Definition at line 8 of file CaloNavigator.h.
|
inline |
Definition at line 11 of file CaloNavigator.h.
|
inline |
move the navigator west
Definition at line 73 of file CaloNavigator.h.
|
inline |
move the navigator east
Definition at line 52 of file CaloNavigator.h.
Referenced by CaloNavigator< EBDetId >::offsetBy().
|
inline |
set the starting position
Definition at line 23 of file CaloNavigator.h.
|
inline |
move the navigator back to the starting point
Definition at line 114 of file CaloNavigator.h.
Referenced by GainSwitchTools::gainSwitchedIdsIn5x5(), and GainSwitchTools::nrCrysWithFlagsIn5x5().
|
inline |
move the navigator north
Definition at line 38 of file CaloNavigator.h.
Referenced by CaloNavigator< EBDetId >::offsetBy().
|
inline |
Free movement of arbitray steps.
Definition at line 80 of file CaloNavigator.h.
Referenced by GainSwitchTools::gainSwitchedIdsIn5x5(), and GainSwitchTools::nrCrysWithFlagsIn5x5().
|
inline |
|
inline |
|
inline |
set the starting position
Definition at line 106 of file CaloNavigator.h.
Referenced by CaloNavigator< EBDetId >::CaloNavigator().
|
inline |
set the starting position
Definition at line 121 of file CaloNavigator.h.
References ecaldqm::topology().
|
inline |
move the navigator south
Definition at line 45 of file CaloNavigator.h.
Referenced by CaloNavigator< EBDetId >::offsetBy().
|
inline |
move the navigator west
Definition at line 66 of file CaloNavigator.h.
|
inline |
move the navigator west
Definition at line 59 of file CaloNavigator.h.
Referenced by CaloNavigator< EBDetId >::offsetBy().
|
mutableprotected |
Definition at line 101 of file CaloNavigator.h.
Referenced by CaloNavigator< EBDetId >::down(), CaloNavigator< EBDetId >::east(), CaloNavigator< EBDetId >::north(), CaloNavigator< EBDetId >::offsetBy(), CaloNavigator< EBDetId >::operator*(), CaloNavigator< EBDetId >::pos(), CaloNavigator< EBDetId >::south(), CaloNavigator< EBDetId >::up(), and CaloNavigator< EBDetId >::west().
|
protected |
Definition at line 100 of file CaloNavigator.h.
Referenced by CaloNavigator< EBDetId >::down(), CaloNavigator< EBDetId >::east(), CaloNavigator< EBDetId >::getTopology(), CaloNavigator< EBDetId >::north(), CaloNavigator< EBDetId >::south(), CaloNavigator< EBDetId >::up(), and CaloNavigator< EBDetId >::west().
|
mutableprotected |
Definition at line 101 of file CaloNavigator.h.