Fork me on GitHub

Changeset b6e6d36 in git for modules/Calorimeter.cc


Ignore:
Timestamp:
Jun 23, 2016, 4:59:04 PM (8 years ago)
Author:
Michele Selvaggi <michele.selvaggi@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
5c402f7
Parents:
18a7403
Message:

fixed typo in new pflow

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/Calorimeter.cc

    r18a7403 rb6e6d36  
    546546  ecalNeutralSigma = ecalNeutralEnergy / TMath::Sqrt(fECalTrackSigma*fECalTrackSigma + ecalSigma*ecalSigma);
    547547  hcalNeutralSigma = hcalNeutralEnergy / TMath::Sqrt(fHCalTrackSigma*fHCalTrackSigma + hcalSigma*hcalSigma);
    548  
     548  
    549549   // if ecal neutral excess is significant, simply create neutral EflowPhoton tower and clone each track into eflowtrack
    550550  if(ecalNeutralEnergy > fECalEnergyMin && ecalNeutralSigma > fECalEnergySignificanceMin)
     
    634634
    635635    //rescale tracks
    636     fItECalTowerTrackArray->Reset();
    637     while((track = static_cast<Candidate*>(fItECalTowerTrackArray->Next())))
     636    fItHCalTowerTrackArray->Reset();
     637    while((track = static_cast<Candidate*>(fItHCalTowerTrackArray->Next())))
    638638    { 
    639639      mother = track;
Note: See TracChangeset for help on using the changeset viewer.