Difference between revisions of "OfflineNotesV7"

From Mu2eWiki
Jump to navigation Jump to search
(Created page with "==head== <ol> <li> art_v2_12_01 (rlc) - activate this new art to pick up a fix to the shuffling input module</li> <li> cosmic_time (rlc) * add CRY MT fcl used at Argonne in D...")
 
Line 20: Line 20:
  
 
<ol>
 
<ol>
<li> 2/18/19 rlc Change all TTracker to Tracker.  A user is most likely to be disrupted if they use personal geometry files that contain "ttracker" - these can be updated with:
+
<li> 2/18/19 (rlc) Change all TTracker to Tracker.  A user is most likely to be disrupted if they use personal geometry files that contain "ttracker" - these can be updated with:
 
  sed -i 's/ttracker/tracker/g' *.txt
 
  sed -i 's/ttracker/tracker/g' *.txt
 
Also the names of geometry volumes change from "TTracker*" to "Tracker*". </li>
 
Also the names of geometry volumes change from "TTracker*" to "Tracker*". </li>
  
<li> 2/11/19 rlc  
+
<li> 2/11/19 (rlc)
 
* clean up and re-organize several things in preparation for database-based alignment.   
 
* clean up and re-organize several things in preparation for database-based alignment.   
 
* remove Alignment directory.
 
* remove Alignment directory.

Revision as of 16:04, 28 February 2019

head

  1. art_v2_12_01 (rlc) - activate this new art to pick up a fix to the shuffling input module
  2. cosmic_time (rlc)
    • add CRY MT fcl used at Argonne in Dec
    • add GenerateCosmicTimes module which takes a cosmic generated at t=0 and adds an appropriate time (like muonTimeModule)
    • insert this module at appropriate places
    • remove time options from Daya Bay module and generator files so CRY and Daya Bay both need the module
  3. align_db (rlc)
    • work to prepare for database-backed tracker alignment
    • remove StrawDetails
    • remove cd3 numerology
    • all numerology now comes from StrawId
  4. (gandr) don't let buildopts ever modify the base release
  5. (rlc) use UPS postgres paths, not OS paths

v7_3_3

  1. 2/18/19 (rlc) Change all TTracker to Tracker. A user is most likely to be disrupted if they use personal geometry files that contain "ttracker" - these can be updated with: sed -i 's/ttracker/tracker/g' *.txt Also the names of geometry volumes change from "TTracker*" to "Tracker*".
  2. 2/11/19 (rlc)
    • clean up and re-organize several things in preparation for database-based alignment.
    • remove Alignment directory.
    • Create GeneralUtilities HepTransform to hold alignments.