Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
FWCore
Framework
interface
ProcessMatch.h
Go to the documentation of this file.
1
#ifndef FWCore_Framework_ProcessMatch_h
2
#define FWCore_Framework_ProcessMatch_h
3
13
#include "
DataFormats/Provenance/interface/BranchDescription.h
"
14
15
#include <string>
16
17
namespace
edm {
18
19
class
ProcessMatch
{
20
public
:
21
22
ProcessMatch
(
std::string
const
& processName) :
processName_
(processName) { }
23
24
bool
operator()
(
edm::BranchDescription
const
& branchDescription) {
25
return
branchDescription.
processName
() ==
processName_
||
processName_
==
"*"
;
26
}
27
28
private
:
29
std::string
processName_
;
30
};
31
}
32
#endif
edm::BranchDescription::processName
std::string const & processName() const
Definition:
BranchDescription.h:75
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:255
edm::ProcessMatch::operator()
bool operator()(edm::BranchDescription const &branchDescription)
Definition:
ProcessMatch.h:24
edm::ProcessMatch
Definition:
ProcessMatch.h:19
BranchDescription.h
edm::ProcessMatch::processName_
std::string processName_
Definition:
ProcessMatch.h:29
edm::ProcessMatch::ProcessMatch
ProcessMatch(std::string const &processName)
Definition:
ProcessMatch.h:22
edm::BranchDescription
Definition:
BranchDescription.h:34
Generated for CMSSW Reference Manual by
1.8.5