Examples of projectionX()


Examples of hep.aida.IHistogram2D.projectionX()

    writeAsXML(h1,"aida1.xml");
    writeAsXML(h2,"aida2.xml");
   
    // Try some projections
   
    writeAsXML(h2.projectionX(),"projectionX.xml");
    writeAsXML(h2.projectionY(),"projectionY.xml");
  }
  private static void writeAsXML(IHistogram1D h,String filename)
  {
    try
View Full Code Here

Examples of hep.aida.IHistogram2D.projectionX()

    writeAsXML(h1,"aida1.xml");
    writeAsXML(h2,"aida2.xml");
   
    // Try some projections
   
    writeAsXML(h2.projectionX(),"projectionX.xml");
    writeAsXML(h2.projectionY(),"projectionY.xml");
  }
  public static void main2(String[] argv)
  {
    double[] bounds = { -30,0,30, 1000 };
View Full Code Here

Examples of hep.aida.IHistogram2D.projectionX()

    writeAsXML(h2,"aida2.xml");
    writeAsXML(h3,"aida2.xml");
   
    // Try some projections
   
    writeAsXML(h2.projectionX(),"projectionX.xml");
    writeAsXML(h2.projectionY(),"projectionY.xml");
  }
  private static void writeAsXML(IHistogram1D h,String filename)
  {
    System.out.println(new Converter().toString(h));
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.