CMS 3D CMS Logo

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"
14 
15 namespace L1TMuon {
16 
18  public:
20  ~RPCCollector() override {}
21 
22  void extractPrimitives(const edm::Event&, const edm::EventSetup&,
23  std::vector<TriggerPrimitive>&) const override;
24  private:
25  };
26 }
27 
28 #endif
~RPCCollector() override
Definition: RPCCollector.h:20
void extractPrimitives(const edm::Event &, const edm::EventSetup &, std::vector< TriggerPrimitive > &) const override
Definition: RPCCollector.cc:17
RPCCollector(const edm::ParameterSet &)
Definition: RPCCollector.cc:12