CMS 3D CMS Logo

L1TPhysicalEtAdder.h
Go to the documentation of this file.
1 #ifndef L1TPhysicalEtAdder_h
2 #define L1TPhysicalEtAdder_h
3 
4 // Original Author: Alex Barbieri
5 //
6 // This class adds physical values of eta, phi, and pt to the L1 Dataformats
7 
8 // system include files
9 #include <memory>
10 
11 // system include files
12 
13 // user include files
14 
25 
31 
32 //
33 // class declaration
34 //
35 
37 public:
38  explicit L1TPhysicalEtAdder(const edm::ParameterSet& ps);
39  ~L1TPhysicalEtAdder() override;
40 
41  static void fillDescriptions(edm::ConfigurationDescriptions& descriptions);
42 
43 private:
44  void produce(edm::StreamID, edm::Event&, const edm::EventSetup&) const override;
45 
46  // ----------member data ---------------------------
47 
56 };
57 
58 #endif
edm::EDGetToken JetToken_
edm::EDGetToken HfSumsToken_
edm::EDGetToken HfCountsToken_
edm::EDGetToken EtSumToken_
void produce(edm::StreamID, edm::Event &, const edm::EventSetup &) const override
L1TPhysicalEtAdder(const edm::ParameterSet &ps)
edm::EDGetToken EGammaToken_
edm::EDGetToken RlxTauToken_
edm::EDGetToken preGtJetToken_
edm::EDGetToken IsoTauToken_
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)