Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
SimGeneral
MixingModule
plugins
InputAnalyzer.h
Go to the documentation of this file.
1
// -*- C++ -*-
2
//
3
// Package: InputAnalyzer
4
// Class: InputAnalyzer
5
//
9
//
10
// Original Author: Emilia Lubenova Becheva
11
// Created: Mon Apr 20 13:43:06 CEST 2009
12
// $Id: InputAnalyzer.h,v 1.1 2009/04/24 13:35:34 ebecheva Exp $
13
//
14
//
15
16
#ifndef InputAnalyzer_h
17
#define InputAnalyzer_h
18
19
20
#include "
FWCore/Framework/interface/Frameworkfwd.h
"
21
#include "
FWCore/Framework/interface/EDAnalyzer.h
"
22
23
#include "
FWCore/Framework/interface/Event.h
"
24
#include "
FWCore/Framework/interface/MakerMacros.h
"
25
26
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
27
28
//
29
// class decleration
30
//
31
namespace
edm
32
{
33
class
InputAnalyzer
:
public
edm::EDAnalyzer
{
34
public
:
35
explicit
InputAnalyzer
(
const
edm::ParameterSet
&);
36
~InputAnalyzer
();
37
38
39
private
:
40
virtual
void
beginJob
() ;
41
virtual
void
analyze
(
const
edm::Event
&,
const
edm::EventSetup
&);
42
virtual
void
endJob
() ;
43
44
// ----------member data ---------------------------
45
46
bool
dataStep2_
;
47
edm::InputTag
label_
;
48
49
50
};
51
}
//edm
52
#endif
Event.h
MakerMacros.h
edm::InputAnalyzer::analyze
virtual void analyze(const edm::Event &, const edm::EventSetup &)
Definition:
InputAnalyzer.cc:75
edm::InputAnalyzer::label_
edm::InputTag label_
Definition:
InputAnalyzer.h:47
Frameworkfwd.h
ParameterSet.h
edm::InputAnalyzer::dataStep2_
bool dataStep2_
Definition:
InputAnalyzer.h:46
edm::InputAnalyzer::~InputAnalyzer
~InputAnalyzer()
Definition:
InputAnalyzer.cc:64
edm::EventSetup
Definition:
EventSetup.h:44
edm::InputAnalyzer
Definition:
InputAnalyzer.h:33
edm::EDAnalyzer
Definition:
EDAnalyzer.h:14
EDAnalyzer.h
edm::InputAnalyzer::InputAnalyzer
InputAnalyzer(const edm::ParameterSet &)
Definition:
InputAnalyzer.cc:50
edm::InputAnalyzer::beginJob
virtual void beginJob()
Definition:
InputAnalyzer.cc:129
edm::InputAnalyzer::endJob
virtual void endJob()
Definition:
InputAnalyzer.cc:135
edm::InputTag
Definition:
InputTag.h:12
edm::ParameterSet
Definition:
ParameterSet.h:35
edm::Event
Definition:
Event.h:50
Generated for CMSSW Reference Manual by
1.8.5