ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/L1RpcTriggerAnalysis/interface/L1ObjColl.h
(Generate patch)

Comparing UserCode/L1RpcTriggerAnalysis/interface/L1ObjColl.h (file contents):
Revision 1.1 by konec, Sun Jun 13 17:27:01 2010 UTC vs.
Revision 1.2 by konec, Mon Nov 28 18:31:03 2011 UTC

# Line 16 | Line 16 | public:
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;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines