# | 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 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |