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 172 of file hltDiff.cc.
|
strong |
Enumerator | |
---|---|
First | |
Second |
Definition at line 174 of file hltDiff.cc.
|
inline |
Definition at line 201 of file hltDiff.cc.
References f, alignCSCRings::s, HLTConfigDataEx::size(), triggerIndices_, and HLTConfigDataEx::triggerName().
Referenced by compare().
|
inline |
Definition at line 254 of file hltDiff.cc.
References First, first_, python.rootplot.argparse::module, HLTConfigDataEx::moduleLabel(), second_, and triggerIndices_.
|
inline |
Definition at line 261 of file hltDiff.cc.
References First, first_, python.rootplot.argparse::module, HLTConfigDataEx::moduleType(), second_, and triggerIndices_.
|
inline |
Definition at line 268 of file hltDiff.cc.
References First, first_, python.rootplot.argparse::module, HLTConfigDataEx::prescaler(), second_, and triggerIndices_.
|
inline |
Definition at line 222 of file hltDiff.cc.
References First, first_, HLTConfigDataEx::processName(), and second_.
Referenced by HLTCommonConfig::View::processName().
|
inline |
Definition at line 229 of file hltDiff.cc.
References triggerIndices_.
|
inline |
Definition at line 233 of file hltDiff.cc.
References First, first_, second_, and HLTConfigDataEx::size().
|
inline |
Definition at line 247 of file hltDiff.cc.
References First, and triggerIndices_.
|
inline |
Definition at line 240 of file hltDiff.cc.
References First, first_, second_, triggerIndices_, and HLTConfigDataEx::triggerName().
|
private |
Definition at line 276 of file hltDiff.cc.
Referenced by moduleLabel(), moduleType(), prescaler(), processName(), size(), and triggerName().
|
private |
Definition at line 279 of file hltDiff.cc.
Referenced by getView().
|
private |
Definition at line 277 of file hltDiff.cc.
Referenced by moduleLabel(), moduleType(), prescaler(), processName(), size(), and triggerName().
|
private |
Definition at line 280 of file hltDiff.cc.
Referenced by getView().
|
private |
Definition at line 282 of file hltDiff.cc.
Referenced by HLTCommonConfig(), moduleLabel(), moduleType(), prescaler(), size(), triggerIndex(), and triggerName().