Tile cosmics trigger

To TileCosmicsTrigger simulates the performance of the Tile cosmics trigger board. To investigate its performance I have written a programm which looks for events in the top and bottom tiles, that leave a pulse above a certain treshold in a top or a bottom tile (this part of the programm was written by Jose Maneira). A minimum threshold can be specified. For these events the truth parameters are used to determined if the cosmics were aiming for the tile that they hit. For all events that have a pulse in a botom or top tile is determinded for which tile they were initially aiming. These results can be found in the tables below. b[k] is the tile the event was aiming for, top[k]/bottom[k] the tile were a pulse was generated.

temporary tables:

true b[7] b[6] b[2] b[3]
top[7] 55 15 2 1
top[6] 62 85 37 7
top[2] 11 57 85 50
top[3] 0 5 8 64

true b[5] b[4] b[0] b[1]
bottom[5] 66 11 3 0
bottom[4] 30 56 42 8
bottom[0] 12 25 63 46
bottom[1] 0 1 9 31

Divided by the largest number of each row:

true b[7] b[6] b[2] b[3]
top[7] 1.00 0.27 0.04 0.02
top[6] 0.73 1.00 0.44 0.08
top[2] 0.13 0.67 1.00 0.59
top[3] 0.00 0.08 0.12 1.00

true b[5] b[4] b[0] b[1]
bottom[5] 1.00 0.17 0.05 0
bottom[4] 0.54 1.00 0.75 0.14
bottom[0] 0.19 0.40 1.00 0.73
bottom[1] 0 0.03 0.29 1.00

For the events that created a pulse, the track of the event was drawn. These graphs can be found at the bottom of the page. The tiles are shown in the z-theta plane. The tiles are ordered as follows:

 7 | 6 | 2 | 3
--------------
 5 | 4 | 0 | 1
   


Improved shape of the tile cosmic trigger board

Uptil now the tiles in the programm were flat. If the cosmics went through a rectangle of a certain area in a certain place, they were aiming for a particular tile. I have adjusted the programm to be closer to the true shape of the tiles. The tiles are part of a cilinder. Their size in the phi-d plane is 12/64 degrees. To hit a tile, the cosmic must pass through the lower and upper arced plane of the tile (this is in the phi-d plane) and it must pass though two horizontale planes in the theta-z plane.

Now that the shape of the tile is close to their true shape I can make 2 sets of plots:

  • demand that the cosmics have a hit in an upper AND a lower tile
  • demand that the cosmics have a hit in an upper OR a lower tile

I have done this for the ntuples:

  • Erange10GeV.digfix.aan.root (and + or)
  • Erange1GeV.digfix.aan.root (only or)
  • Erange225MeV.digfix.aan.root (only or)

I have made plots in which the tile trigger is drawn in the theta-z plane. In these plots the tracks of the events which hit and aim for a certain tile trigger are drawn and the tile in question is made red.

  • The plots for 10 GeV (and) : tile#_and_10GeV.gif
  • The plots for 10 GeV (or) : tile#_or_10GeV.gif
  • The plots for 1 GeV (or) : tile_#_1GeV.gif
  • The plots for 10 GeV (or) : tile_#_225MeV.gif

-- MathieuBlom - 08 Aug 2007

  • tile2_or_10GeV.gif:
    tile2_or_10GeV.gif

where # is the number of the tile. These plots can be found at the bottom of the page. Looking at these graphs we see that if the cosmics should be aiming for a certain tile and they hit it, the opposit tile is where they were actually aiming for. This is probably an error in the programm, which I am looking for... For instance in the following graph the tracks of the cosmics aiming for tile #6 can be seen. We see that all these tracks pas through tile #4! It is not obvious in all graphs, but this effect is there I think...

  • tile_6_225MeV.gif:
    tile_6_225MeV.gif


However, the number of hits look good. As before I can make a table to investigate which tile the cosmics that leave a hit were aiming for:

for E = 10GeV (and)

true b[7] b[6] b[2] b[3]
top[7] 0 4 1 0
top[6] 2 28 16 0
top[2] 0 33 37 2
top[3] 0 3 4 3

true b[5] b[4] b[0] b[1]
bottom[5] 2 8 1 0
bottom[4] 1 26 33 0
bottom[0] 1 16 39 1
bottom[1] 0 1 6 0

Divided by the largest number of each row:

true b[7] b[6] b[2] b[3]
top[7] 0 1 0.25 0
top[6] 0.07 1.00 0.57 0
top[2] 0 0.89 1 0.05
top[3] 0.00 0.75 1 0.75

true b[5] b[4] b[0] b[1]
bottom[5] 0.25 1 0.12 0
bottom[4] 0.03 0.79 1 0
bottom[0] 0.03 0.41 1.00 0.03
bottom[1] 0 0.17 1 0


E = 10 GeV (or)

true b[7] b[6] b[2] b[3]
top[7] 68 19 3 1
top[6] 75 99 46 9
top[2] 13 67 99 58
top[3] 0 5 12 78

true b[5] b[4] b[0] b[1]
bottom[5] 83 15 3 1
bottom[4] 39 67 54 9
bottom[0] 12 33 80 53
bottom[1] 1 3 12 45

Divided by the largest number of each row:

true b[7] b[6] b[2] b[3]
top[7] 1 0.28 0.04 0.01
top[6] 0.76 1 0.46 0.09
top[2] 0.13 0.68 1 0.59
top[3] 0.00 0.06 0.15 1

true b[5] b[4] b[0] b[1]
bottom[5] 1 0.18 0.04 0.01
bottom[4] 0.58 1 0.81 0.13
bottom[0] 0.15 0.41 1 0.66
bottom[1] 0.02 0.07 0.27 1


E = 1 GeV (or)

true b[7] b[6] b[2] b[3]
top[7] 25 4 1 0
top[6] 21 45 13 3
top[2] 3 36 48 12
top[3] 2 2 5 26

true b[5] b[4] b[0] b[1]
bottom[5] 25 2 1 0
bottom[4] 4 15 17 2
bottom[0] 1 6 41 17
bottom[1] 0 1 3 17

Divided by the largest number of each row:

true b[7] b[6] b[2] b[3]
top[7] 1 0.16 0.04 0
top[6] 0.47 1 0.29 0.07
top[2] 0.06 0.75 1 0.25
top[3] 0.08 0.08 0.19 1

true b[5] b[4] b[0] b[1]
bottom[5] 1 0.08 0.04 0
bottom[4] 0.24 0.88 1 0.12
bottom[0] 0.02 0.15 1 0.41
bottom[1] 0 0.06 0.18 1


E = 225 MeV (or)

true b[7] b[6] b[2] b[3]
top[7] 12 2 1 0
top[6] 19 30 8 1
top[2] 3 30 40 5
top[3] 0 0 3 14

true b[5] b[4] b[0] b[1]
bottom[5] 22 5 1 1
bottom[4] 7 32 12 1
bottom[0] 2 7 31 12
bottom[1] 0 3 1 21

Divided by the largest number of each row:

true b[7] b[6] b[2] b[3]
top[7] 1 0.17 0.08 0
top[6] 0.63 1 0.27 0.03
top[2] 0.07 0.75 1 0.12
top[3] 0 0 0.21 1

true b[5] b[4] b[0] b[1]
bottom[5] 1 0.23 0.05 0.05
bottom[4] 0.22 1 0.38 0.03
bottom[0] 0.06 0.23 1 0.39
bottom[1] 0 0.14 0.05 1

Topic attachments
I Attachment History Action Size Date Who Comment
GIFgif tile0_and_10GeV.gif r1 manage 6.6 K 2007-09-11 - 12:41 MathieuBlom  
GIFgif tile0_or_10GeV.gif r1 manage 6.9 K 2007-09-11 - 12:42 MathieuBlom  
GIFgif tile1_and_10GeV.gif r1 manage 9.2 K 2007-09-11 - 12:43 MathieuBlom  
GIFgif tile1_or_10GeV.gif r1 manage 7.7 K 2007-09-11 - 12:43 MathieuBlom  
GIFgif tile2_and_10GeV.gif r1 manage 6.5 K 2007-09-11 - 12:44 MathieuBlom  
GIFgif tile2_or_10GeV.gif r1 manage 7.4 K 2007-09-11 - 12:44 MathieuBlom  
GIFgif tile3_and_10GeV.gif r1 manage 4.7 K 2007-09-11 - 12:45 MathieuBlom  
GIFgif tile3_or_10GeV.gif r1 manage 8.1 K 2007-09-11 - 12:45 MathieuBlom  
GIFgif tile4_and_10GeV.gif r1 manage 6.6 K 2007-09-11 - 12:45 MathieuBlom  
GIFgif tile4_or_10GeV.gif r1 manage 7.7 K 2007-09-11 - 12:46 MathieuBlom  
GIFgif tile5_and_10GeV.gif r1 manage 4.2 K 2007-09-11 - 12:46 MathieuBlom  
GIFgif tile5_or_10GeV.gif r1 manage 8.0 K 2007-09-11 - 12:46 MathieuBlom  
GIFgif tile6_and_10GeV.gif r1 manage 6.7 K 2007-09-11 - 12:47 MathieuBlom  
GIFgif tile6_or_10GeV.gif r1 manage 7.7 K 2007-09-11 - 12:47 MathieuBlom  
GIFgif tile7_and_10GeV.gif r1 manage 1.5 K 2007-09-11 - 12:48 MathieuBlom  
GIFgif tile7_or_10GeV.gif r1 manage 7.6 K 2007-09-11 - 12:48 MathieuBlom  
GIFgif tile_0.gif r3 r2 r1 manage 14.0 K 2007-08-29 - 10:17 MathieuBlom tracks of events that hit tile 0
GIFgif tile_0_1GeV.gif r1 manage 11.3 K 2007-09-11 - 12:42 MathieuBlom  
GIFgif tile_0_225MeV.gif r1 manage 10.7 K 2007-09-11 - 12:43 MathieuBlom  
GIFgif tile_1.gif r3 r2 r1 manage 13.1 K 2007-08-29 - 10:18 MathieuBlom tracks of events that hit tile 1
GIFgif tile_1_1GeV.gif r1 manage 12.5 K 2007-09-11 - 12:43 MathieuBlom  
GIFgif tile_1_225MeV.gif r1 manage 11.5 K 2007-09-11 - 12:43 MathieuBlom  
GIFgif tile_2.gif r3 r2 r1 manage 15.0 K 2007-08-29 - 10:18 MathieuBlom tracks of events that hit tile 2
GIFgif tile_2_1GeV.gif r1 manage 12.8 K 2007-09-11 - 12:44 MathieuBlom  
GIFgif tile_2_225MeV.gif r1 manage 10.8 K 2007-09-11 - 12:44 MathieuBlom  
GIFgif tile_3.gif r3 r2 r1 manage 13.6 K 2007-08-29 - 10:18 MathieuBlom tracks of events that hit tile 3
GIFgif tile_3_1GeV.gif r1 manage 12.1 K 2007-09-11 - 12:45 MathieuBlom  
GIFgif tile_3_225MeV.gif r1 manage 11.0 K 2007-09-11 - 12:45 MathieuBlom  
GIFgif tile_4.gif r3 r2 r1 manage 13.2 K 2007-08-29 - 10:18 MathieuBlom tracks of events that hit tile 4
GIFgif tile_4_1GeV.gif r1 manage 10.9 K 2007-09-11 - 12:46 MathieuBlom  
GIFgif tile_4_225MeV.gif r1 manage 10.5 K 2007-09-11 - 12:46 MathieuBlom  
GIFgif tile_5.gif r3 r2 r1 manage 14.2 K 2007-08-29 - 10:19 MathieuBlom tracks of events that hit tile 5
GIFgif tile_5_1GeV.gif r1 manage 11.5 K 2007-09-11 - 12:47 MathieuBlom  
GIFgif tile_5_225MeV.gif r1 manage 11.7 K 2007-09-11 - 12:47 MathieuBlom  
GIFgif tile_6.gif r3 r2 r1 manage 13.4 K 2007-08-29 - 10:19 MathieuBlom tracks of events that hit tile 6
GIFgif tile_6_1GeV.gif r1 manage 11.4 K 2007-09-11 - 12:47 MathieuBlom  
GIFgif tile_6_225MeV.gif r1 manage 11.1 K 2007-09-11 - 12:55 MathieuBlom  
GIFgif tile_7.gif r3 r2 r1 manage 13.8 K 2007-08-29 - 10:19 MathieuBlom tracks of events that hit tile 7
GIFgif tile_7_1GeV.gif r1 manage 12.6 K 2007-09-11 - 12:48 MathieuBlom  
GIFgif tile_7_225MeV.gif r1 manage 11.3 K 2007-09-11 - 12:48 MathieuBlom  
Edit | Attach | Watch | Print version | History: r9 < r8 < r7 < r6 < r5 | Backlinks | Raw View | WYSIWYG | More topic actions
Topic revision: r9 - 2007-09-11 - MathieuBlom
 
    • Cern Search Icon Cern Search
    • TWiki Search Icon TWiki Search
    • Google Search Icon Google Search

    Main All webs login

This site is powered by the TWiki collaboration platform Powered by PerlCopyright &© 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
or Ideas, requests, problems regarding TWiki? use Discourse or Send feedback