#include <vlib.h>
Public Member Functions | |
Signal * | AddOutReg (Signal arg) |
void | create () |
int | getchange () |
Signal | getswitch () |
Signal | ifelse (Signal, Signal, Signal) |
void | init (const char *, const char *) |
void | init (const char *, const char *, module *fixt) |
void | init (const char *, const char *, int) |
module () | |
Signal | negedge (Signal) |
virtual void | operator() () |
void | popswitch () |
Signal | posedge (Signal) |
void | pushswitch (Signal arg) |
void | setchange (int c) |
void | vbeginmodule () |
void | vendmodule () |
virtual | ~module () |
Protected Attributes | |
int | change |
std::string | instname |
int | itern |
int | oldenmarg |
int | OuterIndPos |
Signal * | outreg [1000] |
int | outregn |
rval | passn |
void(* | runperiod )() |
Signal | switcharg [10] |
int | switchn |
module * | tfixt |
module::module | ( | ) |
Definition at line 994 of file vlib.cc.
References Signal::create().
Referenced by reco::helper::CastorJetIDHelper::calculate(), CastorTowerProducer::ComputeTowerVariable(), TrackerTreeGenerator::endJob(), CastorTowerProducer::produce(), CastorClusterProducer::produce(), and TrackingNtuple::DetIdCommon::set().
|
virtual |
Definition at line 1128 of file vlib.cc.
References Signal::geth(), Signal::getl(), Signal::outreg, Signal::reg(), Signal::setr(), and Signal::Signal().
Referenced by Signal::clock(), Signal::input(), and Signal::output().
void module::create | ( | ) |
|
inline |
Definition at line 230 of file vlib.h.
References Signal::change, dataset::name, and AlCaHLTBitMon_QueryRunRegistry::string.
void module::init | ( | const char * | mname, |
const char * | iname | ||
) |
void module::init | ( | const char * | mname, |
const char * | iname, | ||
module * | fixt | ||
) |
void module::init | ( | const char * | mname, |
const char * | iname, | ||
int | index | ||
) |
Definition at line 1027 of file vlib.cc.
References gather_cfg::cout, TauDecayModes::dec, dataset::name, NULL, protons_cff::time, and indexGen::username.
Definition at line 1112 of file vlib.cc.
References Signal::getnegedge(), Signal::init(), NULL, globcontrol::setce(), Signal::setchange(), and protons_cff::t.
|
inlinevirtual |
Definition at line 1097 of file vlib.cc.
References Signal::getposedge(), Signal::init(), NULL, globcontrol::setce(), Signal::setchange(), and protons_cff::t.
|
inline |
Definition at line 229 of file vlib.h.
References EnergyCorrector::c, and Signal::change.
Referenced by Signal::clock(), Signal::initreg(), Signal::input(), and Signal::wire().
void module::vbeginmodule | ( | ) |
Definition at line 1062 of file vlib.cc.
References gather_cfg::cout, corrVsCorr::filename, dataset::name, and globcontrol::setfunction().
void module::vendmodule | ( | ) |