#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 *, int) |
void | init (const char *, const char *, module *fixt) |
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 913 of file vlib.cc.
References create().
Referenced by reco::helper::CastorJetIDHelper::calculate(), CastorTowerProducer::ComputeTowerVariable(), TrackerTreeGenerator::endJob(), CastorClusterProducer::produce(), CastorTowerProducer::produce(), and FastTimerService::writeSummaryJSON().
|
virtual |
Definition at line 1034 of file vlib.cc.
References outreg, outregn, Signal::reg(), Signal::setr(), and muonRPCDigis_cfi::Signal.
Referenced by Signal::clock(), and Signal::input().
void module::create | ( | ) |
|
inline |
|
inline |
void module::init | ( | const char * | mname, |
const char * | iname | ||
) |
void module::init | ( | const char * | mname, |
const char * | iname, | ||
int | index | ||
) |
Definition at line 937 of file vlib.cc.
References TauDecayModes::dec, instname, and Skims_PA_cff::name.
void module::init | ( | const char * | mname, |
const char * | iname, | ||
module * | fixt | ||
) |
Definition at line 1019 of file vlib.cc.
References glc, NULL, globcontrol::setce(), and OrderedSet::t.
|
inline |
Definition at line 1004 of file vlib.cc.
References glc, NULL, globcontrol::setce(), and OrderedSet::t.
|
inline |
|
inline |
Definition at line 221 of file vlib.h.
References HltBtagPostValidation_cff::c, and change.
Referenced by Signal::clock(), Signal::initreg(), Signal::input(), and Signal::wire().
void module::vbeginmodule | ( | ) |
Definition at line 971 of file vlib.cc.
References gather_cfg::cout, corrVsCorr::filename, glc, instname, Skims_PA_cff::name, oldenmarg, OuterIndPos, globcontrol::setfunction(), and switchn.
void module::vendmodule | ( | ) |
Definition at line 992 of file vlib.cc.
References gather_cfg::cout, glc, oldenmarg, OuterIndPos, and outregn.
|
protected |
Definition at line 241 of file vlib.h.
Referenced by getchange(), and setchange().
|
protected |
Definition at line 232 of file vlib.h.
Referenced by init(), and vbeginmodule().
|
protected |
Definition at line 236 of file vlib.h.
Referenced by function::vbeginfunction(), vbeginmodule(), function::vendfunction(), and vendmodule().
|
protected |
Definition at line 233 of file vlib.h.
Referenced by function::vbeginfunction(), vbeginmodule(), function::vendfunction(), and vendmodule().
|
protected |
Definition at line 237 of file vlib.h.
Referenced by AddOutReg(), create(), and ~module().
|
protected |
Definition at line 238 of file vlib.h.
Referenced by AddOutReg(), create(), function::vendfunction(), and vendmodule().
|
protected |
|
protected |
Definition at line 234 of file vlib.h.
Referenced by getswitch(), and pushswitch().
|
protected |
Definition at line 235 of file vlib.h.
Referenced by getswitch(), popswitch(), pushswitch(), function::vbeginfunction(), and vbeginmodule().