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 116 of file hltDiff.cc.
|
strong |
|
inline |
Definition at line 138 of file hltDiff.cc.
References f, dqmdumpme::first, alignCSCRings::s, edm::second(), and triggerIndices_.
Definition at line 148 of file hltDiff.cc.
References First, firstView_, and secondView_.
|
inline |
Definition at line 185 of file hltDiff.cc.
References First, first_, HLTConfigDataEx::moduleLabel(), second_, and triggerIndices_.
|
inline |
Definition at line 192 of file hltDiff.cc.
References First, first_, HLTConfigDataEx::moduleType(), second_, and triggerIndices_.
|
inline |
Definition at line 199 of file hltDiff.cc.
References First, first_, HLTConfigDataEx::prescaler(), second_, and triggerIndices_.
|
inline |
Definition at line 155 of file hltDiff.cc.
References First, first_, HLTConfigDataEx::processName(), and second_.
Referenced by HLTCommonConfig::View::processName().
|
inline |
Definition at line 162 of file hltDiff.cc.
References triggerIndices_.
Referenced by ntupleDataFormat._Collection::__iter__(), and ntupleDataFormat._Collection::__len__().
|
inline |
Definition at line 164 of file hltDiff.cc.
References First, first_, second_, and HLTConfigDataEx::size().
Referenced by ntupleDataFormat._Collection::__iter__(), and ntupleDataFormat._Collection::__len__().
|
inline |
|
inline |
Definition at line 171 of file hltDiff.cc.
References First, first_, second_, triggerIndices_, and HLTConfigDataEx::triggerName().
|
private |
Definition at line 207 of file hltDiff.cc.
Referenced by moduleLabel(), moduleType(), prescaler(), processName(), size(), and triggerName().
|
private |
Definition at line 210 of file hltDiff.cc.
Referenced by getView().
|
private |
Definition at line 208 of file hltDiff.cc.
Referenced by moduleLabel(), moduleType(), prescaler(), processName(), size(), and triggerName().
|
private |
Definition at line 211 of file hltDiff.cc.
Referenced by getView().
|
private |
Definition at line 213 of file hltDiff.cc.
Referenced by HLTCommonConfig(), moduleLabel(), moduleType(), prescaler(), size(), triggerIndex(), and triggerName().