Commit in java/trunk/users/src/main/java/org/hps/users/luca on MAIN
LCIOReaderScript2.java+5-7578 -> 579


java/trunk/users/src/main/java/org/hps/users/luca
LCIOReaderScript2.java 578 -> 579
--- java/trunk/users/src/main/java/org/hps/users/luca/LCIOReaderScript2.java	2014-05-14 15:41:30 UTC (rev 578)
+++ java/trunk/users/src/main/java/org/hps/users/luca/LCIOReaderScript2.java	2014-05-14 20:29:35 UTC (rev 579)
@@ -11,13 +11,11 @@
 import org.lcsim.util.Driver;
 
 public class LCIOReaderScript2 extends Driver {
-    String InputName;
+    
     String OutputName;
     public void setOutputName(String outputName){
     this.OutputName=outputName;}
-    public void setInputName(String inputName){
-    this.InputName= inputName;}
-
+    
   /* @Override
    public void endOfData(){
    System.out.println("fine dei dati");
@@ -35,11 +33,11 @@
            System.exit(1);}
             //get the event number to print a status update.
            int num =event.getEventNumber();
-           if(num % 10000 == 0){System.out.println("Parsing event" + num + ".");}
+           if(num % 100 == 0){System.out.println("Parsing event" + num + ".");}
            
            //see if the particle collection exist
            if(event.hasCollection(MCParticle.class,"MCParticle")){
-              
+              System.out.println("we have /mc/particles!! /n");
                
                //get the MCparticle collection from the event
                
@@ -69,8 +67,8 @@
                try{writer.close();}
         catch(IOException e ){System.exit(1);}            
            }
+           System.out.println("ho scritto e ho chiuso! /n");
            
-           
        }
        
        
SVNspam 0.1