[Rivet-svn] r2296 - trunk/src/Analyses

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Tue Mar 2 16:31:14 GMT 2010


Author: fsiegert
Date: Tue Mar  2 16:31:13 2010
New Revision: 2296

Log:
It's got a reason that these are called unvalidated ;-) (still).

Modified:
   trunk/src/Analyses/CDF_1996_S3349578.cc
   trunk/src/Analyses/CDF_1997_S3541940.cc

Modified: trunk/src/Analyses/CDF_1996_S3349578.cc
==============================================================================
--- trunk/src/Analyses/CDF_1996_S3349578.cc	Tue Mar  2 16:17:58 2010	(r2295)
+++ trunk/src/Analyses/CDF_1996_S3349578.cc	Tue Mar  2 16:31:13 2010	(r2296)
@@ -142,7 +142,7 @@
       FourMomentum p4(jets3[1]);
       FourMomentum p5(jets3[2]);
    
-      FourMomentum pAV = cms_boost.transform(_avg_beam_in_lab(m3J, jetsystem.y()));
+      FourMomentum pAV = cms_boost.transform(_avg_beam_in_lab(m3J, jetsystem.rapidity()));
       double costheta3=pAV.vector3().unit().dot(p3.vector3().unit());
       if (fabs(costheta3)>0.6) {
         return;
@@ -201,7 +201,7 @@
       FourMomentum p4(jets3[1]);
       FourMomentum p5(jets3[2]);
    
-      FourMomentum pAV = cms_boost.transform(_avg_beam_in_lab(m4J, jetsystem.y()));
+      FourMomentum pAV = cms_boost.transform(_avg_beam_in_lab(m4J, jetsystem.rapidity()));
       double costheta3=pAV.vector3().unit().dot(p3.vector3().unit());
       if (fabs(costheta3)>0.8) {
         return;
@@ -273,7 +273,7 @@
       FourMomentum p5(jets3[2]);
    
       // fill histograms
-      FourMomentum pAV = cms_boost.transform(_avg_beam_in_lab(m5J, jetsystem.y()));
+      FourMomentum pAV = cms_boost.transform(_avg_beam_in_lab(m5J, jetsystem.rapidity()));
       const double costheta3 = pAV.vector3().unit().dot(p3.vector3().unit());
       const double X3 = 2.0*p3.E()/m5J;
       const double X4 = 2.0*p4.E()/m5J;

Modified: trunk/src/Analyses/CDF_1997_S3541940.cc
==============================================================================
--- trunk/src/Analyses/CDF_1997_S3541940.cc	Tue Mar  2 16:17:58 2010	(r2295)
+++ trunk/src/Analyses/CDF_1997_S3541940.cc	Tue Mar  2 16:31:13 2010	(r2296)
@@ -113,7 +113,7 @@
         vetoEvent;
       }
       
-      FourMomentum pAV = cms_boost.transform(_avg_beam_in_lab(m6J, jetsystem.y()));
+      FourMomentum pAV = cms_boost.transform(_avg_beam_in_lab(m6J, jetsystem.rapidity()));
       double costheta3ppp=pAV.vector3().unit().dot(p3ppp.vector3().unit());
       if (fabs(costheta3ppp)>0.9) {
         vetoEvent;


More information about the Rivet-svn mailing list