Main Page
Namespaces
Classes
Package Documentation
CVS Directory
WorkBook
Offline Guide
Release schedule
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
FWCore
Framework
src
SelectorBase.cc
Go to the documentation of this file.
1
2
#include "
FWCore/Framework/interface/SelectorBase.h
"
3
4
namespace
edm {
5
6
//------------------------------------------------------------------
7
//
8
// SelectorBase
9
//
10
//------------------------------------------------------------------
11
SelectorBase::~SelectorBase
()
12
{ }
13
14
bool
15
SelectorBase::match
(
ConstBranchDescription
const
&
p
)
const
{
16
return
doMatch
(p);
17
}
18
}
SelectorBase.h
edm::SelectorBase::match
bool match(ConstBranchDescription const &p) const
Definition:
SelectorBase.cc:15
edm::SelectorBase::~SelectorBase
virtual ~SelectorBase()
Definition:
SelectorBase.cc:11
L1TEmulatorMonitor_cff.p
tuple p
Definition:
L1TEmulatorMonitor_cff.py:48
edm::ConstBranchDescription
Definition:
ConstBranchDescription.h:25
edm::SelectorBase::doMatch
virtual bool doMatch(ConstBranchDescription const &p) const =0
Generated for CMSSW Reference Manual by
1.8.5