Classes | |
class | View |
Public Types | |
enum | Index { Index::First = 0, Index::Second = 1 } |
Public Member Functions | |
View const & | getView (Index index) const |
HLTCommonConfig (HLTConfigDataEx const &first, HLTConfigDataEx const &second) | |
std::string const & | moduleLabel (Index index, unsigned int trigger, unsigned int module) const |
std::string const & | moduleType (Index index, unsigned int trigger, unsigned int module) const |
bool | prescaler (Index index, unsigned int trigger, unsigned int module) const |
std::string const & | processName (Index index) const |
unsigned int | size (Index index) const |
unsigned int | size (Index index, unsigned int trigger) const |
unsigned int | triggerIndex (Index index, unsigned int trigger) const |
std::string const & | triggerName (Index index, unsigned int trigger) const |
Private Attributes | |
HLTConfigDataEx const & | first_ |
View | firstView_ |
HLTConfigDataEx const & | second_ |
View | secondView_ |
std::vector< std::pair < unsigned int, unsigned int > > | triggerIndices_ |
Definition at line 139 of file hltDiff.cc.
|
strong |
Enumerator | |
---|---|
First | |
Second |
Definition at line 141 of file hltDiff.cc.
|
inline |
Definition at line 168 of file hltDiff.cc.
References f, alignCSCRings::s, HLTConfigDataEx::size(), triggerIndices_, and HLTConfigDataEx::triggerName().
Referenced by HltDiff::compare().
|
inline |
Definition at line 221 of file hltDiff.cc.
References First, first_, python.rootplot.argparse::module, HLTConfigDataEx::moduleLabel(), second_, and triggerIndices_.
|
inline |
Definition at line 228 of file hltDiff.cc.
References First, first_, python.rootplot.argparse::module, HLTConfigDataEx::moduleType(), second_, and triggerIndices_.
|
inline |
Definition at line 235 of file hltDiff.cc.
References First, first_, python.rootplot.argparse::module, HLTConfigDataEx::prescaler(), second_, and triggerIndices_.
|
inline |
Definition at line 189 of file hltDiff.cc.
References First, first_, HLTConfigDataEx::processName(), and second_.
Referenced by HLTCommonConfig::View::processName().
|
inline |
Definition at line 196 of file hltDiff.cc.
References triggerIndices_.
|
inline |
Definition at line 200 of file hltDiff.cc.
References First, first_, second_, and HLTConfigDataEx::size().
|
inline |
Definition at line 214 of file hltDiff.cc.
References First, and triggerIndices_.
|
inline |
Definition at line 207 of file hltDiff.cc.
References First, first_, second_, triggerIndices_, and HLTConfigDataEx::triggerName().
|
private |
Definition at line 243 of file hltDiff.cc.
Referenced by moduleLabel(), moduleType(), prescaler(), processName(), size(), and triggerName().
|
private |
Definition at line 246 of file hltDiff.cc.
Referenced by getView().
|
private |
Definition at line 244 of file hltDiff.cc.
Referenced by moduleLabel(), moduleType(), prescaler(), processName(), size(), and triggerName().
|
private |
Definition at line 247 of file hltDiff.cc.
Referenced by getView().
|
private |
Definition at line 249 of file hltDiff.cc.
Referenced by HLTCommonConfig(), moduleLabel(), moduleType(), prescaler(), size(), triggerIndex(), and triggerName().