[Rivet-svn] r3915 - branches/2012-06-aidarivet/src/Analyses

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Fri Aug 24 15:42:36 BST 2012


Author: hoeth
Date: Fri Aug 24 15:42:36 2012
New Revision: 3915

Log:
cosmetics

Modified:
   branches/2012-06-aidarivet/src/Analyses/MC_VH2BB.cc

Modified: branches/2012-06-aidarivet/src/Analyses/MC_VH2BB.cc
==============================================================================
--- branches/2012-06-aidarivet/src/Analyses/MC_VH2BB.cc	Fri Aug 24 15:40:14 2012	(r3914)
+++ branches/2012-06-aidarivet/src/Analyses/MC_VH2BB.cc	Fri Aug 24 15:42:36 2012	(r3915)
@@ -57,10 +57,10 @@
       double test = 1.+cosbb;
       double anglebb;
       if(test<0.&&test>-1e-10) {
-	cosbb=-1.;
-	anglebb = M_PI;
+        cosbb=-1.;
+        anglebb = M_PI;
       }
-      else {	
+      else {
         anglebb = acos(cosbb);
       }
 
@@ -106,7 +106,7 @@
       _h_jet_H_pT_using_bb = bookHistogram1D("jet_H_pT_using_bb", 50, 0, 500);
       _h_jet_eta = bookHistogram1D("jet_eta", 50, -4, 4);
       _h_jet_multiplicity = bookHistogram1D("jet_multiplicity", 11, -0.5, 10.5);
-      _h_jet_phi = bookHistogram1D("jet_phi", 50, 0., 2.*M_PI);
+      _h_jet_phi = bookHistogram1D("jet_phi", 50, 0, 2.*M_PI);
       _h_jet_pT = bookHistogram1D("jet_pT", 50, 0, 500);
       _h_jet_VBbb_Delta_eta = bookHistogram1D("jet_VBbb_Delta_eta", 50, 0, 4);
       _h_jet_VBbb_Delta_phi = bookHistogram1D("jet_VBbb_Delta_phi", 50, 0, M_PI);


More information about the Rivet-svn mailing list