CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Variables
statics Namespace Reference

Variables

tuple baseclass
 
tuple farg = re.compile(r"\(.*\)")
 
tuple fields = line.split("'")
 
tuple fre = re.compile("function")
 
tuple G = nx.DiGraph()
 
string kind = ' known thread unsafe function '
 
tuple path = nx.shortest_path(G, tfunc, static)
 
tuple skipfunc = re.compile(r"(edm::(LuminosityBlock::|Run::|Event::|Principal::)getBy(Label|Token))|(fwlite::|edm::EDProductGetter::getIt|edm::Event::|edm::eventsetup::EventSetupRecord::get|edm::eventsetup::DataProxy::getImpl|edm::EventPrincipal::unscheduledFill|edm::ServiceRegistry::get|edm::eventsetup::EventSetupRecord::getImplementation|edm::eventsetup::EventSetupRecord::getFromProxy|edm::eventsetup::DataProxy::get|edm::serviceregistry::ServicesManager::MakerHolder::add|(cond::service::PoolDBOutputService::(writeOne|appendSinceTime|tagInfo))|edm::EventProcessor::|edm::SubProcess::)")
 
tuple skipfuncs = set()
 
tuple statics = set()
 
tuple topfunc = re.compile(r"::(produce|analyze|filter|beginLuminosityBlock|beginRun|beginStream|streamBeginRun|streamBeginLuminosityBlock|streamEndRun|streamEndLuminosityBlock|globalBeginRun|globalEndRun|globalBeginLuminosityBlock|globalEndLuminosityBlock|endRun|endLuminosityBlock)\(")
 
tuple toplevelfuncs = set()
 

Variable Documentation

tuple statics.baseclass
Initial value:
1 = re.compile(
2  "edm::(one::|stream::|global::)?ED(Producer|Filter|Analyzer)(Base)?")

Definition at line 8 of file statics.py.

tuple statics.farg = re.compile(r"\(.*\)")

Definition at line 10 of file statics.py.

tuple statics.fields = line.split("'")

Definition at line 22 of file statics.py.

tuple statics.fre = re.compile("function")

Definition at line 11 of file statics.py.

Referenced by Entry.fill().

tuple statics.G = nx.DiGraph()

Definition at line 18 of file statics.py.

string statics.kind = ' known thread unsafe function '

Definition at line 45 of file statics.py.

tuple statics.path = nx.shortest_path(G, tfunc, static)

Definition at line 52 of file statics.py.

tuple statics.skipfunc = re.compile(r"(edm::(LuminosityBlock::|Run::|Event::|Principal::)getBy(Label|Token))|(fwlite::|edm::EDProductGetter::getIt|edm::Event::|edm::eventsetup::EventSetupRecord::get|edm::eventsetup::DataProxy::getImpl|edm::EventPrincipal::unscheduledFill|edm::ServiceRegistry::get|edm::eventsetup::EventSetupRecord::getImplementation|edm::eventsetup::EventSetupRecord::getFromProxy|edm::eventsetup::DataProxy::get|edm::serviceregistry::ServicesManager::MakerHolder::add|(cond::service::PoolDBOutputService::(writeOne|appendSinceTime|tagInfo))|edm::EventProcessor::|edm::SubProcess::)")

Definition at line 15 of file statics.py.

tuple statics.skipfuncs = set()

Definition at line 16 of file statics.py.

tuple statics.statics = set()

Definition at line 13 of file statics.py.

tuple statics.topfunc = re.compile(r"::(produce|analyze|filter|beginLuminosityBlock|beginRun|beginStream|streamBeginRun|streamBeginLuminosityBlock|streamEndRun|streamEndLuminosityBlock|globalBeginRun|globalEndRun|globalBeginLuminosityBlock|globalEndLuminosityBlock|endRun|endLuminosityBlock)\(")

Definition at line 7 of file statics.py.

tuple statics.toplevelfuncs = set()

Definition at line 14 of file statics.py.