ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/L1RpcTriggerAnalysis/src/PatternManager.cc
(Generate patch)

Comparing UserCode/L1RpcTriggerAnalysis/src/PatternManager.cc (file contents):
Revision 1.6 by konec, Thu May 23 18:24:04 2013 UTC vs.
Revision 1.7 by konec, Fri May 24 10:26:12 2013 UTC

# Line 102 | Line 102 | L1Obj PatternManager::check(const EventO
102   //  std::cout <<" ------------------ EVENT: " << std::endl;
103    std::vector<Pattern> vpattern(1);
104    theEvForPatCounter++;
105 <  for (VDigiSpec::const_iterator is= vDigi.begin(); is!=vDigi.end(); is++) {
106 <    bool isOK = Pattern::add(vpattern,*is);
107 <  }
105 >  for (VDigiSpec::const_iterator is= vDigi.begin(); is!=vDigi.end(); is++)  Pattern::add(vpattern,*is);
106    if (vpattern[0].size() == 0) return candidate;
107   //  std::cout <<" ------------------ END EVENT, COMPARE" << std::endl;
108  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines