test
CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
CaloTowerCreatorForTauHLT.h
Go to the documentation of this file.
1 #ifndef CaloTowerCreator_CaloTowerCreatorForTauHLT_h
2 #define CaloTowerCreator_CaloTowerCreatorForTauHLT_h
3 
25 #include <string>
26 
27 namespace edm {
28  class ParameterSet;
29 }
30 
32  public:
39 
40  private:
42  void produce( edm::StreamID sid, edm::Event& evt, const edm::EventSetup& stp ) const override;
43 
45  const int mVerbose;
49  const double mCone;
53  //edm::InputTag ml1seeds;
55  const double mEtThreshold;
57  const double mEThreshold;
58  //
59  const int mTauId;
60 
61 };
62 
63 #endif
const double mCone
use only towers in cone mCone around L1 candidate for regional jet reco
void produce(edm::StreamID sid, edm::Event &evt, const edm::EventSetup &stp) const override
process one event
const edm::EDGetTokenT< l1extra::L1JetParticleCollection > mTauTrigger_token
label of tau trigger type analysis
const edm::EDGetTokenT< CaloTowerCollection > mtowers_token
label of source collection
CaloTowerCreatorForTauHLT(const edm::ParameterSet &)
constructor from parameter set
const double mEThreshold
E threshold.
const double mEtThreshold
imitator of L1 seeds
static void fillDescriptions(edm::ConfigurationDescriptions &desc)