#include <Conversion.h>
Public Member Functions | |
Conversion () | |
Conversion (int index) | |
const int | index () const |
const double | lxy () const |
const int | nHitsMax () const |
void | setLxy (double lxy) |
void | setNHitsMax (int nHitsMax) |
void | setVtxProb (double vtxProb) |
const double | vtxProb () const |
virtual | ~Conversion () |
Private Attributes | |
int | index_ |
double | lxy_ |
int | nHitsMax_ |
double | vtxProb_ |
Definition at line 22 of file Conversion.h.
|
inline |
Definition at line 24 of file Conversion.h.
Conversion::Conversion | ( | int | index | ) |
|
inlinevirtual |
Definition at line 26 of file Conversion.h.
|
inline |
Definition at line 34 of file Conversion.h.
References index_.
Referenced by BeautifulSoup.PageElement::_invert(), and Conversion().
|
inline |
|
inline |
void Conversion::setLxy | ( | double | lxy | ) |
void Conversion::setNHitsMax | ( | int | nHitsMax | ) |
Definition at line 22 of file Conversion.cc.
References nHitsMax(), and nHitsMax_.
Referenced by pat::PATConversionProducer::produce().
void Conversion::setVtxProb | ( | double | vtxProb | ) |
Definition at line 14 of file Conversion.cc.
References vtxProb(), and vtxProb_.
Referenced by pat::PATConversionProducer::produce().
|
inline |
|
private |
Definition at line 42 of file Conversion.h.
Referenced by Conversion(), and index().
|
private |
Definition at line 38 of file Conversion.h.
|
private |
Definition at line 39 of file Conversion.h.
Referenced by nHitsMax(), and setNHitsMax().
|
private |
Definition at line 37 of file Conversion.h.
Referenced by setVtxProb(), and vtxProb().