16 |
|
const std::vector<bool> & getL1ObjsMatching() const { return theL1Matching; } |
17 |
|
|
18 |
|
std::vector<L1Obj> getL1ObjsMatched(double ptMin = 0) const; |
19 |
+ |
std::vector<L1Obj> getL1ObjsSelected( |
20 |
+ |
bool requireMatched = true, bool requireNonMatched = false, |
21 |
+ |
double ptMin = 0., double ptMax = 161., |
22 |
+ |
int bxMin = 0, int bxMax = 0, |
23 |
+ |
double etaMin = -2.5, double etaMax = 2.5, |
24 |
+ |
double phiMin = 0., double phiMax = 7., |
25 |
+ |
int qMin = 0, int qMax = 7) const; |
26 |
+ |
void print() const; |
27 |
|
|
28 |
|
private: |
29 |
|
std::vector<L1Obj> theL1Obj; |