SUper Nemo Apparatus MImic V.Vasiliev - PowerPoint PPT Presentation

1 / 10
About This Presentation
Title:

SUper Nemo Apparatus MImic V.Vasiliev

Description:

void storetruehit (bhep::Point3D , vector double ... Multiple hit at the same detector (new algo) Algo for SNOVA2. Algo for multi-flavour calorimeter ... – PowerPoint PPT presentation

Number of Views:85
Avg rating:3.0/5.0
Slides: 11
Provided by: hepU5
Category:

less

Transcript and Presenter's Notes

Title: SUper Nemo Apparatus MImic V.Vasiliev


1
SUperNemoApparatusMImicV.Vasiliev
2
Goal
  • Digitize MC true hits, produced by SNOVA

3
Library structure
Algorithm classes. bool execute (bhepevent evt)
simple_algo
Mimicator classes
ggdigi, abstract interface void storetruehit
(bhepPoint3D , vectorlt double gt , vectorlt
double gt, double ) double getdist
() double getatime () double getttime
() double getbtime () bool isfired ()
nemo3gg class
pmdigi, abstract interface void storetruehit
(bhepPoint3D, double, double) double getenergy
() double gettime () bool isfired ()
simplepm class
4
simple_algo class
  • Work with SNOVAv1 geometry
  • Create bhep DIGI particle of type void
  • For each trk and cal true hit put digi hit
    into this particle (if isfired())
  • Each digi hit has mother particle property true
    particle it came from.

5
digi trk hit properties
  • string BLK block of GGs as in SNOVA1
  • string CELL cell number as in SNOVA1
  • double DIST detected anodic distance for fast
    hits. 0 if anodic time gt maximum drift time
  • double ATIME anodic time for delayed hits.
    0 if anodic time lt maximum drift time
  • double TTIME top cathode time. 0 if no signal
  • double BTIME bottom cathode time. 0 if no
    signal
  • vectorltdoublegt CELL_POS cell position X,Y,Z

6
digi cal hit properties
  • string BLK calo block as in SNOVA1
  • vectorltdoublegt BLK_POS impact point X,Y,Z
  • double E measured energy
  • double TIME measured time

7
units
  • SUNAMI uses CLHEP system of units
  • All parameters dimensionless in DST, need to use
    CLHEP to convert them back
  • E.g.
  • distance dist CLHEPmm// dist in mm
  • energy e CLHEPMeV// energy in MeV

8
nemo3gg
  • Use NEMO 3 data for cell performance (see
    http//evalu29.ific.uv.es/SuperNemoSW/gg.ps)

9
simplepm
  • Energy resolution 1/Sqrt(E)
  • Time resolution tscint/Sqrt(Nph_electrons)

10
Future plans
  • Many thanks to everybody who tried sunami. Got a
    lot of feedback.
  • Save important digi parameters inside event 0 of
    DST (agreed to be service storage).
  • Multiple hit at the same detector (new algo)
  • Algo for SNOVA2
  • Algo for multi-flavour calorimeter
Write a Comment
User Comments (0)
About PowerShow.com