Main Page
Namespaces
Classes
Package Documentation
CommonTools
Utils
interface
cutParser.h
Go to the documentation of this file.
1
#ifndef CommonTools_Utils_cutParset_h
2
#define CommonTools_Utils_cutParset_h
3
#include "
CommonTools/Utils/src/SelectorPtr.h
"
4
#include "
CommonTools/Utils/interface/Exception.h
"
5
#include "
FWCore/Utilities/interface/TypeWithDict.h
"
6
#include <string>
7
8
namespace
reco
{
9
namespace
parser
{
10
bool
cutParser
(
const
edm::TypeWithDict
&
t
,
const
std::string
&
cut
,
SelectorPtr
&
sel
,
bool
lazy) ;
11
12
template
<
typename
T>
13
inline
bool
cutParser
(
const
std::string
& cut,
SelectorPtr
& sel,
bool
lazy=
false
) {
14
return
reco::parser::cutParser
(
edm::TypeWithDict
(
typeid
(
T
)), cut, sel, lazy);
15
}
16
}
17
}
18
19
#endif
reco::parser::cutParser
bool cutParser(const edm::TypeWithDict &t, const std::string &cut, SelectorPtr &sel, bool lazy)
Definition:
cutParser.cc:7
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
TypeWithDict.h
SelectorPtr.h
protons_cff.t
t
Definition:
protons_cff.py:34
reco::parser::SelectorPtr
boost::shared_ptr< SelectorBase > SelectorPtr
Definition:
SelectorPtr.h:17
writedatasetfile.parser
parser
Definition:
writedatasetfile.py:7
reco
fixed size matrix
Definition:
AlignmentAlgorithmBase.h:44
TkAlMuonSelectors_cfi.cut
cut
Definition:
TkAlMuonSelectors_cfi.py:5
Exception.h
edm::TypeWithDict
Definition:
TypeWithDict.h:38
T
long double T
Definition:
Basic3DVectorLD.h:66
triggerObjects_cff.sel
sel
Definition:
triggerObjects_cff.py:30
Generated for CMSSW Reference Manual by
1.8.11