Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
CommonTools
Utils
src
LogicalBinaryOperator.cc
Go to the documentation of this file.
1
#include "
CommonTools/Utils/src/LogicalBinaryOperator.h
"
2
3
using namespace
reco::parser
;
4
template
<>
5
bool
LogicalBinaryOperator<std::logical_and<bool>
>
::operator
()(
const
edm::ObjectWithDict
&
o
)
const
{
6
return
(*lhs_)(
o
) && (*rhs_)(
o
);
7
}
8
template
<>
9
bool
LogicalBinaryOperator<std::logical_or<bool>
>
::operator
()(
const
edm::ObjectWithDict
&
o
)
const
{
10
return
(*lhs_)(
o
) || (*rhs_)(
o
);
11
}
12
edm::ObjectWithDict
Definition:
ObjectWithDict.h:17
geometryXMLtoCSV.parser
tuple parser
Definition:
geometryXMLtoCSV.py:78
LogicalBinaryOperator.h
cppFunctionSkipper.operator
string operator
Definition:
cppFunctionSkipper.py:10
reco::parser::LogicalBinaryOperator
Definition:
LogicalBinaryOperator.h:19
python.connectstrParser.o
string o
Definition:
connectstrParser.py:70
Generated for CMSSW Reference Manual by
1.8.5