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.9 by konec, Tue Apr 23 09:27:52 2013 UTC vs.
Revision 1.10 by konec, Thu May 23 18:24:03 2013 UTC

# Line 19 | Line 19 | public:
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  
# Line 85 | Line 87 | public:
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:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines