Main Page
Namespaces
Classes
Package Documentation
CVS Directory
WorkBook
Offline Guide
Release schedule
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
L1Trigger
DTTriggerPhase2
src
MuonPathAnalyzer.cc
Go to the documentation of this file.
1
#include "
L1Trigger/DTTriggerPhase2/interface/MuonPathAnalyzer.h
"
2
3
using namespace
edm;
4
using namespace
std;
5
6
// ============================================================================
7
// Constructors and destructor
8
// ============================================================================
9
MuonPathAnalyzer::MuonPathAnalyzer
(
const
ParameterSet
&
pset
,
edm::ConsumesCollector
& iC) {
10
// Obtention of parameters
11
debug_
= pset.
getUntrackedParameter
<
bool
>(
"debug"
);
12
}
13
14
MuonPathAnalyzer::~MuonPathAnalyzer
() {}
15
16
// ============================================================================
17
// Main methods (initialise, run, finish)
18
// ============================================================================
19
void
MuonPathAnalyzer::initialise
(
const
edm::EventSetup
& iEventSetup) {}
20
21
void
MuonPathAnalyzer::finish
(){};
edm::ParameterSet::getUntrackedParameter
T getUntrackedParameter(std::string const &, T const &) const
MuonPathAnalyzer::initialise
virtual void initialise(const edm::EventSetup &iEventSetup)
Definition:
MuonPathAnalyzer.cc:19
TrackValidation_cff.pset
tuple pset
Definition:
TrackValidation_cff.py:591
MuonPathAnalyzer::~MuonPathAnalyzer
virtual ~MuonPathAnalyzer()
Definition:
MuonPathAnalyzer.cc:14
MuonPathAnalyzer.h
edm::EventSetup
Definition:
EventSetup.h:59
edm::ParameterSet
Definition:
ParameterSet.h:47
MuonPathAnalyzer::MuonPathAnalyzer
MuonPathAnalyzer(const edm::ParameterSet &pset, edm::ConsumesCollector &iC)
Definition:
MuonPathAnalyzer.cc:9
MuonPathAnalyzer::finish
virtual void finish()
Definition:
MuonPathAnalyzer.cc:21
edm::ConsumesCollector
Definition:
ConsumesCollector.h:45
debug_
debug_
Definition:
DTTrigPhase2Prod.cc:175
Generated for CMSSW Reference Manual by
1.8.5