Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
DPGAnalysis
Skims
interface
PhysDecl.h
Go to the documentation of this file.
1
// -*- C++ -*-
2
//
3
// Package: PhysDecl
4
// Class: PhysDecl
5
//
6
// Original Author: Luca Malgeri
7
8
#ifndef PhysDecl_H
9
#define PhysDecl_H
10
11
// system include files
12
#include <memory>
13
#include <vector>
14
#include <map>
15
#include <set>
16
17
// user include files
18
#include "
FWCore/Utilities/interface/InputTag.h
"
19
#include "
FWCore/Framework/interface/Frameworkfwd.h
"
20
#include "
FWCore/Framework/interface/EDFilter.h
"
21
#include "
FWCore/Framework/interface/Event.h
"
22
#include "
FWCore/Framework/interface/MakerMacros.h
"
23
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
24
#include "
FWCore/Framework/interface/ESHandle.h
"
25
#include "
FWCore/MessageLogger/interface/MessageLogger.h
"
26
27
#include "
DataFormats/Common/interface/TriggerResults.h
"
28
#include "
DataFormats/L1GlobalTrigger/interface/L1GlobalTriggerReadoutRecord.h
"
29
30
//
31
// class declaration
32
//
33
34
35
class
PhysDecl
:
public
edm::EDFilter
{
36
public
:
37
explicit
PhysDecl
(
const
edm::ParameterSet
& );
38
~PhysDecl
();
39
40
private
:
41
virtual
bool
filter
(
edm::Event
&,
const
edm::EventSetup
&)
override
;
42
43
bool
applyfilter
;
44
bool
debugOn
;
45
bool
init_
;
46
std::vector<std::string>
hlNames_
;
// name of each HLT algorithm
47
edm::EDGetTokenT<edm::TriggerResults>
hlTriggerResults_
;
48
edm::EDGetTokenT<L1GlobalTriggerReadoutRecord>
gtDigis_
;
49
};
50
51
#endif
MessageLogger.h
PhysDecl::gtDigis_
edm::EDGetTokenT< L1GlobalTriggerReadoutRecord > gtDigis_
Definition:
PhysDecl.h:48
PhysDecl::hlNames_
std::vector< std::string > hlNames_
Definition:
PhysDecl.h:46
Event.h
TriggerResults.h
PhysDecl::applyfilter
bool applyfilter
Definition:
PhysDecl.h:43
MakerMacros.h
PhysDecl::PhysDecl
PhysDecl(const edm::ParameterSet &)
Definition:
PhysDecl.cc:33
PhysDecl::filter
virtual bool filter(edm::Event &, const edm::EventSetup &) override
Definition:
PhysDecl.cc:46
edm::EDGetTokenT< edm::TriggerResults >
Frameworkfwd.h
PhysDecl::init_
bool init_
Definition:
PhysDecl.h:45
ParameterSet.h
EDFilter.h
L1GlobalTriggerReadoutRecord.h
PhysDecl::debugOn
bool debugOn
Definition:
PhysDecl.h:44
ESHandle.h
edm::EventSetup
Definition:
EventSetup.h:45
edm::EDFilter
Definition:
EDFilter.h:37
PhysDecl::~PhysDecl
~PhysDecl()
Definition:
PhysDecl.cc:42
InputTag.h
edm::ParameterSet
Definition:
ParameterSet.h:36
PhysDecl
Definition:
PhysDecl.h:35
edm::Event
Definition:
Event.h:65
PhysDecl::hlTriggerResults_
edm::EDGetTokenT< edm::TriggerResults > hlTriggerResults_
Definition:
PhysDecl.h:47
Generated for CMSSW Reference Manual by
1.8.5