Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
L1Trigger
L1TMuon
interface
deprecate
RPCCollector.h
Go to the documentation of this file.
1
#ifndef __L1TMUON_RPCCOLLECTOR_H__
2
#define __L1TMUON_RPCCOLLECTOR_H__
3
//
4
// Class: L1TMuon::RPCCollector
5
//
6
// Info: Processes RPC digis into L1TMuon trigger primitives.
7
// Positional information is not assigned here.
8
//
9
// Author: L. Gray (FNAL)
10
//
11
#include <vector>
12
#include "
SubsystemCollector.h
"
13
#include "
FWCore/Utilities/interface/InputTag.h
"
14
15
namespace
L1TMuon {
16
17
class
RPCCollector
:
public
SubsystemCollector
{
18
public
:
19
RPCCollector
(
const
edm::ParameterSet
&);
20
~RPCCollector
()
override
{}
21
22
void
extractPrimitives
(
const
edm::Event
&,
const
edm::EventSetup
&, std::vector<TriggerPrimitive>&)
const override
;
23
24
private
:
25
};
26
}
// namespace L1TMuon
27
28
#endif
L1TMuon::RPCCollector::~RPCCollector
~RPCCollector() override
Definition:
RPCCollector.h:20
SubsystemCollector.h
edm::EventSetup
Definition:
EventSetup.h:59
L1TMuon::RPCCollector::RPCCollector
RPCCollector(const edm::ParameterSet &)
Definition:
RPCCollector.cc:12
L1TMuon::RPCCollector
Definition:
RPCCollector.h:17
L1TMuon::SubsystemCollector
Definition:
SubsystemCollector.h:23
L1TMuon::RPCCollector::extractPrimitives
void extractPrimitives(const edm::Event &, const edm::EventSetup &, std::vector< TriggerPrimitive > &) const override
Definition:
RPCCollector.cc:14
InputTag.h
edm::ParameterSet
Definition:
ParameterSet.h:47
edm::Event
Definition:
Event.h:73
Generated for CMSSW Reference Manual by
1.8.5