File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
RecoVertex/BeamSpotProducer/test Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -390,7 +390,7 @@ void fitAll() {
390390 fit (xmat, Verr); // get initial values
391391 fnthite++;
392392
393- Double_t chi2cut = 20 ;
393+ // Double_t chi2cut = 20;
394394
395395 int fminNtrks = 100 ;
396396 double fconvergence = 0.9 ;
@@ -405,7 +405,7 @@ void fitAll() {
405405
406406 fit (xmat, Verr);
407407 fd0cut /= 1.5 ;
408- chi2cut /= 1.5 ;
408+ // chi2cut /= 1.5;
409409 if (tmpNtrks_ > fconvergence * zdata.size () && tmpNtrks_ > fminNtrks)
410410 fnthite++;
411411 }
Original file line number Diff line number Diff line change @@ -58,14 +58,12 @@ zData NtupleHelper::Loop(int maxEvents) {
5858
5959 std::cout << " total number of entries: " << fChain ->GetEntries () << std::endl;
6060
61- Int_t nbytes = 0 , nb = 0 ;
6261 int theevent = 0 ;
6362 for (Long64_t jentry = 0 ; jentry < nentries; jentry++) {
6463 Long64_t ientry = LoadTree (jentry);
6564 if (ientry < 0 )
6665 break ;
67- nb = fChain ->GetEntry (jentry);
68- nbytes += nb;
66+ fChain ->GetEntry (jentry);
6967 // if (sigmaD <0.05&&pt>4.0)
7068 // {
7169
You can’t perform that action at this time.
0 commit comments