[Rivet-svn] r2012 - in trunk: data/refdata src/Analyses

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Thu Nov 5 12:00:45 GMT 2009


Author: hoeth
Date: Thu Nov  5 12:00:45 2009
New Revision: 2012

Log:
noop ... just for debugging.

Modified:
   trunk/data/refdata/STAR_2006_S6500200.dat
   trunk/src/Analyses/STAR_2006_S6500200.cc

Modified: trunk/data/refdata/STAR_2006_S6500200.dat
==============================================================================
--- trunk/data/refdata/STAR_2006_S6500200.dat	Wed Nov  4 22:15:11 2009	(r2011)
+++ trunk/data/refdata/STAR_2006_S6500200.dat	Thu Nov  5 12:00:45 2009	(r2012)
@@ -90,26 +90,26 @@
 # BEGIN HISTOGRAM pT_antiproton
 AidaPath=/REF/STAR_2006_S6500200/d01-x04-y01
 Title=Transverse momentum spectrum for $\bar p$
-0.4	0.5	3.74e-02	5.511769e-03
-0.5	0.6	2.84e-02	4.101573e-03
-0.6	0.7	2.27e-02	3.265884e-03
-0.7	0.8	1.32e-02	1.916331e-03
-0.8	0.9	1.05e-02	1.547676e-03
-0.9	1.0	7.17e-03	1.077137e-03
-1.0	1.1	5.60e-03	5.855194e-04
-1.1	1.2	3.74e-03	4.137596e-04
-1.2	1.4	2.31e-03	2.367636e-04
-1.4	1.6	9.69e-04	1.175619e-04
-1.6	1.8	5.95e-04	8.178025e-05
-1.8	2.0	3.57e-04	5.578862e-05
-2.0	2.5	1.12e-04	2.099393e-05
-2.5	3.0	2.89e-05	3.554665e-06
-3.0	3.5	9.64e-06	1.245080e-06
-3.5	4.0	3.06e-06	6.766284e-07
-4.0	4.5	1.05e-06	1.720809e-07
-4.5	5.0	4.03e-07	8.075172e-08
-5.0	6.0	1.04e-07	2.520714e-08
-6.0	7.0	1.91e-08	7.840312e-09
+0.4	0.5	3.74e-02	5.51e-03
+0.5	0.6	2.84e-02	4.10e-03
+0.6	0.7	2.27e-02	3.26e-03
+0.7	0.8	1.32e-02	1.91e-03
+0.8	0.9	1.05e-02	1.54e-03
+0.9	1.0	7.17e-03	1.07e-03
+1.0	1.1	5.60e-03	5.85e-04
+1.1	1.2	3.74e-03	4.13e-04
+1.2	1.4	2.31e-03	2.36e-04
+1.4	1.6	9.69e-04	1.17e-04
+1.6	1.8	5.95e-04	8.17e-05
+1.8	2.0	3.57e-04	5.57e-05
+2.0	2.5	1.12e-04	2.09e-05
+2.5	3.0	2.89e-05	3.55e-06
+3.0	3.5	9.64e-06	1.24e-06
+3.5	4.0	3.06e-06	6.76e-07
+4.0	4.5	1.05e-06	1.72e-07
+4.5	5.0	4.03e-07	8.07e-08
+5.0	6.0	1.04e-07	2.52e-08
+6.0	7.0	1.91e-08	7.84e-09
 # END HISTOGRAM
 
 # 

Modified: trunk/src/Analyses/STAR_2006_S6500200.cc
==============================================================================
--- trunk/src/Analyses/STAR_2006_S6500200.cc	Wed Nov  4 22:15:11 2009	(r2011)
+++ trunk/src/Analyses/STAR_2006_S6500200.cc	Thu Nov  5 12:00:45 2009	(r2012)
@@ -30,6 +30,10 @@
       _h_pT_piminus    = bookHistogram1D(1, 2, 1);
       _h_pT_proton     = bookHistogram1D(1, 3, 1);
       _h_pT_antiproton = bookHistogram1D(1, 4, 1);
+//      _h_ratio_piminus_piplus = bookDataPointSet(2, 1, 1);
+//      _h_ratio_pbar_proton    = bookDataPointSet(2, 2, 1);
+//      _h_ratio_proton_piplus  = bookDataPointSet(2, 3, 1);
+//      _h_ratio_pbar_piminus   = bookDataPointSet(2, 4, 1);
     }
 
 
@@ -70,6 +74,12 @@
       scale(_h_pT_piminus,    1./(2*M_PI*sumOfWeights()));
       scale(_h_pT_proton,     1./(2*M_PI*sumOfWeights()));
       scale(_h_pT_antiproton, 1./(2*M_PI*sumOfWeights()));
+
+//      getLog() << Log::DEBUG << _h_pT_piplus->axis().bins();
+//        << "  " << _h_pT_piplus->axis().binLowerEdge(1)
+//        << "  " << _h_pT_piplus->axis().binWidth(1)
+//        << std::endl;
+
     }
 
   private:
@@ -79,6 +89,11 @@
     AIDA::IHistogram1D * _h_pT_proton;
     AIDA::IHistogram1D * _h_pT_antiproton;
 
+//    AIDA::IDataPointSet* _h_ratio_piminus_piplus;
+//    AIDA::IDataPointSet* _h_ratio_pbar_proton;
+//    AIDA::IDataPointSet* _h_ratio_proton_piplus;
+//    AIDA::IDataPointSet* _h_ratio_pbar_piminus;
+
   };
 
 


More information about the Rivet-svn mailing list