addHit(std::map< KLMPlaneNumber, struct HitData > &hitMap, KLMPlaneNumber planeGlobal, struct HitData *hitData) | KLMDQM2Module | private |
addParam(const std::string &name, T ¶mVariable, const std::string &description, const T &defaultValue) | Module | protected |
addParam(const std::string &name, T ¶mVariable, const std::string &description) | Module | protected |
beginRun() override | KLMDQM2Module | virtual |
c_DontCollectStatistics enum value | Module | |
c_HistogramManager enum value | Module | |
c_Input enum value | Module | |
c_InternalSerializer enum value | Module | |
c_Output enum value | Module | |
c_ParallelProcessingCertified enum value | Module | |
c_TerminateInAllProcesses enum value | Module | |
clone() const override | Module | virtual |
collectDataTrack(const Particle *muon, TH1F *matchedHitsBKLM, TH1F *allExtHitsBKLM, TH1F *matchedHitsEKLM, TH1F *allExtHitsEKLM, TH1F *matchedHitsBKLMSec, TH1F *allExtHitsBKLMSec, TH1F *matchedHitsEKLMSec, TH1F *allExtHitsEKLMSec) | KLMDQM2Module | private |
def_beginRun() | Module | inlineprotectedvirtual |
def_endRun() | Module | inlineprotectedvirtual |
def_event() | Module | inlineprotectedvirtual |
def_initialize() | Module | inlineprotectedvirtual |
def_terminate() | Module | inlineprotectedvirtual |
defineHisto() override | KLMDQM2Module | virtual |
EAfterConditionPath typedef | Module | |
EModulePropFlags enum name | Module | |
endRun() override | KLMDQM2Module | virtual |
evalCondition() const | Module | |
event() override | KLMDQM2Module | virtual |
exposePythonAPI() | Module | static |
findMatchingDigit(struct HitData *hitData) | KLMDQM2Module | private |
getAfterConditionPath() const | Module | |
getAllConditionPaths() const | Module | |
getAllConditions() const | Module | inline |
getCondition() const | Module | inline |
getConditionPath() const | Module | |
getDescription() const | Module | inline |
getFileNames(bool outputFiles) | Module | inlinevirtual |
getLogConfig() | Module | inline |
getModules() const override | Module | inlineprivatevirtual |
getName() const | Module | inline |
getPackage() const | Module | inline |
getParam(const std::string &name) const | Module | |
getParamInfoListPython() const | Module | |
getParamList() const | Module | inline |
getPathString() const override | Module | privatevirtual |
getReturnValue() const | Module | inline |
getType() const | Module | |
hasCondition() const | Module | inline |
hasProperties(unsigned int propertyFlags) const | Module | |
hasReturnValue() const | Module | inline |
hasUnsetForcedParams() const | Module | |
HistoModule() | HistoModule | inline |
if_false(const std::shared_ptr< Path > &path, EAfterConditionPath afterConditionPath=EAfterConditionPath::c_End) | Module | |
if_true(const std::shared_ptr< Path > &path, EAfterConditionPath afterConditionPath=EAfterConditionPath::c_End) | Module | |
if_value(const std::string &expression, const std::shared_ptr< Path > &path, EAfterConditionPath afterConditionPath=EAfterConditionPath::c_End) | Module | |
initialize() override | KLMDQM2Module | virtual |
KLMDQM2Module() | KLMDQM2Module | |
m_AllExtHitsBKLM | KLMDQM2Module | private |
m_AllExtHitsBKLMSector | KLMDQM2Module | private |
m_AllExtHitsEKLM | KLMDQM2Module | private |
m_AllExtHitsEKLMSector | KLMDQM2Module | private |
m_AllowedDistance1D | KLMDQM2Module | private |
m_ChannelStatus | KLMDQM2Module | private |
m_conditions | Module | private |
m_description | Module | private |
m_Digits | KLMDQM2Module | private |
m_eklmElementNumbers | KLMDQM2Module | private |
m_ElementNumbers | KLMDQM2Module | private |
m_extHits | KLMDQM2Module | private |
m_GeometryBKLM | KLMDQM2Module | private |
m_hasReturnValue | Module | private |
m_HistogramDirectoryName | KLMDQM2Module | private |
m_IgnoreBackwardPropagation | KLMDQM2Module | private |
m_logConfig | Module | private |
m_MatchedHitsBKLM | KLMDQM2Module | private |
m_MatchedHitsBKLMSector | KLMDQM2Module | private |
m_MatchedHitsEKLM | KLMDQM2Module | private |
m_MatchedHitsEKLMSector | KLMDQM2Module | private |
m_MinimalMatchingDigits | KLMDQM2Module | private |
m_MinimalMatchingDigitsOuterLayers | KLMDQM2Module | private |
m_MinimalMomentumNoOuterLayers | KLMDQM2Module | private |
m_moduleParamList | Module | private |
m_MuonList | KLMDQM2Module | private |
m_MuonListName | KLMDQM2Module | private |
m_name | Module | private |
m_package | Module | private |
m_PlaneArrayIndex | KLMDQM2Module | private |
m_PlaneNumBKLM | KLMDQM2Module | private |
m_PlaneNumEKLM | KLMDQM2Module | private |
m_propertyFlags | Module | private |
m_RemoveUnusedMuons | KLMDQM2Module | private |
m_returnValue | Module | private |
m_SoftwareTriggerName | KLMDQM2Module | private |
m_softwareTriggerResult | KLMDQM2Module | private |
m_type | Module | private |
Module() | Module | |
PathElement() | PathElement | inline |
setAbortLevel(int abortLevel) | Module | |
setDebugLevel(int debugLevel) | Module | |
setDescription(const std::string &description) | Module | protected |
setLogConfig(const LogConfig &logConfig) | Module | inline |
setLogInfo(int logLevel, unsigned int logInfo) | Module | |
setLogLevel(int logLevel) | Module | |
setName(const std::string &name) | Module | inline |
setParamList(const ModuleParamList ¶ms) | Module | inlineprotected |
setParamPython(const std::string &name, const boost::python::object &pyObj) | Module | private |
setParamPythonDict(const boost::python::dict &dictionary) | Module | private |
setPropertyFlags(unsigned int propertyFlags) | Module | |
setReturnValue(int value) | Module | protected |
setReturnValue(bool value) | Module | protected |
setType(const std::string &type) | Module | protected |
terminate() override | KLMDQM2Module | virtual |
triggerFlag() | KLMDQM2Module | private |
~HistoModule() | HistoModule | inlinevirtual |
~KLMDQM2Module() | KLMDQM2Module | |
~PathElement() | PathElement | inlinevirtual |