19 |
|
void push_back(const L1Obj & obj, bool match, double deltaR); |
20 |
|
|
21 |
|
const std::vector<L1Obj> & getL1Objs() const { return theL1Obj; } |
22 |
+ |
operator const std::vector<L1Obj> & () const { return theL1Obj; } |
23 |
+ |
|
24 |
|
const std::vector<bool> & getL1ObjsMatching() const { return theL1Matching; } |
25 |
|
const std::vector<double> & getL1ObjDeltaR() const { return theDeltaR; } |
26 |
|
|
87 |
|
int bxMin = 0, int bxMax = 0, |
88 |
|
double etaMin = -2.5, double etaMax = 2.5, |
89 |
|
double phiMin = 0., double phiMax = 7., |
90 |
< |
int qMin = 0, int qMax = 7) const; |
90 |
> |
int qMin = 0, int qMax = 99) const; |
91 |
|
static std::vector<L1Obj> typeSelector(const std::vector<L1Obj> & col, TYPE t1=L1Obj::NONE, TYPE t2=L1Obj::NONE, TYPE t3=L1Obj::NONE, TYPE t4=L1Obj::NONE); |
92 |
|
|
93 |
|
private: |