|
[Rivet-svn] r2395 - trunk/src/Analysesblackhole at projects.hepforge.org blackhole at projects.hepforge.orgFri Apr 9 10:31:28 BST 2010
Author: fsiegert Date: Fri Apr 9 10:31:28 2010 New Revision: 2395 Log: Add two todo's about scalarET. Modified: trunk/src/Analyses/CDF_1994_S2952106.cc trunk/src/Analyses/MC_SUSY.cc Modified: trunk/src/Analyses/CDF_1994_S2952106.cc ============================================================================== --- trunk/src/Analyses/CDF_1994_S2952106.cc Thu Apr 8 23:26:49 2010 (r2394) +++ trunk/src/Analyses/CDF_1994_S2952106.cc Fri Apr 9 10:31:28 2010 (r2395) @@ -90,6 +90,7 @@ // Check there isn't too much missing Et const TotalVisibleMomentum& caloMissEt = applyProjection<TotalVisibleMomentum>(event, "CalMET"); getLog() << Log::DEBUG << "Missing pT = " << caloMissEt.momentum().pT()/GeV << " GeV" << endl; + /// @todo should this really be scalar ET here, and not caloMissEt.momentum().Et()? if ((caloMissEt.momentum().pT()/GeV)/sqrt(caloMissEt.scalarET()/GeV) > 6.0) vetoEvent; // Check jet requirements Modified: trunk/src/Analyses/MC_SUSY.cc ============================================================================== --- trunk/src/Analyses/MC_SUSY.cc Thu Apr 8 23:26:49 2010 (r2394) +++ trunk/src/Analyses/MC_SUSY.cc Fri Apr 9 10:31:28 2010 (r2395) @@ -208,6 +208,7 @@ // Calculate and fill missing Et histos const TotalVisibleMomentum& met = applyProjection<TotalVisibleMomentum>(evt, "MET"); + /// @todo should this really be the scalarET sum, and not met.momentum().Et()? _hist_met->fill(met.scalarET()/GeV); // Choose highest-pT leptons of each sign and flavour for dilepton mass edges
More information about the Rivet-svn mailing list |