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 
26 
36 
37 //
38 // class declaration
39 //
40 
42 public:
43  explicit L1TPhysicalEtAdder(const edm::ParameterSet& ps);
44  ~L1TPhysicalEtAdder() override;
45 
46  static void fillDescriptions(edm::ConfigurationDescriptions& descriptions);
47 
48 private:
49  void produce(edm::StreamID, edm::Event&, const edm::EventSetup&) const override;
50 
51  // ----------member data ---------------------------
52 
64 };
65 
66 #endif
edm::EDGetToken JetToken_
edm::EDGetToken HfSumsToken_
edm::ESGetToken< L1CaloEtScale, L1HtMissScaleRcd > htMissScaleToken_
edm::EDGetToken HfCountsToken_
edm::EDGetToken EtSumToken_
L1TPhysicalEtAdder(const edm::ParameterSet &ps)
edm::EDGetToken EGammaToken_
edm::EDGetToken RlxTauToken_
void produce(edm::StreamID, edm::Event &, const edm::EventSetup &) const override
edm::EDGetToken preGtJetToken_
edm::EDGetToken IsoTauToken_
edm::ESGetToken< L1CaloEtScale, L1EmEtScaleRcd > emScaleToken_
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
edm::ESGetToken< L1CaloEtScale, L1JetEtScaleRcd > jetScaleToken_