Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
EventFilter
FEDInterface
plugins
EvFFEDSelector.h
Go to the documentation of this file.
1
#ifndef EVENTFILTER_FEDINTERFACE_PLUGINS_EVFFEDSELECTOR
2
#define EVENTFILTER_FEDINTERFACE_PLUGINS_EVFFEDSELECTOR
3
4
#include <
FWCore/Framework/interface/MakerMacros.h
>
5
#include <
FWCore/Framework/interface/EDProducer.h
>
6
#include <
FWCore/Framework/interface/Event.h
>
7
8
#include "
FWCore/Utilities/interface/InputTag.h
"
9
10
#include <vector>
11
12
namespace
evf{
13
class
EvFFEDSelector
:
public
edm::EDProducer
14
{
15
public
:
16
17
explicit
EvFFEDSelector
(
const
edm::ParameterSet
& );
18
~EvFFEDSelector
(){};
19
20
void
produce
(
edm::Event
&
e
,
const
edm::EventSetup
&
c
);
21
22
private
:
23
edm::InputTag
label_
;
24
std::vector<unsigned int>
fedlist_
;
25
26
};
27
}
28
29
#endif
evf::EvFFEDSelector::fedlist_
std::vector< unsigned int > fedlist_
Definition:
EvFFEDSelector.h:24
evf::EvFFEDSelector::produce
void produce(edm::Event &e, const edm::EventSetup &c)
Definition:
EvFFEDSelector.cc:14
Event.h
MakerMacros.h
evf::EvFFEDSelector
Definition:
EvFFEDSelector.h:13
edm::EDProducer
Definition:
EDProducer.h:21
evf::EvFFEDSelector::label_
edm::InputTag label_
Definition:
EvFFEDSelector.h:23
edm::EventSetup
Definition:
EventSetup.h:44
evf::EvFFEDSelector::EvFFEDSelector
EvFFEDSelector(const edm::ParameterSet &)
Definition:
EvFFEDSelector.cc:7
EDProducer.h
evf::EvFFEDSelector::~EvFFEDSelector
~EvFFEDSelector()
Definition:
EvFFEDSelector.h:18
trackerHits.c
tuple c
Definition:
trackerHits.py:26
alignCSCRings.e
list e
Definition:
alignCSCRings.py:90
edm::InputTag
Definition:
InputTag.h:12
InputTag.h
edm::ParameterSet
Definition:
ParameterSet.h:35
edm::Event
Definition:
Event.h:50
Generated for CMSSW Reference Manual by
1.8.5