Skip to content

Commit

Permalink
update with new embedding definition that negative embedding ID is us…
Browse files Browse the repository at this point in the history
…ed for pile up background collisions. sPHENIX-Collaboration/coresoftware#364
  • Loading branch information
blackcathj committed Oct 17, 2017
1 parent 9aab7bd commit 2b4d667
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions TPC/TrackingPerformance/TrackingPerformanceCheck.C
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ int TrackingPerformanceCheck::process_event(PHCompositeNode *topNode) {
for(std::map<int,int>::const_iterator iterE=rangeE.first; iterE!=rangeE.second; ++iterE) {
int tid = (*iterE).first;
int tem = (*iterE).second;
if (tem > 0) //embeded signal
fEmbedded.insert( std::make_pair(tid,tem) );
}
//std::cout << "TrackingPerformanceCheck ==> Embedded: " << fEmbedded.size() << std::endl;
Expand Down

0 comments on commit 2b4d667

Please sign in to comment.