CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HLTJetTag.h
Go to the documentation of this file.
1 #ifndef HLTrigger_btau_HLTJetTag_h
2 #define HLTrigger_btau_HLTJetTag_h
3 
18 #include <string>
19 
23 
24 namespace edm {
26 }
27 
28 //
29 // class declaration
30 //
31 
32 template<typename T>
33 class HLTJetTag : public HLTFilter {
34 
35  public:
36  explicit HLTJetTag(const edm::ParameterSet & config);
37  ~HLTJetTag();
38  static void fillDescriptions(edm::ConfigurationDescriptions & descriptions);
39  virtual bool hltFilter(edm::Event & event, const edm::EventSetup & setup, trigger::TriggerFilterObjectWithRefs & filterproduct);
40 
41 private:
42  edm::InputTag m_Jets; // module label of input JetCollection
43  edm::InputTag m_JetTags; // module label of input JetTagCollection
44  double m_MinTag, m_MaxTag; // tag descriminator cuts applied to each jet
45  int m_MinJets; // min. number of jets required to be tagged
47 
48 };
49 
50 #endif // HLTrigger_btau_HLTJetTag_h
edm::InputTag m_Jets
Definition: HLTJetTag.h:42
virtual bool hltFilter(edm::Event &event, const edm::EventSetup &setup, trigger::TriggerFilterObjectWithRefs &filterproduct)
Definition: HLTJetTag.cc:80
HLTJetTag(const edm::ParameterSet &config)
Definition: HLTJetTag.cc:36
int m_TriggerType
Definition: HLTJetTag.h:46
How EventSelector::AcceptEvent() decides whether to accept an event for output otherwise it is excluding the probing of A single or multiple positive and the trigger will pass if any such matching triggers are PASS or EXCEPTION[A criterion thatmatches no triggers at all is detected and causes a throw.] A single negative with an expectation of appropriate bit checking in the decision and the trigger will pass if any such matching triggers are FAIL or EXCEPTION A wildcarded negative criterion that matches more than one trigger in the trigger but the state exists so we define the behavior If all triggers are the negative crieriion will lead to accepting the event(this again matches the behavior of"!*"before the partial wildcard feature was incorporated).The per-event"cost"of each negative criterion with multiple relevant triggers is about the same as!*was in the past
double m_MaxTag
Definition: HLTJetTag.h:44
edm::InputTag m_JetTags
Definition: HLTJetTag.h:43
int m_MinJets
Definition: HLTJetTag.h:45
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
Definition: HLTJetTag.cc:60
double m_MinTag
Definition: HLTJetTag.h:44
~HLTJetTag()
Definition: HLTJetTag.cc:54
void setup(std::vector< TH2F > &depth, std::string name, std::string units="")