Main Page
Namespaces
Classes
Package Documentation
L1Trigger
L1TMuonOverlap
interface
GhostBuster.h
Go to the documentation of this file.
1
#ifndef OMTF_GhostBuster_H
2
#define OMTF_GhostBuster_H
3
4
#include <vector>
5
#include <ostream>
6
7
#include <map>
8
#include <set>
9
10
#include <memory>
11
12
#include "
L1Trigger/L1TMuonOverlap/interface/AlgoMuon.h
"
13
14
class
OMTFGhostBuster
{
15
16
public
:
17
18
void
select
(std::vector<AlgoMuon> & refHitCands,
int
charge
=0);
19
20
void
setNphiBins
(
unsigned
int
phiBins) {
nPhiBins
= phiBins;};
21
22
private
:
23
24
unsigned
int
nPhiBins
;
25
26
};
27
#endif
OMTFGhostBuster::nPhiBins
unsigned int nPhiBins
Definition:
GhostBuster.h:20
OMTFGhostBuster::setNphiBins
void setNphiBins(unsigned int phiBins)
Definition:
GhostBuster.h:20
ALCARECOTkAlJpsiMuMu_cff.charge
charge
Definition:
ALCARECOTkAlJpsiMuMu_cff.py:47
OMTFGhostBuster
Definition:
GhostBuster.h:14
AlgoMuon.h
OMTFGhostBuster::select
void select(std::vector< AlgoMuon > &refHitCands, int charge=0)
Definition:
GhostBuster.cc:12
Generated for CMSSW Reference Manual by
1.8.11