#include <vlib.h>
Public Member Functions | |
memory () | |
Signal & | operator[] (Signal) |
void | reg (int, int, int, int, const char *) |
void | reg (int nup, int ndown, const char *rname) |
~memory () | |
Protected Attributes | |
int | down |
Signal * | r |
int | up |
memory::~memory | ( | ) |
Definition at line 962 of file vlib.cc.
References dbgmsg, down, Signal::getval(), mergeVDriftHistosByStation::name, alignCSCRings::r, and up.
void memory::reg | ( | int | high, |
int | low, | ||
int | nup, | ||
int | ndown, | ||
const char * | rname | ||
) |
Definition at line 917 of file vlib.cc.
References gather_cfg::cout, TauDecayModes::dec, down, i, Signal::initreg(), mergeVDriftHistosByStation::name, NULL, r, Signal::setr(), and up.
|
inline |
|
protected |