Fork me on GitHub

Changeset b24f05a in git for modules


Ignore:
Timestamp:
Jun 6, 2018, 7:34:16 PM (6 years ago)
Author:
Michele Selvaggi <michele.selvaggi@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
8a58fff
Parents:
ec37bc3
Message:

push PhaseII final card

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/DenseTrackFilter.cc

    rec37bc3 rb24f05a  
    243243  Int_t numberOfCandidates;
    244244
    245  
    246   cout<<fBestTrack<<endl;
    247  
    248245  // saving track with highest pT that hit the tower
    249246  if(fTowerTrackHits > 0)
     
    251248   
    252249    numberOfCandidates = fBestTrack->GetCandidates()->GetEntriesFast();
    253     if (numberOfCandidates < 2)
    254        cout<<fBestTrack<<endl;
    255 
    256250    if (numberOfCandidates > 1)
    257251    { 
     
    278272          fChargedHadronOutputArray->Add(candidate);
    279273      }
    280  
    281     }
    282   }
    283 
    284 }
     274
     275    }
     276  }
     277
     278}
Note: See TracChangeset for help on using the changeset viewer.