CMS 3D CMS Logo

L1GtPsbSetupTrivialProducer.h
Go to the documentation of this file.
1 #ifndef L1GtConfigProducers_L1GtPsbSetupTrivialProducer_h
2 #define L1GtConfigProducers_L1GtPsbSetupTrivialProducer_h
3 
18 // system include files
19 #include <memory>
20 
21 #include <vector>
22 
23 // user include files
24 // base class
26 
29 
30 // forward declarations
31 class L1GtPsbSetupRcd;
32 
33 // class declaration
35 public:
38 
41 
43 
45  std::unique_ptr<L1GtPsbSetup> producePsbSetup(const L1GtPsbSetupRcd&);
46 
47 private:
49  std::vector<L1GtPsbConfig> m_gtPsbSetup;
50 };
51 
52 #endif
~L1GtPsbSetupTrivialProducer() override
destructor
std::unique_ptr< L1GtPsbSetup > producePsbSetup(const L1GtPsbSetupRcd &)
public methods
L1GtPsbSetupTrivialProducer(const edm::ParameterSet &)
constructor
std::vector< L1GtPsbConfig > m_gtPsbSetup
L1 GT PSB boards and their setup.