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.3 by konec, Mon May 20 15:47:23 2013 UTC vs.
Revision 1.4 by konec, Mon May 20 15:58:52 2013 UTC

# Line 119 | Line 119 | L1Obj PatternManager::check(const EventO
119   //    std::cout << " HAS PATTERN "<<pattern << std::endl;
120      GoldenPattern & gp = igps->second;
121      GoldenPattern::Result result = gp.compare(pattern);
122 <    if (!result.hasRpcDet(637602109) && !result.hasRpcDet(637634877) && !result.hasRpcDet(637599914) && !result.hasRpcDet(637632682)) continue;
122 > //    if (!result.hasRpcDet(637602109) && !result.hasRpcDet(637634877) && !result.hasRpcDet(637599914) && !result.hasRpcDet(637632682)) continue;
123 >    if (!result.hasRpcDet(igps->first.theDet)) continue;
124      if (result > bestMatching) {
125        bestMatching = result;
126        bestKey =  igps->first;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines