------------------------------------------------------------------------ r27 | sdorheim | 2008-09-11 13:38:17 +0200 (Thu, 11 Sep 2008) | 7 lines Rewritten the code to use the TCalign-class. The alignment is noww done in a separate class,alignment, an divideded it up into funtions to get more controll. Made the code a bit more ready for switching between simulation and actual alignment. Added euler-angles in the TCalign-class-textfile, will be checked in as soon as i have access. Only the reading is implemented, the writing of the right angles is still not implemented. The class point2d and 3d is removed. I decided to only use std::pair instead, no need for more functionality ------------------------------------------------------------------------ r26 | sdorheim | 2008-09-05 13:43:40 +0200 (Fri, 05 Sep 2008) | 2 lines fixing of small writing errors to make code compile and run ------------------------------------------------------------------------ r25 | sdorheim | 2008-09-05 13:43:06 +0200 (Fri, 05 Sep 2008) | 2 lines minor error fixing to make it compile ------------------------------------------------------------------------ r24 | sdorheim | 2008-08-26 21:25:09 +0200 (Tue, 26 Aug 2008) | 2 lines Implementet millepede and added a lot of comments ------------------------------------------------------------------------ r23 | sdorheim | 2008-08-26 21:24:17 +0200 (Tue, 26 Aug 2008) | 2 lines Added functions to return needed info for millepede ------------------------------------------------------------------------ r22 | sdorheim | 2008-08-26 21:23:18 +0200 (Tue, 26 Aug 2008) | 2 lines Added some methods to get out information needed for millepede ------------------------------------------------------------------------ r21 | hoeppner | 2008-08-24 11:29:50 +0200 (Sun, 24 Aug 2008) | 1 line rotlogon for plai style and nice palette ------------------------------------------------------------------------ r20 | sdorheim | 2008-08-24 11:23:06 +0200 (Sun, 24 Aug 2008) | 2 lines Changed getHitU to use our transforming of coordinate systems ------------------------------------------------------------------------ r19 | sdorheim | 2008-08-24 11:21:36 +0200 (Sun, 24 Aug 2008) | 2 lines Commented out verbose build settings ------------------------------------------------------------------------ r18 | hoeppner | 2008-08-24 11:12:03 +0200 (Sun, 24 Aug 2008) | 1 line ficed CMakeLists to use root-config for ROOT libs ------------------------------------------------------------------------ r17 | hoeppner | 2008-08-23 20:57:04 +0200 (Sat, 23 Aug 2008) | 1 line fixed CMakeLists ------------------------------------------------------------------------ r16 | hoeppner | 2008-08-23 18:02:28 +0200 (Sat, 23 Aug 2008) | 1 line changes to CMakeLists ------------------------------------------------------------------------ r15 | sdorheim | 2008-08-23 17:43:48 +0200 (Sat, 23 Aug 2008) | 3 lines Added a lot of comments Changed the return values of getHitU to U(measured value) and U_a, track value ------------------------------------------------------------------------ r14 | sdorheim | 2008-08-23 17:39:54 +0200 (Sat, 23 Aug 2008) | 3 lines Added 4 more detector planes, so that now we have 4 "x"-detectors and 4 "y" detectors Also added a second histogram showing dU plotted against U ------------------------------------------------------------------------ r13 | sdorheim | 2008-08-23 17:36:25 +0200 (Sat, 23 Aug 2008) | 1 line Added some comments, and changed getHitU method to take in a reference of a Track ------------------------------------------------------------------------ r12 | sdorheim | 2008-08-21 18:24:07 +0200 (Thu, 21 Aug 2008) | 3 lines Modified the detector class to have actual values and the difference from actual values stored, instead of actual and though values. Makes simulations a lot easier. ------------------------------------------------------------------------ r11 | sdorheim | 2008-08-21 15:36:33 +0200 (Thu, 21 Aug 2008) | 2 lines no big changes ------------------------------------------------------------------------ r10 | sdorheim | 2008-08-21 15:11:40 +0200 (Thu, 21 Aug 2008) | 4 lines Added sinT and cosT in constructor, just one call for sin(T) and cos(T) pr track now Changed TRandom constructor to take in 0 insted of Time(Null), to have a more random seed The return type of getHitU is now pair detector value, actual value ------------------------------------------------------------------------ r9 | sdorheim | 2008-08-21 15:07:18 +0200 (Thu, 21 Aug 2008) | 3 lines Defs.h copied and modified for this case. Copied from the Compass alignment software. Holds a few definitions ------------------------------------------------------------------------ r8 | sdorheim | 2008-08-21 15:05:10 +0200 (Thu, 21 Aug 2008) | 6 lines Added a lot in this version. Have a loop generating the tracks via the TRandom class Manually create 4 detectors and add them to the detector vector Loop through the tracks and detectors and put the output in a histogram for each detector ------------------------------------------------------------------------ r7 | sdorheim | 2008-08-21 14:52:20 +0200 (Thu, 21 Aug 2008) | 5 lines Added sinT and cosT to make less calls to cos(T) and sin(T) Modified GetHitU, now returns pair, first containing detector value, the other the atcual track position ------------------------------------------------------------------------ r6 | sverre | 2008-07-27 21:21:57 +0200 (Sun, 27 Jul 2008) | 2 lines Work on getHitU funtion, had to change intersect function from track.h to public ------------------------------------------------------------------------ r5 | sverre | 2008-07-27 20:35:54 +0200 (Sun, 27 Jul 2008) | 1 line Generating random tracks ------------------------------------------------------------------------ r4 | sverre | 2008-07-25 15:05:41 +0200 (Fri, 25 Jul 2008) | 2 lines anfang ende ------------------------------------------------------------------------ r3 | sverre | 2008-07-25 15:05:01 +0200 (Fri, 25 Jul 2008) | 2 lines hallo ------------------------------------------------------------------------ r2 | sverre | 2008-07-25 15:02:41 +0200 (Fri, 25 Jul 2008) | 1 line playing with svn ------------------------------------------------------------------------ r1 | sverre | 2008-07-25 15:00:10 +0200 (Fri, 25 Jul 2008) | 1 line first checkin ------------------------------------------------------------------------