Print

Print


Commit in lcsim/src/org/lcsim/recon/pfa/output on MAIN
MassPlots.java+5-11.4 -> 1.5
fix constructor

lcsim/src/org/lcsim/recon/pfa/output
MassPlots.java 1.4 -> 1.5
diff -u -r1.4 -r1.5
--- MassPlots.java	10 Feb 2009 19:03:00 -0000	1.4
+++ MassPlots.java	10 Feb 2009 19:19:41 -0000	1.5
@@ -79,7 +79,11 @@
     public MassPlots() {
         this("ReconstructedParticles", "outplot.aida", 0.0, 0.8);
     }
-    
+
+    public MassPlots(String inputList, String outputFilename) {
+        this(inputList, outputFilename, 0.0, 0.8);        
+    }   
+ 
     public MassPlots(String inputList, String outputFilename, double cosThetaMin, double cosThetaMax) {
          
         m_cosThetaMin = cosThetaMin;
CVSspam 0.2.8