CMS 3D CMS Logo

CSCCollector.h
Go to the documentation of this file.
1 #ifndef __L1TMUON_CSCCOLLECTOR_H__
2 #define __L1TMUON_CSCCOLLECTOR_H__
3 //
4 // Class: L1TMuon::CSCCollector
5 //
6 // Info: Processes CSC digis into ITMu 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  ~CSCCollector() override {}
21 
22  void extractPrimitives(const edm::Event&, const edm::EventSetup&,
23  std::vector<TriggerPrimitive>&) const override;
24  private:
25  };
26 }
27 
28 #endif
CSCCollector(const edm::ParameterSet &)
Definition: CSCCollector.cc:11
~CSCCollector() override
Definition: CSCCollector.h:20
void extractPrimitives(const edm::Event &, const edm::EventSetup &, std::vector< TriggerPrimitive > &) const override
Definition: CSCCollector.cc:16