LISTSERV mailing list manager LISTSERV 16.5

Help for HPS-SVN Archives


HPS-SVN Archives

HPS-SVN Archives


HPS-SVN@LISTSERV.SLAC.STANFORD.EDU


View:

Message:

[

First

|

Previous

|

Next

|

Last

]

By Topic:

[

First

|

Previous

|

Next

|

Last

]

By Author:

[

First

|

Previous

|

Next

|

Last

]

Font:

Proportional Font

LISTSERV Archives

LISTSERV Archives

HPS-SVN Home

HPS-SVN Home

HPS-SVN  June 2016

HPS-SVN June 2016

Subject:

r4399 - in /java/trunk: parent/ tracking/src/main/resources/org/hps/recon/tracking/strategies/ users/src/main/java/org/hps/users/omoreno/

From:

[log in to unmask]

Reply-To:

Notification of commits to the hps svn repository <[log in to unmask]>

Date:

Wed, 8 Jun 2016 23:03:51 -0000

Content-Type:

text/plain

Parts/Attachments:

Parts/Attachments

text/plain (278 lines)

Author: [log in to unmask]
Date: Wed Jun  8 16:03:48 2016
New Revision: 4399

Log:
Commit old hit efficiency stuff.

Added:
    java/trunk/tracking/src/main/resources/org/hps/recon/tracking/strategies/HPS-234.xml   (with props)
    java/trunk/tracking/src/main/resources/org/hps/recon/tracking/strategies/HPS-345.xml   (with props)
    java/trunk/tracking/src/main/resources/org/hps/recon/tracking/strategies/HPS_s123.xml   (with props)
    java/trunk/tracking/src/main/resources/org/hps/recon/tracking/strategies/HPS_s123_c4.xml   (with props)
    java/trunk/tracking/src/main/resources/org/hps/recon/tracking/strategies/HPS_s123_c5.xml   (with props)
    java/trunk/tracking/src/main/resources/org/hps/recon/tracking/strategies/HPS_s345.xml   (with props)
    java/trunk/tracking/src/main/resources/org/hps/recon/tracking/strategies/HPS_s345_c2.xml   (with props)
    java/trunk/tracking/src/main/resources/org/hps/recon/tracking/strategies/HPS_s456.xml   (with props)
    java/trunk/tracking/src/main/resources/org/hps/recon/tracking/strategies/HPS_s456_c3.xml   (with props)
Modified:
    java/trunk/parent/pom.xml
    java/trunk/users/src/main/java/org/hps/users/omoreno/SvtHitEfficiency.java

Modified: java/trunk/parent/pom.xml
 =============================================================================
--- java/trunk/parent/pom.xml	(original)
+++ java/trunk/parent/pom.xml	Wed Jun  8 16:03:48 2016
@@ -387,7 +387,7 @@
                     <configuration>
                         <lifecycleMappingMetadata>
                             <pluginExecutions>
-                                <pluginExecution>
+                                <!--  <pluginExecution>
                                     <pluginExecutionFilter>
                                         <groupId>org.apache.maven.plugins</groupId>
                                         <artifactId>maven-checkstyle-plugin</artifactId>
@@ -401,7 +401,7 @@
                                     <action>
                                         <ignore />
                                     </action>
-                                </pluginExecution>
+                                </pluginExecution> --> 
                                 <pluginExecution>
                                     <pluginExecutionFilter>
                                         <groupId>org.apache.maven.plugins</groupId>
@@ -493,7 +493,7 @@
                 <artifactId>maven-resources-plugin</artifactId>
                 <version>2.7</version>
             </plugin>
-            <plugin>
+            <!-- <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-checkstyle-plugin</artifactId>
                 <version>2.17</version>
@@ -514,14 +514,12 @@
                                     <property name="processJavadoc" value="false" />
                                 </module>
                                 <module name="RedundantImport" />
-                                <!--                                
                                 <module name="EmptyBlock" />
                                 <module name="EmptyStatement" />
-                                -->
                             </module>
                         </module>
                     </checkstyleRules>
-                </configuration>
+                </configuration> 
                 <executions>
                     <execution>
                         <phase>validate</phase>
@@ -530,7 +528,7 @@
                         </goals>
                     </execution>
                 </executions>
-            </plugin>
+            </plugin> -->
         </plugins>
     </build>
     <developers>

Added: java/trunk/tracking/src/main/resources/org/hps/recon/tracking/strategies/HPS-234.xml
 =============================================================================
Binary file - no diff available.

Added: java/trunk/tracking/src/main/resources/org/hps/recon/tracking/strategies/HPS-345.xml
 =============================================================================
Binary file - no diff available.

Added: java/trunk/tracking/src/main/resources/org/hps/recon/tracking/strategies/HPS_s123.xml
 =============================================================================
Binary file - no diff available.

Added: java/trunk/tracking/src/main/resources/org/hps/recon/tracking/strategies/HPS_s123_c4.xml
 =============================================================================
Binary file - no diff available.

Added: java/trunk/tracking/src/main/resources/org/hps/recon/tracking/strategies/HPS_s123_c5.xml
 =============================================================================
Binary file - no diff available.

Added: java/trunk/tracking/src/main/resources/org/hps/recon/tracking/strategies/HPS_s345.xml
 =============================================================================
Binary file - no diff available.

Added: java/trunk/tracking/src/main/resources/org/hps/recon/tracking/strategies/HPS_s345_c2.xml
 =============================================================================
Binary file - no diff available.

Added: java/trunk/tracking/src/main/resources/org/hps/recon/tracking/strategies/HPS_s456.xml
 =============================================================================
Binary file - no diff available.

Added: java/trunk/tracking/src/main/resources/org/hps/recon/tracking/strategies/HPS_s456_c3.xml
 =============================================================================
Binary file - no diff available.

Modified: java/trunk/users/src/main/java/org/hps/users/omoreno/SvtHitEfficiency.java
 =============================================================================
--- java/trunk/users/src/main/java/org/hps/users/omoreno/SvtHitEfficiency.java	(original)
+++ java/trunk/users/src/main/java/org/hps/users/omoreno/SvtHitEfficiency.java	Wed Jun  8 16:03:48 2016
@@ -1,5 +1,6 @@
 package org.hps.users.omoreno;
 
+import java.io.IOException;
 import java.util.ArrayList;
 import java.util.HashMap;
 import java.util.List;
@@ -11,6 +12,7 @@
 import hep.aida.IPlotter;
 import hep.aida.IHistogram1D;
 import hep.aida.ITree;
+import hep.aida.ref.rootwriter.RootFileStore;
 import hep.physics.vec.BasicHep3Vector;
 import hep.physics.vec.Hep3Vector;
 import hep.physics.vec.VecOp;
@@ -32,7 +34,6 @@
 import org.lcsim.event.TrackerHit;
 import org.lcsim.geometry.Detector;
 import org.lcsim.util.Driver;
-
 import org.hps.recon.tracking.TrackUtils;
 import org.hps.recon.tracking.TrackerHitUtils;
 
@@ -103,6 +104,40 @@
     // By default, require that all tracks have 5 hits
     int hitsOnTrack = 5;
 
+    
+    // Layer 1
+    /*double topXResidualOffset = .153060; 
+    double topYResidualOffset = -.0153772; 
+    double botXResidualOffset = -.42722;; 
+    double botYResidualOffset = -.042571; 
+    
+    double topXResidualCut = .60168;
+    double topYResidualCut = .222750;
+    double botXResidualCut = .57399;
+    double botYResidualCut = .20142;*/
+
+    
+    // Layer 2
+    /*double topXResidualOffset = .110117; 
+    double topYResidualOffset = .004153; 
+    double botXResidualOffset = .141392;; 
+    double botYResidualOffset = .0016898; 
+    
+    double topXResidualCut = .30105;
+    double topYResidualCut = .14859;
+    double botXResidualCut = .30523;
+    double botYResidualCut = .142789;*/
+    
+    double topXResidualOffset = .151985; 
+    double topYResidualOffset = .02071; 
+    double botXResidualOffset = -.260434; 
+    double botYResidualOffset = -.000359426; 
+    
+    double topXResidualCut = .349872;
+    double topYResidualCut = .143411;
+    double botXResidualCut = .343664;
+    double botYResidualCut = .143596;
+    
     /**
      * Default Constructor
      */
@@ -167,14 +202,26 @@
         }
     
         plotters.put("Event Information", plotterFactory.create("Event information"));
-        plotters.get("Event Information").createRegions(2, 3);
+        plotters.get("Event Information").createRegions(3, 3);
 
         trackPlots.put("Number of tracks", histogramFactory.createHistogram1D("Number of tracks", 10, 0, 10));
         plotters.get("Event Information").region(0).plot(trackPlots.get("Number of tracks"));
 
         trackPlots.put("Unused Layer", histogramFactory.createHistogram1D("Unused Layer", 6, 1, 7));
         plotters.get("Event Information").region(1).plot(trackPlots.get("Unused Layer"));
-
+        
+        trackPlots.put("Unbiased Residual x - Top", histogramFactory.createHistogram1D("Unbiased Residual x - Top", 100, -10, 10));
+        plotters.get("Event Information").region(2).plot(trackPlots.get("Unbiased Residual x - Top"));
+
+        trackPlots.put("Unbiased Residual x - Bottom", histogramFactory.createHistogram1D("Unbiased Residual x - Bottom", 100, -10, 10));
+        plotters.get("Event Information").region(3).plot(trackPlots.get("Unbiased Residual x - Bottom"));
+
+        trackPlots.put("Unbiased Residual y - Top", histogramFactory.createHistogram1D("Unbiased Residual y - Top", 100, -10, 10));
+        plotters.get("Event Information").region(4).plot(trackPlots.get("Unbiased Residual y - Top"));
+
+        trackPlots.put("Unbiased Residual y - Bottom", histogramFactory.createHistogram1D("Unbiased Residual y - Bottom", 100, -10, 10));
+        plotters.get("Event Information").region(5).plot(trackPlots.get("Unbiased Residual y - Bottom"));
+        
         plotters.put("Track Momentum", plotterFactory.create("Track Momentum"));
         plotters.get("Track Momentum").createRegions(2, 2);
 
@@ -345,7 +392,8 @@
             }
             
             trackMomentumPlots.get("Track Momentum - Tracks Within Acceptance").fill(p); 
-           
+          
+            
             // Check if there is a stereo hit within some distance of the track 
             // in the unused layer
             for (TrackerHit stereoHit : stereoHits) {
@@ -356,16 +404,32 @@
            
                 if ((trackSensor.isTopLayer() && hitSensor.isBottomLayer()) 
                         || (trackSensor.isBottomLayer() && hitSensor.isTopLayer())) continue;
-                
+            
+               
                 // Retrieve the layer number by using the sensor
                 int layer = (hitSensor.getLayerNumber() + 1)/2;
                 
                 if (unusedLayer == layer) { 
-                    trackMomentumPlots.get("Track Momentum - All Layers Hit").fill(p);
-                    
+              
+                Hep3Vector stereoHitPosition = new BasicHep3Vector(stereoHit.getPosition());
+                Hep3Vector trackPosition = TrackUtils.extrapolateTrack(track, stereoHitPosition.z());
+                double xResidual = trackPosition.x() - stereoHitPosition.x();
+                double yResidual = trackPosition.y() - stereoHitPosition.y();
+                
+                
                     if (hitSensor.isTopLayer()) { 
+                        trackPlots.get("Unbiased Residual x - Top").fill(xResidual);
+                        trackPlots.get("Unbiased Residual y - Top").fill(yResidual);
+                        if (Math.abs(xResidual+this.topXResidualOffset) > 3*this.topXResidualCut 
+                                && Math.abs(yResidual + this.topYResidualOffset) > 3*this.topYResidualCut) continue;
+                        trackMomentumPlots.get("Track Momentum - All Layers Hit").fill(p);
                         numberOfTopTracksWithHitOnMissingLayer++;
                     } else { 
+                        trackPlots.get("Unbiased Residual x - Bottom").fill(xResidual);
+                        trackPlots.get("Unbiased Residual y - Bottom").fill(yResidual);
+                        if (Math.abs(xResidual+this.botXResidualOffset) > 3*this.botXResidualCut 
+                                && Math.abs(yResidual + this.botYResidualOffset) > 3*this.botYResidualCut) continue;
+                        trackMomentumPlots.get("Track Momentum - All Layers Hit").fill(p);
                         numberOfBottomTracksWithHitOnMissingLayer++;
                     }
                     
@@ -697,6 +761,19 @@
                 System.out.println("% Bottom Layer " + (index+1) + ": " + (bottomTracksWithHitOnMissingLayer[index]/bottomTracksPerMissingLayer[index])*100 + "%");
         }*/
         System.out.println("% \n%===================================================================%");
+        
+        
+        String rootFile = "run" + "_cluster_analysis.root";
+        RootFileStore store = new RootFileStore(rootFile);
+        try {
+            store.open();
+            store.add(tree);
+            store.close(); 
+        } catch (IOException e) {
+            e.printStackTrace();
+        }
+        
+        
     }
 
     /**

Top of Message | Previous Page | Permalink

Advanced Options


Options

Log In

Log In

Get Password

Get Password


Search Archives

Search Archives


Subscribe or Unsubscribe

Subscribe or Unsubscribe


Archives

November 2017
August 2017
July 2017
January 2017
December 2016
November 2016
October 2016
September 2016
August 2016
July 2016
June 2016
May 2016
April 2016
March 2016
February 2016
January 2016
December 2015
November 2015
October 2015
September 2015
August 2015
July 2015
June 2015
May 2015
April 2015
March 2015
February 2015
January 2015
December 2014
November 2014
October 2014
September 2014
August 2014
July 2014
June 2014
May 2014
April 2014
March 2014
February 2014
January 2014
December 2013
November 2013

ATOM RSS1 RSS2



LISTSERV.SLAC.STANFORD.EDU

Secured by F-Secure Anti-Virus CataList Email List Search Powered by the LISTSERV Email List Manager

Privacy Notice, Security Notice and Terms of Use