Fork me on GitHub

Changeset 61569e0 in git for modules


Ignore:
Timestamp:
Sep 2, 2016, 3:23:23 PM (8 years ago)
Author:
Michele Selvaggi <michele.selvaggi@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
23389ff
Parents:
4154bbd
Message:

add print out for the vertex position error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/VertexFinderDA4D.cc

    r4154bbd r61569e0  
    236236     expv_x2 = expv_x2/normw;
    237237     errtime = TMath::Sqrt((expv_x2 - meantime*meantime)/itr);
    238 
    239238     meanpos = meanpos/normpos;
    240239     meanerr2 = meanerr2/normpos;
     
    259258       std::cout << std::endl;
    260259       std::cout << "sumpt2 " << candidate->SumPT2<<endl;
    261      }
     260     
     261       std::cout << "ex,ey,ez";
     262       std::cout << ",et";
     263       std::cout << "=" << candidate->PositionError.X()/10.0 <<" " << candidate->PositionError.Y()/10.0 << " " <<  candidate->PositionError.Z()/10.0;
     264       std::cout << " " << candidate->PositionError.T()/c_light;
     265       std::cout << std::endl;
     266
     267      }
    262268   }// end of cluster loop
    263269
Note: See TracChangeset for help on using the changeset viewer.