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 115 of file hltDiff.cc.
|
strong |
|
inline |
Definition at line 137 of file hltDiff.cc.
References f, first, alignCSCRings::s, edm::second(), and triggerIndices_.
|
inline |
Definition at line 184 of file hltDiff.cc.
References First, first_, callgraph::module, HLTConfigDataEx::moduleLabel(), second_, and triggerIndices_.
|
inline |
Definition at line 191 of file hltDiff.cc.
References First, first_, callgraph::module, HLTConfigDataEx::moduleType(), second_, and triggerIndices_.
|
inline |
Definition at line 198 of file hltDiff.cc.
References First, first_, callgraph::module, HLTConfigDataEx::prescaler(), second_, and triggerIndices_.
|
inline |
Definition at line 154 of file hltDiff.cc.
References First, first_, HLTConfigDataEx::processName(), and second_.
Referenced by HLTCommonConfig::View::processName().
|
inline |
Definition at line 161 of file hltDiff.cc.
References triggerIndices_.
Referenced by ntupleDataFormat._Collection::__iter__(), and ntupleDataFormat._Collection::__len__().
|
inline |
Definition at line 163 of file hltDiff.cc.
References First, first_, second_, and HLTConfigDataEx::size().
Referenced by ntupleDataFormat._Collection::__iter__(), and ntupleDataFormat._Collection::__len__().
|
inline |
Definition at line 177 of file hltDiff.cc.
References First, and triggerIndices_.
|
inline |
Definition at line 170 of file hltDiff.cc.
References First, first_, second_, triggerIndices_, and HLTConfigDataEx::triggerName().
|
private |
Definition at line 206 of file hltDiff.cc.
Referenced by moduleLabel(), moduleType(), prescaler(), processName(), size(), and triggerName().
|
private |
Definition at line 209 of file hltDiff.cc.
Referenced by getView().
|
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 212 of file hltDiff.cc.
Referenced by HLTCommonConfig(), moduleLabel(), moduleType(), prescaler(), size(), triggerIndex(), and triggerName().